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

   ### 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
   * 1.2-lts
   
   ### What's Wrong?
   
   select into outfile with `set enable_parallel_outfile = true` will crash:
   ```bash
    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_t*, void*) in 
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.292.b10-1.el7_9.x86_64/jre/lib/amd64/server/libjvm.so
    2# JVM_handle_linux_signal in 
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.292.b10-1.el7_9.x86_64/jre/lib/amd64/server/libjvm.so
    3# signalHandler(int, siginfo_t*, void*) in 
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.292.b10-1.el7_9.x86_64/jre/lib/amd64/server/libjvm.so
    4# 0x00007FF015858400 in /lib64/libc.so.6
    5# 
doris::vectorized::VDataStreamSender::Channel::send_block(doris::PBlock*, bool) 
at /root/doris/be/src/vec/sink/vdata_stream_sender.cpp:141
    6# doris::vectorized::VDataStreamSender::Channel::close_internal() at 
/root/doris/be/src/vec/sink/vdata_stream_sender.cpp:258
    7# 
doris::vectorized::VDataStreamSender::Channel::close(doris::RuntimeState*) at 
/root/doris/be/src/vec/sink/vdata_stream_sender.cpp:266
    8# doris::vectorized::VResultFileSink::close(doris::RuntimeState*, 
doris::Status) at /root/doris/be/src/vec/sink/vresult_file_sink.cpp:185
    9# doris::PlanFragmentExecutor::close() at 
/root/doris/be/src/runtime/plan_fragment_executor.cpp:683
   10# doris::FragmentExecState::execute() at 
/root/doris/be/src/runtime/fragment_mgr.cpp:255
   11# 
doris::FragmentMgr::_exec_actual(std::shared_ptr<doris::FragmentExecState>, 
std::function<void (doris::PlanFragmentExecutor*)>) at 
/root/doris/be/src/runtime/fragment_mgr.cpp:493
   12# std::_Function_handler<void (), 
doris::FragmentMgr::exec_plan_fragment(doris::TExecPlanFragmentParams const&, 
std::function<void (doris::PlanFragmentExecutor*)>):
   ```
   
   ### What You Expected?
   
   Do not crash
   
   ### 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