milleruntime commented on code in PR #2767:
URL: https://github.com/apache/accumulo/pull/2767#discussion_r896768615


##########
server/gc/src/main/java/org/apache/accumulo/gc/GarbageCollectionAlgorithm.java:
##########
@@ -170,6 +172,9 @@ private void 
removeCandidatesInUse(GarbageCollectionEnvironment gce,
           log.debug("Candidate was still in use: {}", relativePath);
       }
     }
+
+    // close underlying scanner
+    refStream.close();

Review Comment:
   It was just closing the stream, essentially a no-op close so i dropped it in 
https://github.com/apache/accumulo/pull/2767/commits/b9f34e0957513b4e7e47e1035af0ecfc0d4ecd2c



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