You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Joe McDonnell (JIRA)" <ji...@apache.org> on 2018/05/16 05:16:00 UTC

[jira] [Created] (IMPALA-7040) Impala hit a DCHECK in QueryState::AcquireExecResourceRefcount()

Joe McDonnell created IMPALA-7040:
-------------------------------------

             Summary: Impala hit a DCHECK in QueryState::AcquireExecResourceRefcount()
                 Key: IMPALA-7040
                 URL: https://issues.apache.org/jira/browse/IMPALA-7040
             Project: IMPALA
          Issue Type: Bug
          Components: Backend
    Affects Versions: Impala 3.1.0
            Reporter: Joe McDonnell


A dataload job on the 3.1 codebase hit the following DCHECK:

[https://github.com/apache/impala/blob/4ce9dbb475ef52812691d0cddae6df75ab496369/be/src/runtime/query-state.cc#L380]

This is on the hash [4ce9dbb475ef52812691d0cddae6df75ab496369|https://github.com/apache/impala/commit/4ce9dbb475ef52812691d0cddae6df75ab496369]

This is the stack:
{noformat}
@ 0x4291acd google::LogMessage::Fail()
@ 0x4293372 google::LogMessage::SendToLog()
@ 0x42914a7 google::LogMessage::Flush()
@ 0x4294a6e google::LogMessageFatal::~LogMessageFatal()
@ 0x1ca12b7 impala::QueryState::AcquireExecResourceRefcount()
@ 0x1c9df28 impala::QueryState::Init()
@ 0x1cbc3e2 impala::QueryExecMgr::StartQuery()
@ 0x1dce5a0 impala::ImpalaInternalService::ExecQueryFInstances()
@ 0x2eb5b96 impala::ImpalaInternalServiceProcessor::process_ExecQueryFInstances()
@ 0x2eb58e4 impala::ImpalaInternalServiceProcessor::dispatchCall()
@ 0x183c5a0 apache::thrift::TDispatchProcessor::process()
@ 0x1b9c7c5 apache::thrift::server::TAcceptQueueServer::Task::run()
@ 0x1b93da5 impala::ThriftThread::RunRunnable()
@ 0x1b954a9 boost::_mfi::mf2<>::operator()()
@ 0x1b9533f boost::_bi::list3<>::operator()<>()
@ 0x1b9508b boost::_bi::bind_t<>::operator()()
@ 0x1b94f9e boost::detail::function::void_function_obj_invoker0<>::invoke()
@ 0x1bd9e0c boost::function0<>::operator()()
@ 0x1ec5039 impala::Thread::SuperviseThread()
@ 0x1ecd1d5 boost::_bi::list5<>::operator()<>()
@ 0x1ecd0f9 boost::_bi::bind_t<>::operator()()
@ 0x1ecd0bc boost::detail::thread_data<>::run()
@ 0x31bbdba thread_proxy
@ 0x3e40a07851 (unknown)
@ 0x3e406e894d (unknown){noformat}
Seen once.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)