dlmarion commented on code in PR #6144:
URL: https://github.com/apache/accumulo/pull/6144#discussion_r2842746544


##########
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:
   Could this just be "MajC"? ExternalCompactors only run major compactors, and 
these will be on the only compaction threads in the Compactor JVM.



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