xinyiZzz opened a new pull request, #48004:
URL: https://github.com/apache/doris/pull/48004

   ### What problem does this PR solve?
   
   fix
   ```
   /root/doris/be/src/runtime/workload_management/task_controller.h:59:44: 
runtime error: load of value 3200171710, which is not a valid value for type 
'TQueryType::type'
       #0 0x555ff9336162 in doris::TaskController::query_type() 
/root/doris/be/src/runtime/workload_management/task_controller.h:59:44
       #1 0x555ff9336162 in 
doris::RuntimeQueryStatisticsMgr::report_runtime_query_statistics() 
/root/doris/be/src/runtime/runtime_query_statistics_mgr.cpp:346:50
       #2 0x555ff50d789d in 
doris::Daemon::report_runtime_query_statistics_thread() 
/root/doris/be/src/common/daemon.cpp:487:65
       #3 0x555ff9a3efae in std::function<void ()>::operator()() const 
/var/local/ldb-toolchain/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h:560:9
       #4 0x555ff9a3efae in doris::Thread::supervise_thread(void*) 
/root/doris/be/src/util/thread.cpp:498:5
       #5 0x7f4935d00608 in start_thread 
/build/glibc-SzIz7B/glibc-2.31/nptl/pthread_create.c:477:8
       #6 0x7f4935fad132 in __clone 
/build/glibc-SzIz7B/glibc-2.31/misc/../sysdeps/unix/sysv/linux/x86_64/clone.S:95
   ```
   
   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

Reply via email to