mihir6692 commented on a change in pull request #1201: HBASE-23639 : Moving classes out of hbase-it /test for direct API use of chaos. URL: https://github.com/apache/hbase/pull/1201#discussion_r383685477
########## File path: hbase-it/src/main/java/org/apache/hadoop/hbase/chaos/factories/MonkeyConstants.java ########## @@ -17,10 +17,12 @@ */ package org.apache.hadoop.hbase.chaos.factories; +import org.apache.yetus.audience.InterfaceAudience; import java.util.Arrays; import java.util.HashSet; import java.util.Set; [email protected] Review comment: We should keep this Public. It would help when you are creating new MonkeyFactory and wants to use default constants like PERIODIC_ACTION1_PERIOD, MOVE_REGIONS_MAX_TIME etc. ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
