Navigation Menu

Skip to content
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

Jetty 9.4.x 6254 queued request total timeout #6257

Merged
merged 3 commits into from May 11, 2021

Conversation

sbordet
Copy link
Contributor

@sbordet sbordet commented May 11, 2021

@gregw first commit is cleanup and javadocs improvements, second commit is the actual fix.

Various code cleanups.
Renamed HttpDestination.TimeoutTask to RequestTimeouts for clarity.
Improved javadocs, code comments and logging.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
Fixed logic in HttpDestination.RequestTimeouts, where now a timeout
is scheduled only when the expiration time is less than the existing one.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
@sbordet sbordet requested a review from gregw May 11, 2021 20:17
@sbordet sbordet requested a review from gregw May 11, 2021 20:48
@sbordet sbordet linked an issue May 11, 2021 that may be closed by this pull request
gregw
gregw previously approved these changes May 11, 2021
Copy link
Contributor

@gregw gregw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Other than the niggles in my comments, this is good.... but please change the variable name before merging

Updates after review.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
@sbordet sbordet merged commit 88ac104 into jetty-9.4.x May 11, 2021
@sbordet sbordet deleted the jetty-9.4.x-6254-queued-request-total-timeout branch May 11, 2021 23:30
@sbordet sbordet added this to In progress in Jetty 9.4.41 via automation May 12, 2021
@sbordet sbordet moved this from In progress to Done in Jetty 9.4.41 May 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

Total timeout not enforced for queued requests
2 participants