[
https://issues.apache.org/jira/browse/AMBARI-10634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14505314#comment-14505314
]
Hadoop QA commented on AMBARI-10634:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12726918/AMBARI-10634.patch
against trunk revision .
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 1 new
or modified test files.
{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:red}-1 core tests{color}. The test build failed in ambari-server
Test results:
https://builds.apache.org/job/Ambari-trunk-test-patch/2438//testReport/
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/2438//console
This message is automatically generated.
> service_config_versions endpoint returns invalid group_id for default config
> group.
> -----------------------------------------------------------------------------------
>
> Key: AMBARI-10634
> URL: https://issues.apache.org/jira/browse/AMBARI-10634
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 2.1.0
> Reporter: Jonathan Hurley
> Assignee: Jonathan Hurley
> Priority: Blocker
> Fix For: 2.1.0
>
> Attachments: AMBARI-10634.patch
>
>
> *service_config_versions* endpoint returns *group_id* with value *null*
> instead of *-1* for default config group.
> For example:
> */api/v1/clusters/c1/configurations/service_config_versions?service_name=ZOOKEEPER&service_config_version=1*
> {noformat}
> .....
> "createtime" : 1429608363202,
> "group_id" : null,
> "group_name" : "default",
> "hosts" : [ ],
> "is_cluster_compatible" : true,
> "is_current" : true,
> "service_config_version" : 1,
> "service_config_version_note" : "Initial configurations for ZooKeeper",
> "service_name" : "ZOOKEEPER",
> "user" : "admin"
> .....
> {noformat}
> Changed to {{null}} by accident, moving back to {{-1}} will fix this issue.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)