jianghuazhu commented on pull request #3822:
URL: https://github.com/apache/hadoop/pull/3822#issuecomment-1000052067
Thanks @ayushtkn for the comment and review.
When the call needs to be called again into the queue, this means that the
Handler will give up the call, and numInProcessHandler will first decrease by
1. For example:
`
finally {
CurCall.set(null);
numInProcessHandler.decrementAndGet();
IOUtils.cleanupWithLogger(LOG, traceScope);
`
When the Handler gets a new call, numInProcessHandler will execute the new
process again.
In general, numInProcessHandler will tend to a stable state.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]