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

chore: add throw_on_max_partitions_per_insert_block=false to dev config #18729

Merged
merged 1 commit into from
Nov 17, 2023

Conversation

fuziontech
Copy link
Member

@fuziontech fuziontech commented Nov 17, 2023

Problem

In dev you can run into an issue where you try to insert into too many partitions for log_entires which is due to a few issues with the schema, but really is not a huge issue in production.
We should warn about this, but we should not throw.

https://github.com/ClickHouse/ClickHouse/blob/20bdec61de9a61a294249b9c31ff3e8623cd68e3/src/Core/Settings.h#L517

Changes

👉 Stay up-to-date with PostHog coding conventions for a smoother review.

How did you test this code?

@fuziontech fuziontech merged commit ecbdd9c into master Nov 17, 2023
65 of 66 checks passed
@fuziontech fuziontech deleted the nothrow branch November 17, 2023 19:38
Copy link
Contributor

Size Change: 0 B

Total Size: 2.01 MB

ℹ️ View Unchanged
Filename Size
frontend/dist/toolbar.js 2.01 MB

compressed-size-action

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.

1 participant