使用 Resource Group Crash
*** Aborted at 1664261214 (unix time) try "date -d @1664261214" if you are using GNU date ***
terminate called recursively
terminate called recursively
terminate called recursively
terminate called after throwing an instance of 'PC: @ 0x29017b7 starrocks::workgroup::ScanExecutor::worker_thread()
*** SIGSEGV (@0x0) received by PID 30055 (TID 0x7fc381d46700) from PID 0; stack trace: ***
terminate called recursively
std::bad_function_call'
what(): bad_function_call @ 0x3fa3ad2 google::(anonymous namespace)::FailureSignalHandler()
@ 0x7fc3e0472630 (unknown)
@ 0x29017b7 starrocks::workgroup::ScanExecutor::worker_thread()
@ 0x2132549 starrocks::ThreadPool::dispatch_thread()
terminate called recursively
terminate called recursively
terminate called recursively
@ 0x212e0fa starrocks::Thread::supervise_thread()
@ 0x7fc3e046aea5 start_thread
@ 0x7fc3dfa859fd __clone
@ 0x0 (unknown)
start time: 2022年 09月 27日 星期二 14:50:00 CST
-
Github Issue: https://github.com/StarRocks/StarRocksTest/issues/1072
-
Github Fix PR: https://github.com/StarRocks/starrocks/pull/10983
-
问题版本: 2.3.0~2.3.2
-
修复版本: 2.3.3
-
临时规避方法:
set global enable_resource_group = false;
-
问题原因: TODO