BiteTheDDDDt opened a new pull request, #57276: URL: https://github.com/apache/doris/pull/57276
### What problem does this PR solve? ``` [12:51:31 ](http://43.132.222.7:8111/buildConfiguration/Doris_DorisRegression_P0Regression/819345?buildTab=log&linesState=140516&logView=flowAware&focusLine=140516) F20251023 12:33:34.873679 673898 thread_mem_tracker_mgr.h:141] Check failed: doris::k_doris_exit || !doris::config::enable_memory_orphan_check || limiter_mem_tracker()->label() != "Orphan" The ThreadContext of the current thread not attach a valid MemoryTracker. after the thread is started, the ResourceContext in SCOPED_ATTACH_TASK macro should contain a valid MemoryTracker, or a valid MemoryTracker should be passed in later using SCOPED_SWITCH_THREAD_MEM_TRACKER_LIMITER macro. [12:51:31 ](http://43.132.222.7:8111/buildConfiguration/Doris_DorisRegression_P0Regression/819345?buildTab=log&linesState=140517&logView=flowAware&focusLine=140517) + mkdir /home/work/pipline/backup_center/57223_6849277ff900a993b1e3cfa1b2f0302c369824c8_p0/fe [12:51:31 ](http://43.132.222.7:8111/buildConfiguration/Doris_DorisRegression_P0Regression/819345?buildTab=log&linesState=140518&logView=flowAware&focusLine=140518) *** Check failure stack trace: *** [12:51:31 ](http://43.132.222.7:8111/buildConfiguration/Doris_DorisRegression_P0Regression/819345?buildTab=log&linesState=140519&logView=flowAware&focusLine=140519) @ 0x56146ef6d2cf google::LogMessage::SendToLog() [12:51:31 ](http://43.132.222.7:8111/buildConfiguration/Doris_DorisRegression_P0Regression/819345?buildTab=log&linesState=140520&logView=flowAware&focusLine=140520) @ 0x56146ef638e0 google::LogMessage::Flush() [12:51:31 ](http://43.132.222.7:8111/buildConfiguration/Doris_DorisRegression_P0Regression/819345?buildTab=log&linesState=140521&logView=flowAware&focusLine=140521) @ 0x56146ef66fd9 google::LogMessageFatal::~LogMessageFatal() [12:51:31 ](http://43.132.222.7:8111/buildConfiguration/Doris_DorisRegression_P0Regression/819345?buildTab=log&linesState=140522&logView=flowAware&focusLine=140522) @ 0x5614564f4f76 doris::ThreadMemTrackerMgr::memory_orphan_check() ``` ### 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
