muse-dev[bot] commented on a change in pull request #1689:
URL: https://github.com/apache/zookeeper/pull/1689#discussion_r624843777
##########
File path:
zookeeper-server/src/main/java/org/apache/zookeeper/server/LogFormatter.java
##########
@@ -98,15 +102,18 @@ public static void main(String[] args) throws Exception {
if (crcValue != crc.getValue()) {
throw new IOException("CRC doesn't match " + crcValue + " vs "
+ crc.getValue());
Review comment:
*RESOURCE_LEAK:* resource of type `java.io.DataInputStream` acquired by
call to `getArchive(...)` at line 66 is not released after line 103.
(at-me [in a reply](https://docs.muse.dev/docs/talk-to-muse/) with `help` or
`ignore`)
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]