[ https://issues.apache.org/jira/browse/ACCUMULO-2824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
David Protzman updated ACCUMULO-2824: ------------------------------------- Attachment: ACCUMULO-2824.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 > 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)