You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Nate Cole (JIRA)" <ji...@apache.org> on 2017/10/13 20:57:00 UTC

[jira] [Created] (AMBARI-22240) Restart of random service could fail during express downgrade

Nate Cole created AMBARI-22240:
----------------------------------

             Summary: Restart of random service could fail during express downgrade
                 Key: AMBARI-22240
                 URL: https://issues.apache.org/jira/browse/AMBARI-22240
             Project: Ambari
          Issue Type: Bug
          Components: ambari-server
            Reporter: Nate Cole
            Assignee: Nate Cole
            Priority: Critical
             Fix For: 2.6.0


In some cases, when downgrading an EU at finalize, the {{cluster-env}} configuration is not being set correctly to enabled.  It looks like some entities are not being merged:
{noformat}
ambari=# select config_id, type_name, stack_id, version, version_tag, selected, unmapped from ambari.clusterconfig where type_name = 'cluster-env' order by version_tag;
 config_id |  type_name  | stack_id | version |     version_tag      | selected | unmapped
-----------+-------------+----------+---------+----------------------+----------+----------
        43 | cluster-env |        8 |       1 | version1             |        0 |        0
        54 | cluster-env |        8 |       2 | version1507910265301 |        0 |        0
       102 | cluster-env |        8 |       3 | version1507917459553 |        0 |        0
       113 | cluster-env |        6 |       4 | version1507917549402 |        0 |        0
{noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)