You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tez.apache.org by "Hankó Gergely (Jira)" <ji...@apache.org> on 2022/04/01 10:25:00 UTC

[jira] [Created] (TEZ-4401) Resources should be closed in finally blocks

Hankó Gergely created TEZ-4401:
----------------------------------

             Summary: Resources should be closed in finally blocks
                 Key: TEZ-4401
                 URL: https://issues.apache.org/jira/browse/TEZ-4401
             Project: Apache Tez
          Issue Type: Improvement
            Reporter: Hankó Gergely
            Assignee: Hankó Gergely


* there are Closeable resources opened at multiple places in the project that are not closed properly in finally blocks or not closed at all
 * StopWatch is Closeable but it doesn't hold any resource that could be released in its close() method so it shouldn't implement the Closeable interface



--
This message was sent by Atlassian Jira
(v8.20.1#820001)