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

r/group_manager: protect against race with set_ready() #16068

Merged
merged 1 commit into from
Jan 12, 2024

Conversation

ztlpn
Copy link
Contributor

@ztlpn ztlpn commented Jan 11, 2024

set_ready() may race with group creation if it is called after a consensus instance is created, but before it is added to the _groups collection.

Backports Required

  • none - not a bug fix
  • none - this is a backport
  • none - issue does not exist in previous branches
  • none - papercut/not impactful enough to backport
  • v23.3.x
  • v23.2.x
  • v23.1.x

Release Notes

Bug Fixes

  • Protect against a very rare scenario where after node restart, some of the partition replicas hosted on that node could not take part in leader elections.

set_ready() may race with group creation if it is called after a
consensus instance is created, but before it is added to the _groups
collection.
@vbotbuildovich
Copy link
Collaborator

@ztlpn ztlpn merged commit f698281 into redpanda-data:dev Jan 12, 2024
20 checks passed
@vbotbuildovich
Copy link
Collaborator

/backport v23.3.x

@vbotbuildovich
Copy link
Collaborator

/backport v23.2.x

@vbotbuildovich
Copy link
Collaborator

/backport v23.1.x

@vbotbuildovich
Copy link
Collaborator

Failed to create a backport PR to v23.1.x branch. I tried:

git remote add upstream https://github.com/redpanda-data/redpanda.git
git fetch --all
git checkout -b backport-pr-16068-v23.1.x-842 remotes/upstream/v23.1.x
git cherry-pick -x 8139e1ed1408289a70b6a50487efb4a8155570ba

Workflow run logs.

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

Successfully merging this pull request may close these issues.

None yet

3 participants