wchevreuil commented on a change in pull request #676: HBASE-23098 [bulkload] 
If one of the peers in a cluster is configured with NAMESPACE level, its 
hfile-refs(zk) will be backlogged
URL: https://github.com/apache/hbase/pull/676#discussion_r333686066
 
 

 ##########
 File path: 
hbase-server/src/test/java/org/apache/hadoop/hbase/replication/TestReplicationBase.java
 ##########
 @@ -204,6 +204,23 @@ static void configureClusters(HBaseTestingUtility util1,
     conf2.setBoolean("hbase.tests.use.shortcircuit.reads", false);
   }
 
+  static void configureClusters(HBaseTestingUtility util1,
 
 Review comment:
   Should this be moved to TestNamespaceReplicationWithBulkLoadedData.java, as 
it's only used there? Or instead, use existing 
configureClusters(HBaseTestingUtility util1, HBaseTestingUtility util2) and 
just do the extra config for the 3rd util there.

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