Fix cluster() for inter-server secret (preserve initial user as before)#66364
Merged
pufit merged 4 commits intoClickHouse:masterfrom Aug 7, 2024
Merged
Fix cluster() for inter-server secret (preserve initial user as before)#66364pufit merged 4 commits intoClickHouse:masterfrom
pufit merged 4 commits intoClickHouse:masterfrom
Conversation
Contributor
|
This is an automated comment for commit bdfaffa with description of existing statuses. It's updated for the latest CI running ❌ Click here to open a full report in a separate page
Successful checks
|
d75cbef to
7e83005
Compare
pufit
approved these changes
Jul 10, 2024
Member
Author
This problem had been fixed already long time ago, will do a rebase |
7e83005 to
189d184
Compare
Member
Author
|
@pufit any clue why cloud fork sync failed? Does something required to be done from my side? |
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
…n list Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
The behaviour of cluster() with inter-server secret had been changed in ClickHouse#63013, after it started to use "default" user, and this introduces a regression. The intention of that patch was to adjust only remote(), since it only it accept custom user, which should be ignored. Fixes: ClickHouse#66287 Fixes: ClickHouse#66352 Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
189d184 to
0dccc34
Compare
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
Member
Author
robot-clickhouse
added a commit
that referenced
this pull request
Aug 11, 2024
…rve initial user as before)
robot-clickhouse
added a commit
that referenced
this pull request
Aug 11, 2024
…rve initial user as before)
robot-clickhouse
added a commit
that referenced
this pull request
Aug 11, 2024
Backport #66364 to 24.6: Fix cluster() for inter-server secret (preserve initial user as before)
robot-clickhouse-ci-2
added a commit
that referenced
this pull request
Aug 11, 2024
Backport #66364 to 24.5: Fix cluster() for inter-server secret (preserve initial user as before)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Fix cluster() for inter-server secret (preserve initial user as before)
The behaviour of cluster() with inter-server secret had been changed in #63013,
after it started to use "default" user, and this introduces a
regression.
The intention of that patch was to adjust only remote(), since it only
it accept custom user, which should be ignored.
Fixes: #66287 (cc @den-crane @pufit )
Fixes: #66352 (cc @canhld94 )
Fixes: #63013