Uh oh!
There was an error while loading. Please reload this page.
HBASE-26556 IT and Chaos Monkey improvements - #3932
Conversation
Change-Id: I8e26c27c2f2f5600406c25de6fceb598c980f1d5
Apache-HBase
commented
Dec 10, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Dec 10, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Dec 10, 2021
🎊 +1 overall
This message was automatically generated. |
taklwu
left a comment
There was a problem hiding this comment.
LGTM, just one nit comment for javac and checkstyle
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| @Override | ||
| protected Action[] getHeavyWeightedActions() { | ||
| String actions = this.properties.getProperty(HEAVY_ACTIONS); | ||
| if( actions==null||actions.isEmpty() ){ |
There was a problem hiding this comment.
[nit] javac and checkstyle seems failing, please see if you can fix it.
joshelser
left a comment
There was a problem hiding this comment.
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.
| protectedAction[] getLightWeigthedActions(){ | |
| protectedAction[] getLightWeightedActions(){ |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Change-Id: If75dc3fa225cf9359e92bac0579bf46cbc3cf2ca
Apache-HBase
commented
Dec 14, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Dec 14, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Dec 14, 2021
🎊 +1 overall
This message was automatically generated. |
joshelser
left a comment
There was a problem hiding this comment.
Re-reviewed after last update. Looks good to me. We can update docs with how to use in follow-on.
wchevreuil
commented
Dec 14, 2021
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.