Thanks
From: Robert Metzger [mailto:rmetz...@apache.org]
Sent: Donnerstag, 5. Dezember 2019 10:55
To: Tan, Min
Cc: vino yang; user
Subject: [External] Re: Access to CheckpointStatsCounts
Hey Min,
If checking for empty map states works for you, this could be an option, yes.
Alternatively, check
es are empty insead?
>
>
>
> Regards,
>
>
>
> Min
>
>
>
> *From:* Robert Metzger [mailto:rmetz...@apache.org]
> *Sent:* Donnerstag, 5. Dezember 2019 09:47
> *To:* Tan, Min
> *Cc:* vino yang; user
> *Subject:* [External] Re: Access to CheckpointStatsCo
Cc: vino yang; user
Subject: [External] Re: Access to CheckpointStatsCounts
Hey Min,
when a Flink job recovers after a failure, the main method is not re-executed.
The main method is only executed for the submission of the job. The JobManager
executing the job is receiving the final job graph. On fai
gt;
> For a job recovering from a checkpoint, we like to rely on the checkpoint.
>
>
>
> Regards,
>
>
>
> Min
>
>
>
> *From:* vino yang [mailto:yanghua1...@gmail.com]
> *Sent:* Montag, 2. Dezember 2019 10:09
> *To:* Tan, Min
> *Cc:* user
> *Subject:* [Ext
...@gmail.com]
Sent: Montag, 2. Dezember 2019 10:09
To: Tan, Min
Cc: user
Subject: [External] Re: Access to CheckpointStatsCounts
Hi min,
If it is only for monitoring purposes, you can just use checkpoint REST API[1]
to do this work.
[1]:
https://ci.apache.org/projects/flink/flink-docs-release-1.9
Hi min,
If it is only for monitoring purposes, you can just use checkpoint REST
API[1] to do this work.
[1]:
https://ci.apache.org/projects/flink/flink-docs-release-1.9/monitoring/rest_api.html#jobs-jobid-checkpoints
Best,
Vino
于2019年12月2日周一 下午5:01写道:
> Hi,
>
>
>
> Just wonder how to access t