You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "David Protzman (JIRA)" <ji...@apache.org> on 2014/06/13 01:41:02 UTC

[jira] [Updated] (ACCUMULO-2824) TableOperationsImpl#getDiskUsage() should check pair against null in catch clause

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

David Protzman updated ACCUMULO-2824:
-------------------------------------

    Attachment: ACCUMULO-2842.v1.patch

> TableOperationsImpl#getDiskUsage() should check pair against null in catch clause
> ---------------------------------------------------------------------------------
>
>                 Key: ACCUMULO-2824
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-2824
>             Project: Accumulo
>          Issue Type: Bug
>    Affects Versions: 1.6.1
>            Reporter: Ted Yu
>            Priority: Minor
>              Labels: newbie
>         Attachments: ACCUMULO-2842.v1.patch
>
>
> {code}
>       } catch (TTransportException e) {
>         // some sort of communication error occurred, retry
>         log.debug("disk usage request failed " + pair.getFirst() + ", retrying ... ", e);
> {code}
> pair should be checked against null in the above catch clause.



--
This message was sent by Atlassian JIRA
(v6.2#6252)