GitHub user shanthoosh opened a pull request:
https://github.com/apache/samza/pull/357
SAMZA-1492: Add exception counter to LocalStoreMonitor.
Add storeGCExceptionCounter to LocalStoreMonitor(as a part of
LocalStoreMonitorMetrics) to enable alerts setup in an production environment.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/shanthoosh/samza local_store_monitor_metrics_1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/samza/pull/357.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #357
----
commit ebcb2acdb1819ab3e52d5d3260d113d6d591b9b5
Author: Shanthoosh Venkataraman <[email protected]>
Date: 2017-11-14T00:32:59Z
Add store cleanup exception counter to LocalStoreMonitorMetrics.
----
---