Skip to content

Segfault on INSERT in HTTPHandler #23643

Merged
nikitamikhaylov merged 2 commits intoClickHouse:masterfrom
nikitamikhaylov:pp-segfault
Apr 27, 2021
Merged

Segfault on INSERT in HTTPHandler #23643
nikitamikhaylov merged 2 commits intoClickHouse:masterfrom
nikitamikhaylov:pp-segfault

Conversation

@nikitamikhaylov
Copy link
Copy Markdown
Member

@nikitamikhaylov nikitamikhaylov commented Apr 26, 2021

I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en

Changelog category (leave one):

  • Bug Fix

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Fixed server fault when inserting data through HTTP caused an exception. This fixes #23512

Detailed description / Documentation draft:
Parsing started before the full pipeline is constructed and the table existence is checked.

@robot-clickhouse robot-clickhouse added the pr-bugfix Pull request with bugfix, not backported by default label Apr 26, 2021
@nikitamikhaylov nikitamikhaylov marked this pull request as ready for review April 26, 2021 17:34
@nikitamikhaylov nikitamikhaylov self-assigned this Apr 26, 2021
@abyss7 abyss7 assigned abyss7 and unassigned nikitamikhaylov Apr 26, 2021
@nikitamikhaylov nikitamikhaylov assigned abyss7 and unassigned abyss7 Apr 26, 2021
@nikitamikhaylov nikitamikhaylov merged commit bbd1068 into ClickHouse:master Apr 27, 2021
alexey-milovidov added a commit that referenced this pull request Apr 28, 2021
Backport #23643 to 21.4: Segfault on INSERT in HTTPHandler
alexey-milovidov added a commit that referenced this pull request Apr 28, 2021
Backport #23643 to 21.5: Segfault on INSERT in HTTPHandler
@filimonov
Copy link
Copy Markdown
Contributor

Was it backported to 21.3? Why backport PR is still opened?

@abyss7
Copy link
Copy Markdown
Contributor

abyss7 commented May 20, 2021

Was it backported to 21.3? Why backport PR is still opened?

Because it has conflicts, which no one resolved.

@filimonov
Copy link
Copy Markdown
Contributor

Was it backported to 21.3? Why backport PR is still opened?

Because it has conflicts, which no one resolved.

@nikitamikhaylov can you try to finish that / resolve conflicts?

nikitamikhaylov added a commit that referenced this pull request May 24, 2021
…651538765bc6c3ae95bf9ef1217da

Cherry pick #23643 to 21.3: Segfault on INSERT in HTTPHandler
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.

segfault from ParallelParsingInputFormat in case of error

4 participants