[
https://issues.apache.org/jira/browse/HBASE-28419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18086712#comment-18086712
]
Hudson commented on HBASE-28419:
--------------------------------
Results for branch branch-2.5
[build #42 on
builds.a.o|https://ci-hbase.apache.org/job/HBase-Backwards-Compatibility-Test/job/branch-2.5/42/]:
(/) *{color:green}+1 overall{color}*
----
Backwards compatibility checks:
(/) {color:green}+1 jdk17 hadoop 3.2.4 backward compatibility checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase-Backwards-Compatibility-Test/job/branch-2.5/42/console]
(/) {color:green}+1 jdk17 hadoop 3.3.5 backward compatibility checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase-Backwards-Compatibility-Test/job/branch-2.5/42/console]
(/) {color:green}+1 jdk17 hadoop 3.3.6 backward compatibility checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase-Backwards-Compatibility-Test/job/branch-2.5/42/console]
(/) {color:green}+1 jdk17 hadoop 3.4.0 backward compatibility checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase-Backwards-Compatibility-Test/job/branch-2.5/42/console]
(/) {color:green}+1 jdk17 hadoop 3.4.1 backward compatibility checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase-Backwards-Compatibility-Test/job/branch-2.5/42/console]
(/) {color:green}+1 jdk17 hadoop 3.4.2 backward compatibility checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase-Backwards-Compatibility-Test/job/branch-2.5/42/console]
> Allow Action and Policies of ServerKillingMonkey to be configurable
> -------------------------------------------------------------------
>
> Key: HBASE-28419
> URL: https://issues.apache.org/jira/browse/HBASE-28419
> Project: HBase
> Issue Type: Improvement
> Components: test
> Reporter: Pratyush Bhatt
> Assignee: Wei-Chiu Chuang
> Priority: Major
> Labels: pull-request-available
> Fix For: 2.7.0, 3.0.0-beta-2, 2.5.16, 2.6.7
>
>
> Currently for ServerKillingMonkeyFactory, actions and policies have hardcoded
> timeouts.
> {code:java}
> Action[] actions1 = new Action[] {
> new RestartRandomRsExceptMetaAction(60000),
> new RestartActiveMasterAction(5000),
> // only allow 2 servers to be dead
> new RollingBatchRestartRsAction(5000, 1.0f, 2, true),
> new ForceBalancerAction(),
> new GracefulRollingRestartRsAction(gracefulRollingRestartTSSLeepTime),
> new RollingBatchSuspendResumeRsAction(rollingBatchSuspendRSSleepTime,
> rollingBatchSuspendtRSRatio)
> }; {code}
> and
> {code:java}
> return new PolicyBasedChaosMonkey(properties, util,
> new CompositeSequentialPolicy(new DoActionsOncePolicy(60 * 1000,
> actions1),
> new PeriodicRandomActionPolicy(60 * 1000, actions1)),
> new PeriodicRandomActionPolicy(60 * 1000, actions2));
> } {code}
> We should allow these to be configurable too.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)