You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/01/09 09:58:58 UTC

[jira] [Commented] (FLINK-4410) Report more information about operator checkpoints

    [ https://issues.apache.org/jira/browse/FLINK-4410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15811335#comment-15811335 ] 

ASF GitHub Bot commented on FLINK-4410:
---------------------------------------

Github user uce commented on the issue:

    https://github.com/apache/flink/pull/3042
  
    Sorry for the long delay here. We can add that number as a separate column *Triggering Delay*. What do you think? As a follow up I would also like to add documentation about what all the numbers mean.



> Report more information about operator checkpoints
> --------------------------------------------------
>
>                 Key: FLINK-4410
>                 URL: https://issues.apache.org/jira/browse/FLINK-4410
>             Project: Flink
>          Issue Type: Improvement
>          Components: State Backends, Checkpointing, Webfrontend
>    Affects Versions: 1.1.2
>            Reporter: Ufuk Celebi
>            Assignee: Ufuk Celebi
>             Fix For: 1.2.0
>
>
> Checkpoint statistics contain the duration of a checkpoint, measured as from the CheckpointCoordinator's start to the point when the acknowledge message came.
> We should additionally expose
>   - duration of the synchronous part of a checkpoint
>   - duration of the asynchronous part of a checkpoint
>   - number of bytes buffered during the stream alignment phase
>   - duration of the stream alignment phase
> Note: In the case of using *at-least once* semantics, the latter two will always be zero.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)