Return-Path: Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: (qmail 73281 invoked from network); 8 Dec 2010 19:39:24 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Dec 2010 19:39:24 -0000 Received: (qmail 35129 invoked by uid 500); 8 Dec 2010 19:39:23 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 35063 invoked by uid 500); 8 Dec 2010 19:39:23 -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 35056 invoked by uid 99); 8 Dec 2010 19:39:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Dec 2010 19:39:23 +0000 X-ASF-Spam-Status: No, hits=-1996.4 required=10.0 tests=ALL_TRUSTED,FS_REPLICA 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; Wed, 08 Dec 2010 19:39:22 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oB8Jd2Pm024993 for ; Wed, 8 Dec 2010 19:39:02 GMT Message-ID: <14355832.21961291837142534.JavaMail.jira@thor> Date: Wed, 8 Dec 2010 14:39:02 -0500 (EST) From: "Mark Miller (JIRA)" To: dev@lucene.apache.org Subject: [jira] Commented: (SOLR-1775) Replication of 300MB stops indexing for 5 seconds when syncing MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SOLR-1775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12969446#action_12969446 ] Mark Miller commented on SOLR-1775: ----------------------------------- Backup copies, but if I remember right, the java replication handler will attempt to rename - if that fails (going across drives/partitions), it does a copy? > Replication of 300MB stops indexing for 5 seconds when syncing > -------------------------------------------------------------- > > Key: SOLR-1775 > URL: https://issues.apache.org/jira/browse/SOLR-1775 > Project: Solr > Issue Type: Bug > Components: replication (java) > Affects Versions: 1.4 > Environment: Centos 5.3 > Reporter: Bill Bell > > When using Java replication in v1.4 and doing a sync from master to slave, the slave delays for about 5-10 seconds. When using rsync this does not occur. > Is there a way to thread better or lower the priority to not impact queries when it is bringing over the index files from the master? Maybe a separate process? -- 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