Re: [PR] [enhance] delete temporary files and disk detection [doris]

2025-05-13 Thread via GitHub
hello-stephen commented on PR #49962: URL: https://github.com/apache/doris/pull/49962#issuecomment-2877038522 # BE Regression && UT Coverage Report Increment line coverage `85.19% (46/54)` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/49962_506f4991b3ca

Re: [PR] [enhance] delete temporary files and disk detection [doris]

2025-05-13 Thread via GitHub
doris-robot commented on PR #49962: URL: https://github.com/apache/doris/pull/49962#issuecomment-2876634977 # BE UT Coverage Report Increment line coverage `75.93% (41/54)` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/506f4991b3cacee2d007517c6d8efcb3eb

Re: [PR] [enhance] delete temporary files and disk detection [doris]

2025-05-13 Thread via GitHub
doris-robot commented on PR #49962: URL: https://github.com/apache/doris/pull/49962#issuecomment-2876473229 ClickBench: Total hot run time: 29.47 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [enhance] delete temporary files and disk detection [doris]

2025-05-13 Thread via GitHub
doris-robot commented on PR #49962: URL: https://github.com/apache/doris/pull/49962#issuecomment-2876457159 TPC-DS: Total hot run time: 194857 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [enhance] delete temporary files and disk detection [doris]

2025-05-13 Thread via GitHub
doris-robot commented on PR #49962: URL: https://github.com/apache/doris/pull/49962#issuecomment-2876402843 TPC-H: Total hot run time: 33795 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [enhance] delete temporary files and disk detection [doris]

2025-05-13 Thread via GitHub
cjj2010 commented on PR #49962: URL: https://github.com/apache/doris/pull/49962#issuecomment-2876266703 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsu

Re: [PR] [enhance] delete temporary files and disk detection [doris]

2025-05-13 Thread via GitHub
liaoxin01 commented on code in PR #49962: URL: https://github.com/apache/doris/pull/49962#discussion_r2086089272 ## be/test/runtime/stream_load_parquet_test.cpp: ## @@ -0,0 +1,102 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license a

Re: [PR] [enhance] delete temporary files and disk detection [doris]

2025-04-19 Thread via GitHub
doris-robot commented on PR #49962: URL: https://github.com/apache/doris/pull/49962#issuecomment-2816693654 ClickBench: Total hot run time: 29.31 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [enhance] delete temporary files and disk detection [doris]

2025-04-19 Thread via GitHub
doris-robot commented on PR #49962: URL: https://github.com/apache/doris/pull/49962#issuecomment-2816692145 TPC-DS: Total hot run time: 187690 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [enhance] delete temporary files and disk detection [doris]

2025-04-19 Thread via GitHub
doris-robot commented on PR #49962: URL: https://github.com/apache/doris/pull/49962#issuecomment-2816688609 TPC-H: Total hot run time: 34820 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [enhance] delete temporary files and disk detection [doris]

2025-04-19 Thread via GitHub
cjj2010 commented on PR #49962: URL: https://github.com/apache/doris/pull/49962#issuecomment-2816674876 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsu

Re: [PR] [enhance] delete temporary files and disk detection [doris]

2025-04-14 Thread via GitHub
liaoxin01 commented on PR #49962: URL: https://github.com/apache/doris/pull/49962#issuecomment-2801835199 Please add regression test and UT. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the sp

Re: [PR] [enhance] delete temporary files and disk detection [doris]

2025-04-14 Thread via GitHub
liaoxin01 commented on code in PR #49962: URL: https://github.com/apache/doris/pull/49962#discussion_r2042123457 ## be/src/runtime/load_path_mgr.cpp: ## @@ -96,8 +96,23 @@ Status LoadPathMgr::allocate_dir(const std::string& db, const std::string& label std::string path;

Re: [PR] [enhance] delete temporary files and disk detection [doris]

2025-04-10 Thread via GitHub
Thearas commented on PR #49962: URL: https://github.com/apache/doris/pull/49962#issuecomment-2792119724 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

[PR] [enhance] delete temporary files and disk detection [doris]

2025-04-10 Thread via GitHub
cjj2010 opened a new pull request, #49962: URL: https://github.com/apache/doris/pull/49962 ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: ### Release note None ### Check List (For Author) - Test