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