GitHub user zhuhaifengleon opened a pull request:

    https://github.com/apache/flink/pull/2809

    [FLINK-5069] [Metrics] Pending checkpoint statistics gauge

    This PR introduce pending checkpoints statistics gauge, which help to check 
the state When checkpoints can't be done.
    following is the statistics will be collected:
    checkpointID, 
    Number Of Acknowledged Tasks,
    Number Of Not yet Acknowledged Tasks, 
    The detail of not yet acknowledged JobVertexID, taskID

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

    $ git pull https://github.com/zhuhaifengleon/flink FLINK-5069

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

    https://github.com/apache/flink/pull/2809.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 #2809
    
----
commit f94e28ed2276b470e408b7116c4ef5b227858df3
Author: zhuhaifengleon <zhu.haifeng.l...@gmail.com>
Date:   2016-11-15T09:29:09Z

    [FLINK-5069] [Metrics] Pending checkpoint statistics gauge

----


---
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