ddanielr commented on code in PR #3915:
URL: https://github.com/apache/accumulo/pull/3915#discussion_r1399796383


##########
core/src/main/java/org/apache/accumulo/core/util/compaction/CompactionPlannerInitParams.java:
##########
@@ -60,7 +60,7 @@ public Map<String,String> getOptions() {
 
   @Override
   public String getFullyQualifiedOption(String key) {
-    return Property.TSERV_COMPACTION_SERVICE_PREFIX.getKey() + serviceId + 
".opts." + key;
+    return Property.COMPACTION_SERVICE_PREFIX.getKey() + serviceId + ".opts." 
+ key;

Review Comment:
   Added logic to store the prefix in the init params and then use that 
specific prefix when calling `getFullyQualifiedOption`
   
   That code can be removed in a future 4.x release.



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