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

[fix][broker] Fix the bug that elected leader thinks it's a follower #364

Merged
merged 3 commits into from
Jan 16, 2025

Conversation

nikhil-ctds
Copy link
Collaborator

Motivation

This PR cherry-pick the PR from apache/pulsar which fixes #23125.

Modifications

  • Cherry-picked commits from branch-3.0 which are not present on 3.1_ds.

Verifying this change

  • Make sure that the change passes the CI checks.

(Please pick either of the following options)

This change is a trivial rework / code cleanup without any test coverage.

Does this pull request potentially affect one of the following parts:

If yes was chosen, please highlight the changes

  • Dependencies (does it add or upgrade a dependency): (no)
  • The public API: (no)
  • The schema: (no)
  • The default values of configurations: (no)
  • The wire protocol: (no)
  • The rest endpoints: (no)
  • The admin cli options: (no)
  • Anything that affects deployment: (no)

Documentation

Check the box below or label this PR directly (if you have committer privilege).

Need to update docs?

  • doc-required

    (If you need help on updating docs, create a doc issue)

  • no-need-doc

    (Please explain why)

  • doc

    (If this PR contains doc changes)

@nikhil-ctds nikhil-ctds self-assigned this Jan 16, 2025
@srinath-ctds srinath-ctds merged commit 7eba5b7 into 2.10_ds Jan 16, 2025
30 of 38 checks passed
@srinath-ctds srinath-ctds deleted the fix-leader-elect branch January 16, 2025 16:11
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.

[Bug] The Elected Leader Broker Thinks It's a Follower
3 participants