-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/55948/
-----------------------------------------------------------
Review request for Ambari, Alejandro Fernandez, Myroslav Papirkovskyy, and Sid
Wagle.
Bugs: AMBARI-19714
https://issues.apache.org/jira/browse/AMBARI-19714
Repository: ambari
Description
-------
I've deployed cluster with 3000 agents and started my little test script on it.
Script is doing only three actions in loop: 1) Stop All services 2) Start All
services 3) Update zk config.
After few days of work these actions need much more time to be executed. For
example before stop/start all actions took near 7-8 minutes. Now they need near
20-30 minutes
Diffs
-----
ambari-server/src/main/java/org/apache/ambari/server/controller/AmbariManagementControllerImpl.java
c1f7943
contrib/utils/perf/deploy-gce-perf-cluster.py 565a36d
Diff: https://reviews.apache.org/r/55948/diff/
Testing
-------
mvn clean test
Thanks,
Vitalyi Brodetskyi