Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-18629

Enhance ChaosMonkeyRunner with interruptibility

Log workAgile BoardRank to TopRank to BottomAttach filesAttach ScreenshotBulk Copy AttachmentsBulk Move AttachmentsVotersWatch issueWatchersCreate sub-taskConvert to sub-taskMoveLinkCloneLabelsUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.0.0-alpha-3, 2.0.0
    • None
    • None
    • Reviewed

    Description

      Currently ChaosMonkeyRunner performs looping unconditionally:

          while (true) {// loop here until got killed
            Thread.sleep(10000);
          }
      

      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.

      Attachments

        Issue Links

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            yuzhihong@gmail.com Ted Yu Assign to me
            yuzhihong@gmail.com Ted Yu
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment