airborne12 opened a new issue, #20046:
URL: https://github.com/apache/doris/issues/20046

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no 
similar issues.
   
   
   ### Version
   
   master
   
   ### What's Wrong?
   
   streamload enable single_replica_load,PTabletWriteSlaveRequest_IndexSizeMap 
key not found, which caused coredump in BE.
   
       google::protobuf::Map<int64, PTabletWriteSlaveRequest_IndexSizeMap> 
indices_size =
               request->inverted_indices_size(); 
   
   F0524 21:58:15.057839 1302291 global.cpp:309] 
/mnt/disk1/chenkaijie/doris/thirdparty/installed/include/google/protobuf/map.h:1214
 CHECK failed: it != end(): key not found: 1
   F0524 21:58:15.057839 1302291 global.cpp:309] 
/mnt/disk1/chenkaijie/doris/thirdparty/installed/include/google/protobuf/map.h:1214
 CHECK failed: it != end(): key not found: 1F0524 21:58:15.682101 1302292 
global.cpp:309] 
/mnt/disk1/chenkaijie/doris/thirdparty/installed/include/google/protobuf/map.h:1214
 CHECK failed: it != end(): key not found: 0
   F0524 21:58:15.057839 1302291 global.cpp:309] 
/mnt/disk1/chenkaijie/doris/thirdparty/installed/include/google/protobuf/map.h:1214
 CHECK failed: it != end(): key not found: 1F0524 21:58:15.682101 1302292 
global.cpp:309] 
/mnt/disk1/chenkaijie/doris/thirdparty/installed/include/google/protobuf/map.h:1214
 CHECK failed: it != end(): key not found: 0F0524 21:58:16.073918 1302297 
global.cpp:309] 
/mnt/disk1/chenkaijie/doris/thirdparty/installed/include/google/protobuf/map.h:1214
 CHECK failed: it != end(): key not found: 0
   F0524 21:58:15.057839 1302291 global.cpp:309] 
/mnt/disk1/chenkaijie/doris/thirdparty/installed/include/google/protobuf/map.h:1214
 CHECK failed: it != end(): key not found: 1F0524 21:58:15.682101 1302292 
global.cpp:309] 
/mnt/disk1/chenkaijie/doris/thirdparty/installed/include/google/protobuf/map.h:1214
 CHECK failed: it != end(): key not found: 0F0524 21:58:16.073918 1302297 
global.cpp:309] 
/mnt/disk1/chenkaijie/doris/thirdparty/installed/include/google/protobuf/map.h:1214
 CHECK failed: it != end(): key not found: 0F0524 21:58:16.137092 1302295 
global.cpp:309] 
/mnt/disk1/chenkaijie/doris/thirdparty/installed/include/google/protobuf/map.h:1214
 CHECK failed: it != end(): key not found: 0
   F0524 21:58:15.057839 1302291 global.cpp:309] 
/mnt/disk1/chenkaijie/doris/thirdparty/installed/include/google/protobuf/map.h:1214
 CHECK failed: it != end(): key not found: 1F0524 21:58:15.682101 1302292 
global.cpp:309] 
/mnt/disk1/chenkaijie/doris/thirdparty/installed/include/google/protobuf/map.h:1214
 CHECK failed: it != end(): key not found: 0F0524 21:58:16.073918 1302297 
global.cpp:309] 
/mnt/disk1/chenkaijie/doris/thirdparty/installed/include/google/protobuf/map.h:1214
 CHECK failed: it != end(): key not found: 0F0524 21:58:16.137092 1302295 
global.cpp:309] 
/mnt/disk1/chenkaijie/doris/thirdparty/installed/include/google/protobuf/map.h:1214
 CHECK failed: it != end(): key not found: 0F0524 21:58:16.141532 1302296 
global.cpp:309] 
/mnt/disk1/chenkaijie/doris/thirdparty/installed/include/google/protobuf/map.h:1214
 CHECK failed: it != end(): key not found: 0
   core:
   
   #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
   50 ../sysdeps/unix/sysv/linux/raise.c: No such file or directory.
   [Current thread is 1 (Thread 0x7f4216926700 (LWP 1172644))]
   (gdb) bt
   #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
   #1 0x00007f43c4bea859 in __GI_abort () at abort.c:79
   #2 0x000055a0f047ccc9 in ?? ()
   #3 0x000055a0f04722dd in google::LogMessage::Fail() ()
   #4 0x000055a0f0474819 in google::LogMessage::SendToLog() ()
   #5 0x000055a0f0471e46 in google::LogMessage::Flush() ()
   #6 0x000055a0f0474e89 in google::LogMessageFatal::~LogMessageFatal() ()
   #7 0x000055a0f0cb0226 in ?? ()
   #8 0x000055a0f0e68545 in google::protobuf::internal::LogMessage::Finish() ()
   #9 0x000055a0e9ea10ef in google::protobuf::Map<long, 
doris::PTabletWriteSlaveRequest_IndexSizeMap>::at<long> (
   key=@0x7f4184f3bcc0: 1, this=0x7f42b26ef160)
   at 
/mnt/disk1/chenkaijie/doris/thirdparty/installed/include/google/protobuf/map.h:1214
   #10 operator() (__closure=0x7f42b26ef000) at 
/mnt/disk1/chenkaijie/doris/be/src/service/internal_service.cpp:1315
   #11 0x000055a0e92f7250 in std::function<void ()>::operator()() const 
(this=0x7f421691f728)
   at 
/mnt/disk1/chenkaijie/env/ldb_toolchain/include/c++/11/bits/std_function.h:560
   #12 doris::PriorityThreadPool::work_thread (this=<optimized out>, 
thread_id=<optimized out>)
   at /mnt/disk1/chenkaijie/doris/be/src/util/priority_thread_pool.hpp:146
   #13 0x000055a0f33db8d0 in std::execute_native_thread_routine 
(__p=0x7f43981ec3e0)
   at ../../../../../libstdc++-v3/src/c++11/thread.cc:82
   #14 0x00007f43c4f11609 in start_thread (arg=<optimized out>) at 
pthread_create.c:477
   #15 0x00007f43c4ce7163 in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:95
   
   ### What You Expected?
   
   check key is not found
   
   ### How to Reproduce?
   
   _No response_
   
   ### Anything Else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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: commits-unsubscr...@doris.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to