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


##########
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:
   Does this actually close the underlying scanner? Or just the stream?



-- 
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: notifications-unsubscr...@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to