[
https://issues.apache.org/jira/browse/SOLR-1976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12886444#action_12886444
]
Stephen Duncan Jr commented on SOLR-1976:
-----------------------------------------
Yes, I'm seeing a bug. In my testing the commit is happening immediately, not
waiting for the threads to be done adding. So I can see the following in my
logs (and matching behavior from Solr):
add
add
commit
add
Even though my code was:
add
add
add
blockUntilFinished
commit
> Commit on StreamingUpdateSolrServer can happen before all previously added
> docs have been sent to Solr
> ------------------------------------------------------------------------------------------------------
>
> Key: SOLR-1976
> URL: https://issues.apache.org/jira/browse/SOLR-1976
> Project: Solr
> Issue Type: Bug
> Components: clients - java
> Affects Versions: 1.4.1
> Reporter: Stephen Duncan Jr
>
> Because of it's multi-threaded nature, calling commit on
> StreamingUpdateSolrServer can send the commit before all the added documents
> have been sent to Solr. Calling blockUntilFinished() does not change this.
> It needs to be possible to send a commit that will commit all the documents
> that have been added previously.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]