-
Notifications
You must be signed in to change notification settings - Fork 289
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
kill -9 PD non-leader instance, cause all 2 cdc instances restarted. #7067
Labels
area/ticdc
Issues or PRs related to TiCDC.
availability
service availability
component/pd
Issues related to pd
severity/minor
type/bug
The issue is confirmed as a bug.
Comments
3AceShowHand
added
type/bug
The issue is confirmed as a bug.
area/ticdc
Issues or PRs related to TiCDC.
labels
Sep 14, 2022
3AceShowHand
added
availability
service availability
component/pd
Issues related to pd
labels
Sep 14, 2022
We kill the pd at the
|
Since 2 PD instances in the cluster, one pd member goes offline makes the leader does not have support from the majority, cause pd leader resigned and re-elected, cost more than 20 seconds. During this time period, the PD cluster is unavailable, also the etcd cluster, which makes the TiCDC etcd session disconnected. |
ti-chi-bot
pushed a commit
that referenced
this issue
Sep 16, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/ticdc
Issues or PRs related to TiCDC.
availability
service availability
component/pd
Issues related to pd
severity/minor
type/bug
The issue is confirmed as a bug.
What did you do?
2 pd, 2 ticdc.
kill -9
pd non leader instance.What did you expect to see?
ticdc should works normally
What did you see instead?
all 2 cdc nodes restart
Versions of the cluster
Upstream TiDB cluster version (execute
SELECT tidb_version();
in a MySQL client):(paste TiDB cluster version here)
Upstream TiKV version (execute
tikv-server --version
):(paste TiKV version here)
TiCDC version (execute
cdc version
):master
The text was updated successfully, but these errors were encountered: