Hi, so you tried to stop flink by killing the processes? I assume you've started Flink in the standalone cluster mode? If you a kill, and a kill -9 should definitively stop Flink. Did you check the log files of the task manager? The Flink services are logging when they are receiving signals from the operating system. If the cancelling doesn't work for some reason, it'll be logged as well.
In general, I would recommend cancelling the job from the CLI or web interface. In some cases, the job might not stop, for example when the user code is blocking all the time (a good example is a while(true){} loop that doesn't get stopped from a cancel() call). What is your Flink job doing? Does it contain a custom source? On Fri, May 13, 2016 at 11:50 AM, Ramkumar <ramkumarbe.e...@gmail.com> wrote: > Hi All, > > I am new to Flink. I am running wordcount streaming program in cluster. It > has take more time. So I stopped that process manually. But it still in > canceling, there are two subtasks in cluster one has successfully canceled > but another one is still canceling. We tried to kill the process in command > prompt using grep and kill command. But couldn't kill that process.Please > help me to kill that process. > > Best Regards, > Ramkumar L > > > > > -- > View this message in context: > http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/killing-process-in-Flink-cluster-tp6889.html > Sent from the Apache Flink User Mailing List archive. mailing list archive > at Nabble.com. >