nyl3532016 commented on a change in pull request #3266:
URL: https://github.com/apache/hbase/pull/3266#discussion_r642184283



##########
File path: 
hbase-server/src/test/java/org/apache/hadoop/hbase/StartMiniClusterOption.java
##########
@@ -76,6 +76,11 @@
    */
   private Class<? extends MiniHBaseCluster.MiniHBaseClusterRegionServer> 
rsClass;
 
+  /**
+   * Number of compaction servers to start up.
+   */
+  private final int numCompactionServers;

Review comment:
       Variables in `StartMiniClusterOption` are all declared final, the 
`StartMiniClusterOption` is useless after minicluster startup.




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


Reply via email to