Fix incorrect distinguishment between *Cluster and Distributed for object storage#85734
Fix incorrect distinguishment between *Cluster and Distributed for object storage#85734thevar1able merged 7 commits intomasterfrom
*Cluster and Distributed for object storage#85734Conversation
|
Workflow [PR], commit [e557e1e] Summary: ❌
|
This comment was marked as outdated.
This comment was marked as outdated.
*Cluster and Distributed for object storage
|
Don't mind |
|
@thevar1able @KochetovNicolai The test https://s3.amazonaws.com/clickhouse-test-reports/json.html?PR=85734&sha=e557e1e9244fe1488d64f00f8cbd63d564bdb374&name_0=PR in this PR failed with: Looks related. |
This comment was marked as outdated.
This comment was marked as outdated.
|
https://github.com/clickhouse/clickhouse/blob/ae2c7c64b261861e5a8f9bceaad50713ff9fc957/src/Interpreters/DDLTask.cpp#L256 DDL queries are executed as secondary queries, and |
|
@nikitamikhaylov FYI, I'll finish backports for this PR, then complete backports for #85904, all in one go, so that release branches don't end up with a broken test. |
Cherry pick #85734 to 25.3: Fix incorrect distinguishment between `*Cluster` and `Distributed` for object storage
…ter` and `Distributed` for object storage
Cherry pick #85734 to 25.5: Fix incorrect distinguishment between `*Cluster` and `Distributed` for object storage
…ter` and `Distributed` for object storage
Cherry pick #85734 to 25.6: Fix incorrect distinguishment between `*Cluster` and `Distributed` for object storage
Cherry pick #85734 to 25.7: Fix incorrect distinguishment between `*Cluster` and `Distributed` for object storage
…ter` and `Distributed` for object storage
…ter` and `Distributed` for object storage
Backport #85734 to 25.6: Fix incorrect distinguishment between `*Cluster` and `Distributed` for object storage
Backport #85734 to 25.7: Fix incorrect distinguishment between `*Cluster` and `Distributed` for object storage
Backport #85734 to 25.3: Fix incorrect distinguishment between `*Cluster` and `Distributed` for object storage
Backport #85734 to 25.5: Fix incorrect distinguishment between `*Cluster` and `Distributed` for object storage
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes into CHANGELOG.md):
Using
distributed_depthas an indicator of *Cluster function was incorrect and may lead to data duplication; useclient_info.collaborate_with_initiatorinstead.Reverts #85359