[
https://issues.apache.org/jira/browse/AMBARI-21317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16065452#comment-16065452
]
Hudson commented on AMBARI-21317:
---------------------------------
SUCCESS: Integrated in Jenkins build Ambari-trunk-Commit #7696 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/7696/])
AMBARI-21317. Config update API should not need to have a unique tag, BE
(vbrodetskyi:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=40e6352b0e704ca1af7b0e88a267b03bde5cea59])
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/controller/internal/ConfigGroupResourceProvider.java
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/controller/AmbariManagementController.java
* (edit)
ambari-server/src/test/java/org/apache/ambari/server/controller/internal/ConfigGroupResourceProviderTest.java
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/controller/ConfigGroupResponse.java
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/controller/AmbariManagementControllerImpl.java
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/state/ConfigImpl.java
* (edit)
ambari-server/src/test/java/org/apache/ambari/server/controller/AmbariManagementControllerImplTest.java
> Config update API should not need to have a unique tag, BE can auto add the
> tag when it is missing
> --------------------------------------------------------------------------------------------------
>
> Key: AMBARI-21317
> URL: https://issues.apache.org/jira/browse/AMBARI-21317
> Project: Ambari
> Issue Type: Improvement
> Components: ambari-server
> Affects Versions: 2.5.1
> Reporter: Vitaly Brodetskyi
> Assignee: Vitaly Brodetskyi
> Priority: Critical
> Fix For: 3.0.0
>
> Attachments: AMBARI-21317.patch
>
>
> Currently, a config update expects a tag value from the client calling the
> API. It should be optional and if not provided then BE should generate a
> unique tag and auto add.
> {code}
> [{"Clusters":{
> "desired_config":[{
> "type":"zoo.cfg",
> "tag":"version1495042583018",
> "properties":{...
> ...
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)