Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] stream load and routine load will cause be core #18786

Open
3 tasks done
Cherry-Puppy opened this issue Apr 18, 2023 · 0 comments
Open
3 tasks done

[Bug] stream load and routine load will cause be core #18786

Cherry-Puppy opened this issue Apr 18, 2023 · 0 comments

Comments

@Cherry-Puppy
Copy link

Search before asking

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

Version

1.2.3-rc02

What's Wrong?

(gdb) bt
#0 atomic_load_p (mo=atomic_memory_order_relaxed, a=0x1c0000) at ../include/jemalloc/internal/atomic.h:62
#1 rtree_leaf_elm_bits_read (dependent=true, elm=0x1c0000, rtree=, tsdn=) at ../include/jemalloc/internal/rtree.h:175
#2 rtree_leaf_elm_szind_read (dependent=true, elm=0x1c0000, rtree=, tsdn=) at ../include/jemalloc/internal/rtree.h:227
#3 rtree_szind_read (dependent=true, key=, rtree_ctx=, rtree=, tsdn=) at ../include/jemalloc/internal/rtree.h:434
#4 arena_salloc (ptr=, tsdn=) at ../include/jemalloc/internal/arena_inlines_b.h:191
#5 isalloc (ptr=, tsdn=) at ../include/jemalloc/internal/jemalloc_internal_inlines_c.h:38
#6 jemalloc_usable_size (ptr=) at ../src/jemalloc.c:3740
#7 0x00005556a1186825 in doris_free (p=0x7efbf80008c0) at /data/doris-1.x/be/src/runtime/exec_env.h:121
#8 0x00007eff85fb93a1 in pthread_create@@GLIBC_2.2.5 () from /lib64/libpthread.so.0
#9 0x00005556a8946450 in thrd_create ()
#10 0x00005556a88c3fe9 in rd_kafka_new ()
#11 0x00005556a88aec02 in RdKafka::KafkaConsumer::create(RdKafka::Conf const*, std::__cxx11::basic_string<char, std::char_traits, std::allocator >&) ()
#12 0x00005556a1142b15 in doris::KafkaDataConsumer::init (this=, ctx=) at /data/doris-1.x/be/src/runtime/routine_load/data_consumer.cpp:128
#13 0x00005556a1139ddb in doris::DataConsumerPool::get_consumer (this=this@entry=0x7eff6c1fb9a8, ctx=ctx@entry=0x7efd8d6f46b0, ret=ret@entry=0x7efd8d6f4670) at /data/doris-1.x/be/src/runtime/routine_load/data_consumer_pool.cpp:54
#14 0x00005556a1133e05 in doris::RoutineLoadTaskExecutor::get_kafka_latest_offsets_for_partitions (this=0x7eff6c1fb800, request=..., partition_offsets=partition_offsets@entry=0x7efd8d6f5be0)
at /data/doris-1.x/be/src/runtime/routine_load/routine_load_task_executor.cpp:138
#15 0x00005556a11b0e95 in doris::PInternalServiceImpl::get_info (this=, controller=, request=, response=0x7efd74d6f2f0, done=0x7efd86dd5b80) at /data/doris-1.x/be/src/runtime/exec_env.h:174
#16 0x00005556a6cd97c5 in brpc::policy::ProcessHttpRequest(brpc::InputMessageBase*) ()
#17 0x00005556a6c89437 in brpc::ProcessInputMessage(void*) ()
#18 0x00005556a6c8a351 in brpc::InputMessenger::OnNewMessages(brpc::Socket*) ()
#19 0x00005556a6dad1be in brpc::Socket::ProcessEvent(void*) ()
#20 0x00005556a6c1cb8f in bthread::TaskGroup::task_runner(long) ()
#21 0x00005556a6c0e921 in bthread_make_fcontext ()

What You Expected?

stream load and routine load will not lead to be core

How to Reproduce?

null

Anything Else?

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant