Re: Snapshot method for custom keyed state checkpointing ?

2021-10-12 Thread Marc LEGER
ynchronization in the performance test)? Efficient stateful stream > processing is one of the key features of Flink, and you are essentially > trying to override a specific piece of it with custom logic. > > Best regards, > Nico > > On Wed, Oct 6, 2021 at 5:50 PM Marc LEGER wr

Re: Snapshot method for custom keyed state checkpointing ?

2021-10-06 Thread Marc LEGER
; Best regards, > Nico > > [1] > https://github.com/apache/flink/blob/master/flink-streaming-java/src/main/java/org/apache/flink/streaming/api/checkpoint/CheckpointedFunction.java#L74-L110 > > On Tue, Oct 5, 2021 at 3:28 PM Marc LEGER wrote: > >> Hello, >> >&

Snapshot method for custom keyed state checkpointing ?

2021-10-05 Thread Marc LEGER
Hello, Is there any method available in a RichFunction to be called by Flink with a keyed context each time a checkpoint is triggered please ? It seems that the CheckpointedFunction interface provides such a feature (snapshotState method) but only in case of operator state and it is called in a

Re: Possible memory leak in JobManager (Flink 1.10.0)?

2020-04-14 Thread Marc LEGER
oo often and would not make much sense in production environment. >>> >>> Best >>> Yun Tang >>> -- >>> *From:* Till Rohrmann >>> *Sent:* Thursday, April 9, 2020 17:41 >>> *To:* Marc LEGER >>>

Re: Possible memory leak in JobManager (Flink 1.10.0)?

2020-04-09 Thread Marc LEGER
untime/checkpoint/ZooKeeperCompletedCheckpointStore.java#L234 > > Best > Yun Tang > > -- > *From:* Marc LEGER > *Sent:* Wednesday, April 8, 2020 16:50 > *To:* user@flink.apache.org > *Subject:* Possible memory leak in JobManager (Flink 1.10.