Savepoint failure with operation not found under key

2021-06-26 Thread Rainie Li
Hi Flink Community, I found this error when I tried to create a savepoint for my flink job. It's in version 1.9. { "errors": [ "Operation not found under key: org.apache.flink.runtime.rest.handler.job.AsynchronousJobOperationKey@57b9711e" ] } Here is error from JM log: 2021-06-2

Exception in snapshotState suppresses subsequent checkpoints

2021-06-26 Thread tao xiao
Hi team, I run a simple 1.12.1 Flink job in IDE with TolerableCheckpointFailureNumber set where I throw an exception in source function snapshotState intentionally to verify how Flink behaves. What I find is the first checkpoint throws the exception and eventually time out while the main flow cont

Re: Exception in snapshotState suppresses subsequent checkpoints

2021-06-26 Thread tao xiao
Btw here is the checkpoint related log [2021-06-26 16:08:52,352] INFO Triggering checkpoint 1 (type=CHECKPOINT) @ 1624694932345 for job afde4a82f41e8284cb0bfff20497a5cc. (org.apache.flink.runtime.checkpoint.CheckpointCoordinator) [2021-06-26 16:08:52,372] INFO Could not complete snapshot 1 for ope