[jira] [Commented] (HBASE-11348) Make frequency and sleep times of chaos monkeys configurable

2014-10-30 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-11348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14189684#comment-14189684
 ] 

Hudson commented on HBASE-11348:


SUCCESS: Integrated in HBase-0.98 #639 (See 
[https://builds.apache.org/job/HBase-0.98/639/])
HBASE-11348 Make frequency and sleep times of chaos monkeys configurable 
(Vandan Ayyalasomayajula) (apurtell: rev 
30d4d5de59dd7211ca5e48e639454424b316818b)
* 
hbase-it/src/test/java/org/apache/hadoop/hbase/chaos/factories/MonkeyConstants.java
* 
hbase-it/src/test/java/org/apache/hadoop/hbase/chaos/actions/UnbalanceKillAndRebalanceAction.java
* hbase-it/src/test/java/org/apache/hadoop/hbase/mttr/IntegrationTestMTTR.java
* hbase-it/src/test/java/org/apache/hadoop/hbase/IntegrationTestBase.java
* 
hbase-it/src/test/java/org/apache/hadoop/hbase/chaos/factories/SlowDeterministicMonkeyFactory.java
* 
hbase-it/src/test/java/org/apache/hadoop/hbase/chaos/factories/MonkeyFactory.java
* 
hbase-it/src/test/java/org/apache/hadoop/hbase/chaos/actions/MoveRegionsOfTableAction.java
* 
hbase-it/src/test/java/org/apache/hadoop/hbase/chaos/factories/UnbalanceMonkeyFactory.java
* 
hbase-it/src/test/java/org/apache/hadoop/hbase/chaos/factories/NoKillMonkeyFactory.java


 Make frequency and sleep times of  chaos monkeys configurable 
 --

 Key: HBASE-11348
 URL: https://issues.apache.org/jira/browse/HBASE-11348
 Project: HBase
  Issue Type: Improvement
Affects Versions: 0.98.3
Reporter: Vandana Ayyalasomayajula
Assignee: Vandana Ayyalasomayajula
Priority: Minor
  Labels: integration-tests
 Fix For: 0.99.0

 Attachments: HBASE-11348_1.patch, HBASE-11348_2.patch


 Currently the chaos monkeys used in the integration tests, run with a fixed 
 configuration. It would be useful to have the frequency, sleep times to be 
 configurable. That would help controlling the chaos the monkeys are intended 
 to create.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-11348) Make frequency and sleep times of chaos monkeys configurable

2014-10-30 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-11348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14189709#comment-14189709
 ] 

Hudson commented on HBASE-11348:


FAILURE: Integrated in HBase-0.98-on-Hadoop-1.1 #608 (See 
[https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/608/])
HBASE-11348 Make frequency and sleep times of chaos monkeys configurable 
(Vandan Ayyalasomayajula) (apurtell: rev 
30d4d5de59dd7211ca5e48e639454424b316818b)
* 
hbase-it/src/test/java/org/apache/hadoop/hbase/chaos/actions/UnbalanceKillAndRebalanceAction.java
* hbase-it/src/test/java/org/apache/hadoop/hbase/IntegrationTestBase.java
* 
hbase-it/src/test/java/org/apache/hadoop/hbase/chaos/factories/SlowDeterministicMonkeyFactory.java
* 
hbase-it/src/test/java/org/apache/hadoop/hbase/chaos/factories/MonkeyConstants.java
* 
hbase-it/src/test/java/org/apache/hadoop/hbase/chaos/actions/MoveRegionsOfTableAction.java
* 
hbase-it/src/test/java/org/apache/hadoop/hbase/chaos/factories/UnbalanceMonkeyFactory.java
* 
hbase-it/src/test/java/org/apache/hadoop/hbase/chaos/factories/NoKillMonkeyFactory.java
* 
hbase-it/src/test/java/org/apache/hadoop/hbase/chaos/factories/MonkeyFactory.java
* hbase-it/src/test/java/org/apache/hadoop/hbase/mttr/IntegrationTestMTTR.java


 Make frequency and sleep times of  chaos monkeys configurable 
 --

 Key: HBASE-11348
 URL: https://issues.apache.org/jira/browse/HBASE-11348
 Project: HBase
  Issue Type: Improvement
Affects Versions: 0.98.3
Reporter: Vandana Ayyalasomayajula
Assignee: Vandana Ayyalasomayajula
Priority: Minor
  Labels: integration-tests
 Fix For: 0.99.0

 Attachments: HBASE-11348_1.patch, HBASE-11348_2.patch


 Currently the chaos monkeys used in the integration tests, run with a fixed 
 configuration. It would be useful to have the frequency, sleep times to be 
 configurable. That would help controlling the chaos the monkeys are intended 
 to create.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-11348) Make frequency and sleep times of chaos monkeys configurable

2014-06-19 Thread stack (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-11348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14037770#comment-14037770
 ] 

stack commented on HBASE-11348:
---

Do these options show as usage when I type in -h or --help for IT test?

{code}
 * Options: -h,--help Show usage
 *  -m,--monkey arg Which chaos monkey to run
 *  -monkeyProps arg The properties file for specifying chaos monkey 
properties.
 *  -ncc Option to not clean up the cluster at the end.
{code}

... or are they only in the class comment?  i.e. do they show when I do:

 bin/hbase sub_class_of_IntegrationTestBase  -h|--help

?  Maybe there is no help for these tests?

For the book, just write a paragraph and I'll shove it in on commit on how 
you'd use the new property files or maybe I can amend your release note

 Make frequency and sleep times of  chaos monkeys configurable 
 --

 Key: HBASE-11348
 URL: https://issues.apache.org/jira/browse/HBASE-11348
 Project: HBase
  Issue Type: Improvement
Affects Versions: 0.98.3
Reporter: Vandana Ayyalasomayajula
Assignee: Vandana Ayyalasomayajula
Priority: Minor
  Labels: integration-tests
 Attachments: HBASE-11348_1.patch


 Currently the chaos monkeys used in the integration tests, run with a fixed 
 configuration. It would be useful to have the frequency, sleep times to be 
 configurable. That would help controlling the chaos the monkeys are intended 
 to create.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-11348) Make frequency and sleep times of chaos monkeys configurable

2014-06-19 Thread Vandana Ayyalasomayajula (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-11348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14037807#comment-14037807
 ] 

Vandana Ayyalasomayajula commented on HBASE-11348:
--

[~stack] yes, the options 
{code}
 Options: -h,--help Show usage
 -m,--monkey arg Which chaos monkey to run
 -monkeyProps arg The properties file for specifying chaos monkey 
properties.
-ncc Option to not clean up the cluster at the end.
{code} 

show up when any user executes command bin/hbase 
sub_class_of_IntegrationTestBase --help or -h.
I will shortly update the JIRA with a one paragraph description of the change.

 Make frequency and sleep times of  chaos monkeys configurable 
 --

 Key: HBASE-11348
 URL: https://issues.apache.org/jira/browse/HBASE-11348
 Project: HBase
  Issue Type: Improvement
Affects Versions: 0.98.3
Reporter: Vandana Ayyalasomayajula
Assignee: Vandana Ayyalasomayajula
Priority: Minor
  Labels: integration-tests
 Attachments: HBASE-11348_1.patch, HBASE-11348_2.patch


 Currently the chaos monkeys used in the integration tests, run with a fixed 
 configuration. It would be useful to have the frequency, sleep times to be 
 configurable. That would help controlling the chaos the monkeys are intended 
 to create.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-11348) Make frequency and sleep times of chaos monkeys configurable

2014-06-19 Thread Vandana Ayyalasomayajula (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-11348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14037826#comment-14037826
 ] 

Vandana Ayyalasomayajula commented on HBASE-11348:
--

For the book, will the following description of the change be okay ?
{quote}
After the changes from HBASE-11348, the chaos monkeys used to run integration 
tests can be configured for each run. The user can create a java properties 
file and configure
chaos monkeys. The properties file needs to be in hbase classpath. The various 
properties that can be configured and their default values can be found in 
org.apache.hadoop.hbase.chaos.factories.MonkeyConstants class. 
If any chaos monkey configuration is missing in the property file, then the 
default values would be assumed.
Example:
bin/hbase org.apache.hadoop.hbase.IntegrationTestIngest -m slowDeterministic 
-monkeyProps monkey.properties
The above command will start the integration tests and chaos monkey. 
Contents of monkey.properties:
sdm.action1.period=12
sdm.action2.period=4
move.regions.sleep.time=8
move.regions.max.time=100
move.regions.sleep.time=8
batch.restart.rs.ratio=0.4f
{quote}

 Make frequency and sleep times of  chaos monkeys configurable 
 --

 Key: HBASE-11348
 URL: https://issues.apache.org/jira/browse/HBASE-11348
 Project: HBase
  Issue Type: Improvement
Affects Versions: 0.98.3
Reporter: Vandana Ayyalasomayajula
Assignee: Vandana Ayyalasomayajula
Priority: Minor
  Labels: integration-tests
 Attachments: HBASE-11348_1.patch, HBASE-11348_2.patch


 Currently the chaos monkeys used in the integration tests, run with a fixed 
 configuration. It would be useful to have the frequency, sleep times to be 
 configurable. That would help controlling the chaos the monkeys are intended 
 to create.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-11348) Make frequency and sleep times of chaos monkeys configurable

2014-06-19 Thread Vandana Ayyalasomayajula (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-11348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14037963#comment-14037963
 ] 

Vandana Ayyalasomayajula commented on HBASE-11348:
--

[~stack] and [~enis] Thanks for the prompt reviews and commit. 

 Make frequency and sleep times of  chaos monkeys configurable 
 --

 Key: HBASE-11348
 URL: https://issues.apache.org/jira/browse/HBASE-11348
 Project: HBase
  Issue Type: Improvement
Affects Versions: 0.98.3
Reporter: Vandana Ayyalasomayajula
Assignee: Vandana Ayyalasomayajula
Priority: Minor
  Labels: integration-tests
 Fix For: 0.99.0

 Attachments: HBASE-11348_1.patch, HBASE-11348_2.patch


 Currently the chaos monkeys used in the integration tests, run with a fixed 
 configuration. It would be useful to have the frequency, sleep times to be 
 configurable. That would help controlling the chaos the monkeys are intended 
 to create.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-11348) Make frequency and sleep times of chaos monkeys configurable

2014-06-19 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-11348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14038152#comment-14038152
 ] 

Hudson commented on HBASE-11348:


SUCCESS: Integrated in HBase-TRUNK #5220 (See 
[https://builds.apache.org/job/HBase-TRUNK/5220/])
HBASE-11348 Make frequency and sleep times of chaos monkeys configurable 
(Vandan Ayyalasomayajula) (stack: rev 5764df2974e68efd69d581478618cffe1395e547)
* src/main/docbkx/developer.xml
* 
hbase-it/src/test/java/org/apache/hadoop/hbase/chaos/factories/UnbalanceMonkeyFactory.java
* 
hbase-it/src/test/java/org/apache/hadoop/hbase/chaos/actions/MoveRegionsOfTableAction.java
* 
hbase-it/src/test/java/org/apache/hadoop/hbase/chaos/factories/MonkeyFactory.java
* hbase-it/src/test/java/org/apache/hadoop/hbase/mttr/IntegrationTestMTTR.java
* 
hbase-it/src/test/java/org/apache/hadoop/hbase/chaos/factories/MonkeyConstants.java
* 
hbase-it/src/test/java/org/apache/hadoop/hbase/chaos/factories/SlowDeterministicMonkeyFactory.java
* 
hbase-it/src/test/java/org/apache/hadoop/hbase/chaos/actions/UnbalanceKillAndRebalanceAction.java
* hbase-it/src/test/java/org/apache/hadoop/hbase/IntegrationTestBase.java


 Make frequency and sleep times of  chaos monkeys configurable 
 --

 Key: HBASE-11348
 URL: https://issues.apache.org/jira/browse/HBASE-11348
 Project: HBase
  Issue Type: Improvement
Affects Versions: 0.98.3
Reporter: Vandana Ayyalasomayajula
Assignee: Vandana Ayyalasomayajula
Priority: Minor
  Labels: integration-tests
 Fix For: 0.99.0

 Attachments: HBASE-11348_1.patch, HBASE-11348_2.patch


 Currently the chaos monkeys used in the integration tests, run with a fixed 
 configuration. It would be useful to have the frequency, sleep times to be 
 configurable. That would help controlling the chaos the monkeys are intended 
 to create.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-11348) Make frequency and sleep times of chaos monkeys configurable

2014-06-18 Thread Enis Soztutar (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-11348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14036053#comment-14036053
 ] 

Enis Soztutar commented on HBASE-11348:
---

I think Stack is talking about adding a release note here, and maybe some 
update to the hbase book. 

 Make frequency and sleep times of  chaos monkeys configurable 
 --

 Key: HBASE-11348
 URL: https://issues.apache.org/jira/browse/HBASE-11348
 Project: HBase
  Issue Type: Improvement
Affects Versions: 0.98.3
Reporter: Vandana Ayyalasomayajula
Assignee: Vandana Ayyalasomayajula
Priority: Minor
  Labels: integration-tests
 Attachments: HBASE-11348_1.patch


 Currently the chaos monkeys used in the integration tests, run with a fixed 
 configuration. It would be useful to have the frequency, sleep times to be 
 configurable. That would help controlling the chaos the monkeys are intended 
 to create.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-11348) Make frequency and sleep times of chaos monkeys configurable

2014-06-18 Thread Vandana Ayyalasomayajula (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-11348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14036716#comment-14036716
 ] 

Vandana Ayyalasomayajula commented on HBASE-11348:
--

Would this be good ?
{code}
/**
 * Base class for HBase integration tests that want to use the Chaos Monkey.
 * Usage: bin/hbase sub_class_of_IntegrationTestBase options
 * Options: -h,--help Show usage
 *  -m,--monkey arg Which chaos monkey to run
 *  -monkeyProps arg The properties file for specifying chaos monkey 
properties.
 *  -ncc Option to not clean up the cluster at the end.
 */
public abstract class IntegrationTestBase extends AbstractHBaseTool {

{code}
How does one update the hbase book ?

 Make frequency and sleep times of  chaos monkeys configurable 
 --

 Key: HBASE-11348
 URL: https://issues.apache.org/jira/browse/HBASE-11348
 Project: HBase
  Issue Type: Improvement
Affects Versions: 0.98.3
Reporter: Vandana Ayyalasomayajula
Assignee: Vandana Ayyalasomayajula
Priority: Minor
  Labels: integration-tests
 Attachments: HBASE-11348_1.patch


 Currently the chaos monkeys used in the integration tests, run with a fixed 
 configuration. It would be useful to have the frequency, sleep times to be 
 configurable. That would help controlling the chaos the monkeys are intended 
 to create.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-11348) Make frequency and sleep times of chaos monkeys configurable

2014-06-16 Thread stack (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-11348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14032538#comment-14032538
 ] 

stack commented on HBASE-11348:
---

Ok.  I could buy that.

Looking at the patch though, I am having a bit of trouble figuring out how a 
user would learn about this new facility?  Usage or help needs to talk about 
it?  Is it in the patch and I am not seeing it?  Thanks [~avandana]

 Make frequency and sleep times of  chaos monkeys configurable 
 --

 Key: HBASE-11348
 URL: https://issues.apache.org/jira/browse/HBASE-11348
 Project: HBase
  Issue Type: Improvement
Affects Versions: 0.98.3
Reporter: Vandana Ayyalasomayajula
Assignee: Vandana Ayyalasomayajula
Priority: Minor
  Labels: integration-tests
 Attachments: HBASE-11348_1.patch


 Currently the chaos monkeys used in the integration tests, run with a fixed 
 configuration. It would be useful to have the frequency, sleep times to be 
 configurable. That would help controlling the chaos the monkeys are intended 
 to create.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-11348) Make frequency and sleep times of chaos monkeys configurable

2014-06-16 Thread Vandana Ayyalasomayajula (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-11348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14032586#comment-14032586
 ] 

Vandana Ayyalasomayajula commented on HBASE-11348:
--

I could not find the release notes for integration tests. I can update those. 
The --help option of any integration tests will give the exact usage.
{code}
bin/hbase org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList --help
usage: bin/hbase org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList
 options
Options:
 -h,--helpShow usage
 -m,--monkey argWhich chaos monkey to run
 -monkeyProps arg   The properties file for specifying chaos monkey
  properties.
{code}

 Make frequency and sleep times of  chaos monkeys configurable 
 --

 Key: HBASE-11348
 URL: https://issues.apache.org/jira/browse/HBASE-11348
 Project: HBase
  Issue Type: Improvement
Affects Versions: 0.98.3
Reporter: Vandana Ayyalasomayajula
Assignee: Vandana Ayyalasomayajula
Priority: Minor
  Labels: integration-tests
 Attachments: HBASE-11348_1.patch


 Currently the chaos monkeys used in the integration tests, run with a fixed 
 configuration. It would be useful to have the frequency, sleep times to be 
 configurable. That would help controlling the chaos the monkeys are intended 
 to create.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-11348) Make frequency and sleep times of chaos monkeys configurable

2014-06-13 Thread Vandana Ayyalasomayajula (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-11348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14031229#comment-14031229
 ] 

Vandana Ayyalasomayajula commented on HBASE-11348:
--

The integration tests pass on local and actual clusters with the changes 
introduced by the patch.

 Make frequency and sleep times of  chaos monkeys configurable 
 --

 Key: HBASE-11348
 URL: https://issues.apache.org/jira/browse/HBASE-11348
 Project: HBase
  Issue Type: Improvement
Affects Versions: 0.98.3
Reporter: Vandana Ayyalasomayajula
Assignee: Vandana Ayyalasomayajula
Priority: Minor
  Labels: integration-tests
 Attachments: HBASE-11348_1.patch


 Currently the chaos monkeys used in the integration tests, run with a fixed 
 configuration. It would be useful to have the frequency, sleep times to be 
 configurable. That would help controlling the chaos the monkeys are intended 
 to create.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-11348) Make frequency and sleep times of chaos monkeys configurable

2014-06-13 Thread stack (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-11348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14031259#comment-14031259
 ] 

stack commented on HBASE-11348:
---

Looks good.  Any reason [~avandana] for not adding props to hbase-site.xml or 
even a chaos.xml?  i.e. using the current Configuration system rather than java 
properties.  Please write up a release note on how to use the new config 
system. 

 Make frequency and sleep times of  chaos monkeys configurable 
 --

 Key: HBASE-11348
 URL: https://issues.apache.org/jira/browse/HBASE-11348
 Project: HBase
  Issue Type: Improvement
Affects Versions: 0.98.3
Reporter: Vandana Ayyalasomayajula
Assignee: Vandana Ayyalasomayajula
Priority: Minor
  Labels: integration-tests
 Attachments: HBASE-11348_1.patch


 Currently the chaos monkeys used in the integration tests, run with a fixed 
 configuration. It would be useful to have the frequency, sleep times to be 
 configurable. That would help controlling the chaos the monkeys are intended 
 to create.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-11348) Make frequency and sleep times of chaos monkeys configurable

2014-06-13 Thread Enis Soztutar (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-11348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14031290#comment-14031290
 ] 

Enis Soztutar commented on HBASE-11348:
---

Yeah, agreed with Stack, we should do this via hbase-site.xml. Maybe prepend 
every setting with chaosmonkey.xxx or something. 

 Make frequency and sleep times of  chaos monkeys configurable 
 --

 Key: HBASE-11348
 URL: https://issues.apache.org/jira/browse/HBASE-11348
 Project: HBase
  Issue Type: Improvement
Affects Versions: 0.98.3
Reporter: Vandana Ayyalasomayajula
Assignee: Vandana Ayyalasomayajula
Priority: Minor
  Labels: integration-tests
 Attachments: HBASE-11348_1.patch


 Currently the chaos monkeys used in the integration tests, run with a fixed 
 configuration. It would be useful to have the frequency, sleep times to be 
 configurable. That would help controlling the chaos the monkeys are intended 
 to create.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-11348) Make frequency and sleep times of chaos monkeys configurable

2014-06-13 Thread Vandana Ayyalasomayajula (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-11348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14031296#comment-14031296
 ] 

Vandana Ayyalasomayajula commented on HBASE-11348:
--

If we want to run multiple monkeys on the same host with different configs, 
then adding the properties in hbase-site.xml be messy. For example, 
if I want to run IntegrationTestIngest and IntegrationBigLinkedList with two 
different monkeys configs, then the above solution works better. 

 Make frequency and sleep times of  chaos monkeys configurable 
 --

 Key: HBASE-11348
 URL: https://issues.apache.org/jira/browse/HBASE-11348
 Project: HBase
  Issue Type: Improvement
Affects Versions: 0.98.3
Reporter: Vandana Ayyalasomayajula
Assignee: Vandana Ayyalasomayajula
Priority: Minor
  Labels: integration-tests
 Attachments: HBASE-11348_1.patch


 Currently the chaos monkeys used in the integration tests, run with a fixed 
 configuration. It would be useful to have the frequency, sleep times to be 
 configurable. That would help controlling the chaos the monkeys are intended 
 to create.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-11348) Make frequency and sleep times of chaos monkeys configurable

2014-06-13 Thread Enis Soztutar (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-11348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14031314#comment-14031314
 ] 

Enis Soztutar commented on HBASE-11348:
---

I can see the use case, but I don't want to introduce yet another way to 
configure the system. Can we do something like this: 
chaosmonkey will get properties of the form: 
 chaosmonkey.xxx.yyy
If a test wants to override it, you do: 
 testname.chaosmonkey.xxx.yyy 
and send the testname as a prefix for CM to use for it's conf values. wdyt? 



 Make frequency and sleep times of  chaos monkeys configurable 
 --

 Key: HBASE-11348
 URL: https://issues.apache.org/jira/browse/HBASE-11348
 Project: HBase
  Issue Type: Improvement
Affects Versions: 0.98.3
Reporter: Vandana Ayyalasomayajula
Assignee: Vandana Ayyalasomayajula
Priority: Minor
  Labels: integration-tests
 Attachments: HBASE-11348_1.patch


 Currently the chaos monkeys used in the integration tests, run with a fixed 
 configuration. It would be useful to have the frequency, sleep times to be 
 configurable. That would help controlling the chaos the monkeys are intended 
 to create.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-11348) Make frequency and sleep times of chaos monkeys configurable

2014-06-13 Thread Vandana Ayyalasomayajula (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-11348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14031331#comment-14031331
 ] 

Vandana Ayyalasomayajula commented on HBASE-11348:
--

In my opinion it becomes very inconvenient to have something added to the 
hbase-site.xml for every instance. Now, if I want to run multiple instances of
IntegrationTestIngest with different monkeys, then the approach of having 
properties as testname.chaosmonkey.xxx.yyy becomes a problem. I think the 
configs
in hbase-site.xml should not be per-instances as such. I found it easier to 
specify the properties in a file and give it in command line. 

 Make frequency and sleep times of  chaos monkeys configurable 
 --

 Key: HBASE-11348
 URL: https://issues.apache.org/jira/browse/HBASE-11348
 Project: HBase
  Issue Type: Improvement
Affects Versions: 0.98.3
Reporter: Vandana Ayyalasomayajula
Assignee: Vandana Ayyalasomayajula
Priority: Minor
  Labels: integration-tests
 Attachments: HBASE-11348_1.patch


 Currently the chaos monkeys used in the integration tests, run with a fixed 
 configuration. It would be useful to have the frequency, sleep times to be 
 configurable. That would help controlling the chaos the monkeys are intended 
 to create.



--
This message was sent by Atlassian JIRA
(v6.2#6252)