On 04/10/18 01:08, Behrooz Nobakht wrote:
> [1] uses a time based threshold to mark a request thread as "stuck" above
> the configured threshold.
>
> This is definitely useful, but maybe a thread is busy transferring a large
> request (IO). This could become
> a wrong conclusion for the thread to
[1] uses a time based threshold to mark a request thread as "stuck" above
the configured threshold.
This is definitely useful, but maybe a thread is busy transferring a large
request (IO). This could become
a wrong conclusion for the thread to be marked as stuck.
A relevant contextual example is