You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Dmitry Lysnichenko (JIRA)" <ji...@apache.org> on 2015/02/17 20:25:11 UTC

[jira] [Created] (AMBARI-9681) Versions: version stays in INSTALLING state even after installed

Dmitry Lysnichenko created AMBARI-9681:
------------------------------------------

             Summary: Versions: version stays in INSTALLING state even after installed
                 Key: AMBARI-9681
                 URL: https://issues.apache.org/jira/browse/AMBARI-9681
             Project: Ambari
          Issue Type: Bug
          Components: ambari-server
    Affects Versions: 2.0.0
            Reporter: Dmitry Lysnichenko
            Assignee: Dmitry Lysnichenko
             Fix For: 2.0.0


- 2 node cluster
- HDP 2.2, only HDFS and ZooKeeper, nothing else
- No NameNode HA or anything
- registered version for M10
- Installed packages worked.
- Everything got installed on the two hosts, the background op completed, the hosts in host page show the version is there. Just the version box on Admin > Stack and Versions > versions tab still stays installing (see screen shot).

{code}
{
  "href" : "http://c6401.ambari.apache.org:8080/api/v1/clusters/MyCluster/stack_versions/2/",
  "ClusterStackVersions" : {
    "cluster_name" : "MyCluster",
    "id" : 2,
    "repository_version" : 2,
    "stack" : "HDP",
    "state" : "INSTALLING",
    "version" : "2.2",
    "host_states" : {
      "CURRENT" : [ ],
      "INSTALLED" : [
        "c6401.ambari.apache.org",
        "c6402.ambari.apache.org"
      ],
      "INSTALLING" : [ ],
      "INSTALL_FAILED" : [ ],
      "OUT_OF_SYNC" : [ ],
      "UPGRADED" : [ ],
      "UPGRADE_FAILED" : [ ],
      "UPGRADING" : [ ]
    }
  },
  "repository_versions" : [
    {
      "href" : "http://c6401.ambari.apache.org:8080/api/v1/clusters/MyCluster/stack_versions/2/repository_versions/2",
      "RepositoryVersions" : {
        "id" : 2,
        "stack_name" : "HDP",
        "stack_version" : "2.2"
      }
    }
  ]
}
{code}



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