-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IteratingCallback
may iterate too much when process()
returns Action.IDLE
#12268
Labels
Bug
For general bugs on Jetty side
Comments
lorban
added a commit
that referenced
this issue
Sep 13, 2024
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
This was referenced Sep 13, 2024
lorban
added a commit
that referenced
this issue
Sep 13, 2024
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
lorban
added a commit
that referenced
this issue
Sep 13, 2024
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
lorban
added a commit
that referenced
this issue
Sep 13, 2024
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
lorban
added a commit
that referenced
this issue
Sep 13, 2024
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
lorban
added a commit
that referenced
this issue
Sep 13, 2024
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
lorban
added a commit
that referenced
this issue
Sep 16, 2024
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
lorban
added a commit
that referenced
this issue
Sep 16, 2024
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
lorban
added a commit
that referenced
this issue
Sep 16, 2024
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
lorban
added a commit
that referenced
this issue
Sep 16, 2024
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
lorban
changed the title
Sep 16, 2024
IteratingCallback
iterates too muchIteratingCallback
iterates too much when process()
returns Action.IDLE
lorban
changed the title
Sep 16, 2024
IteratingCallback
iterates too much when process()
returns Action.IDLEIteratingCallback
may iterate too much when process()
returns Action.IDLE
lorban
added a commit
that referenced
this issue
Sep 17, 2024
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
lorban
added a commit
that referenced
this issue
Sep 17, 2024
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
lorban
added a commit
that referenced
this issue
Sep 17, 2024
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
lorban
added a commit
that referenced
this issue
Sep 18, 2024
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Jetty version(s)
9.4.x, 10.0.x, 11.0.x, 12.0.x, 12.1.x
Description
When
IteratingCallback.process()
returnsAction.IDLE
, it incorrectly iterates one more time if another thread asks it to iterate and another processing has been scheduled.The text was updated successfully, but these errors were encountered: