-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/35180/
-----------------------------------------------------------
(Updated June 6, 2015, 8:38 p.m.)
Review request for Ambari, Alejandro Fernandez and Sid Wagle.
Changes
-------
Updated to fix a broken test.
Bugs: AMBARI-11762
https://issues.apache.org/jira/browse/AMBARI-11762
Repository: ambari
Description
-------
The HDFS status summary still shows "no alerts" even when the ZKFC is down.
Please see screen shots attached.
Looking inside the "zookeeper failover controller process", it is monitoring if
port 2181 is open. It seems the configuration key is defined is wrong.
Diffs (updated)
-----
ambari-common/src/main/python/resource_management/libraries/functions/copy_tarball.py
de05da2
ambari-server/src/main/java/org/apache/ambari/server/upgrade/UpgradeCatalog210.java
e873fc5
ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/alerts.json
63943f1
ambari-server/src/main/resources/stacks/BIGTOP/0.8/services/HDFS/alerts.json
84f74a4
ambari-server/src/test/python/stacks/2.0.6/HIVE/test_hive_server.py aa07e82
Diff: https://reviews.apache.org/r/35180/diff/
Testing
-------
Verified that the new alerts worked with the ZKFC; monitored the ZKFC log to
ensure there were no exceptions as a result of the TCP connection
Thanks,
Jonathan Hurley