NihalJain commented on code in PR #6258:
URL: https://github.com/apache/hbase/pull/6258#discussion_r1763681438


##########
hbase-server/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtil.java:
##########
@@ -183,15 +183,8 @@
 @InterfaceStability.Evolving
 public class HBaseTestingUtil extends HBaseZKTestingUtil {
 
-  public static final String REGIONS_PER_SERVER_KEY = 
"hbase.test.regions-per-server";
-  /**
-   * The default number of regions per regionserver when creating a pre-split 
table.
-   */
   public static final int DEFAULT_REGIONS_PER_SERVER = 3;
 
-  public static final String PRESPLIT_TEST_TABLE_KEY = 
"hbase.test.pre-split-table";

Review Comment:
   Umm seems I missed to delete code moved from here to LoadTestUtil during 
rebasing. TODO



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