markrmiller opened a new pull request #1259: HBASE-23951: Avoid high speed 
recursion trap in AsyncRequestFutureImpl.
URL: https://github.com/apache/hbase/pull/1259
 
 
   While working on branch-2, I ran into an issue where a retryable error kept 
occurring and code in AsyncRequestFutureImpl would reduce the backoff wait to 0 
and extremely rapidly eat up a of thread stack space with recursive retry 
calls. This little patch stops the backoff wait kill after 3 retries. Chosen 
kind of arbitrarily, perhaps 5 is the right number, but I find large retry 
counts tend to hide things and that has made me default to fairly conservative 
in all my arbitrary number picking.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to