-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/42640/
-----------------------------------------------------------
Review request for Ambari, Dmytro Sen, Sumit Mohanty, and Sid Wagle.
Bugs: AMBARI-14769
https://issues.apache.org/jira/browse/AMBARI-14769
Repository: ambari
Description
-------
PROBLEM
Stack advisor recommendations for AMS heap sizes are unreasonable.
BUG
Stack advisor uses fixed values of 1024M for metrics collector and HBase
heapsize for estimating required memory for the components in the host.
FIX
Use the user entered values for metrics collector heapsize and AMS HBase
heapsize to calculate the required memory on the host.
Diffs
-----
ambari-server/src/main/resources/stacks/HDP/2.0.6/services/stack_advisor.py
da2fc47
Diff: https://reviews.apache.org/r/42640/diff/
Testing
-------
ambari-server python unit tests pass.
Manual testing done.
Thanks,
Aravindan Vijayan