GitHub user shanthoosh opened a pull request:

    https://github.com/apache/samza/pull/95

    SAMZA-1161: Adding metrics into LocalStoreMonitor.

    Rocksdb LocalStoreMonitor is responsible for clearing up unused local task 
partition stores. Metrics are required to understand the behavior of this 
monitor in production(especially when it's clearing up unused rocksdb local 
stores).
    
    The following two metrics will be emitted from this monitor:
    a) Total disk space cleared in bytes.
    b) Total number of rocksdb task partition stores cleared.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/shanthoosh/samza 
metrics_into_local_store_monitor

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/samza/pull/95.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 #95
    
----
commit adb77c202d243617d7187de11bff8efa231c8b81
Author: Shanthoosh Venkataraman <svenkatara...@linkedin.com>
Date:   2017-03-22T21:58:39Z

    SAMZA-1161: Adding metrics into LocalStoreMonitor.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to