-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/27731/
-----------------------------------------------------------
Review request for Ambari, Dmitro Lisnichenko and Oleg Nechiporenko.
Bugs: AMBARI-8208
https://issues.apache.org/jira/browse/AMBARI-8208
Repository: ambari
Description
-------
1. Deploy 3 node cluster with HDP2.1
2. Select all services
3. After deployment completes, goto Dashboard > Heatmaps > HBase > HBase
Memstore Sizes. Notice the size to be reported as really large (3848MB for me).
4. Goto Services > HBase > HBase Master UI and notice the HBase Memstore Size
reported as 0MB. Clicking on specific region server reports the size as 3.8KB.
5. Looks like the API call for memstoreSizeMB doesnt convert to MB.
Diffs
-----
ambari-server/src/main/resources/stacks/BIGTOP/0.8/services/HBASE/metrics.json
37f73bf
ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HBASE/metrics.json
37f73bf
ambari-web/app/controllers/main/charts/heatmap_metrics/heatmap_metric_hbase_memstoresize.js
9f9bb73
Diff: https://reviews.apache.org/r/27731/diff/
Testing
-------
----------------------------------------------------------------------
Ran 242 tests in 3.418s
OK
----------------------------------------------------------------------
Total run:683
Total errors:0
Total failures:0
OK
Thanks,
Dmytro Sen