WFLY-21293 Session.requestDone(...) invoked outside of ControlPoint boundary#19491
Merged
bstansberry merged 2 commits intowildfly:mainfrom Jan 14, 2026
Merged
WFLY-21293 Session.requestDone(...) invoked outside of ControlPoint boundary#19491bstansberry merged 2 commits intowildfly:mainfrom
bstansberry merged 2 commits intowildfly:mainfrom
Conversation
bstansberry
reviewed
Dec 17, 2025
.../src/main/java/org/wildfly/extension/undertow/deployment/SuspendedServerRequestListener.java
Outdated
Show resolved
Hide resolved
Contributor
Author
|
Let me convert to a draft while I sort out the corner cases that are clearly not being handled. |
3ec7ab5 to
b2e837b
Compare
Contributor
Author
|
N.B. I don't like this idea of deferring ControlPoint.requestDone() to the Session.requestDone(...). |
Contributor
Author
|
OK - this should be ready for review now. |
bstansberry
reviewed
Jan 7, 2026
...rc/main/java/org/wildfly/extension/undertow/deployment/ServletRequestCompletionListener.java
Outdated
Show resolved
Hide resolved
rhusar
requested changes
Jan 9, 2026
...rc/main/java/org/wildfly/extension/undertow/deployment/ServletRequestCompletionListener.java
Show resolved
Hide resolved
…ssion manager is distributable.
fl4via
approved these changes
Jan 13, 2026
Contributor
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://issues.redhat.com/browse/WFLY-21293
Should resolve the vast majority of intermittent distributable web test failures in clustering testsuite.