You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Pranay Singh (JIRA)" <ji...@apache.org> on 2017/12/12 02:14:00 UTC

[jira] [Created] (IMPALA-6308) RPC timeout message printing invalid destination name

Pranay Singh created IMPALA-6308:
------------------------------------

             Summary: RPC timeout message printing invalid destination name
                 Key: IMPALA-6308
                 URL: https://issues.apache.org/jira/browse/IMPALA-6308
             Project: IMPALA
          Issue Type: Bug
          Components: Backend
            Reporter: Pranay Singh
            Priority: Minor
             Fix For: Impala 2.11.0


Error message should print the destination address, when RPC timeout error is encountered.

Details
----------
E1208 21:46:01.583712 29991 data-stream-sender.cc:278] channel send to ec2-m2-4xlarge-centos-6-4-1e74.vpc.cloudera.com:22000 failed: RPC recv timed out: dest address: ec2-m2-4xlarge-centos-6-4-1e74.vpc.cloudera.com:22000, rpc: N6impala19TTransmitDataResultE
F1208 21:46:18.957877 30189 substitute.cc:41] strings::Substitute format string invalid: asked for "$1", but only 1 args were given.  Full format string was: "RPC recv timed out: dest address: $0, rpc: $1".

*** Check failure stack trace: ***
    @          0x3bdfc1d  google::LogMessage::Fail()
    @          0x3be14c2  google::LogMessage::SendToLog()
    @          0x3bdf5f7  google::LogMessage::Flush()
    @          0x3bdf959  google::LogMessage::~LogMessage()
    @          0x3bd63e9  strings::internal::SubstitutedSize()
    @          0x3bd67ec  strings::SubstituteAndAppend()
    @          0x15fbdde  strings::Substitute()
    @          0x1a3adf9  impala::ErrorMsg::ErrorMsg()
    @          0x1642c72  impala::Status::Status()
    @          0x2c88bbd  impala::DataStreamSender::Channel::FlushAndSendEos()
    @          0x2c8b648  impala::DataStreamSender::FlushFinal()
    @          0x189336c  impala::FragmentInstanceState::ExecInternal()
    @          0x189096f  impala::FragmentInstanceState::Exec()
    @          0x18797b8  impala::QueryState::ExecFInstance()
    @          0x187807a  _ZZN6impala10QueryState15StartFInstancesEvENKUlvE_clEv
    @          0x187a3f7  _ZN5boost6detail8function26void_function_obj_invoker0IZN6impala10QueryState15StartFInstancesEvEUlvE_vE6invokeERNS1_15function_bufferE
    @          0x17c6ed4  boost::function0<>::operator()()
    @          0x1abdbc9  impala::Thread::SuperviseThread()
    @          0x1ac6754  boost::_bi::list4<>::operator()<>()
    @          0x1ac6697  boost::_bi::bind_t<>::operator()()
    @          0x1ac665a  boost::detail::thread_data<>::run()
    @          0x2d6966a  thread_proxy
    @       0x31bee07851  (unknown)
    @       0x31beae894d  (unknown)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)