[
https://issues.apache.org/jira/browse/HBASE-18610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16140967#comment-16140967
]
Enis Soztutar commented on HBASE-18610:
---------------------------------------
Thanks Ted. The patch seems fine, however when testing it I am getting
segfaults:
{code}
root@securecluster:/usr/src/hbase/hbase-native-client#
./buck-out/gen/core/load-client -num_rows=100000 -appends=false -num_cols=10
-report_num_rows=1000 -monkey=serverKilling
I0825 00:13:12.944164 9551 mini-cluster.cc:42] got empty classpath
I0825 00:13:12.944286 9551 mini-cluster.cc:51] set clspath 0
*** Aborted at 1503619993 (unix time) try "date -d @1503619993" if you are
using GNU date ***
PC: @ 0x7fe026812460 (unknown)
*** SIGSEGV (@0x0) received by PID 9551 (TID 0x7fe009e42700) from PID 0; stack
trace: ***
@ 0x7fe026a46372 (unknown)
@ 0x7fe026a4aef9 JVM_handle_linux_signal
@ 0x7fe026a3ebf8 (unknown)
@ 0x7fe02528a3d0 (unknown)
@ 0x7fe026812460 (unknown)
@ 0x423278 JNIEnv_::CallStaticObjectMethod()
{code}
Did you also notice those?
> Provide capability to activate chaos monkey
> -------------------------------------------
>
> Key: HBASE-18610
> URL: https://issues.apache.org/jira/browse/HBASE-18610
> Project: HBase
> Issue Type: Sub-task
> Reporter: Ted Yu
> Attachments: 18610.v1.txt, 18610.v4.txt
>
>
> Currently load-client runs against a cluster where region servers are stable.
> We need to introduce chaos monkey so that wider coverage for read path is
> exercised.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)