dlmarion commented on code in PR #3583:
URL: https://github.com/apache/accumulo/pull/3583#discussion_r1258691183
##########
server/manager/src/main/java/org/apache/accumulo/manager/compaction/coordinator/CompactionCoordinator.java:
##########
@@ -453,6 +460,29 @@ private boolean canReserveCompaction(TabletMetadata
tablet, CompactionJob job,
return true;
}
+ private void checkTabletDir(KeyExtent extent, Path path) {
+ try {
+ ;
+ if (CHECKED_TABLET_DIRS.getIfPresent(path) != 1) {
Review Comment:
this check is incorrect anyway, I'm changing it
--
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]