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

Decrease data_type_max_parse_depth a little to avoid stack overflow in coroutines #35524

Merged
merged 2 commits into from Mar 23, 2022

Conversation

Avogar
Copy link
Member

@Avogar Avogar commented Mar 23, 2022

…n coroutines

Changelog category (leave one):

  • Improvement

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
It was possible to get stack overflow in distributed queries if one of the settings async_socket_for_remote and use_hedged_requests is enabled while parsing very deeply nested data type (at least in debug build). Closes #35509

@robot-clickhouse robot-clickhouse added the pr-improvement Pull request with some product improvements label Mar 23, 2022
@nickitat nickitat self-assigned this Mar 23, 2022
@Avogar
Copy link
Member Author

Avogar commented Mar 23, 2022

@Mergifyio update

@mergify
Copy link
Contributor

mergify bot commented Mar 23, 2022

update

✅ Branch has been successfully updated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-improvement Pull request with some product improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Stackoverflow (segfault) in ParserIdentifier if shared build is used.
3 participants