keith-turner commented on code in PR #3513:
URL: https://github.com/apache/accumulo/pull/3513#discussion_r1244008872
##########
minicluster/src/main/java/org/apache/accumulo/miniclusterImpl/MiniAccumuloConfigImpl.java:
##########
@@ -164,10 +164,22 @@ MiniAccumuloConfigImpl initialize() {
mergePropWithRandomPort(Property.MONITOR_PORT.getKey());
mergePropWithRandomPort(Property.GC_PORT.getKey());
+ mergeProp(Property.COMPACTOR_PORTSEARCH.getKey(), "true");
+
+ mergeProp(Property.TSERV_COMPACTION_SERVICE_ROOT_PLANNER.getKey(),
+ Property.TSERV_COMPACTION_SERVICE_ROOT_PLANNER.getDefaultValue());
+ mergeProp(Property.TSERV_COMPACTION_SERVICE_ROOT_EXECUTORS.getKey(),
+ Property.TSERV_COMPACTION_SERVICE_ROOT_EXECUTORS.getDefaultValue());
+
+ mergeProp(Property.TSERV_COMPACTION_SERVICE_META_PLANNER.getKey(),
+ Property.TSERV_COMPACTION_SERVICE_META_PLANNER.getDefaultValue());
+ mergeProp(Property.TSERV_COMPACTION_SERVICE_META_EXECUTORS.getKey(),
+ Property.TSERV_COMPACTION_SERVICE_META_EXECUTORS.getDefaultValue());
+
mergeProp(Property.TSERV_COMPACTION_SERVICE_DEFAULT_PLANNER.getKey(),
Property.TSERV_COMPACTION_SERVICE_DEFAULT_PLANNER.getDefaultValue());
-
mergeProp("tserver.compaction.major.service.default.planner.opts.executors",
-
"[{\"name\":\"all\",\"type\":\"external\",\"queue\":\"defaultQueue\"}]");
+ mergeProp(Property.TSERV_COMPACTION_SERVICE_DEFAULT_EXECUTORS.getKey(),
Review Comment:
I opened #3546 about deciding what the default groups of compactors should
be, I think it something we should circle back to later in the elasticity cycle.
--
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]