查询时BE节点宕机

为了更快的定位您的问题,请提供以下信息,谢谢
【详述】问题详细描述
【背景】做过哪些操作?
【业务影响】
【StarRocks版本】例如:2.5.7
【集群规模】例如:3fe(1 follower+2observer)+5be(fe与be混部)
terminate called after throwing an instance of ‘terminate called recursively
std::length_error’
2.5.7 RELEASE (build 8dc1b68)
query_id:27283fe7-6650-11ee-be95-98f2b3247720, fragment_instance:27283fe7-6650-11ee-be95-98f2b3247725
tracker:process consumption: 49865115792
tracker:query_pool consumption: 11886399232
tracker:load consumption: 1925222600
tracker:metadata consumption: 535047752
tracker:tablet_metadata consumption: 243614984
tracker:rowset_metadata consumption: 137230492
tracker:segment_metadata consumption: 13903746
tracker:column_metadata consumption: 140298530
tracker:tablet_schema consumption: 113705584
tracker:segment_zonemap consumption: 12483241
tracker:short_key_index consumption: 8252
tracker:column_zonemap_index consumption: 26952594
tracker:ordinal_index consumption: 66952320
tracker:bitmap_index consumption: 146000
tracker:bloom_filter_index consumption: 0
tracker:compaction consumption: 0
tracker:schema_change consumption: 0
tracker:column_pool consumption: 1155469307
tracker:page_cache consumption: 25667965792
tracker:update consumption: 5066946107
tracker:chunk_allocator consumption: 2134999632
tracker:clone consumption: 0
tracker:consistency consumption: 0
*** Aborted at 1696820493 (unix time) try “date -d @1696820493” if you are using GNU date ***
what(): vector::_M_fill_insert
terminate called recursively
PC: @ 0x7f2cea011387 __GI_raise
*** SIGABRT (@0x2109) received by PID 8457 (TID 0x7f2a42fd0700) from PID 8457; stack trace: ***
@ 0x5960be2 google::(anonymous namespace)::FailureSignalHandler()
@ 0x7f2ceaac6630 (unknown)
terminate called recursively
@ 0x7f2cea011387 __GI_raise
@ 0x7f2cea012a78 __GI_abort
@ 0x7df7ae2 __gnu_cxx::__verbose_terminate_handler()
@ 0x7df6576 __cxxabiv1::__terminate()
@ 0x7df65e1 std::terminate()
@ 0x7df6734 __cxa_throw
@ 0x2af54a5 std::__throw_length_error()
@ 0x2c7f430 std::vector<>::_M_fill_insert()
@ 0x4eb1638 starrocks::vectorized::NullableColumn::append_numbers()
@ 0x4567dbd starrocks::BitShufflePageDecoder<>::next_batch()
@ 0x45a03cb starrocks::ParsedPageV2::read()
@ 0x4573012 starrocks::ScalarColumnIterator::fetch_values_by_rowid()
@ 0x4524db2 starrocks::ColumnIterator::fetch_values_by_rowid()
@ 0x4152c3f starrocks::vectorized::SegmentIterator::_finish_late_materialization()
@ 0x415b990 starrocks::vectorized::SegmentIterator::_do_get_next()
@ 0x415e380 starrocks::vectorized::SegmentIterator::do_get_next()
@ 0x41e2ab2 starrocks::vectorized::ProjectionIterator::do_get_next()
@ 0x4786ee5 starrocks::SegmentIteratorWrapper::do_get_next()
@ 0x45b6723 starrocks::vectorized::TimedChunkIterator::do_get_next()
@ 0x420b30e starrocks::vectorized::TabletReader::do_get_next()
@ 0x2fd2dfb starrocks::pipeline::OlapChunkSource::_read_chunk_from_storage()
@ 0x2fd34db starrocks::pipeline::OlapChunkSource::_read_chunk()
@ 0x2fc2dcf starrocks::pipeline::ChunkSource::buffer_next_batch_chunks_blocking()
@ 0x2d410b4 _ZZN9starrocks8pipeline12ScanOperator18_trigger_next_scanEPNS_12RuntimeStateEiENKUlvE_clEv
@ 0x2d521ae starrocks::workgroup::ScanExecutor::worker_thread()
@ 0x4983a52 starrocks::ThreadPool::dispatch_thread()
@ 0x497e54a starrocks::thread::supervise_thread()
@ 0x7f2ceaabeea5 start_thread
@ 0x7f2cea0d9b0d __clone
@ 0x0 (unknown)
start time: Mon Oct 9 11:01:59 CST 2023

已确定原因,正在修复

什么原因呢,修复完成后是否需要升级版本

2.5.21修复了,还未发版

commit d7cca4f1f07d1e392f40e914bc105f5bfec4c3dd
Author: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Date:   Mon Mar 25 14:59:44 2024 +0800

    [BugFix] Fix the has_output check bug of scan operator (backport #42994) (#4
3006)
    
    Signed-off-by: trueeyu <lxhhust350@qq.com>
    Co-authored-by: trueeyu <lxhhust350@qq.com>