Re: [PR] [Fix]Fix losing audit log when statistics queue is full [doris]

2025-01-26 Thread via GitHub
wangbo merged PR #47358: URL: https://github.com/apache/doris/pull/47358 -- 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.apach

Re: [PR] [Fix]Fix losing audit log when statistics queue is full [doris]

2025-01-24 Thread via GitHub
github-actions[bot] commented on PR #47358: URL: https://github.com/apache/doris/pull/47358#issuecomment-2612058552 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]Fix losing audit log when statistics queue is full [doris]

2025-01-24 Thread via GitHub
github-actions[bot] commented on PR #47358: URL: https://github.com/apache/doris/pull/47358#issuecomment-2612058489 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]Fix losing audit log when statistics queue is full [doris]

2025-01-23 Thread via GitHub
doris-robot commented on PR #47358: URL: https://github.com/apache/doris/pull/47358#issuecomment-2609366328 ClickBench: Total hot run time: 31.05 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Fix]Fix losing audit log when statistics queue is full [doris]

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

Re: [PR] [Fix]Fix losing audit log when statistics queue is full [doris]

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

Re: [PR] [Fix]Fix losing audit log when statistics queue is full [doris]

2025-01-23 Thread via GitHub
wangbo commented on PR #47358: URL: https://github.com/apache/doris/pull/47358#issuecomment-2609280743 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 unsub

Re: [PR] [Fix]Fix losing audit log when statistics queue is full [doris]

2025-01-23 Thread via GitHub
Thearas commented on PR #47358: URL: https://github.com/apache/doris/pull/47358#issuecomment-2609191616 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]Fix losing audit log when statistics queue is full [doris]

2025-01-23 Thread via GitHub
wangbo opened a new pull request, #47358: URL: https://github.com/apache/doris/pull/47358 ### What problem does this PR solve? Fix audit log may missing when audit_event_log_queue_size is full, currently audit log may be aborted. Issue Number: close #xxx Related PR: #xxx