You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2013/05/25 23:16:20 UTC

[jira] [Created] (HBASE-8623) The anarchist throws IllegalArgumentException instead of bombs on occasion...

stack created HBASE-8623:
----------------------------

             Summary: The anarchist throws IllegalArgumentException instead of bombs on occasion...
                 Key: HBASE-8623
                 URL: https://issues.apache.org/jira/browse/HBASE-8623
             Project: HBase
          Issue Type: Bug
    Affects Versions: 0.95.1
            Reporter: stack
            Priority: Trivial


Got this running Jeffrey's fancy new IntegrationTestDataIngestWithChaosMonkey

{code}
2013-05-25 14:12:07,972 WARN  [Thread-4] util.ChaosMonkey: Exception occured during performing action: java.lang.IllegalArgumentException: n must be positive
	at java.util.Random.nextInt(Random.java:250)
	at org.apache.hadoop.hbase.util.ChaosMonkey.selectRandomItem(ChaosMonkey.java:595)
	at org.apache.hadoop.hbase.util.ChaosMonkey$RestartRandomRs.perform(ChaosMonkey.java:275)
	at org.apache.hadoop.hbase.util.ChaosMonkey$PeriodicRandomActionPolicy.runOneIteration(ChaosMonkey.java:576)
	at org.apache.hadoop.hbase.util.ChaosMonkey$PeriodicPolicy.run(ChaosMonkey.java:488)
	at java.lang.Thread.run(Thread.java:662)
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira