Login  Register

Checkpointing not happening with keyBy() and value state variable

classic Classic list List threaded Threaded
1 message Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Checkpointing not happening with keyBy() and value state variable

Ranjit
5 posts
Hi,
Attached are the code snippet files.  The Same code works when I removed keyBy() and state variables from my program, I can see trigger checkpointing and completion event logs.
I am using Flink 1.1.1 version.
FlinkStateManager.javaMessageFormatter.javaSink.javastateLogs.txt

From my previous readings below are the factors which could affect checkpointing:
1)Large state in Operator
2)Any Operator taking lot of time to complete

Can keyBy() affect checkpointing ?