kevinrr888 commented on code in PR #5031:
URL: https://github.com/apache/accumulo/pull/5031#discussion_r1975736795


##########
server/base/src/main/java/org/apache/accumulo/server/init/InitialConfiguration.java:
##########
@@ -88,11 +88,11 @@ public InitialConfiguration(Configuration hadoopConf, 
SiteConfiguration siteConf
 
     initialFateTableConf.putAll(commonConfig);
     initialFateTableConf.put(Property.TABLE_SPLIT_THRESHOLD.getKey(), "256M");
-    // Create a locality group that contains status so its fast to scan. When 
fate looks for work is
-    // scans this family.
-    initialFateTableConf.put(Property.TABLE_LOCALITY_GROUP_PREFIX.getKey() + 
"status",
-        FateSchema.TxColumnFamily.STR_NAME);
-    initialFateTableConf.put(Property.TABLE_LOCALITY_GROUPS.getKey(), 
"status");
+    // Create a locality group that contains status and reservation so its 
fast to scan. When fate
+    // looks for work is scans this family.

Review Comment:
   ```suggestion
       // Create a locality group that contains tx admin columns so its fast to 
scan. When fate
       // looks for work it scans this family.
   ```



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