hust-hhb opened a new pull request, #49075: URL: https://github.com/apache/doris/pull/49075
Fix problem: 01:48:12 ==4739==ERROR: AddressSanitizer: heap-use-after-free on address 0x6170022e9b90 at pc 0x556df319882f bp 0x7f3c7be04200 sp 0x7f3c7be041f8 01:48:12 READ of size 1 at 0x6170022e9b90 thread T2822 (update_wal_dir_) 01:48:31 #0 0x556df319882e in std::__atomic_base<bool>::load(std::memory_order) const /var/local/ldb-toolchain/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/atomic_base.h:481:9 01:48:31 #1 0x556df319882e in std::atomic<bool>::load(std::memory_order) const /var/local/ldb-toolchain/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/atomic:112:22 01:48:31 #2 0x556dfdace32a in doris::WalManager::_update_wal_dir_info_thread() /root/doris/be/src/olap/wal/wal_manager.cpp:477:19 01:48:31 #3 0x556dfdad57df in doris::WalManager::_init_wal_dirs_info()::$_0::operator()() const /root/doris/be/src/olap/wal/wal_manager.cpp:162:48 http://43.132.222.7:8111/buildConfiguration/Doris_DorisBeUt_BeUt/642336?expandBuildDeploymentsSection=false&hideTestsFromDependencies=false&hideProblemsFromDependencies=false&expandPull+Request+Details=true&expandBuildProblemsSection=true&expandBuildChangesSection=true&showLog=642336_18402_305.18541&logFilter=debug&logView=flowAware ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: ### 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