Skip to content

Conversation

@ilejn
Copy link
Contributor

@ilejn ilejn commented Apr 21, 2025

Changelog category (leave one):

  • Not for changelog (changelog entry is not required)

Fixes: #75011

@ilejn
Copy link
Contributor Author

ilejn commented Apr 21, 2025

Addresses #75011

@azat azat self-assigned this Apr 21, 2025
@ilejn
Copy link
Contributor Author

ilejn commented Apr 28, 2025

Hello @azat ,
further suggestions?

Copy link
Member

@azat azat left a 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

@azat azat added the can be tested Allows running workflows for external contributors label May 26, 2025
@clickhouse-gh
Copy link

clickhouse-gh bot commented May 26, 2025

Workflow [PR], commit [e6180de]

@clickhouse-gh clickhouse-gh bot added the pr-not-for-changelog This PR should not be mentioned in the changelog label May 26, 2025
@azat
Copy link
Member

azat commented May 28, 2025

Integration tests failures is related, @ilejn can you please take a look?

@ilejn
Copy link
Contributor Author

ilejn commented May 28, 2025

Please, advise if I should trigger the build.
I don't think that any test failure is related, but 'server died' looks too bad.

@ilejn
Copy link
Contributor Author

ilejn commented May 30, 2025

AST fuzzer thing is not related.

@azat azat added this pull request to the merge queue May 30, 2025
@azat azat removed this pull request from the merge queue due to a manual request May 30, 2025
@ilejn
Copy link
Contributor Author

ilejn commented May 31, 2025

@azat , imagine that CH parses queries in system.query_log and in case of an exception returns error to client.
This is exactly what is happening here.

@azat azat enabled auto-merge June 1, 2025 06:41
@azat azat added this pull request to the merge queue Jun 1, 2025
@azat
Copy link
Member

azat commented Jun 1, 2025

imagine that CH parses queries in system.query_log and in case of an exception returns error to client.
This is exactly what is happening here.

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.

Merged via the queue into ClickHouse:master with commit ce31d75 Jun 1, 2025
120 checks passed
@robot-ch-test-poll1 robot-ch-test-poll1 added the pr-synced-to-cloud The PR is synced to the cloud repo label Jun 1, 2025
ilejn pushed a commit to Altinity/ClickHouse that referenced this pull request Jun 5, 2025
…ed_ddl_queue

Ignore parse error in system.distributed_ddl_queue

conflict resolved
zvonand added a commit to Altinity/ClickHouse that referenced this pull request Jun 19, 2025
24.8.14 Backport of ClickHouse#79369 -- Ignore parse error in system.distributed_ddl_queue
ilejn pushed a commit to Altinity/ClickHouse that referenced this pull request Jul 9, 2025
…ed_ddl_queue

Ignore parse error in system.distributed_ddl_queue
zvonand added a commit to Altinity/ClickHouse that referenced this pull request Jul 14, 2025
25.3.5 Backport of ClickHouse#79369 -- Ignore parse error in system.distributed_ddl_queue
zvonand pushed a commit to Altinity/ClickHouse that referenced this pull request Jul 16, 2025
…ed_ddl_queue

Ignore parse error in system.distributed_ddl_queue
zvonand added a commit to Altinity/ClickHouse that referenced this pull request Jul 17, 2025
25.3.6 Backport of ClickHouse#79369 -- Ignore parse error in system.distributed_ddl_queue
ilejn pushed a commit to Altinity/ClickHouse that referenced this pull request Nov 7, 2025
…ed_ddl_queue

Ignore parse error in system.distributed_ddl_queue
ilejn added a commit to Altinity/ClickHouse that referenced this pull request Nov 7, 2025
ilejn pushed a commit to Altinity/ClickHouse that referenced this pull request Nov 7, 2025
…ed_ddl_queue

Ignore parse error in system.distributed_ddl_queue
zvonand added a commit to Altinity/ClickHouse that referenced this pull request Nov 10, 2025
…distributed_ddl_queue

25.3.8 Backport of ClickHouse#79369 -- Ignore parse error in system.distributed_ddl_queue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

can be tested Allows running workflows for external contributors pr-not-for-changelog This PR should not be mentioned in the changelog pr-synced-to-cloud The PR is synced to the cloud repo

Projects

None yet

Development

Successfully merging this pull request may close these issues.

system.distributed_ddl_queue parses the queries that it finds in ZK

3 participants