You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Eric Newton (JIRA)" <ji...@apache.org> on 2014/02/20 15:45:19 UTC

[jira] [Assigned] (ACCUMULO-2371) cachedDataIndex.close() should be enclosed in finally block in BCFile#Reader()

     [ https://issues.apache.org/jira/browse/ACCUMULO-2371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Newton reassigned ACCUMULO-2371:
-------------------------------------

    Assignee: Eric Newton

> cachedDataIndex.close() should be enclosed in finally block in BCFile#Reader()
> ------------------------------------------------------------------------------
>
>                 Key: ACCUMULO-2371
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-2371
>             Project: Accumulo
>          Issue Type: Bug
>    Affects Versions: 1.4.0, 1.4.2, 1.4.3, 1.4.4, 1.5.0
>            Reporter: Ted Yu
>            Assignee: Eric Newton
>            Priority: Minor
>
> Here is related code:
> {code}
>         try {
>           dataIndex = new DataIndex(cachedDataIndex);
>         } catch (IOException e) {
>           LOG.error("Got IOException when trying to create DataIndex block");
>           throw e;
>         }
>         cachedDataIndex.close();
> {code}
> If there is IOE, cachedDataIndex.close() would be skipped.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)