guluo2016 commented on code in PR #8319:
URL: https://github.com/apache/hbase/pull/8319#discussion_r3372397472
##########
hbase-it/src/test/java/org/apache/hadoop/hbase/chaos/factories/MonkeyFactory.java:
##########
@@ -40,6 +40,58 @@ public abstract class MonkeyFactory {
protected IntegrationTestingUtility util;
protected Properties properties = new Properties();
+ protected long action1Period;
+ protected long action2Period;
+ protected long action3Period;
+ protected long action4Period;
+ protected long moveRegionsMaxTime;
+ protected long moveRegionsSleepTime;
+ protected long moveRandomRegionSleepTime;
+ protected long restartRandomRSSleepTime;
+ protected long batchRestartRSSleepTime;
+ protected float batchRestartRSRatio;
+ protected long restartActiveMasterSleepTime;
+ protected long rollingBatchRestartRSSleepTime;
+ protected float rollingBatchRestartRSRatio;
+ protected long restartRsHoldingMetaSleepTime;
+ protected float compactTableRatio;
+ protected float compactRandomRegionRatio;
+ protected long decreaseHFileSizeSleepTime;
+ protected long decreaseHFileSizeMinHFileSize;
+ protected float decreaseHFileSizeHFileSizeJitter;
+ protected long gracefulRollingRestartTSSLeepTime;
+ protected long rollingBatchSuspendRSSleepTime;
+ protected float rollingBatchSuspendtRSRatio;
Review Comment:
Look like a typo: `rollingBatchSuspendtRSRatio` →
`rollingBatchSuspendRSRatio`
--
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]