Return-Path: Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: (qmail 36799 invoked from network); 29 Jun 2010 16:46:16 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 29 Jun 2010 16:46:16 -0000 Received: (qmail 48901 invoked by uid 500); 29 Jun 2010 16:46:15 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 48869 invoked by uid 500); 29 Jun 2010 16:46:14 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 48862 invoked by uid 99); 29 Jun 2010 16:46:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jun 2010 16:46:14 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jun 2010 16:46:12 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5TGjo8F003078 for ; Tue, 29 Jun 2010 16:45:50 GMT Message-ID: <32442784.117541277829950342.JavaMail.jira@thor> Date: Tue, 29 Jun 2010 12:45:50 -0400 (EDT) From: "Stephen Duncan Jr (JIRA)" To: dev@lucene.apache.org Subject: [jira] Created: (SOLR-1976) Commit on StreamingUpdateSolrServer can happen before all previously added docs have been sent to Solr MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org 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: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org