[
https://issues.apache.org/jira/browse/AMBARI-11784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Myroslav Papirkovskyy resolved AMBARI-11784.
--------------------------------------------
Resolution: Fixed
Pushed to trunk and branch-2.1
> Perf Cluster: Save configurations of Config Group takes 40s
> -----------------------------------------------------------
>
> Key: AMBARI-11784
> URL: https://issues.apache.org/jira/browse/AMBARI-11784
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 2.1.0
> Reporter: Myroslav Papirkovskyy
> Assignee: Myroslav Papirkovskyy
> Priority: Critical
> Fix For: 2.1.0
>
>
> In order to save config group configs we make a PUT call:
> /api/v1/clusters/c1/config_groups/2
> Data:
> [{"ConfigGroup":{"id":2,"cluster_name":"c1","group_name":"group
> 1","tag":"HBASE","description":"","hosts":[{"host_name":"perf400-c-18"},...,{"host_name":"perf400-c-118"}],"service_config_version_note":"","desired_configs":[{"type":"hbase-env","tag":"version1433419049635","properties":{"hbase_master_heapsize":"1025m"}}]}}]
> NOTE: there 400 hosts passed in actual data
> RESULT: call takes 40s
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)