-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[fix](cloud) Fix domain user set default cluster report err #56032
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
Conversation
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
|
run buildall |
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
TPC-H: Total hot run time: 34452 ms |
TPC-DS: Total hot run time: 188830 ms |
ClickBench: Total hot run time: 29.89 s |
FE UT Coverage ReportIncrement line coverage |
FE Regression Coverage ReportIncrement line coverage |
|
run nonConcurrent |
FE Regression Coverage ReportIncrement line coverage |
b29c51d to
76c7a02
Compare
|
run buildall |
|
PR approved by anyone and no changes requested. |
TPC-DS: Total hot run time: 190952 ms |
ClickBench: Total hot run time: 30.17 s |
FE UT Coverage ReportIncrement line coverage |
FE Regression Coverage ReportIncrement line coverage |
When setting up a default cluster on the current cloud, it will check whether the user has cluster permissions. However, this check only checks the entire domain. If you create a user using a partial domain, setting up the default cluster will result in an error. Fix it.
…6032) When setting up a default cluster on the current cloud, it will check whether the user has cluster permissions. However, this check only checks the entire domain. If you create a user using a partial domain, setting up the default cluster will result in an error. Fix it.
What problem does this PR solve?
When setting up a default cluster on the current cloud, it will check whether the user has cluster permissions. However, this check only checks the entire domain. If you create a user using a partial domain, setting up the default cluster will result in an error. Fix it.
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)