Shai Erera created LUCENE-4974:
----------------------------------

             Summary: 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


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]

Reply via email to