-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
replica can not restart automatically #80
Comments
The problem can be reproduced by following steps:
Cause: |
@overstep123 Would you submit a PR to fix it? |
…mote command returns error
The issue tracker is ONLY used for the bug report(feature request need to follow RIP process). Keep in mind, please check whether there is an existing same report before you raise a new one.
I use example/rocketmq_v1alpha1_rocketmq_cluster.yaml to startup a rocketMQ cluster. But the replica pod can not restart automatically. The error in the broker.log is
. The subscriptionGroup.json and subscriptionGroup.json.bak are both have the same content "". And I found that is because the replica pod execute the command 'echo "" > subscriptionGroup.json'.
BUG REPORT
What did you do (The steps to reproduce)?
Use the operator to startup a rocketMQ cluster(the size is 2),and kill one replica pod.
What did you expect to see?
The replica pod is restarting again and again.
What did you see instead?
The replica pod can startup successfully
operator version: the latest master branch.
kubernetes version: v1.19.10
The text was updated successfully, but these errors were encountered: