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 the issue with async Distributed INSERTs and network_compression_method #18776

Merged
merged 2 commits into from
Jan 6, 2021

Conversation

alexey-milovidov
Copy link
Member

@alexey-milovidov alexey-milovidov commented Jan 6, 2021

Changelog category (leave one):

  • Bug Fix

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Asynchronous distributed INSERTs can be rejected by the server if the setting network_compression_method is globally set to non-default value. This fixes #18741.

@robot-clickhouse robot-clickhouse added the pr-bugfix Pull request with bugfix, not backported by default label Jan 6, 2021
@alexey-milovidov alexey-milovidov self-assigned this Jan 6, 2021
@alexey-milovidov alexey-milovidov merged commit 76a32df into master Jan 6, 2021
@alexey-milovidov alexey-milovidov deleted the distributed_async_insert_compression branch January 6, 2021 16:59
robot-clickhouse pushed a commit that referenced this pull request Jan 6, 2021
robot-clickhouse pushed a commit that referenced this pull request Jan 6, 2021
robot-clickhouse pushed a commit that referenced this pull request Jan 6, 2021
alexey-milovidov added a commit that referenced this pull request Jan 7, 2021
Backport #18776 to 20.10: Fix the issue with async Distributed INSERTs and network_compression_method
alexey-milovidov added a commit that referenced this pull request Jan 7, 2021
Backport #18776 to 20.12: Fix the issue with async Distributed INSERTs and network_compression_method
alexey-milovidov added a commit that referenced this pull request Jan 7, 2021
Backport #18776 to 20.11: Fix the issue with async Distributed INSERTs and network_compression_method
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-bugfix Pull request with bugfix, not backported by default
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Data rejected by server when clickhouse-client uses zstd network compression
2 participants