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

Remove LeaderElection #32140

Merged
merged 5 commits into from
Dec 7, 2021
Merged

Remove LeaderElection #32140

merged 5 commits into from
Dec 7, 2021

Conversation

tavplubix
Copy link
Member

@tavplubix tavplubix commented Dec 2, 2021

Changelog category (leave one):

  • Backward Incompatible Change

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
A "leader election" mechanism is removed from ReplicatedMergeTree, because multiple leaders are supported since 20.6. If you are upgrading from older version and some replica with old version is a leader, then server will fail to start after upgrade. Stop replicas with old version to make new version start. After that it will not be possible to downgrade to version older than 20.6

@robot-clickhouse robot-clickhouse added the pr-backward-incompatible Pull request with backwards incompatible changes label Dec 2, 2021
@tavplubix
Copy link
Member Author

Depends on #32157

@novikd novikd self-assigned this Dec 7, 2021
@tavplubix tavplubix merged commit 4f46ac6 into master Dec 7, 2021
@tavplubix tavplubix deleted the remove_leader_election branch December 7, 2021 16:55
@tavplubix tavplubix mentioned this pull request Dec 8, 2021
tavplubix added a commit that referenced this pull request Dec 8, 2021
robot-clickhouse pushed a commit that referenced this pull request Dec 9, 2021
robot-clickhouse pushed a commit that referenced this pull request Dec 9, 2021
robot-clickhouse pushed a commit that referenced this pull request Dec 9, 2021
robot-clickhouse pushed a commit that referenced this pull request Dec 9, 2021
robot-clickhouse pushed a commit that referenced this pull request Dec 9, 2021
tavplubix added a commit that referenced this pull request Dec 9, 2021
@tavplubix tavplubix mentioned this pull request Dec 13, 2021
tavplubix added a commit that referenced this pull request Dec 13, 2021
* Update LeaderElection.h

* Update LeaderElection.h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-backward-incompatible Pull request with backwards incompatible changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants