Uh oh!
There was an error while loading. Please reload this page.
[fix](chmod) change chmod to filesystem::permission to avoid race condition - #31032
Conversation
doris-robot
commented
Feb 16, 2024
Thank you for your contribution to Apache Doris. |
| FILESYSTEM_M(permission_impl(path, prms)); | ||
| } | ||
| Status LocalFileSystem::permission_impl(const Path& file, std::filesystem::perms prms) { |
There was a problem hiding this comment.
warning: method 'permission_impl' can be made static [readability-convert-member-functions-to-static]
be/src/io/fs/local_file_system.h:100:
- Status permission_impl(const Path& file, std::filesystem::perms prms);+ static Status permission_impl(const Path& file, std::filesystem::perms prms);morningman
commented
Feb 16, 2024
run buildall |
doris-robot
commented
Feb 16, 2024
TeamCity be ut coverage result: |
doris-robot
commented
Feb 16, 2024
TPC-H: Total hot run time: 41279 ms |
doris-robot
commented
Feb 16, 2024
TPC-DS: Total hot run time: 180636 ms |
doris-robot
commented
Feb 16, 2024
ClickBench: Total hot run time: 31.5 s |
doris-robot
commented
Feb 16, 2024
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
Proposed changes
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...