-
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
QueuedThreadPool setDetailedDump gives less detail #5201
Comments
@lachlan-roberts I think more details are dumped for threads that are not "known" ("known" threads are idle in the pool, or in So perhaps it's worth normalizing the "known" threads output although it does not seem to add much - I won't object if |
lachlan-roberts
added a commit
that referenced
this issue
Sep 2, 2020
Signed-off-by: Lachlan Roberts <[email protected]>
lachlan-roberts
added a commit
that referenced
this issue
Sep 3, 2020
Signed-off-by: Lachlan Roberts <[email protected]>
lachlan-roberts
added a commit
that referenced
this issue
Sep 4, 2020
Signed-off-by: Lachlan Roberts <[email protected]>
lachlan-roberts
added a commit
that referenced
this issue
Sep 4, 2020
…olDump Issue #5201 - simplify the QueuedThreadPool dump
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Jetty version
9.4.x
Description
It looks like
QueuedThreadPool.setDetailedDump(true)
seems to give less detail than whendetailedDump
is false. I think this option shouldn't omit details in the detailed dump that we already had in the standard dump.detailed dump off:
detailed dump on:
The text was updated successfully, but these errors were encountered: