You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there isn't even really a way to destroy a process. I've read here and here that Java 9 has some nice new process api changes that would help with this.
At a minimum, the node manager needs to be able to catch a ThreadInterrupted exception and kill any running processes, ensuring that they are actually killed. I'm sure there are some best practices around this.
The text was updated successfully, but these errors were encountered:
Currently there isn't even really a way to destroy a process. I've read here and here that Java 9 has some nice new process api changes that would help with this.
At a minimum, the node manager needs to be able to catch a ThreadInterrupted exception and kill any running processes, ensuring that they are actually killed. I'm sure there are some best practices around this.
The text was updated successfully, but these errors were encountered: