[ https://issues.apache.org/jira/browse/FLINK-2605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14728730#comment-14728730 ]
Ufuk Celebi commented on FLINK-2605: ------------------------------------ Yes. This is part of the new web interface, which is only part of the current snapshot (upcoming 0.10 release). That one requires Java >= 7. > Unclosed RandomAccessFile may leak resource in StaticFileServerHandler > ---------------------------------------------------------------------- > > Key: FLINK-2605 > URL: https://issues.apache.org/jira/browse/FLINK-2605 > Project: Flink > Issue Type: Bug > Reporter: Ted Yu > Attachments: flink-2605-v1.txt > > > {code} > final RandomAccessFile raf; > try { > raf = new RandomAccessFile(file, "r"); > } > catch (FileNotFoundException e) { > sendError(ctx, NOT_FOUND); > return; > } > {code} > If there is exception after raf is created but before method returns, raf > would be left unclosed. -- This message was sent by Atlassian JIRA (v6.3.4#6332)