Re: Attach remote debugger to task executor

2021-03-15 Thread Reggie Quimosing
to attach your debugger promptly, otherwise the task manager may time > out attempting to connect to the job manager (since it’s waiting for you to > connect before running) > > > > > > *From: *Reggie Quimosing > *Date: *Monday, March 15, 2021 at 3:14 PM > *To: *"

Attach remote debugger to task executor

2021-03-15 Thread Reggie Quimosing
I'm running flink locally via ./start-cluster.sh, and submitting my job via ./flink run . I can attach a debugger to the job client process using either: export JVM_ARGS=-agentlib:jdwp=transport=dt_socket,server