keith-turner commented on code in PR #6144:
URL: https://github.com/apache/accumulo/pull/6144#discussion_r2842836201


##########
server/compactor/src/main/java/org/apache/accumulo/compactor/ExtCEnv.java:
##########
@@ -80,6 +80,11 @@ public String getQueueName() {
     this.queueName = queueName;
   }
 
+  @Override
+  public String getThreadPrefix() {
+    return "ExtC";

Review Comment:
   If external compactions are not differentiated, then maybe we could use 
`CompactionEnv.getIteratorScope()` for the naming of the thread.



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