[
https://issues.apache.org/jira/browse/HBASE-11288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17173205#comment-17173205
]
Michael Stack commented on HBASE-11288:
---------------------------------------
13 servers in the cluster. Here are some details on what the ITBLL runs are
like from the launch script (the script is neat and tidy because it [~ndimiduk]
's, not mine):
{code:java}
ITBLL_LOOP_ITERATIONS='5'
ITBLL_LOOP_NUM_MAPPERS='2' # 13 region servers / node managers in the cluster
ITBLL_LOOP_NUM_NODES_PER_MAPPER='500000000' # multiple of 25x10^6
ITBLL_LOOP_OUTPUT_DIR="./itbll-output-$(date -u --rfc-3339=seconds | tr ' ' 'T'
| tr ':' '-' | cut -d+ -f1)"
ITBLL_LOOP_NUM_REDUCERS='13'env JAVA_HOME="${JAVA_HOME}" \
HBASE_CLASSPATH='.' \
HBASE_OPTS="${HBASE_OPTS[*]}" \
hbase \
org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList \
"${CONFIGS[@]}" \
-monkeyProps "${MONKEY_PROPERTIES}" \
--monkey serverKilling \
-ncc \
loop \
"${ITBLL_LOOP_ITERATIONS}" \
"${ITBLL_LOOP_NUM_MAPPERS}" \
"${ITBLL_LOOP_NUM_NODES_PER_MAPPER}" \
"${ITBLL_LOOP_OUTPUT_DIR}" \
"${ITBLL_LOOP_NUM_REDUCERS}"
$ more monkey.properties
rolling.batch.suspend.rs.ratio = 0.0{code}
> Splittable Meta
> ---------------
>
> Key: HBASE-11288
> URL: https://issues.apache.org/jira/browse/HBASE-11288
> Project: HBase
> Issue Type: Umbrella
> Components: meta
> Reporter: Francis Christopher Liu
> Assignee: Francis Christopher Liu
> Priority: Major
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)