You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Quanlong Huang (Jira)" <ji...@apache.org> on 2022/01/27 01:45:00 UTC

[jira] [Created] (IMPALA-11092) Hit DCHECK total_time >= resp_.receiver_latency_ns() in KrpcDataStreamSender

Quanlong Huang created IMPALA-11092:
---------------------------------------

             Summary: Hit DCHECK total_time >= resp_.receiver_latency_ns() in KrpcDataStreamSender
                 Key: IMPALA-11092
                 URL: https://issues.apache.org/jira/browse/IMPALA-11092
             Project: IMPALA
          Issue Type: Bug
    Affects Versions: Impala 4.0.0
            Reporter: Quanlong Huang


Recently saw a crash when running TPCDS-Q64 in a local branch:
{code:java}
F0126 17:03:31.976903 55783 krpc-data-stream-sender.cc:501] Check failed: total_time >= resp_.receiver_latency_ns() (2082149067527 vs. 2082149528160) 
F0126 17:03:31.991379 55791 krpc-data-stream-sender.cc:501] Check failed: total_time >= resp_.receiver_latency_ns() (2082164390545 vs. 2082164551799) {code}
The stacktrace is
{code:java}
*** Check failure stack trace: ***
    @          0x55910bc  google::LogMessage::Fail()
    @          0x559296c  google::LogMessage::SendToLog()
    @          0x5590a1a  google::LogMessage::Flush()
    @          0x55945d8  google::LogMessageFatal::~LogMessageFatal()
    @          0x257b19d  impala::KrpcDataStreamSender::Channel::TransmitDataCompleteCb()
    @          0x258ba12  boost::_mfi::mf0<>::operator()()
    @          0x258b220  boost::_bi::list1<>::operator()<>()
    @          0x258aa0c  boost::_bi::bind_t<>::operator()()
    @          0x258a3c4  boost::detail::function::void_function_obj_invoker0<>::invoke()
    @          0x2355983  boost::function0<>::operator()()
    @          0x2fe7c07  kudu::rpc::OutboundCall::CallCallback()
    @          0x2fe7f81  kudu::rpc::OutboundCall::SetResponse()
    @          0x2fd87f3  kudu::rpc::Connection::HandleCallResponse()
    @          0x2fd790b  kudu::rpc::Connection::ReadHandler()
    @          0x2fdce0b  ev::base<>::method_thunk<>()
    @          0x55bbcf2  ev_invoke_pending
    @          0x2f91c51  kudu::rpc::ReactorThread::InvokePendingCb()
    @          0x55bf39f  ev_run
    @          0x231413c  ev::loop_ref::run()
    @          0x2f947c9  kudu::rpc::ReactorThread::RunThread()
    @          0x2f9fcf2  boost::_mfi::mf0<>::operator()()
    @          0x2f9f5a6  boost::_bi::list1<>::operator()<>()
    @          0x2f9ed2c  boost::_bi::bind_t<>::operator()()
    @          0x2f9e0a7  boost::detail::function::void_function_obj_invoker0<>::invoke()
    @          0x2355983  boost::function0<>::operator()()
    @          0x2352dbb  kudu::Thread::SuperviseThread()
    @     0x7f8ae6000ea4  start_thread
    @     0x7f8ae2bd896c  __clone {code}
The DCHECK is added in IMPALA-10220. CC [~rizaon] 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org