[jira] [Created] (FLINK-33869) Add checkpoint metrics: the latency to close the file

2023-12-17 Thread Jufang He (Jira)
Jufang He created FLINK-33869: - Summary: Add checkpoint metrics: the latency to close the file Key: FLINK-33869 URL: https://issues.apache.org/jira/browse/FLINK-33869 Project: Flink Issue Type

[jira] [Created] (FLINK-33868) Add checkpoint metrics: the latency to write the file

2023-12-17 Thread Jufang He (Jira)
Jufang He created FLINK-33868: - Summary: Add checkpoint metrics: the latency to write the file Key: FLINK-33868 URL: https://issues.apache.org/jira/browse/FLINK-33868 Project: Flink Issue Type

[jira] [Created] (FLINK-33867) Add checkpoint metrics: the rate of file write

2023-12-17 Thread Jufang He (Jira)
Jufang He created FLINK-33867: - Summary: Add checkpoint metrics: the rate of file write Key: FLINK-33867 URL: https://issues.apache.org/jira/browse/FLINK-33867 Project: Flink Issue Type: Sub

Re: Checkpoint metrics.

2019-10-02 Thread Stephan Ewen
to add to the interpretation: > > > >>> - For non-source tasks, the time include the "travel of the > > > barriers", > > > >>> which can take long under back pressure > > > >>> - For source tasks, it includes the "time to acquire the &g

Re: Checkpoint metrics.

2019-09-14 Thread Jamie Grier
t; > >>> - For source tasks, it includes the "time to acquire the checkpoint > > >>> lock", which can be long if the source is blocked in trying to emit > > data > > >>> (again, backpressure). > > >>> > > >>>

Re: Checkpoint metrics.

2019-09-14 Thread Konstantin Knauf
ussion is looking at ways to make > >>> checkpoints much less susceptible to back pressure. > >>> > >>> > >>> > https://lists.apache.org/thread.html/fd5b6cceb4bffb635e26e7ec0787a8db454ddd64aadb40a0d08a90a8@%3Cdev.flink.apache.org%3E > &g

Re: Checkpoint metrics.

2019-09-13 Thread Jamie Grier
ep 12, 2019 at 1:25 AM Seth Wiesman wrote: >> >> > Great timing, I just debugged this on Monday. E2e time is checkpoint >> > coordinator to checkpoint coordinator, so it includes RPC to the source >> and >> > RPC from the operator back for the JM. >> >

Re: Checkpoint metrics.

2019-09-13 Thread Jamie Grier
ml/fd5b6cceb4bffb635e26e7ec0787a8db454ddd64aadb40a0d08a90a8@%3Cdev.flink.apache.org%3E >>> >>> Hope that helps understanding what is going on. >>> >>> Best, >>> Stephan >>> >>> >>> On Thu, Sep 12, 2019 at 1:25 AM Seth Wiesman

Re: Checkpoint metrics.

2019-09-13 Thread Jamie Grier
includes RPC to the source > and > > RPC from the operator back for the JM. > > > > Seth > > > > > On Sep 11, 2019, at 6:17 PM, Jamie Grier > > wrote: > > > > > > Hey all, > > > > > > I need to make sense of this behavior.

Re: Checkpoint metrics.

2019-09-12 Thread Stephan Ewen
RPC to the source and > RPC from the operator back for the JM. > > Seth > > > On Sep 11, 2019, at 6:17 PM, Jamie Grier > wrote: > > > > Hey all, > > > > I need to make sense of this behavior. Any help would be appreciated. > > > > Here’s an exampl

Re: Checkpoint metrics.

2019-09-11 Thread Seth Wiesman
e sense of this behavior. Any help would be appreciated. > > Here’s an example of a set of Flink checkpoint metrics I don’t understand. > This is the first operator in a job and as you can see the end-to-end time > for the checkpoint is long, but it’s not explained by either sync, a

Checkpoint metrics.

2019-09-11 Thread Jamie Grier
Hey all, I need to make sense of this behavior. Any help would be appreciated. Here’s an example of a set of Flink checkpoint metrics I don’t understand. This is the first operator in a job and as you can see the end-to-end time for the checkpoint is long, but it’s not explained by either sync

[jira] [Created] (FLINK-10962) Allow correlations between subtask metrics and checkpoint metrics

2018-11-21 Thread Nico Kruber (JIRA)
Nico Kruber created FLINK-10962: --- Summary: Allow correlations between subtask metrics and checkpoint metrics Key: FLINK-10962 URL: https://issues.apache.org/jira/browse/FLINK-10962 Project: Flink

[jira] [Created] (FLINK-6171) Some checkpoint metrics rely on latest stat snapshot

2017-03-22 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-6171: -- Summary: Some checkpoint metrics rely on latest stat snapshot Key: FLINK-6171 URL: https://issues.apache.org/jira/browse/FLINK-6171 Project: Flink Issue Type

[jira] [Created] (FLINK-6170) Some checkpoint metrics rely on latest stat snapshot

2017-03-22 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-6170: -- Summary: Some checkpoint metrics rely on latest stat snapshot Key: FLINK-6170 URL: https://issues.apache.org/jira/browse/FLINK-6170 Project: Flink Issue Type

[jira] [Created] (FLINK-3131) Expose checkpoint metrics

2015-12-07 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-3131: -- Summary: Expose checkpoint metrics Key: FLINK-3131 URL: https://issues.apache.org/jira/browse/FLINK-3131 Project: Flink Issue Type: Improvement