Uh oh!
There was an error while loading. Please reload this page.
[feature](Recycler) Parallelize s3 delete operations and recycle_tablet - #37630
Conversation
doris-robot
commented
Jul 10, 2024
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
cdeabe3 to
0d1bc2aCompareUh 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.
217d892 to
a323207CompareByteYue
commented
Jul 12, 2024
run buildall |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
ByteYue
commented
Jul 12, 2024
run buildall |
13f3b11 to
7dd23dcCompareByteYue
commented
Jul 15, 2024
run buildall |
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.
ByteYue
commented
Jul 16, 2024
run buildall |
19c6e5b to
4baa42fCompareByteYue
commented
Jul 16, 2024
run buildall |
09d8af2 to
f605509CompareByteYue
commented
Jul 17, 2024
run buildall |
f605509 to
2c12345CompareByteYue
commented
Jul 18, 2024
run buildall |
use atomic use value
2c12345 to
6f5219dCompareByteYue
commented
Jul 19, 2024
run buildall |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
…et (#37630) Previously the procedure of recycler instance is single-threaded, which is not full sufficiently parallel. And there exists many network IO operation. So this pr tries to spilt recycle tasks into different stage which can be parallel. And make the delete operations parallel.
…et (apache#37630) Previously the procedure of recycler instance is single-threaded, which is not full sufficiently parallel. And there exists many network IO operation. So this pr tries to spilt recycle tasks into different stage which can be parallel. And make the delete operations parallel.
Proposed changes
Previously the procedure of recycler instance is single-threaded, which is not full sufficiently parallel. And there exists many network IO operation. So this pr tries to spilt recycle tasks into different stage which can be parallel. And make the delete operations parallel.