Baunsgaard commented on code in PR #2489:
URL: https://github.com/apache/systemds/pull/2489#discussion_r3413065414


##########
src/main/java/org/apache/sysds/runtime/instructions/ooc/OOCInstruction.java:
##########
@@ -1196,7 +1196,7 @@ protected <T> CompletableFuture<Void> 
submitOOCTasks(OOCStream<T> queue, Consume
        }
 
        protected CompletableFuture<Void> submitOOCTask(Runnable r, 
StreamContext ctx) {
-               ExecutorService pool = CommonThreadPool.get();
+               ExecutorService pool = CommonThreadPool.getDynamicPool();

Review Comment:
   This should not make a difference, The CommonThreadPool.get() should be the 
right way to get our shared threadpool that does get killed with the Java 
process.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to