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

release-20.2: sql: slurp bytes when receiving big CopyIn message #54187

Merged
merged 1 commit into from
Sep 17, 2020

Conversation

otan
Copy link
Contributor

@otan otan commented Sep 10, 2020

Backport 1/1 commits from #54066.

/cc @cockroachdb/release


Realised this whilst doing a post-PR reflection, curious if you think we should make this go in as well.

Refs #50330


Release justification: low risk change to existing functionality

Release note (bug fix): Previously, when using CopyIn with an extremely
large message, the TCP connection would close with no discernable error.
This is changed to now display that the message is too big.

Release justification: low risk change to existing functionality

Release note (bug fix): Previously, when using CopyIn with an extremely
large message, the TCP connection would close with no discernable error.
This is changed to now display that the message is too big.
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@otan otan mentioned this pull request Sep 10, 2020
40 tasks
@otan otan merged commit 967884d into cockroachdb:release-20.2 Sep 17, 2020
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.

3 participants