【详述】这是be宕机后be.out报错日志*** Aborted at 1662516112 (unix time) try “date -d @1662516112” if you are using GNU date ***
PC: @ 0x7f41cbecda35 __memcpy_ssse3_back
*** SIGSEGV (@0x1) received by PID 2492 (TID 0x7f419118c700) from PID 1; stack trace: ***
@ 0x3fa3ad2 google::(anonymous namespace)::FailureSignalHandler()
@ 0x7f41cc8645f0 (unknown)
@ 0x7f41cbecda35 __memcpy_ssse3_back
@ 0x3584400 starrocks::vectorized::TimeFunctions::from_unix_to_datetime_with_format()
@ 0x31aba1c starrocks::vectorized::VectorizedFunctionCallExpr::evaluate()
@ 0x2c54b18 starrocks::ExprContext::evaluate()
@ 0x31ab616 starrocks::vectorized::VectorizedFunctionCallExpr::evaluate()
@ 0x2c54bdc starrocks::ExprContext::evaluate()
@ 0x24f4e2f starrocks::ExecNode::eval_conjuncts()
@ 0x3439be6 starrocks::connector::ESDataSource::get_next()
@ 0x286821c starrocks::pipeline::ConnectorChunkSource::_read_chunk()
@ 0x28683a3 starrocks::pipeline::ConnectorChunkSource::buffer_next_batch_chunks_blocking()
@ 0x28634ec _ZNSt17_Function_handlerIFvvEZN9starrocks8pipeline12ScanOperator18_trigger_next_scanEPNS1_12RuntimeStateEiEUlvE0_E9_M_invokeERKSt9_Any_data
@ 0x1fc25f0 starrocks::PriorityThreadPool::work_thread()
@ 0x3f3f107 thread_proxy
@ 0x7f41cc85ce65 start_thread
@ 0x7f41cbe7788d __clone
@ 0x0 (unknown)
start time: Wed Sep 7 10:21:51 CST 2022
*** Check failure stack trace: ***
@ 0x3f974ad google::LogMessage::Fail()
@ 0x3f9991f google::LogMessage::SendToLog()
@ 0x3f96ffe google::LogMessage::Flush()
@ 0x3f99f29 google::LogMessageFatal::~LogMessageFatal()
@ 0x35162c5 starrocks::vectorized::LikePredicate::_predicate_const_regex()
@ 0x3517dfc starrocks::vectorized::LikePredicate::regex_match_full()
@ 0x351934e starrocks::vectorized::LikePredicate::like_fn()
@ 0x35154e0 starrocks::vectorized::LikePredicate::like()
@ 0x31aba1c starrocks::vectorized::VectorizedFunctionCallExpr::evaluate()
@ 0x2c54bdc starrocks::ExprContext::evaluate()
@ 0x24f4e2f starrocks::ExecNode::eval_conjuncts()
@ 0x3439be6 starrocks::connector::ESDataSource::get_next()
@ 0x286821c starrocks::pipeline::ConnectorChunkSource::_read_chunk()
@ 0x28683a3 starrocks::pipeline::ConnectorChunkSource::buffer_next_batch_chunks_blocking()
@ 0x28634ec _ZNSt17_Function_handlerIFvvEZN9starrocks8pipeline12ScanOperator18_trigger_next_scanEPNS1_12RuntimeStateEiEUlvE0_E9_M_invokeERKSt9_Any_data
@ 0x1fc25f0 starrocks::PriorityThreadPool::work_thread()
@ 0x3f3f107 thread_proxy
@ 0x7f131dcf4e65 start_thread
@ 0x7f131d30f88d __clone
@ (nil) (unknown)
【背景】执行查询语句SELECT * FROM hidden_danger_task where _from = ? and CHECK_CYCLE_UNIT = ‘小时’ and DELETE_MARK = ‘0’ 就报错,因为时for循环执行的,刚开始的时候查询没问题,有的会报错,有的不报错
【StarRocks版本】2.3.0