-
Notifications
You must be signed in to change notification settings - Fork 3.4k
HBASE-24327: TestMasterShutdown#testMasterShutdownBeforeStartingAnyRe… #1653
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…gionServer can fail with retries exhausted on an admin call.
|
🎊 +1 overall
This message was automatically generated. |
| htu = new HBaseTestingUtility( | ||
| createMasterShutdownBeforeStartingAnyRegionServerConfiguration()); | ||
|
|
||
| htu.getConfiguration().setInt("hbase.client.retries.number", 64); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any further context on this value? Smaller values were still causing test to fail?
|
🎊 +1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
virajjasani
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
By keeping high retry count, we are not going to be able to call shutdown to already stopped cluster.
|
@markrmiller still working on this PR? |
|
Closing abandoned PR |
…gionServer can fail with retries exhausted on an admin call.