starrocks icon indicating copy to clipboard operation
starrocks copied to clipboard

The BE crashes directly under high-concurrency queries.

Open huoarter opened this issue 4 months ago • 0 comments

About: https://forum.mirrorship.cn/t/topic/15357

*** Aborted at 1728996167 (unix time) try "date -d @1728996167" if you are using GNU date ***
PC: @          0x3668ee7 std::_Sp_counted_ptr_inplace<starrocks::RuntimeProfile, std::allocator<starrocks::RuntimeProfile>, (__gnu_cxx::_Lock_policy)2>::_M_get_deleter(std::type_info const&)
*** SIGSEGV (@0x22) received by PID 14898 (TID 0x7fb79cbc1700) from PID 34; stack trace: ***
    @     0x7fb955c1620b __pthread_once_slow
    @          0x79c3320 google::(anonymous namespace)::FailureSignalHandler(int, siginfo_t*, void*)
    @     0x7fb955c1f630 (/usr/lib64/libpthread-2.17.so+0xf62f)
    @          0x3668ee7 std::_Sp_counted_ptr_inplace<starrocks::RuntimeProfile, std::allocator<starrocks::RuntimeProfile>, (__gnu_cxx::_Lock_policy)2>::_M_get_deleter(std::type_info const&)
    @          0x6000435 starrocks::SegmentIterator::_finish_late_materialization(starrocks::SegmentIterator::ScanContext*)
    @          0x600d83c starrocks::SegmentIterator::_do_get_next(starrocks::Chunk*, std::vector<unsigned int, std::allocator<unsigned int> >*)
    @          0x600f620 starrocks::SegmentIterator::do_get_next(starrocks::Chunk*)
    @          0x6082323 starrocks::ProjectionIterator::do_get_next(starrocks::Chunk*)
    @          0x69401a5 starrocks::SegmentIteratorWrapper::do_get_next(starrocks::Chunk*)
    @          0x6725a03 starrocks::TimedChunkIterator::do_get_next(starrocks::Chunk*)
    @          0x60b7ed4 starrocks::TabletReader::do_get_next(starrocks::Chunk*)
    @          0x45a2100 starrocks::pipeline::OlapChunkSource::_read_chunk_from_storage(starrocks::RuntimeState*, starrocks::Chunk*)
    @          0x45a2871 starrocks::pipeline::OlapChunkSource::_read_chunk(starrocks::RuntimeState*, std::shared_ptr<starrocks::Chunk>*)
    @          0x4598b7a starrocks::pipeline::ChunkSource::buffer_next_batch_chunks_blocking(starrocks::RuntimeState*, unsigned long, starrocks::workgroup::WorkGroup const*)
    @          0x425a483 auto starrocks::pipeline::ScanOperator::_trigger_next_scan(starrocks::RuntimeState*, int)::{lambda(auto:1&)#1}::operator()<starrocks::workgroup::YieldContext>(starrocks::workgroup::YieldContext&) const [clone .constprop.0]
    @          0x436a84e starrocks::workgroup::ScanExecutor::worker_thread()
    @          0x382b71b starrocks::ThreadPool::dispatch_thread()
    @          0x3824c46 starrocks::Thread::supervise_thread(void*)
    @     0x7fb955c17ea5 start_thread
    @     0x7fb95501896d __clone

huoarter avatar Oct 17 '24 10:10 huoarter