-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Enhancement] Reduce S3 headObject requests in lake tablet GC #19148
Conversation
33a10fa
to
4ad2a83
Compare
clang-tidy review says "All clean, LGTM! 👍" |
4ad2a83
to
4832630
Compare
run starrocks_admit_test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clang-tidy made some suggestions
4832630
to
ceaf16f
Compare
clang-tidy review says "All clean, LGTM! 👍" |
clang-tidy review says "All clean, LGTM! 👍" |
run starrocks_admit_test |
run starrocks_admit_test |
Add a new FileSystem interface iterate_dir2() for getting the file modification time while traversing the directory to avoid additional `FileSystem::get_file_modified_time()` calls. In fact, this PR will not have any optimization, because the new interface is not really implemented in the StarletFilesystem, another PR is needed. Signed-off-by: sduzh <[email protected]>
77212e0
to
12938b9
Compare
run starrocks_admit_test |
clang-tidy review says "All clean, LGTM! 👍" |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
run starrocks_admit_test |
@Mergifyio backport branch-3.0 |
✅ Backports have been created
|
Add a new FileSystem interface iterate_dir2() for getting the file modification time while traversing the directory to avoid additional `FileSystem::get_file_modified_time()` calls. In fact, this PR will not have any optimization, because the new interface is not really implemented in the StarletFilesystem, another PR is needed. Signed-off-by: sduzh <[email protected]> (cherry picked from commit c301d2d)
Add a new FileSystem interface iterate_dir2() for getting the file modification time while traversing the directory to avoid additional `FileSystem::get_file_modified_time()` calls. In fact, this PR will not have any optimization, because the new interface is not really implemented in the StarletFilesystem, another PR is needed. Signed-off-by: sduzh <[email protected]> (cherry picked from commit c301d2d)
Add a new FileSystem interface iterate_dir2() for getting the file modification time while traversing the directory to avoid additional `FileSystem::get_file_modified_time()` calls. In fact, this PR will not have any optimization, because the new interface is not really implemented in the StarletFilesystem, another PR is needed. Signed-off-by: sduzh <[email protected]> (cherry picked from commit c301d2d)
Add a new FileSystem interface iterate_dir2() for getting the file modification time while traversing the directory to avoid additional `FileSystem::get_file_modified_time()` calls. In fact, this PR will not have any optimization, because the new interface is not really implemented in the StarletFilesystem, another PR is needed. Signed-off-by: sduzh <[email protected]> (cherry picked from commit c301d2d)
…ocks#19148) Add a new FileSystem interface iterate_dir2() for getting the file modification time while traversing the directory to avoid additional `FileSystem::get_file_modified_time()` calls. In fact, this PR will not have any optimization, because the new interface is not really implemented in the StarletFilesystem, another PR is needed. Signed-off-by: sduzh <[email protected]>
…ocks#19148) Add a new FileSystem interface iterate_dir2() for getting the file modification time while traversing the directory to avoid additional `FileSystem::get_file_modified_time()` calls. In fact, this PR will not have any optimization, because the new interface is not really implemented in the StarletFilesystem, another PR is needed. Signed-off-by: sduzh <[email protected]>
…ocks#19148) Add a new FileSystem interface iterate_dir2() for getting the file modification time while traversing the directory to avoid additional `FileSystem::get_file_modified_time()` calls. In fact, this PR will not have any optimization, because the new interface is not really implemented in the StarletFilesystem, another PR is needed. Signed-off-by: sduzh <[email protected]>
…ocks#19148) Add a new FileSystem interface iterate_dir2() for getting the file modification time while traversing the directory to avoid additional `FileSystem::get_file_modified_time()` calls. In fact, this PR will not have any optimization, because the new interface is not really implemented in the StarletFilesystem, another PR is needed. Signed-off-by: sduzh <[email protected]>
Add a new FileSystem interface
iterate_dir2()
for getting the file modification time while traversing the directory to avoid additionalFileSystem::get_file_modified_time()
calls.In fact, this PR will not have any optimization, because the new interface is not really implemented in the StarletFilesystem,, another PR is needed.
What type of PR is this:
Which issues of this PR fixes :
Fixes #
Problem Summary(Required) :
Checklist:
Bugfix cherry-pick branch check: