cshannon commented on code in PR #4254:
URL: https://github.com/apache/accumulo/pull/4254#discussion_r1500596340
##########
server/base/src/main/java/org/apache/accumulo/server/metadata/ConditionalTabletMutatorImpl.java:
##########
@@ -231,6 +232,13 @@ private void requireSameSingle(TabletMetadata
tabletMetadata, ColumnType type) {
mutation.addCondition(c);
}
break;
+ case USER_COMPACTION_REQUESTED: {
Review Comment:
Good catch on the missing test for this and also for MetadatConstraints. I
was focused mostly on the CompactionIT and forgot about looking for other tests
we have to update
--
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]