You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2014/06/13 01:49:03 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=14030028#comment-14030028 ] 

ASF subversion and git services commented on ACCUMULO-2824:
-----------------------------------------------------------

Commit b369585f514a92b92ab79bca211b0c31688a8e4b in accumulo's branch refs/heads/1.6.1-SNAPSHOT from [~dmprotz]
[ https://git-wip-us.apache.org/repos/asf?p=accumulo.git;h=b369585 ]

ACCUMULO-2824 OperationsImpl#getDiskUsage() should check pair against null in catch clause

{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.


> 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
>            Assignee: David Protzman
>            Priority: Minor
>              Labels: newbie, summit2014
>         Attachments: ACCUMULO-2824.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)