[feature](Recycler) Parallelize s3 delete operations and recycle_tablet #37630
Merged
gavinchou merged 1 commit intoapache:masterfrom Jul 19, 2024
Merged
[feature](Recycler) Parallelize s3 delete operations and recycle_tablet #37630gavinchou merged 1 commit intoapache:masterfrom
gavinchou merged 1 commit intoapache:masterfrom
Conversation
|
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
cdeabe3 to
0d1bc2a
Compare
217d892 to
a323207
Compare
Contributor
Author
|
run buildall |
Contributor
Author
|
run buildall |
13f3b11 to
7dd23dc
Compare
Contributor
Author
|
run buildall |
platoneko
requested changes
Jul 16, 2024
Contributor
Author
|
run buildall |
19c6e5b to
4baa42f
Compare
Contributor
Author
|
run buildall |
09d8af2 to
f605509
Compare
Contributor
Author
|
run buildall |
f605509 to
2c12345
Compare
Contributor
Author
|
run buildall |
use atomic use value
2c12345 to
6f5219d
Compare
Contributor
Author
|
run buildall |
platoneko
approved these changes
Jul 19, 2024
Contributor
|
PR approved by at least one committer and no changes requested. |
Contributor
|
PR approved by anyone and no changes requested. |
gavinchou
approved these changes
Jul 19, 2024
dataroaring
pushed a commit
that referenced
this pull request
Aug 16, 2024
…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.
Closed
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.
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.