You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Csaba Ringhofer (Jira)" <ji...@apache.org> on 2022/04/21 18:32:00 UTC

[jira] [Created] (IMPALA-11262) Impala hits DCHECK in ClientRequestState::ExecDdlRequestImpl

Csaba Ringhofer created IMPALA-11262:
----------------------------------------

             Summary: Impala hits DCHECK in ClientRequestState::ExecDdlRequestImpl
                 Key: IMPALA-11262
                 URL: https://issues.apache.org/jira/browse/IMPALA-11262
             Project: IMPALA
          Issue Type: Bug
          Components: Backend, Clients
    Affects Versions: Impala 4.0.0
            Reporter: Csaba Ringhofer


I was running Impyla tests when Impala suddenly crashed with the following callstack:
{code}
F0421 20:20:23.474503 15253 client-request-state.cc:676] 294bc22a7b13af6d:0d38eb4600000000] Check failed: exec_state() == ExecState::PENDING 
*** Check failure stack trace: ***
    @          0x36ebc3c  google::LogMessage::Fail()
    @          0x36ed4ec  google::LogMessage::SendToLog()
    @          0x36eb59a  google::LogMessage::Flush()
    @          0x36ef158  google::LogMessageFatal::~LogMessageFatal()
    @          0x15d5df3  impala::ClientRequestState::ExecDdlRequestImpl()
    @          0x15dadb1  boost::detail::function::void_function_obj_invoker0<>::invoke()
    @          0x17fac89  impala::Thread::SuperviseThread()
    @          0x17fddfa  boost::detail::thread_data<>::run()
    @          0x239dad0  thread_proxy
    @     0x7fdc078546da  start_thread
    @     0x7fdc0414c61e  clone
{code}



--
This message was sent by Atlassian Jira
(v8.20.7#820007)