[ https://issues.apache.org/jira/browse/KUDU-3155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexey Serbin resolved KUDU-3155. --------------------------------- Fix Version/s: 1.18.0 1.17.1 Resolution: Fixed I guess this issue might be similar to [KUDU-3517|https://issues.apache.org/jira/browse/KUDU-3517]. Since the latter is addressed, I'm resolving this one as well. Feel free to reopen if the problem persists even if using snapshots of the 1.17.x and the master branches. > When using the client for retrieval, the coredump occurs probabilistically in > the client > ---------------------------------------------------------------------------------------- > > Key: KUDU-3155 > URL: https://issues.apache.org/jira/browse/KUDU-3155 > Project: Kudu > Issue Type: Bug > Components: client > Affects Versions: 1.8.0 > Environment: aarch64 GNU/Linux > Reporter: yejiabao_h > Priority: Major > Fix For: 1.18.0, 1.17.1 > > > TtProgram terminated with signal SIGABRT, Aborted. > #0 0x0000ffff96ea3100 in raise () from /lib64/libc.so.6 > [Current thread is 1 (Thread 0xffff245111c0 (LWP 39237))] > (gdb) bt > <signal handler called> > base::internal::SpinLockDelay (loop=<optimized out>, value=94570706, > w=0xffff8e48f200 <Singleton<kudu::HeapBufferAllocator>::once_>) at > kudu/src/kudu/gutil/spinlock_linux-inl.h:88 > base::internal::SpinLockWait (w=0xffff8e48f200 > <Singleton<kudu::HeapBufferAllocator>::once_>, n=n@entry=3, > trans=trans@entry=0xffff8e32d9e8 <GoogleOnceInternalInit(int*, void (*)(), > void (*)(void*), void*)::trans>) > at kudu/src/kudu/gutil/spinlock_internal.cc:73 > 0x0000ffff8e0f2228 in GoogleOnceInternalInit (control=0xffff8e48f200 > <Singleton<kudu::HeapBufferAllocator>::once_>, func=func@entry=0xffff8df56668 > <Singleton<kudu::HeapBufferAllocator>::Init()>, > func_with_arg=func_with_arg@entry=0x0, arg=arg@entry=0x0) at > kudu/src/kudu/gutil/once.cc:40 > 0x0000ffff8df5718c in GoogleOnceInit (func=0xffff8df56668 > <Singleton<kudu::HeapBufferAllocator>::Init()>, state=0xffff8e48f200 > <Singleton<kudu::HeapBufferAllocator>::once_>) at > kudu/src/kudu/gutil/once.h:53 > Singleton<kudu::HeapBufferAllocator>::get () at > kudu/src/kudu/gutil/singleton.h:79 > kudu::HeapBufferAllocator::Get () at kudu/src/kudu/util/memory/memory.h:252 > kudu::ArenaBase<true>::ArenaBase (this=0xaaaae7e44030, > initial_buffer_size=1024) at kudu/src/kudu/util/memory/arena.cc:56 > 0x0000ffff8dfbb174 in kudu::ThreadSafeArena::ThreadSafeArena > (initial_buffer_size=1024, this=0xaaaae7e44030) at > kudu/src/kudu/util/memory/arena.h:303 > kudu::Trace::Trace (this=0xaaaae7e43f30) at kudu/src/kudu/util/trace.cc:48 > 0x0000ffff8de81568 in kudu::rpc::ReactorThread::StartConnectionNegotiation > (this=this@entry=0xaaaae7e63c38, conn=...) at kudu/src/kudu/rpc/reactor.cc:581 > 0x0000ffff8de83e50 in kudu::rpc::ReactorThread::FindOrStartConnection > (this=this@entry=0xaaaae7e63c38, conn_id=..., cred_policy=<optimized out>, > conn=0xffff24510710, conn@entry=0xffff24510740) > at kudu/src/kudu/rpc/reactor.cc:558 > 0x0000ffff8de86914 in kudu::rpc::ReactorThread::AssignOutboundCall > (call=..., this=<optimized out>, this=<optimized out>) at > kudu/src/kudu/rpc/reactor.cc:344 > kudu::rpc::AssignOutboundCallTask::Run (this=0xaaaae7f66c00, > reactor=0xaaaae7e63c38) at kudu/src/kudu/rpc/reactor.cc:847 > 0x0000ffff8de823cc in kudu::rpc::ReactorThread::AsyncHandler > (this=0xaaaae7e63c38) at kudu/src/kudu/rpc/reactor.cc:316 > 0x0000ffff8e104f90 in ev_invoke_pending (loop=0xaaaae7e59090) at > kudu/thirdparty/src/libev-4.22/ev.c:3288 > 0x0000ffff8de7e5e4 in kudu::rpc::ReactorThread::InvokePendingCb > (loop=0xaaaae7e59090) at kudu/src/kudu/rpc/reactor.cc:176 > 0x0000ffff8e105ff8 in ev_run (loop=0xaaaae7e59090, flags=0) at > kudu/thirdparty/src/libev-4.22/ev.c:3688 > 0x0000ffff8de7eae4 in ev::loop_ref::run (flags=0, this=<optimized out>) at > kudu/thirdparty/installed/uninstrumented/include/ev++.h:211 > kudu::rpc::ReactorThread::RunThread (this=0xaaaae7e63c38) at > kudu/src/kudu/rpc/reactor.cc:477 > 0x0000ffff8dfac158 in boost::function0<void>::operator() > (this=0xaaaae7ebbff8) at > kudu/thirdparty/installed/uninstrumented/include/boost/function/function_template.hpp:768 > kudu::Thread::SuperviseThread (arg=0xaaaae7ebbfa0) at > kudu/src/kudu/util/thread.cc:603 > 0x0000ffff975648bc in start_thread () from /lib64/libpthread.so.0 > 0x0000ffff96f455fc in thread_start () from /lib64/libc.so.6 -- This message was sent by Atlassian Jira (v8.20.10#820010)