You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2020/05/05 09:05:12 UTC

[GitHub] [hbase] wchevreuil commented on a change in pull request #1653: HBASE-24327: TestMasterShutdown#testMasterShutdownBeforeStartingAnyRe…

wchevreuil commented on a change in pull request #1653:
URL: https://github.com/apache/hbase/pull/1653#discussion_r419964460



##########
File path: hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestMasterShutdown.java
##########
@@ -129,7 +129,7 @@ public void testMasterShutdownBeforeStartingAnyRegionServer() throws Exception {
     try {
       htu =  new HBaseTestingUtility(
         createMasterShutdownBeforeStartingAnyRegionServerConfiguration());
-
+      htu.getConfiguration().setInt("hbase.client.retries.number", 64);

Review comment:
       Any further context on this value? Smaller values were still causing test to fail?




----------------------------------------------------------------
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:
users@infra.apache.org