-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/62563/
-----------------------------------------------------------
(Updated Sept. 26, 2017, 10:54 a.m.)
Review request for Ambari, Attila Doroszlai, Myroslav Papirkovskyy, and Sid
Wagle.
Bugs: AMBARI-22057
https://issues.apache.org/jira/browse/AMBARI-22057
Repository: ambari
Description
-------
1\. Send alerts only if status or text changed. This reduces bandwidth usage
and number of operations (DB and others) done by server.
2\. Don't send some redundant fields in alert reports. This reduces bandwidth
usage.
Diffs (updated)
-----
ambari-agent/src/main/python/ambari_agent/AlertStatusReporter.py 3d5a62e
ambari-agent/src/main/python/ambari_agent/ClusterCache.py 7704443
ambari-agent/src/main/python/ambari_agent/alerts/base_alert.py e364447
ambari-server/src/main/java/org/apache/ambari/server/events/listeners/alerts/AlertReceivedListener.java
3607df4
Diff: https://reviews.apache.org/r/62563/diff/2/
Changes: https://reviews.apache.org/r/62563/diff/1-2/
Testing
-------
mvn clean test
Thanks,
Andrew Onischuk