Re: How do we debug on a local task manager

2019-08-21 Thread Caizhi Weng
Hi Raj, Have you restarted the cluster? You need to restart the cluster to apply changes in flink-config.yaml. You can also set suspend=y in the debug argument so that task managers will pause and wait for the connection of Intellij before going on. Raj, Smriti 于2019年8月22日周四 上午11:06写道: > Hello

How do we debug on a local task manager

2019-08-21 Thread Raj, Smriti
Hello, I added this to the command line argument -Denv.java.opts.taskmanager="-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=6005" and also tried adding the below to the flink-config.yaml env.java.opts.taskmanager: -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=600