Re: Issue with job status

2020-07-03 Thread Robert Metzger
Hi Bhaskar, The definition of when a job is marked as RUNNING in Flink is debatable. For a streaming job, RUNNING is when all tasks are running, however for a batch job, if some tasks are running, it is RUNNING already. Since the scheduler does not distinguish between these types of jobs, currentl

Issue with job status

2020-06-18 Thread Vijay Bhaskar
Hi I am using flink 1.9 and facing the below issue Suppose i have deployed any job and in case there are not enough slots, then the job is stuck in waiting for slots. But flink job status is showing it as "RUNNING" actually it's not. For me this is looking like a bug. It impacts our production whi