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)