[
https://issues.apache.org/jira/browse/LUCENE-4974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13647313#comment-13647313
]
Commit Tag Bot commented on LUCENE-4974:
----------------------------------------
[trunk commit] shaie
http://svn.apache.org/viewvc?view=revision&revision=1478273
LUCENE-4974: CommitIndexTask broken if no params are set
> CommitIndexTask is broken if no params are set
> ----------------------------------------------
>
> Key: LUCENE-4974
> URL: https://issues.apache.org/jira/browse/LUCENE-4974
> Project: Lucene - Core
> Issue Type: Bug
> Components: modules/benchmark
> Reporter: Shai Erera
> Assignee: Shai Erera
> Attachments: LUCENE-4974.patch
>
>
> If you put a CommitIndex in a benchmark algorithm with no params, you get NPE
> from IW.setCommitData, because you are not allowed to pass null. It's a
> trivial fix - CommitIndexTask should call setCommitData only if commitData is
> not null.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]