-
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
Issue #5105 - StatisticsHandler Graceful Shutdown of Async Requests #5175
Issue #5105 - StatisticsHandler Graceful Shutdown of Async Requests #5175
Commits on Aug 19, 2020
-
Also manage graceful shutdown of already started async requests
Signed-off-by: Thomas Draebing <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a46ed5b - Browse repository at this point
Copy the full SHA a46ed5bView commit details -
Issue #5105 - fix StatisticsHandler bug with async dispatched requests
If the request is async dispatched, the check state.isSuspended() is not correct to determine if the request was async or not. The check state.isAsyncStarted() should be used instead. Signed-off-by: Lachlan Roberts <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 32358b1 - Browse repository at this point
Copy the full SHA 32358b1View commit details -
Issue #5105 - add optional configuration to not wait for suspended re…
…quests in StatisticsHandler Signed-off-by: Lachlan Roberts <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a65f001 - Browse repository at this point
Copy the full SHA a65f001View commit details -
Issue #5105 - fix GracefulStopTest expectations from 503s to 404s
StatisticsHandler no longer gives 503 responses after shutdown. Signed-off-by: Lachlan Roberts <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0fae221 - Browse repository at this point
Copy the full SHA 0fae221View commit details
Commits on Aug 24, 2020
-
change name of waitForSuspendedRequestsOnShutdown to asyncGraceful
Signed-off-by: Lachlan Roberts <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c0268c5 - Browse repository at this point
Copy the full SHA c0268c5View commit details
Commits on Aug 25, 2020
-
StatisticsHandler should still return 503 responses on shutdown
Signed-off-by: Lachlan Roberts <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2d5da1f - Browse repository at this point
Copy the full SHA 2d5da1fView commit details -
DebugHandler should use isAsyncStarted() instead of isSuspended()
Signed-off-by: Lachlan Roberts <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8edb768 - Browse repository at this point
Copy the full SHA 8edb768View commit details
Commits on Aug 26, 2020
-
Issue #5105 - change asyncGraceful to gracefulShutdownWaitsForRequests
Signed-off-by: Lachlan Roberts <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a9c90d3 - Browse repository at this point
Copy the full SHA a9c90d3View commit details