Commit 57dc28bb authored by Alexey Kudravtsev's avatar Alexey Kudravtsev
Browse files

use shutdown instead of shutdownNow to gracefully execute already queued tasks

parent dbb58262
Showing with 1 addition and 1 deletion
+1 -1
......@@ -217,7 +217,7 @@ public class ExternalJavacManager {
public void stop() {
myChannelRegistrar.close().awaitUninterruptibly();
myExecutor.shutdownNow();
myExecutor.shutdown();
}
private ExternalJavacProcessHandler launchExternalJavacProcess(UUID uuid,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment