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 2020/01/14 02:47:01 UTC

[GitHub] [incubator-doris] caiconghui opened a new issue #2750: SIGFPE produced in AlphaRowset::split_range cause be core

caiconghui opened a new issue #2750: SIGFPE produced in AlphaRowset::split_range cause be core
URL: https://github.com/apache/incubator-doris/issues/2750
 
 
   **Describe the bug**
   *** Aborted at 1578453393 (unix time) try "date -d @1578453393" if you are using GNU date ***
   PC: @           0xef69de doris::AlphaRowset::split_range()
   *** SIGFPE (@0xef69de) received by PID 134175 (TID 0x7fd1dfb6a700) from PID 15690206; stack trace: ***
       @     0x7fd22bc16250 (unknown)
       @           0xef69de doris::AlphaRowset::split_range()
       @           0xe1e683 doris::Tablet::split_range()
       @          0x13b99aa doris::get_hints()
       @          0x13babd1 doris::OlapScanNode::start_scan_thread()
       @          0x13c1f01 doris::OlapScanNode::start_scan()
       @          0x13c22ce doris::OlapScanNode::get_next()
       @          0x145eeb1 doris::NewPartitionedAggregationNode::open()
       @          0x1030033 doris::PlanFragmentExecutor::open_internal()
       @          0x1030b38 doris::PlanFragmentExecutor::open()
       @           0xfa5463 doris::FragmentExecState::execute()
       @           0xfa680d doris::FragmentMgr::exec_actual()
       @           0xfac98e boost::detail::function::void_function_obj_invoker0<>::invoke()
       @           0xe97b66 doris::ThreadPool::work_thread()
       @           0xe96546 boost::detail::thread_data<>::run()
       @          0x19e617d thread_proxy
       @     0x7fd22b9ccdc5 start_thread
       @     0x7fd22bcd873d __clone
   
   
   **To Reproduce**
   In our enviroment production

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [incubator-doris] caiconghui commented on issue #2750: SIGFPE produced in AlphaRowset::split_range cause be core

Posted by GitBox <gi...@apache.org>.
caiconghui commented on issue #2750: SIGFPE produced in AlphaRowset::split_range cause be core
URL: https://github.com/apache/incubator-doris/issues/2750#issuecomment-573973990
 
 
   After we fix it, we see the log 
   W0112 21:54:20.090227 100282 alpha_rowset.cpp:200] expected_rows less than 1. [request_block_row_count = 524288, current_num_rows_per_row_block = 0]

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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