dlmarion commented on code in PR #4299:
URL: https://github.com/apache/accumulo/pull/4299#discussion_r1504309487


##########
core/src/main/java/org/apache/accumulo/core/spi/compaction/DefaultCompactionPlanner.java:
##########
@@ -192,7 +192,7 @@ public void init(InitParameters params) {
             : 
ConfigurationTypeHelper.getFixedMemoryAsBytes(groupConfig.maxSize);
 
         CompactorGroupId cgid;
-        String group = Objects.requireNonNull(groupConfig.name, "'name' must 
be specified");
+        String group = Objects.requireNonNull(groupConfig.group, "'group' must 
be specified");

Review Comment:
   Updated in da5c8af



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