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 2020/10/12 07:14:00 UTC

[jira] [Created] (IMPALA-10233) Hit DCHECK in DmlExecState::AddPartition

Quanlong Huang created IMPALA-10233:
---------------------------------------

             Summary: Hit DCHECK in DmlExecState::AddPartition
                 Key: IMPALA-10233
                 URL: https://issues.apache.org/jira/browse/IMPALA-10233
             Project: IMPALA
          Issue Type: Bug
            Reporter: Quanlong Huang


Hit the DCHECK when inserting to a parquet table. I'm on master branch (commit=b8a2b75).
{code:java}
F1012 15:04:27.726274  3868 dml-exec-state.cc:432] a6479cc4725101fd:b86db2a100000003] Check failed: per_partition_status_.find(name) == per_partition_status_.end() 
*** Check failure stack trace: *** 
    @          0x51ff3cc  google::LogMessage::Fail()
    @          0x5200cbc  google::LogMessage::SendToLog()
    @          0x51fed2a  google::LogMessage::Flush()
    @          0x5202928  google::LogMessageFatal::~LogMessageFatal()
    @          0x234ba18  impala::DmlExecState::AddPartition()
    @          0x2817786  impala::HdfsTableSink::GetOutputPartition()
    @          0x2813151  impala::HdfsTableSink::WriteClusteredRowBatch()
    @          0x28156c4  impala::HdfsTableSink::Send()
    @          0x23139dd  impala::FragmentInstanceState::ExecInternal()
    @          0x230fe10  impala::FragmentInstanceState::Exec()
    @          0x227bb79  impala::QueryState::ExecFInstance()
    @          0x2279f7b  _ZZN6impala10QueryState15StartFInstancesEvENKUlvE_clEv
    @          0x227e2c2  _ZN5boost6detail8function26void_function_obj_invoker0IZN6impala10QueryState15StartFInstancesEvEUlvE_vE6invokeERNS1_15function_bufferE
    @          0x2137699  boost::function0<>::operator()()
    @          0x2715d7d  impala::Thread::SuperviseThread()
    @          0x271dd1a  boost::_bi::list5<>::operator()<>()
    @          0x271dc3e  boost::_bi::bind_t<>::operator()()
    @          0x271dbff  boost::detail::thread_data<>::run()
    @          0x3f05f01  thread_proxy
    @     0x7fb18bebb6b9  start_thread
    @     0x7fb188a474dc  clone {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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