dlmarion commented on code in PR #4254:
URL: https://github.com/apache/accumulo/pull/4254#discussion_r1486811814
##########
server/manager/src/main/java/org/apache/accumulo/manager/compaction/coordinator/CompactionCoordinator.java:
##########
@@ -409,7 +409,9 @@ private boolean canReserveCompaction(TabletMetadata tablet,
CompactionJob job,
switch (job.getKind()) {
case SYSTEM:
- if (tablet.getSelectedFiles() != null
+ if (tablet.getCompactionRequested()) {
Review Comment:
If you have not done so already, you will need to trace this back to where
the TabletMetadata object is created to ensure that it contains your new column
--
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]