-
Notifications
You must be signed in to change notification settings - Fork 84
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
[bug] Pod Label do not support INVALID/IDLE/LEARNER/STOPPED/UNKNOW #330
Comments
runkecheng
added a commit
to runkecheng/radondb-mysql-kubernetes
that referenced
this issue
Dec 9, 2021
runkecheng
added a commit
to runkecheng/radondb-mysql-kubernetes
that referenced
this issue
Dec 9, 2021
runkecheng
added a commit
to runkecheng/radondb-mysql-kubernetes
that referenced
this issue
Dec 9, 2021
runkecheng
added a commit
to runkecheng/radondb-mysql-kubernetes
that referenced
this issue
Dec 9, 2021
runkecheng
added a commit
to runkecheng/radondb-mysql-kubernetes
that referenced
this issue
Dec 9, 2021
runkecheng
added a commit
to runkecheng/radondb-mysql-kubernetes
that referenced
this issue
Dec 9, 2021
runkecheng
added a commit
to runkecheng/radondb-mysql-kubernetes
that referenced
this issue
Dec 9, 2021
runkecheng
added a commit
to runkecheng/radondb-mysql-kubernetes
that referenced
this issue
Dec 13, 2021
runkecheng
added a commit
to runkecheng/radondb-mysql-kubernetes
that referenced
this issue
Dec 27, 2021
runkecheng
added a commit
to runkecheng/radondb-mysql-kubernetes
that referenced
this issue
Dec 27, 2021
runkecheng
added a commit
to runkecheng/radondb-mysql-kubernetes
that referenced
this issue
Dec 27, 2021
runkecheng
added a commit
to runkecheng/radondb-mysql-kubernetes
that referenced
this issue
Dec 27, 2021
zhl003
pushed a commit
to zhl003/radondb-mysql-kubernetes
that referenced
this issue
Aug 17, 2022
zhl003
pushed a commit
to zhl003/radondb-mysql-kubernetes
that referenced
this issue
Aug 17, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the problem
After force kill Xenon container in pod, switch leader multi times, Some Pod raft status is INVALID, but the pod is still follower , and in the follower service list.
To Reproduce
use shell to do this:
sysbench:
use yaml file:
run the sysbench pod ,in command line
run shell
during the sysbench
run shell to kill xenon
kubectl exec -it svc/sample-leader -c xenon -- pkill xenon
Expected behavior
Environment:
The text was updated successfully, but these errors were encountered: