-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Ignore parse error in system.distributed_ddl_queue #79369
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
Ignore parse error in system.distributed_ddl_queue #79369
Conversation
Addresses #75011 |
Hello @azat , |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the delay (was on vacation)
LGTM, but let's also make test more stable
Integration tests failures is related, @ilejn can you please take a look? |
Please, advise if I should trigger the build. |
AST fuzzer thing is not related. |
@azat , imagine that CH parses queries in system.query_log and in case of an exception returns error to client. |
I understand your point, but I still believe that until we have some solid examples, we should not ignore other errors. I am concerned that someone might rely on the cluster field and would prefer to know whether the failure is temporary (and the query can be retried) or permanent. |
…ed_ddl_queue Ignore parse error in system.distributed_ddl_queue conflict resolved
24.8.14 Backport of ClickHouse#79369 -- Ignore parse error in system.distributed_ddl_queue
Changelog category (leave one):
Fixes: #75011