GitHub user tillrohrmann opened a pull request:

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

    [FLINK-4202] Add restarting time JM metric

    This PR adds a JM metric which shows the time it took to restart a job. The 
time is
    measured between entering the JobStatus.RESTARTING and reaching the 
JobStatus.RUNNING
    state. During this time, the restarting time is continuously updated. The 
metric only
    shows the time for the last restart attempt.

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

    $ git pull https://github.com/tillrohrmann/flink addRestartingTimeMetric

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

    https://github.com/apache/flink/pull/2271.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 #2271
    
----
commit e57fa97ce43af71dc7d0e199586a2feb86bbffc9
Author: Till Rohrmann <[email protected]>
Date:   2016-07-20T15:08:18Z

    [FLINK-4202] Add restarting time JM metric
    
    This PR adds a JM metric which shows the time it took to restart a job. The 
time is
    measured between entering the JobStatus.RESTARTING and reaching the 
JobStatus.RUNNING
    state. During this time, the restarting time is continuously updated. The 
metric only
    shows the time for the last restart attempt.

----


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to