Andrii Babiichuk created AMBARI-13840:
-----------------------------------------
Summary: Improve config loading time on Installer and Add Service
Key: AMBARI-13840
URL: https://issues.apache.org/jira/browse/AMBARI-13840
Project: Ambari
Issue Type: Task
Components: ambari-web
Affects Versions: 2.2.0
Reporter: Andrii Babiichuk
Assignee: Andrii Babiichuk
Fix For: 2.2.0
Now we are using App.StackConfigProperty model for storing static info for
configs. It's simple approach but in most cases we are transforming
App.StackConfigProperty to plain object before usage. This transform operation
takes much time.
Storing configs as plain objects can reduce config loading time (mostly at
installer and add service) up to 3-4 secs for full stack (on default 3-node
cluster). Also this changes allow to simplify logic at some places.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)