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

Disable parallel quorum inserts with deprecated *MergeTree syntax #45430

Merged
merged 3 commits into from
Jan 24, 2023

Conversation

tavplubix
Copy link
Member

Changelog category (leave one):

  • Backward Incompatible Change

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):

Parallel quorum inserts might work incorrectly with *MergeTree tables created with deprecated syntax. Therefore, parallel quorum inserts support is completely disabled for such tables. It does not affect tables created with a new syntax.

Fixes #45413

@robot-clickhouse-ci-2 robot-clickhouse-ci-2 added the pr-backward-incompatible Pull request with backwards incompatible changes label Jan 19, 2023
@alexey-milovidov alexey-milovidov self-assigned this Jan 24, 2023
@alexey-milovidov alexey-milovidov merged commit 43eac58 into master Jan 24, 2023
@alexey-milovidov alexey-milovidov deleted the tavplubix-patch-1 branch January 24, 2023 10:04
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.

Storages/MergeTree/MergeTreePartInfo.cpp chassert(false);
3 participants