Re: [PR] [fix](cloud) retry read_at when corruption using file cache [doris]

2025-03-12 Thread via GitHub
freemandealer commented on PR #48786: URL: https://github.com/apache/doris/pull/48786#issuecomment-2717962522 run beut -- 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 un

Re: [PR] [fix](cloud) retry read_at when corruption using file cache [doris]

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

Re: [PR] [fix](cloud) retry read_at when corruption using file cache [doris]

2025-03-12 Thread via GitHub
doris-robot commented on PR #48786: URL: https://github.com/apache/doris/pull/48786#issuecomment-2717417439 ClickBench: Total hot run time: 31.21 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [fix](cloud) retry read_at when corruption using file cache [doris]

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

Re: [PR] [fix](cloud) retry read_at when corruption using file cache [doris]

2025-03-12 Thread via GitHub
freemandealer commented on PR #48786: URL: https://github.com/apache/doris/pull/48786#issuecomment-2717299768 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. T

Re: [PR] [fix](cloud) retry read_at when corruption using file cache [doris]

2025-03-11 Thread via GitHub
freemandealer commented on PR #48786: URL: https://github.com/apache/doris/pull/48786#issuecomment-2716239127 run cloud_p0 -- 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. T

Re: [PR] [fix](cloud) retry read_at when corruption using file cache [doris]

2025-03-07 Thread via GitHub
doris-robot commented on PR #48786: URL: https://github.com/apache/doris/pull/48786#issuecomment-2706143494 ClickBench: Total hot run time: 30.95 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [fix](cloud) retry read_at when corruption using file cache [doris]

2025-03-07 Thread via GitHub
freemandealer commented on code in PR #48786: URL: https://github.com/apache/doris/pull/48786#discussion_r1984785185 ## be/src/olap/rowset/segment_v2/segment.cpp: ## @@ -520,21 +511,20 @@ Status Segment::load_index(OlapReaderStatistics* stats) { // read and parse sh

Re: [PR] [fix](cloud) retry read_at when corruption using file cache [doris]

2025-03-07 Thread via GitHub
doris-robot commented on PR #48786: URL: https://github.com/apache/doris/pull/48786#issuecomment-2706247421 # BE UT Coverage Report Increment line coverage `36.55% (53/145)` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/12d93a9bdaf2ffcdf616f0ca75b8b698e

Re: [PR] [fix](cloud) retry read_at when corruption using file cache [doris]

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

Re: [PR] [fix](cloud) retry read_at when corruption using file cache [doris]

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

Re: [PR] [fix](cloud) retry read_at when corruption using file cache [doris]

2025-03-07 Thread via GitHub
freemandealer commented on PR #48786: URL: https://github.com/apache/doris/pull/48786#issuecomment-2706058090 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. T

Re: [PR] [fix](cloud) retry read_at when corruption using file cache [doris]

2025-03-06 Thread via GitHub
gavinchou commented on code in PR #48786: URL: https://github.com/apache/doris/pull/48786#discussion_r1983610695 ## be/src/olap/rowset/segment_v2/page_io.cpp: ## @@ -229,5 +235,50 @@ Status PageIO::read_and_decompress_page_(const PageReadOptions& opts, PageHandle return St

Re: [PR] [fix](cloud) retry read_at when corruption using file cache [doris]

2025-03-06 Thread via GitHub
gavinchou commented on code in PR #48786: URL: https://github.com/apache/doris/pull/48786#discussion_r1983904725 ## be/src/olap/rowset/segment_v2/segment.cpp: ## @@ -520,21 +511,20 @@ Status Segment::load_index(OlapReaderStatistics* stats) { // read and parse short

[PR] [fix](cloud) retry read_at when corruption using file cache [doris]

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

Re: [PR] [fix](cloud) retry read_at when corruption using file cache [doris]

2025-03-06 Thread via GitHub
Thearas commented on PR #48786: URL: https://github.com/apache/doris/pull/48786#issuecomment-2704231792 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