You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "DIPAYAN BHOWMICK (JIRA)" <ji...@apache.org> on 2015/11/10 10:16:10 UTC

[jira] [Updated] (AMBARI-13806) Multi statement queries with errors after the first statement cause orphaned AMs

     [ https://issues.apache.org/jira/browse/AMBARI-13806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

DIPAYAN BHOWMICK updated AMBARI-13806:
--------------------------------------
    Attachment: AMBARI-13806_branch-2.1.patch

> Multi statement queries with errors after the first statement cause orphaned AMs
> --------------------------------------------------------------------------------
>
>                 Key: AMBARI-13806
>                 URL: https://issues.apache.org/jira/browse/AMBARI-13806
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-views
>    Affects Versions: 2.1.2
>            Reporter: DIPAYAN BHOWMICK
>            Assignee: DIPAYAN BHOWMICK
>             Fix For: 2.1.3
>
>         Attachments: AMBARI-13806_branch-2.1.patch
>
>
> If you run a query like:
> {code}
> select count(*) from account;
> ;
> {code}
> An AM will get started, the query will run, you'll get an H110 error and there will be no Kill Session button. Meanwhile the AM is still running and holding on to containers.
> Ambari 2.1.2.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)