I observed the following behaviour during deletion and recreation of a FlinkApplication custom resource:
I create a FlinkApplication with name x. The Flink job cluster is correctly created and running.
I delete the FlinkApplication x. The Flink job cluster is correctly removed.
I create a new FlinkApplication with the same name x. The Flink job cluster is created correctly, but the job is not started. The job manager log contains the error message
Exception occurred in REST handler: Job 2cb963c30af93d419aa54d562145fe55 not found
Here, 2cb963c30af93d419aa54d562145fe55 is the id of the job running in the Flink job cluster created in step 1.
I would have expected that the Flink job cluster only tries to continue the old job when an update to the FlinkApplication was done.
The deleteMode of the FlinkApplication x is None.
I'm running the flink-operator in version 0.4.0.
I would like to know which FlinkApplication configuration would be required so that deleting and recreating a FlinkApplication custom resource works as expected.
I observed the following behaviour during deletion and recreation of a FlinkApplication custom resource:
Here, 2cb963c30af93d419aa54d562145fe55 is the id of the job running in the Flink job cluster created in step 1. I would have expected that the Flink job cluster only tries to continue the old job when an update to the FlinkApplication was done.
The deleteMode of the FlinkApplication x is None. I'm running the flink-operator in version 0.4.0.
I would like to know which FlinkApplication configuration would be required so that deleting and recreating a FlinkApplication custom resource works as expected.