[ 
https://issues.apache.org/jira/browse/HBASE-18629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16135877#comment-16135877
 ] 

Hudson commented on HBASE-18629:
--------------------------------

FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #3572 (See 
[https://builds.apache.org/job/HBase-Trunk_matrix/3572/])
HBASE-18629 Enhance ChaosMonkeyRunner with interruptibility (tedyu: rev 
192e87309e387ef9fdf7f9808d221ca28ab69889)
* (edit) 
hbase-it/src/test/java/org/apache/hadoop/hbase/chaos/util/ChaosMonkeyRunner.java
HBASE-18629 Enhance ChaosMonkeyRunner with interruptibility - addendum (tedyu: 
rev fef7e8f7e8242b87f6e1c6b4b8df440af8ca6da5)
* (edit) 
hbase-it/src/test/java/org/apache/hadoop/hbase/chaos/util/ChaosMonkeyRunner.java
HBASE-18629 Enhance ChaosMonkeyRunner with interruptibility - revert (tedyu: 
rev 70da554183213778911d3ed0537402c6cfeab173)
* (edit) 
hbase-it/src/test/java/org/apache/hadoop/hbase/chaos/util/ChaosMonkeyRunner.java


> Enhance ChaosMonkeyRunner with interruptibility
> -----------------------------------------------
>
>                 Key: HBASE-18629
>                 URL: https://issues.apache.org/jira/browse/HBASE-18629
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Ted Yu
>            Assignee: Ted Yu
>             Fix For: 3.0.0, 2.0.0-alpha-3
>
>         Attachments: 18629.addendum, 18629.v1.txt, 18629.v2.txt
>
>
> Currently ChaosMonkeyRunner performs looping unconditionally:
> {code}
>     while (true) {// loop here until got killed
>       Thread.sleep(10000);
>     }
> {code}
> When ChaosMonkeyRunner is invoked programmatically, it is desirable to add 
> interruptibility to the runner so that the caller can manage its lifetime.
> Another enhancement is to allow passing the path to hbase-site.xml where 
> chaos monkey parameters are specified.
> This is useful when the underlying hbase-site.xml is not on classpath.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to