keith-turner commented on code in PR #5241:
URL: https://github.com/apache/accumulo/pull/5241#discussion_r1912213777
##########
server/base/src/main/java/org/apache/accumulo/server/manager/recovery/HadoopLogCloser.java:
##########
@@ -67,8 +67,6 @@ public long close(AccumuloConfiguration conf, Configuration
hadoopConf, VolumeMa
ns.append(source).close();
log.info("Recovered lease on {} using append", source);
}
- } else if (ns instanceof LocalFileSystem || ns instanceof
RawLocalFileSystem) {
Review Comment:
Do you happen to know if the local filessystem impls will have the
`CommonPathCapabilities.LEASE_RECOVERABLE` capability?
--
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]