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_r383715687
########## 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: By "creating new MonkeyFactory" , i mean creating outside hbase-it , in user's project ---------------------------------------------------------------- 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
