Re: [PR] [fix](group commit) Fix group commit error log when decommission [doris]

2024-08-26 Thread via GitHub
dataroaring merged PR #39899: URL: https://github.com/apache/doris/pull/39899 -- 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](group commit) Fix group commit error log when decommission [doris]

2024-08-26 Thread via GitHub
github-actions[bot] commented on PR #39899: URL: https://github.com/apache/doris/pull/39899#issuecomment-2310221019 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](group commit) Fix group commit error log when decommission [doris]

2024-08-26 Thread via GitHub
github-actions[bot] commented on PR #39899: URL: https://github.com/apache/doris/pull/39899#issuecomment-2310220948 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](group commit) Fix group commit error log when decommission [doris]

2024-08-25 Thread via GitHub
doris-robot commented on PR #39899: URL: https://github.com/apache/doris/pull/39899#issuecomment-2309245440 ClickBench: Total hot run time: 31.06 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [fix](group commit) Fix group commit error log when decommission [doris]

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

Re: [PR] [fix](group commit) Fix group commit error log when decommission [doris]

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

Re: [PR] [fix](group commit) Fix group commit error log when decommission [doris]

2024-08-25 Thread via GitHub
mymeiyi commented on PR #39899: URL: https://github.com/apache/doris/pull/39899#issuecomment-2309204363 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] [fix](group commit) Fix group commit error log when decommission [doris]

2024-08-25 Thread via GitHub
doris-robot commented on PR #39899: URL: https://github.com/apache/doris/pull/39899#issuecomment-2309195107 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] [fix](group commit) Fix group commit error log when decommission [doris]

2024-08-25 Thread via GitHub
mymeiyi opened a new pull request, #39899: URL: https://github.com/apache/doris/pull/39899 Decommission backend will check the group commit wal num is 0. But there is a small bug of log: ``` boolean hasWal = checkWal(backend); // the hasWal should be empty wal hasWal ? "; and