wangbo opened a new pull request, #45034: URL: https://github.com/apache/doris/pull/45034
### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: Add wg info when query arrives BE. 1. with group ``` I20241205 14:43:46.636260 4101563 fragment_mgr.cpp:670] query_id: df11980d08ca493d-8d60f0ff07980a40, coord_addr: TNetworkAddress(hostname=127.0.0.1, port=9220), total fragment num on c urrent host: 8, fe process uuid: 1733370035373, query type: SELECT, report audit fe:TNetworkAddress(hostname=127.0.0.1, port=9220), use wg:TG[id = 1, name = normal, cpu_share = 20, mem ory_limit = 169.12 GB, enable_memory_overcommit = true, version = 13, cpu_hard_limit = 1, scan_thread_num = 16, max_remote_scan_thread_num = 960, min_remote_scan_thread_num = 8, memory_ low_watermark=50, memory_high_watermark=80, is_shutdown=false, query_num=0, read_bytes_per_second=-1, remote_read_bytes_per_second=-1] ``` 2. without group ``` I20241205 14:44:18.009614 4101564 fragment_mgr.cpp:670] query_id: 2e963fb1b323486f-b55bbbe898ba248c, coord_addr: TNetworkAddress(hostname=127.0.0.1, port=9220), total fragment num on current host: 8, fe process uuid: 1733370035373, query type: SELECT, report audit fe:TNetworkAddress(hostname=127.0.0.1, port=9220), use wg:not carry wg ``` ### Release note None ### Check List (For Author) - Test <!-- At least one of them must be included. --> - [ ] Regression test - [ ] Unit Test - [ ] Manual test (add detailed scripts or steps below) - [ ] No need to test or manual test. Explain why: - [ ] This is a refactor/code format and no logic has been changed. - [ ] Previous test can cover this change. - [ ] No code files have been changed. - [ ] Other reason <!-- Add your reason? --> - Behavior changed: - [ ] No. - [ ] Yes. <!-- Explain the behavior change --> - Does this need documentation? - [ ] No. - [ ] Yes. <!-- Add document PR link here. eg: https://github.com/apache/doris-website/pull/1214 --> ### Check List (For Reviewer who merge this PR) - [ ] Confirm the release note - [ ] Confirm test cases - [ ] Confirm document - [ ] Add branch pick label <!-- Add branch pick label that this PR should merge into --> -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org