milleruntime commented on PR #2767:
URL: https://github.com/apache/accumulo/pull/2767#issuecomment-1154227903

   The failure in GarbageCollectorIT is interesting because with the close() I 
added to the `TabletsMetadata.builder()` when we get the references, it is 
closing the underlying scanner. This makes me think we need to close the Stream 
of references, after we are done with removeCandidatesInUse(). It also makes me 
wonder if there is a bug with the Scanner used here never being closed.


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