Skip to content
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

[wip] kvserver: reproduce cluster-wide outage if liveness leaseholder deadlocks #79648

Closed

Conversation

tbg
Copy link
Member

@tbg tbg commented Apr 8, 2022

This provides a reproduction of (internal) https://github.com/cockroachlabs/support/issues/1520.

Usage:

./run.sh

# wait for all replicas to have upreplicated, 1-2 minutes

pkill -HUP cockroach

# liveness should go dark, cluster unavailable
# search for the log line "deadlocking liveness leaseholder"
# and note the nodeID. Upon killing that node, the cluster
# will be healthy again.

Release note: None

… deadlocks

This provides a reproduction of (internal) cockroachlabs/support#1520.

Usage:

```
./run.sh

pkill -HUP cockroach

```

Release note: None
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants