kevinrr888 commented on code in PR #5576:
URL: https://github.com/apache/accumulo/pull/5576#discussion_r2109881101


##########
server/monitor/src/main/java/org/apache/accumulo/monitor/Monitor.java:
##########
@@ -514,7 +514,9 @@ public void run() {
     }
 
     // need to regularly fetch data so plot data is updated
-    Threads.createThread("Data fetcher", () -> {
+    // TODO KEVIN RATHBUN don't think this is a critical function of the 
Monitor (and the
+    // RuntimeException is already handled here)
+    Threads.createNonCriticalThread("Data fetcher", () -> {

Review Comment:
   Addressed in 2c4ce6bc57b166a2a57eb61c11df5b2bb8da76b8



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