hhaishen commented on issue #17040:
URL: https://github.com/apache/doris/issues/17040#issuecomment-1441149662
I have encountered the same mistake as you
This problem occurs when I try to write data to Doris and enable concurrency.
This error occurs when using 5 concurrency, but it will not occur when using
2 concurrency
**This is the version I use**
apache-doris-be-1.2.2-bin-x86_64-noavx2.tar.xz
apache-doris-fe-1.2.2-bin-x86_64.tar.xz
Oracle jdk version:
java 14.0.2 2020-07-14
Java(TM) SE Runtime Environment (build 14.0.2+12-46)
Java HotSpot(TM) 64-Bit Server VM (build 14.0.2+12-46, mixed mode, sharing)
**This is my fault info**
start time: Thu Feb 23 09:25:13 CST 2023
*** Query id: 6a26a54c30784789-87b4100edfaa2a88 ***
*** Aborted at 1677116199 (unix time) try "date -d @1677116199" if you are
using GNU date ***
*** Current BE git commitID: Unknown ***
*** SIGSEGV address not mapped to object (@0x140000) received by PID 652462
(TID 0x7fb1b3820700) from PID 1310720; stack trace: ***
0# doris::signal::(anonymous namespace)::FailureSignalHandler(int,
siginfo_t*, void*) at /root/doris/be/src/common/signal_handler.h:420
1# os::Linux::chained_handler(int, siginfo*, void*) in
/usr/local/jdk-14.0.2/lib/server/libjvm.so
2# JVM_handle_linux_signal in /usr/local/jdk-14.0.2/lib/server/libjvm.so
3# signalHandler(int, siginfo*, void*) in
/usr/local/jdk-14.0.2/lib/server/libjvm.so
4# 0x00007FB2A11F8400 in /lib64/libc.so.6
5# jemalloc_usable_size at ../src/jemalloc.c:3740
6# doris_free at /root/doris/be/src/runtime/memory/jemalloc_hook.cpp:43
7# __GI__dl_deallocate_tls in /lib64/ld-linux-x86-64.so.2
8# __free_stacks in /lib64/libpthread.so.0
9# __deallocate_stack in /lib64/libpthread.so.0
10# pthread_join in /lib64/libpthread.so.0
11# doris::ThreadJoiner::join() at /root/doris/be/src/util/thread.cpp:544
12# doris::Thread::join() at /root/doris/be/src/util/thread.cpp:300
13# doris::stream_load::OlapTableSink::close(doris::RuntimeState*,
doris::Status) at /root/doris/be/src/exec/tablet_sink.cpp:1257
14# doris::stream_load::VOlapTableSink::close(doris::RuntimeState*,
doris::Status) at /root/doris/be/src/vec/sink/vtablet_sink.cpp:651
15# doris::PlanFragmentExecutor::open_vectorized_internal() at
/root/doris/be/src/runtime/plan_fragment_executor.cpp:330
16# doris::PlanFragmentExecutor::open() at
/root/doris/be/src/runtime/plan_fragment_executor.cpp:253
17# doris::FragmentExecState::execute() at
/root/doris/be/src/runtime/fragment_mgr.cpp:251
18#
doris::FragmentMgr::_exec_actual(std::shared_ptr<doris::FragmentExecState>,
std::function<void (doris::PlanFragmentExecutor*)>) at
/root/doris/be/src/runtime/fragment_mgr.cpp:498
19# std::_Function_handler<void (),
doris::FragmentMgr::exec_plan_fragment(doris::TExecPlanFragmentParams const&,
std::function<void
(doris::PlanFragmentExecutor*)>)::{lambda()#1}>::_M_invoke(std::_Any_data
const&) at /var/local/ldb-toolchain/include/c++/11/bits/std_function.h:291
20# doris::ThreadPool::dispatch_thread() at
/root/doris/be/src/util/threadpool.cpp:542
21# doris::Thread::supervise_thread(void*) at
/root/doris/be/src/util/thread.cpp:455
22# start_thread in /lib64/libpthread.so.0
23# __clone in /lib64/libc.so.6
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]