Uh oh!
There was an error while loading. Please reload this page.
[fix](kerberos)fix and refactor ugi login for kerberos and simple authentication - #37301
Conversation
doris-robot
commented
Jul 4, 2024
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
wsjz
commented
Jul 11, 2024
run buildall |
doris-robot
commented
Jul 11, 2024
TPC-H: Total hot run time: 40069 ms |
doris-robot
commented
Jul 11, 2024
TPC-DS: Total hot run time: 174031 ms |
doris-robot
commented
Jul 11, 2024
ClickBench: Total hot run time: 30.73 s |
wsjz
commented
Jul 15, 2024
run buildall |
1 similar comment
wsjz
commented
Jul 15, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
wsjz
commented
Jul 15, 2024
run buildall |
doris-robot
commented
Jul 15, 2024
TPC-H: Total hot run time: 39958 ms |
doris-robot
commented
Jul 15, 2024
TPC-DS: Total hot run time: 173112 ms |
doris-robot
commented
Jul 15, 2024
ClickBench: Total hot run time: 30.05 s |
wsjz
commented
Jul 15, 2024
run external |
wsjz
commented
Jul 16, 2024
run buildall |
doris-robot
commented
Jul 16, 2024
TPC-H: Total hot run time: 40043 ms |
doris-robot
commented
Jul 16, 2024
TPC-DS: Total hot run time: 173879 ms |
doris-robot
commented
Jul 16, 2024
ClickBench: Total hot run time: 30.7 s |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
wsjz
commented
Jul 16, 2024
run buildall |
doris-robot
commented
Jul 16, 2024
TPC-H: Total hot run time: 40037 ms |
doris-robot
commented
Jul 16, 2024
TPC-DS: Total hot run time: 172413 ms |
doris-robot
commented
Jul 16, 2024
ClickBench: Total hot run time: 30.36 s |
wsjz
commented
Jul 16, 2024
run buildall |
doris-robot
commented
Jul 16, 2024
TPC-H: Total hot run time: 39319 ms |
doris-robot
commented
Jul 16, 2024
TPC-DS: Total hot run time: 174232 ms |
doris-robot
commented
Jul 16, 2024
ClickBench: Total hot run time: 30.35 s |
wsjz
commented
Jul 17, 2024
run buildall |
wsjz
commented
Jul 17, 2024
run external |
wsjz
commented
Jul 18, 2024
run buildall |
doris-robot
commented
Jul 18, 2024
TPC-H: Total hot run time: 40119 ms |
doris-robot
commented
Jul 18, 2024
TPC-DS: Total hot run time: 173411 ms |
doris-robot
commented
Jul 18, 2024
ClickBench: Total hot run time: 30.43 s |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
…hentication (#37301) ## Proposed changes optimize kerberos ugi login: 1. support authentication framework for external table 2. cache ugi to avoid conflicts when set configuration for ugi login 3. do ugi login just on creating catalog, which reduces the ugi create times 4. only simple authentication will use getloginUser, which avoids conflicts between simple and kerberos authentication <!--Describe your changes.-->
…hentication (apache#37301) ## Proposed changes optimize kerberos ugi login: 1. support authentication framework for external table 2. cache ugi to avoid conflicts when set configuration for ugi login 3. do ugi login just on creating catalog, which reduces the ugi create times 4. only simple authentication will use getloginUser, which avoids conflicts between simple and kerberos authentication <!--Describe your changes.-->
Proposed changes
optimize kerberos ugi login: