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 "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2018/09/10 22:14:01 UTC

[jira] [Commented] (IMPALA-7516) Rejected queries dont get removed from the list of running queries

    [ https://issues.apache.org/jira/browse/IMPALA-7516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16609849#comment-16609849 ] 

ASF subversion and git services commented on IMPALA-7516:
---------------------------------------------------------

Commit ab6bd74ff73f52a3bd0247027bd82d977189ded6 in impala's branch refs/heads/master from [~bikram.sngh91]
[ https://git-wip-us.apache.org/repos/asf?p=impala.git;h=ab6bd74 ]

IMPALA-7516: Fix query location accounting

As a side-effect of IMPALA-5216, queries that were scheduled to be
executed but eventually got rejected or canceled before starting
execution (initializing the coordinator object) got added to the
'query_locations' map but never got removed. As a result, the queries
debug page would sometimes show queries running under the
"Query Locations" section even if there weren't. This patch fixes that
behavior.

Testing:
Added a custom cluster test.

Change-Id: I66c8e59299747df57c9f39db1cb1f46ff6bbab7e
Reviewed-on: http://gerrit.cloudera.org:8080/11372
Reviewed-by: Impala Public Jenkins <im...@cloudera.com>
Tested-by: Impala Public Jenkins <im...@cloudera.com>


> Rejected queries dont get removed from the list of running queries
> ------------------------------------------------------------------
>
>                 Key: IMPALA-7516
>                 URL: https://issues.apache.org/jira/browse/IMPALA-7516
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Backend
>    Affects Versions: Impala 3.1.0
>            Reporter: Bikramjeet Vig
>            Assignee: Bikramjeet Vig
>            Priority: Critical
>             Fix For: Impala 3.1.0
>
>
> Steps to reproduce:
> <Run a query that gets rejected>
> Eg.
> set mem_limit=10b;
> select 1;
> "Number of running queries with fragments on this host" on the impala queries debug page will show 1 even though the query was rejected



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

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