Uh oh!
There was an error while loading. Please reload this page.
[branch-2.0](gc tablet) fix get shutdown tablet cost a lot time #27693 - #28543
Conversation
yujun777
commented
Dec 18, 2023
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Dec 18, 2023
TeamCity be ut coverage result: |
doris-robot
commented
Dec 18, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
yujun777
commented
Dec 18, 2023
run buildall |
doris-robot
commented
Dec 18, 2023
TeamCity be ut coverage result: |
doris-robot
commented
Dec 18, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
pick: #27693
If gc shutdown tablets take a lot time, it will make TabletManager getting a tablet wait a lot time.
pr #26151 had fix get a running tablet wait a lot time. Also it fix drop a tablet hold a tablet meta lock too long.
But it hadn't fix get a deleted tablet wait a log time. So this pr fix this.
Proposed changes
Issue Number: close #xxx
Further comments
If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...