Qifan Chen has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/17872 )

Change subject: IMPALA-10811 RPC to submit query getting stuck for AWS NLB 
forever
......................................................................


Patch Set 29:

(1 comment)

Small changes to make the state transition for async. exec of DDL more specific.

http://gerrit.cloudera.org:8080/#/c/17872/21/be/src/service/client-request-state.cc
File be/src/service/client-request-state.cc:

http://gerrit.cloudera.org:8080/#/c/17872/21/be/src/service/client-request-state.cc@713
PS21, Line 713:
              :   // If this is a CTAS request, there will usually be more work 
to do
              :   // after executing the CREATE TABLE statement (the INSERT 
portion of the operation).
              :   // The exception is if the user specified IF NOT EXISTS and 
the table already
              :   // existed, in which case we do not execute the INSERT.
              :   i
> When a statement is in the INITIALIZED state, its runtime profile is unavai
I see. Thanks a lot for the description.

Sounds like transition away from INITIALIZED state is good idea in general to 
help make the runtime profile available sooner than later.

For the racing condition, my impression is that if the exec state is set in the 
worker thread, it truly reflects the state of execution. Since a lock is used, 
there is no ambiguity. It probably is better model as we do not make a lie in 
the code :-).



--
To view, visit http://gerrit.cloudera.org:8080/17872
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Ib57e86926a233ef13d27a9ec8d9c36d33a88a44e
Gerrit-Change-Number: 17872
Gerrit-PatchSet: 29
Gerrit-Owner: Qifan Chen <qc...@cloudera.com>
Gerrit-Reviewer: Amogh Margoor <amarg...@gmail.com>
Gerrit-Reviewer: Impala Public Jenkins <impala-public-jenk...@cloudera.com>
Gerrit-Reviewer: Joe McDonnell <joemcdonn...@cloudera.com>
Gerrit-Reviewer: Qifan Chen <qc...@cloudera.com>
Gerrit-Comment-Date: Mon, 18 Oct 2021 21:13:08 +0000
Gerrit-HasComments: Yes

Reply via email to