incubator-doris [Bug] BE crash when calling group_concat with vect

e3bfsja2  于 2022-04-22  发布在  Java
关注(0)|答案(0)|浏览(239)

Search before asking

  • I had searched in the issues and found no similar issues.

Version

dev-1.0.0

What's Wrong?

terminate called after throwing an instance of 'doris::vectorized::Exception'
  what():  Too large string size.
Minidump created at: /home/work/palo2/be/minidump/5ea640f3-a314-457c-148546bd-5e6461b3.dmp

***Aborted at 1647930235 (unix time) try "date -d @1647930235" if you are using GNU date***

PC: @     0x7f834e99d8a5 __GI_raise

***SIGABRT (@0x1f40000a8df) received by PID 43231 (TID 0x7f82f5973700) from PID 43231; stack trace:***

    @     0x7f8352c63ff2 google::(anonymous namespace)::FailureSignalHandler()
    @     0x7f834e99d920 (unknown)
    @     0x7f834e99d8a5 __GI_raise
    @     0x7f834e99f085 __GI_abort
    @     0x7f8350a6d672 _ZN9__gnu_cxx27__verbose_terminate_handlerEv.cold
    @     0x7f8354d1d036 __cxxabiv1::__terminate()
    @     0x7f8354d1d0a1 std::terminate()
    @     0x7f8354d1d1f5 __cxa_throw
    @     0x7f835290f9e4 doris::vectorized::AggregateFunctionGroupConcat<>::deserialize()
    @     0x7f83528882bc doris::vectorized::AggregateFunctionNullBase<>::deserialize()
    @     0x7f8351961f95 doris::vectorized::AggregationNode::_merge_with_serialized_key()
    @     0x7f835197ff2e std::_Function_handler<>::_M_invoke()
    @     0x7f835197fa02 doris::vectorized::AggregationNode::open()
    @     0x7f8351089fc0 doris::PlanFragmentExecutor::open_vectorized_internal()
    @     0x7f835108bc6e doris::PlanFragmentExecutor::open()
    @     0x7f8351002c95 doris::FragmentExecState::execute()
    @     0x7f83510073fa doris::FragmentMgr::_exec_actual()
    @     0x7f8351010a1c std::_Function_handler<>::_M_invoke()
    @     0x7f83511b44d9 doris::ThreadPool::dispatch_thread()
    @     0x7f83511adacf doris::Thread::supervise_thread()
    @     0x7f834e755851 start_thread
    @     0x7f834ea5267d clone
    @                0x0 (unknown)

What You Expected?

Not crash

How to Reproduce?

if the group_concat's result is larger than 1GB, it will crash

Anything Else?

  • No response*

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题