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

raft: fix changing raft_election_timeout_ms without restart #19899

Merged
merged 1 commit into from
Jun 24, 2024

Conversation

nvartolomei
Copy link
Contributor

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
  • v24.1.x
  • v23.3.x
  • v23.2.x

Release Notes

  • none

Previously the watch callback was set on the binding which didn't leave
past the constructor so it was never called.
@vbotbuildovich
Copy link
Collaborator

new failures in https://buildkite.com/redpanda/redpanda/builds/50493#019036b7-e347-4836-9c18-29795b2fc60d:

"rptest.tests.raft_availability_test.RaftAvailabilityTest.test_leadership_transfer"

@vbotbuildovich
Copy link
Collaborator

@nvartolomei
Copy link
Contributor Author

The CI failure looks unrelated.

test_leadership_transfer: rptest.services.metrics_check.MetricCheckFailed: MetricCheckFailed<vectorized_raft_leadership_changes_total old=0.0 new=0.0>

@nvartolomei nvartolomei requested a review from mmaslankaprv June 21, 2024 12:56
@piyushredpanda piyushredpanda merged commit e25d9f0 into redpanda-data:dev Jun 24, 2024
15 of 18 checks passed
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.

4 participants