[
https://issues.apache.org/jira/browse/ACCUMULO-2523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978280#comment-13978280
]
ASF subversion and git services commented on ACCUMULO-2523:
-----------------------------------------------------------
Commit 80f8afb10c69bf337ffd7301e21f729c1c0ce27b in accumulo's branch
refs/heads/1.4.6-SNAPSHOT from [~krinker]
[ https://git-wip-us.apache.org/repos/asf?p=accumulo.git;h=80f8afb ]
ACCUMULO-2523 TabletTime.maxMetadataTime NPE if both arguments are null
Signed-off-by: Bill Havanki <[email protected]>
> TabletTime.maxMetadataTime NPE if both arguments are null
> ---------------------------------------------------------
>
> Key: ACCUMULO-2523
> URL: https://issues.apache.org/jira/browse/ACCUMULO-2523
> Project: Accumulo
> Issue Type: Bug
> Components: tserver
> Affects Versions: 1.4.4, 1.5.1, 1.6.0
> Reporter: Bill Havanki
> Assignee: Al Krinker
> Priority: Minor
> Labels: newbie, nullpointerexception
> Fix For: 1.4.6, 1.5.2, 1.6.1, 1.7.0
>
> Attachments: ACCUMULO-2523.patch.txt
>
>
> {{TabletTime.maxMetadataTime}} accounts for the cases where one or the other
> argument to it is null, but not if both are null. When both arguments are
> null, the method throws a {{NullPointerException}}. It should probably return
> null instead.
--
This message was sent by Atlassian JIRA
(v6.2#6252)