keith-turner commented on PR #5369: URL: https://github.com/apache/accumulo/pull/5369#issuecomment-2695112088
The RFile client code has this NoopCache w/ a comment about leaking decompressors and it seems to use the NoopCache in lieu of null.. I have no idea if this is relevant outside the client code. Depends on how things are closed in the server code overall, maybe the server code always cleans stuff up and closes decompressors and this is not a concern. https://github.com/apache/accumulo/blob/bd9e67637c3ecc9e8a4e8d1ffbee26b8e7e84370/core/src/main/java/org/apache/accumulo/core/client/rfile/RFileScanner.java#L102-L109 -- 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