keith-turner commented on code in PR #4299:
URL: https://github.com/apache/accumulo/pull/4299#discussion_r1503121640
##########
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:
With this change, need to update the javadoc for this class
--
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]