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:09:10 UTC

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

DIPAYAN BHOWMICK created AMBARI-13806:
-----------------------------------------

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


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)