Ted Yu created ACCUMULO-2824:
--------------------------------
Summary: 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
Reporter: Ted Yu
Priority: Minor
{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)
|