We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
You have to provide the following information whenever possible. i changed the distributed_ddl entry to
<distributed_ddl> <path>/clickhouse/v22.3.6.5/</path> <task_max_lifetime>604800</task_max_lifetime> </distributed_ddl>
when executed some sql with on cluster . like
but i got exception when i searched system.distributed_ddl_queue.
2022.09.08 10:30:55.955205 [ 361047 ] {f8cee163-6381-43fd-8f49-176a7238967c} executeQuery: (from 127.0.0.1:43294, user: ck_super_account) select * from system.distributed_ddl_queue;
2022.09.08 10:30:55.955814 [ 361047 ] {f8cee163-6381-43fd-8f49-176a7238967c} ContextAccess (ck_super_account): Access granted: SELECT(entry, entry_version, initiator_host, initiator_port, cluster, query, settings, query_create_time, host, port, status, exception_code, exception_text, query_finish_time, query_duration_ms) ON system.distributed_ddl_queue
2022.09.08 10:30:55.958431 [ 361047 ] {f8cee163-6381-43fd-8f49-176a7238967c} executeQuery: Code: 999. Coordination::Exception: No node, path: /clickhouse/v22.3.6.5/. (KEEPER_EXCEPTION) (version 22.3.6.5) (from 127.0.0.1:43294) (in query: select * from system.distributed_ddl_queue;), Stack trace (when copying this message, always include the lines below):
The text was updated successfully, but these errors were encountered:
i know it . distributed_ddl.path cannot ends with '/'。
solve it by changing <path>/clickhouse/v22.3.6.5/</path> to <path>/clickhouse/v22.3.6.5</path>
<path>/clickhouse/v22.3.6.5/</path>
<path>/clickhouse/v22.3.6.5</path>
Sorry, something went wrong.
it's a bug of StorageSystemDDLWorkerQueue, the default ddl path ends with '/' too.
Merge pull request #41296 from young-scott/fix_issuse_41096
b26cc5a
fix issue #41096
tavplubix
Successfully merging a pull request may close this issue.
when executed some sql with on cluster . like
but i got exception when i searched system.distributed_ddl_queue.
2022.09.08 10:30:55.955205 [ 361047 ] {f8cee163-6381-43fd-8f49-176a7238967c} executeQuery: (from 127.0.0.1:43294, user: ck_super_account) select * from system.distributed_ddl_queue;
2022.09.08 10:30:55.955814 [ 361047 ] {f8cee163-6381-43fd-8f49-176a7238967c} ContextAccess (ck_super_account): Access granted: SELECT(entry, entry_version, initiator_host, initiator_port, cluster, query, settings, query_create_time, host, port, status, exception_code, exception_text, query_finish_time, query_duration_ms) ON system.distributed_ddl_queue
2022.09.08 10:30:55.958431 [ 361047 ] {f8cee163-6381-43fd-8f49-176a7238967c} executeQuery: Code: 999. Coordination::Exception: No node, path: /clickhouse/v22.3.6.5/. (KEEPER_EXCEPTION) (version 22.3.6.5) (from 127.0.0.1:43294) (in query: select * from system.distributed_ddl_queue;), Stack trace (when copying this message, always include the lines below):
The text was updated successfully, but these errors were encountered: