Re: Attach remote debugger to task executor

2021-03-15 Thread Reggie Quimosing
Thanks Julian, that worked! I totally missed this in the documentation. On Mon, Mar 15, 2021 at 4:06 PM Jaffe, Julian wrote: > You can use `env.java.opts.taskmanager` to specify java options for the > task managers specifically. Be aware you may want to set `suspend=n` or be > sure to attach yo

Re: Attach remote debugger to task executor

2021-03-15 Thread Jaffe, Julian
You can use `env.java.opts.taskmanager` to specify java options for the task managers specifically. Be aware you may want to set `suspend=n` or be sure 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 t