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 "Csaba Ringhofer (Jira)" <ji...@apache.org> on 2021/11/03 14:48:00 UTC

[jira] [Created] (IMPALA-11002) DCHECK hit in ClientRequestState::SetCreateTableAsSelectResultSet()

Csaba Ringhofer created IMPALA-11002:
----------------------------------------

             Summary: DCHECK hit in ClientRequestState::SetCreateTableAsSelectResultSet()
                 Key: IMPALA-11002
                 URL: https://issues.apache.org/jira/browse/IMPALA-11002
             Project: IMPALA
          Issue Type: Bug
            Reporter: Csaba Ringhofer


The DCHECK was hit here:
https://github.com/apache/impala/blob/9ed4b3689784670532e840c5cb0389bdd9d5c0e8/be/src/service/client-request-state.cc#L1540

The test 

Log:
{code}
I1102 04:17:23.806015 26053 Frontend.java:1637] 274523d21ab48e25:465bec8000000000] Analyzing query: create table ctas_cancel primary key (l_orderkey, l_partkey, l_suppkey, l_linenumber) partition by hash partitions 3 stored as kudu as select * from lineitem order by l_orderkey db: tpch_kudu
...
F1102 04:17:32.149560 26264 client-request-state.cc:1540] Check failed: GetCoordinator() 
{code}

Callstack:
{code}
3  impalad!impala::ClientRequestState::SetCreateTableAsSelectResultSet() [client-request-state.cc : 1540 + 0xf]
 4  impalad!impala::ClientRequestState::WaitInternal() [client-request-state.cc : 1083 + 0xf]
 5  impalad!impala::ClientRequestState::Wait() [client-request-state.cc : 1010 + 0x19]
{code}

The offending query seems to come from somewhere here:
https://github.com/apache/impala/blob/9ed4b3689784670532e840c5cb0389bdd9d5c0e8/tests/query_test/test_cancellation.py#L145



--
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