Riza Suminto has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/20027 )

Change subject: IMPALA-12196: Handle empty REQUEST_POOL in Frontend.java
......................................................................


Patch Set 1:

(1 comment)

http://gerrit.cloudera.org:8080/#/c/20027/1/fe/src/main/java/org/apache/impala/service/Frontend.java
File fe/src/main/java/org/apache/impala/service/Frontend.java:

http://gerrit.cloudera.org:8080/#/c/20027/1/fe/src/main/java/org/apache/impala/service/Frontend.java@1922
PS1, Line 1922:       if (StringUtils.isNotEmpty(request_pool)
> Did a debug into the code using impala-shell, and observed that when "set r
You're right! After running test_query_cpu_count_divisor_default, I tried with 
impala-shell

set request_pool='root.large';
compute stats store_sales;

And got

ERROR: AnalysisException: Request pool: 'root.large' does not map to any known 
executor group set.

But these one work:

set request_pool=root.large;
compute stats store_sales;

set request_pool=;
compute stats store_sales;



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

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Ibc3495ac117f08f1165e9e5e9a70856cbee7b0ef
Gerrit-Change-Number: 20027
Gerrit-PatchSet: 1
Gerrit-Owner: Riza Suminto <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
Gerrit-Reviewer: Michael Smith <[email protected]>
Gerrit-Reviewer: Riza Suminto <[email protected]>
Gerrit-Reviewer: Yida Wu <[email protected]>
Gerrit-Comment-Date: Fri, 09 Jun 2023 05:34:12 +0000
Gerrit-HasComments: Yes

Reply via email to