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 bug in client that led to 'Connection reset by peer' in server #33790

Merged
merged 1 commit into from
Jan 20, 2022

Conversation

Avogar
Copy link
Member

@Avogar Avogar commented Jan 19, 2022

Changelog category (leave one):

  • Bug Fix (user-visible misbehaviour in official stable or prestable release)

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Fix bug in client that led to 'Connection reset by peer' in server. Closes #33309

Detailed description / Documentation draft:
Such queries led to Connection reset by peer, while reading from socket error in server:

echo "1" | clickhouse-client -q "insert into t select x from input('x UInt32') format CSV"

Now it's fixed.

@robot-clickhouse robot-clickhouse added the pr-bugfix Pull request with bugfix, not backported by default label Jan 19, 2022
@kitaisreal kitaisreal self-assigned this Jan 19, 2022
@Avogar Avogar merged commit 175788e into ClickHouse:master Jan 20, 2022
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
3 participants