-
Notifications
You must be signed in to change notification settings - Fork 3.4k
HBASE-26556 IT and Chaos Monkey improvements #3932
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Change-Id: I8e26c27c2f2f5600406c25de6fceb598c980f1d5
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
taklwu
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just one nit comment for javac and checkstyle
| @Override | ||
| protected Action[] getHeavyWeightedActions() { | ||
| String actions = this.properties.getProperty(HEAVY_ACTIONS); | ||
| if( actions==null||actions.isEmpty() ){ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nit] javac and checkstyle seems failing, please see if you can fix it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ack.
joshelser
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Spelling errors to fix.
Could you also consider adding some documentation as to how one would use the new policy? https://hbase.apache.org/book.html#maven.build.commands.integration.tests.destructive Ok to me if that is done separately
| private long rollingBatchSuspendRSSleepTime; | ||
| private float rollingBatchSuspendtRSRatio; | ||
|
|
||
| protected Action[] getLightWeigthedActions(){ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| protected Action[] getLightWeigthedActions(){ | |
| protected Action[] getLightWeightedActions(){ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ack.
...it/src/test/java/org/apache/hadoop/hbase/chaos/factories/SlowDeterministicMonkeyFactory.java
Outdated
Show resolved
Hide resolved
...java/org/apache/hadoop/hbase/chaos/factories/ConfigurableSlowDeterministicMonkeyFactory.java
Show resolved
Hide resolved
Change-Id: If75dc3fa225cf9359e92bac0579bf46cbc3cf2ca
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
joshelser
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Re-reviewed after last update. Looks good to me. We can update docs with how to use in follow-on.
Thanks @joshelser . Yeah, was just waiting the qa run before replying to you, I will submit an update to docs in another PR. |
Signed-off-by: Josh Elser <elserj@apache.org> Reviewed-by: Tak Lon (Stephen) Wu <taklwu@apache.org> (cherry picked from commit a36d41a)
Signed-off-by: Josh Elser <elserj@apache.org> Reviewed-by: Tak Lon (Stephen) Wu <taklwu@apache.org> (cherry picked from commit a36d41a)
Signed-off-by: Josh Elser <elserj@apache.org> Reviewed-by: Tak Lon (Stephen) Wu <taklwu@apache.org> (cherry picked from commit a36d41a)
Signed-off-by: Josh Elser <elserj@apache.org> Reviewed-by: Tak Lon (Stephen) Wu <taklwu@apache.org> (cherry picked from commit a36d41a)
No description provided.