Re: [PR] [fix](cloud-mow)Full compaction no need to sync delete bitmap [doris]

2024-11-11 Thread via GitHub
dataroaring merged PR #43613: URL: https://github.com/apache/doris/pull/43613 -- 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 unsubscribe, e-mail: commits-unsubscr...@doris.

Re: [PR] [fix](cloud-mow)Full compaction no need to sync delete bitmap [doris]

2024-11-11 Thread via GitHub
github-actions[bot] commented on code in PR #43613: URL: https://github.com/apache/doris/pull/43613#discussion_r1836198277 ## be/src/cloud/cloud_meta_mgr.cpp: ## @@ -382,7 +382,8 @@ Status CloudMetaMgr::get_tablet_meta(int64_t tablet_id, TabletMetaSharedPtr* tab return Sta

Re: [PR] [fix](cloud-mow)Full compaction no need to sync delete bitmap [doris]

2024-11-11 Thread via GitHub
hust-hhb commented on PR #43613: URL: https://github.com/apache/doris/pull/43613#issuecomment-2467629738 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 uns

Re: [PR] [fix](cloud-mow)Full compaction no need to sync delete bitmap [doris]

2024-11-11 Thread via GitHub
doris-robot commented on PR #43613: URL: https://github.com/apache/doris/pull/43613#issuecomment-2467629492 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+proce

[PR] [fix](cloud-mow)Full compaction no need to sync delete bitmap [doris]

2024-11-11 Thread via GitHub
hust-hhb opened a new pull request, #43613: URL: https://github.com/apache/doris/pull/43613 sync delete bitmap may cost too much time,which may lead to full compaction fail, but full compaction no need to sync it. pick pr:https://github.com/apache/doris/pull/43337 -- This is an automat

Re: [PR] [fix](cloud-mow)Full compaction no need to sync delete bitmap [doris]

2024-11-08 Thread via GitHub
dataroaring merged PR #43337: URL: https://github.com/apache/doris/pull/43337 -- 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 unsubscribe, e-mail: commits-unsubscr...@doris.

Re: [PR] [fix](cloud-mow)Full compaction no need to sync delete bitmap [doris]

2024-11-06 Thread via GitHub
doris-robot commented on PR #43337: URL: https://github.com/apache/doris/pull/43337#issuecomment-2458975651 ClickBench: Total hot run time: 32.55 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [fix](cloud-mow)Full compaction no need to sync delete bitmap [doris]

2024-11-06 Thread via GitHub
doris-robot commented on PR #43337: URL: https://github.com/apache/doris/pull/43337#issuecomment-2458965885 TPC-DS: Total hot run time: 196012 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [fix](cloud-mow)Full compaction no need to sync delete bitmap [doris]

2024-11-06 Thread via GitHub
github-actions[bot] commented on PR #43337: URL: https://github.com/apache/doris/pull/43337#issuecomment-2458936464 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

Re: [PR] [fix](cloud-mow)Full compaction no need to sync delete bitmap [doris]

2024-11-06 Thread via GitHub
doris-robot commented on PR #43337: URL: https://github.com/apache/doris/pull/43337#issuecomment-2458943847 TPC-H: Total hot run time: 41542 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [fix](cloud-mow)Full compaction no need to sync delete bitmap [doris]

2024-11-06 Thread via GitHub
doris-robot commented on PR #43337: URL: https://github.com/apache/doris/pull/43337#issuecomment-2458940905 TeamCity be ut coverage result: Function Coverage: 37.89% (9847/25989) Line Coverage: 29.04% (81868/281904) Region Coverage: 28.27% (42177/149181) Branch Coverage: 24.8

Re: [PR] [fix](cloud-mow)Full compaction no need to sync delete bitmap [doris]

2024-11-06 Thread via GitHub
github-actions[bot] commented on PR #43337: URL: https://github.com/apache/doris/pull/43337#issuecomment-2458936547 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [PR] [fix](cloud-mow)Full compaction no need to sync delete bitmap [doris]

2024-11-05 Thread via GitHub
hust-hhb commented on PR #43337: URL: https://github.com/apache/doris/pull/43337#issuecomment-2458880405 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 uns

Re: [PR] [fix](cloud-mow)Full compaction no need to sync delete bitmap [doris]

2024-11-05 Thread via GitHub
github-actions[bot] commented on code in PR #43337: URL: https://github.com/apache/doris/pull/43337#discussion_r1830500712 ## be/src/cloud/cloud_meta_mgr.cpp: ## @@ -384,7 +384,8 @@ Status CloudMetaMgr::get_tablet_meta(int64_t tablet_id, TabletMetaSharedPtr* tab return Sta

Re: [PR] [fix](cloud-mow)Full compaction no need to sync delete bitmap [doris]

2024-11-05 Thread via GitHub
doris-robot commented on PR #43337: URL: https://github.com/apache/doris/pull/43337#issuecomment-2458872403 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

Re: [PR] [fix](cloud-mow)Full compaction no need to sync delete bitmap [doris]

2024-11-05 Thread via GitHub
hust-hhb commented on PR #43337: URL: https://github.com/apache/doris/pull/43337#issuecomment-2458872578 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 uns

[PR] [fix](cloud-mow)Full compaction no need to sync delete bitmap [doris]

2024-11-05 Thread via GitHub
hust-hhb opened a new pull request, #43337: URL: https://github.com/apache/doris/pull/43337 sync delete bitmap may cost too much time,which may lead to full compaction fail, but full compaction no need to sync it. -- This is an automated message from the Apache Git Service. To respond to