keith-turner commented on code in PR #3657:
URL: https://github.com/apache/accumulo/pull/3657#discussion_r1273926410
##########
core/src/main/java/org/apache/accumulo/core/spi/compaction/DefaultCompactionPlanner.java:
##########
@@ -216,7 +217,9 @@ public void init(InitParameters params) {
"'numThreads' should not be specified for external compactions");
String group = Objects.requireNonNull(executorConfig.group,
"'group' must be specified for external type");
- ceid = params.getExecutorManager().getExternalExecutor(group);
+
+ ceid =
+
params.getExecutorManager().getExternalExecutor(serviceId.canonical() + "." +
group);
Review Comment:
I edited my comment a few times because `<abc>` like things were being
hidden because I did not quote them in markdown.
--
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]