shahrs87 opened a new pull request #2415: URL: https://github.com/apache/hbase/pull/2415
This is just the backport of branch-2 PR. https://github.com/apache/hbase/pull/2322/ There are 2 differences compared to branch-2. 1. LockTimeoutException already exists in branch-1 so reusing that. 2. In TestMetaCache#testUserRegionLockThrowsException, I have set HBASE_CLIENT_RETRIES_NUMBER value to 1 whereas in branch-2, it was set to 0. In branch-2, they have attempts and retries notion differently. It is calculating numAttempts = numRetries + 1 but in branch-1, numAttempts = numTries. @bharathv please review branch-1 PR. Thank you ! ---------------------------------------------------------------- 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: [email protected]
