You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Myroslav Papirkovskyy (JIRA)" <ji...@apache.org> on 2015/06/08 14:36:01 UTC

[jira] [Created] (AMBARI-11784) Perf Cluster: Save configurations of Config Group takes 40s

Myroslav Papirkovskyy created AMBARI-11784:
----------------------------------------------

             Summary: 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)