[ 
https://issues.apache.org/jira/browse/SOLR-1976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sami Siren updated SOLR-1976:
-----------------------------

    Priority: Minor  (was: Major)

I tried to reproduce this with a testcase but so far after doing few thousand 
iterations of clean, add, commit, check result-size: no success

Stephen: can you provide a testcase that show this error?
                
> 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
>            Priority: Minor
>
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
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