You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2022/03/07 19:41:46 UTC

[GitHub] [accumulo] EdColeman commented on a change in pull request #2547: Standardized Thread subclasses to Threads class standards

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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org