dlmarion commented on code in PR #3436:
URL: https://github.com/apache/accumulo/pull/3436#discussion_r1212202000


##########
server/base/src/main/java/org/apache/accumulo/server/fs/VolumeManagerImpl.java:
##########
@@ -354,7 +355,10 @@ public void bulkRename(Map<Path,Path> oldToNewPathMap, int 
poolSize, String pool
   @Override
   public boolean moveToTrash(Path path) throws IOException {
     FileSystem fs = getFileSystemByPath(path);
+    log.trace("fs.trash.interval: {}",
+        fs.getConf().get(CommonConfigurationKeysPublic.FS_TRASH_INTERVAL_KEY));

Review Comment:
   Implemented in 2aa689f



##########
test/src/main/java/org/apache/accumulo/test/functional/GarbageCollectorTrashBase.java:
##########


Review Comment:
   Implemented in 2aa689f



-- 
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]

Reply via email to