jcongithub opened a new pull request, #7519:
URL: https://github.com/apache/hbase/pull/7519

   The PR tries to fix an issue in RegionMover when ack mode is enabled. It is 
related to [HBASE-29734](https://github.com/apache/hbase/pull/7488)
   
   Issues
   In RegionMover, timeoutInSeconds was calculated without considering retry 
attempts MoveWithAck. So waitMoveTasksToFinish may exit even though there are 
remaining retries in MoveWithAck.
   
   Solution
   In RegionMover, use regions * wait_per_region * retries to calculate 
timeoutInSeconds


-- 
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]

Reply via email to