flink-on-k8s-operator
flink-on-k8s-operator copied to clipboard
Streaming Application mode Jobs can sometimes reach completed stage
Using mode: Application
with a streaming job. (Flink property - execution.runtime-mode: STREAMING
)
- Streaming jobs should never finish but sometimes they do with exit code 0
- In this case the job manager pod is never brought back up because the job is marked as completed.
- Task manager pods keep crash looping since they can't find their job-manager.