EdColeman commented on a change in pull request #2547:
URL: https://github.com/apache/accumulo/pull/2547#discussion_r821043260



##########
File path: core/src/main/java/org/apache/accumulo/core/util/threads/Threads.java
##########
@@ -42,4 +42,10 @@ public static Thread createThread(String name, OptionalInt 
priority, Runnable r)
     thread.setUncaughtExceptionHandler(UEH);
     return thread;
   }
+
+  public static void standardize(Thread thread, String name) {

Review comment:
       standardize seems rather generic - maybe setNamedDaemon() or something?




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