[
https://issues.apache.org/jira/browse/AMBARI-9681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14325091#comment-14325091
]
Hadoop QA commented on AMBARI-9681:
-----------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12699321/AMBARI-9681.patch
against trunk revision .
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:red}-1 tests included{color}. The patch doesn't appear to include
any new or modified tests.
Please justify why no new tests are needed for this
patch.
Also please list what manual steps were performed to
verify this patch.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:green}+1 core tests{color}. The patch passed unit tests in
ambari-server.
Test results:
https://builds.apache.org/job/Ambari-trunk-test-patch/1717//testReport/
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/1717//console
This message is automatically generated.
> 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
>
> Attachments: AMBARI-9681.patch
>
>
> - 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)