Skip to content

Dump Stacktrace on Slow IO-Thread Operations (#42000) #42572

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

Merged
merged 1 commit into from
May 27, 2019

Conversation

original-brownbear
Copy link
Member

backport of #42545 and #42000

* Dump Stacktrace on Slow IO-Thread Operations

* Follow up to elastic#39729 extending the functionality to actually dump the
stack when the thread is blocked not afterwards
   * Logging the stacktrace after the thread became unblocked is only of
limited use because we don't know what happened in the slow callback
from that (only whether we were  blocked on a read,write,connect etc.)
* Relates elastic#41745
@original-brownbear original-brownbear merged commit b683589 into elastic:7.x May 27, 2019
@original-brownbear original-brownbear deleted the 42000-7.x branch May 27, 2019 09:44
cbuescher pushed a commit that referenced this pull request Jun 13, 2019
* Dump Stacktrace on Slow IO-Thread Operations

* Follow up to #39729 extending the functionality to actually dump the
stack when the thread is blocked not afterwards
   * Logging the stacktrace after the thread became unblocked is only of
limited use because we don't know what happened in the slow callback
from that (only whether we were  blocked on a read,write,connect etc.)
* Relates #41745
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant