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


##########
server/base/src/main/java/org/apache/accumulo/server/init/InitialConfiguration.java:
##########
@@ -88,9 +91,14 @@ class InitialConfiguration {
 
     initialMetaConf.put(Property.TABLE_COMPACTION_DISPATCHER.getKey(),
         SimpleCompactionDispatcher.class.getName());
-    initialMetaConf.put(Property.TABLE_COMPACTION_DISPATCHER_OPTS.getKey() + 
"service", "meta");
+    initialMetaConf.put(Property.TABLE_COMPACTION_DISPATCHER_OPTS.getKey() + 
"service",
+        DEFAULT_COMPACTION_SERVICE_NAME);
 
-    // TODO configure initial fate table config.. probably needs compaction 
config??
+    // ELASTICITY_TODO configure initial fate table config

Review Comment:
   I left the `TODO` because I wasn't sure if there were any other 
configuration items still needed for the fate table and didn't want it to be 
missed.
   
   There seems to be a lot of settings for the root and meta tables. I wasn't 
sure with the introduction of the fate table if it was also getting the 
`initialRootMetaConf` contents set as well. 



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