You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2023/01/12 02:28:38 UTC

[GitHub] [doris] LizZhang315 opened a new issue, #15846: [Bug] [daily] be core when load from hdfs

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

   ### 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
   
   doris-0.0.0-trunk-bc34a44
   
   ### What's Wrong?
   
   be core when load from Baidu HDFS
   SQL:
   LOAD LABEL label_name (DATA INFILE("hdfs://hdfs_ip:hdfs_port/file_path")  INTO TABLE tableName COLUMNS TERMINATED BY "\t" ) WITH BROKER "hdfs"("username"="xxx","password"="xxx");
   
   core file:
   Program terminated with signal 11, Segmentation fault.
   #0  0x0000555a983ae2fe in operator-> (this=0x7f3a7762cba0, offset=Unhandled dwarf expression opcode 0xf3
   ) at /root/doris-release/be/src/runtime/client_cache.h:183
   183	/root/doris-release/be/src/runtime/client_cache.h: No such file or directory.
   	in /root/doris-release/be/src/runtime/client_cache.h
   Missing separate debuginfos, use: debuginfo-install glibc-2.12-1.80.el6.x86_64 libgcc-4.4.6-4.el6.x86_64
   (gdb) bt
   #0  0x0000555a983ae2fe in operator-> (this=0x7f3a7762cba0, offset=Unhandled dwarf expression opcode 0xf3
   ) at /root/doris-release/be/src/runtime/client_cache.h:183
   #1  doris::io::BrokerFileReader::read_at (this=0x7f3a7762cba0, offset=Unhandled dwarf expression opcode 0xf3
   ) at /root/doris-release/be/src/io/fs/broker_file_reader.cpp:100
   #2  0x0000555a9ca6ce5b in doris::NewPlainTextLineReader::read_line (this=0x7f3a77637f00, ptr=0x7f399f5bb0a0, size=0x7f399f5bb0a8, eof=0x7f3a776ab220)
       at /var/local/ldb-toolchain/include/c++/11/bits/shared_ptr_base.h:1290
   #3  0x0000555a9ca383ac in doris::vectorized::CsvReader::get_next_block (this=0x7f3a776ab180, block=0x7f36b6123290, read_rows=0x7f399f5bb148, eof=0x7f36b6122fd8)
       at /var/local/ldb-toolchain/include/c++/11/bits/unique_ptr.h:421
   #4  0x0000555a9c9ecdb8 in doris::vectorized::VFileScanner::_get_block_impl (this=0x7f36b6122e00, state=Unhandled dwarf expression opcode 0xf3
   ) at /var/local/ldb-toolchain/include/c++/11/bits/unique_ptr.h:421
   #5  0x0000555a9c989900 in doris::vectorized::VScanner::get_block (this=0x7f36b6122e00, state=0x7f3a717b8b00, block=0x7f3867028500, eof=0x7f399f5bb3a9)
       at /root/doris-release/be/src/vec/exec/scan/vscanner.cpp:54
   #6  0x0000555a9c983737 in doris::vectorized::ScannerScheduler::_scanner_scan (this=Unhandled dwarf expression opcode 0xf3
   ) at /root/doris-release/be/src/vec/exec/scan/scanner_scheduler.cpp:245
   #7  0x0000555a985bf0fe in doris::PriorityThreadPool::work_thread(int) () at /var/local/ldb-toolchain/include/c++/11/bits/std_function.h:556
   #8  0x0000555a9f9ef5a0 in execute_native_thread_routine ()
   #9  0x00007f3a9a3c5851 in start_thread () from /lib64/libpthread.so.0
   #10 0x00007f3a99e8f67d in clone () from /lib64/libc.so.6
   
   ### What You Expected?
   
   Load query execute success.
   
   ### How to Reproduce?
   
   _No response_
   
   ### Anything Else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] 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-unsubscribe@doris.apache.org.apache.org

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


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


[GitHub] [doris] yangzhg closed issue #15846: [Bug] [daily] be core when load from hdfs

Posted by GitBox <gi...@apache.org>.
yangzhg closed issue #15846: [Bug] [daily] be core when load from hdfs
URL: https://github.com/apache/doris/issues/15846


-- 
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-unsubscribe@doris.apache.org

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


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