mbaedke commented on code in PR #2622:
URL: https://github.com/apache/jackrabbit-oak/pull/2622#discussion_r2556196692


##########
oak-commons/src/main/java/org/apache/jackrabbit/oak/commons/internal/concurrent/ExecutorUtils.java:
##########
@@ -36,4 +43,27 @@ public static Executor directExecutor() {
     public static ExecutorService newDirectExecutorService() {
         return new DirectExecutorService();
     }
+
+    public static ExecutorService getExitingExecutorService(ThreadPoolExecutor 
executor) {
+        setDeamonThreadFactory(executor);

Review Comment:
   Why is that important? Does it even make a difference?



-- 
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