-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/40716/
-----------------------------------------------------------
Review request for Ambari, Dmytro Sen, Sumit Mohanty, and Sid Wagle.
Bugs: AMBARI-14075
https://issues.apache.org/jira/browse/AMBARI-14075
Repository: ambari
Description
-------
Problem
After AMBARI-13978, the ability to specify heap properties for AMS hbase could
be done with or without an "m" suffix. This bug was caused because the property
regionserver_heapsize was used before the trailing m was trimmed.
Fix
Moved the trimming of the master and regionserver_heapsize before usage.
Diffs
-----
ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/package/scripts/params.py
cc69148
Diff: https://reviews.apache.org/r/40716/diff/
Testing
-------
Submitted patch through Apache.
Thanks,
Aravindan Vijayan