Replies: 2 comments
-
Try to change "installDir: rocketmq-chaos-test" in rocketmq.yaml, same errors reported again. [root@rocketmq1 rocketmq-4.9.3]# pwd
/root/rocketmq-chaos-test/rocketmq-4.9.3
[root@rocketmq1 rocketmq-4.9.3]# ls -l
total 40
drwxr-xr-x 2 root root 126 Feb 22 01:25 benchmark
drwxr-xr-x 3 root root 4096 Feb 22 00:25 bin
drwxr-xr-x 7 root root 201 Feb 22 00:25 conf
drwxr-xr-x 2 root root 4096 Feb 22 01:25 lib
-rw-r--r-- 1 root root 17327 Feb 22 00:25 LICENSE
-rw-r--r-- 1 root root 1338 Feb 22 00:25 NOTICE
-rw-r--r-- 1 root root 6069 Feb 22 00:25 README.md BTW, I've used "installDir: /opt/rocketmq-4.9.3/" in rocketmq.yaml, which is the RocketMQ home directory in node rocketmq1, after running chaos.sh, it removed all original files and directories then create its own without any operation pre check, I think it is a very significant defects and will cause customer's data loss! |
Beta Was this translation helpful? Give feedback.
-
Content of "rocketmq.yaml" [root@client1 driver-rocketmq]# cat /opt/openchaos-openchaos-0.6.4/driver-rocketmq/rocketmq.yaml
name: RocketMQ
driverClass: io.openchaos.driver.rocketmq.RocketMQDriver
endToEndLatencyCheck: true
nodes:
- rocketmq1
- rocketmq2
metaNodes:
- rocketmq1
- rocketmq2
rocketmqVersion: 4.9.3
installDir: rocketmq-chaos-test
nameServerPort: 9876
clusterName: DefaultCluster # same value as the config in broker.properties
vipChannelEnabled: false
brokerClusterName: DefaultCluster
brokerName: c1-m1
storePathRootDir: /store/c1-m1
storePathCommitLog: /commitlog/c1-m1
enableDLegerCommitLog: true
dLegerGroup: c1-m1
sendMessageThreadPoolNums: 32 |
Beta Was this translation helpful? Give feedback.
-
I'm trying to set up openchaos testing for rocketmq environment, after running command
at OS level, or running command
at container level, always got ERRORs:
Found detail logs in ~/logs/openchaos.log:
Beta Was this translation helpful? Give feedback.
All reactions