From solr-user-return-120147-apmail-lucene-solr-user-archive=lucene.apache.org@lucene.apache.org Sun Jan 24 20:49:24 2016 Return-Path: X-Original-To: apmail-lucene-solr-user-archive@minotaur.apache.org Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7BF141844A for ; Sun, 24 Jan 2016 20:49:24 +0000 (UTC) Received: (qmail 50439 invoked by uid 500); 24 Jan 2016 20:49:20 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 50366 invoked by uid 500); 24 Jan 2016 20:49:20 -0000 Mailing-List: contact solr-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-user@lucene.apache.org Delivered-To: mailing list solr-user@lucene.apache.org Received: (qmail 50351 invoked by uid 99); 24 Jan 2016 20:49:20 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Jan 2016 20:49:20 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id D353E18058A for ; Sun, 24 Jan 2016 20:49:19 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.487 X-Spam-Level: *** X-Spam-Status: No, score=3.487 tagged_above=-999 required=6.31 tests=[DKIM_ADSP_CUSTOM_MED=0.001, NML_ADSP_CUSTOM_MED=1.2, SPF_SOFTFAIL=0.972, URIBL_BLOCKED=0.001, URI_HEX=1.313] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id 4IIfldc4RDPL for ; Sun, 24 Jan 2016 20:49:10 +0000 (UTC) Received: from mwork.nabble.com (mwork.nabble.com [162.253.133.43]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTP id 8FC1A42BD1 for ; Sun, 24 Jan 2016 20:49:10 +0000 (UTC) Received: from mben.nabble.com (unknown [162.253.133.72]) by mwork.nabble.com (Postfix) with ESMTP id 1ADF1F714286 for ; Sun, 24 Jan 2016 12:43:48 -0800 (PST) Date: Sun, 24 Jan 2016 13:49:09 -0700 (MST) From: Yago Riveiro To: solr-user@lucene.apache.org Message-ID: <1453668549836-4252929.post@n3.nabble.com> Subject: Solr Replication error MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I cached this in my logs. Any reason to this happen? My Solr version is 5.3.1. Index fetch failed :org.apache.solr.common.SolrException: Index fetch failed : at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:515) at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:254) at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:380) at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:162) at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:437) at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:227) Caused by: java.nio.file.NoSuchFileException: /opt/solrcloud-node/collections/collection-2016_shard9_replica2/data/index.20160105005921682/segments_fhj at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86) at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102) at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107) at sun.nio.fs.UnixFileSystemProvider.newFileChannel(UnixFileSystemProvider.java:177) at java.nio.channels.FileChannel.open(FileChannel.java:287) at java.nio.channels.FileChannel.open(FileChannel.java:335) at org.apache.lucene.store.MMapDirectory.openInput(MMapDirectory.java:236) at org.apache.lucene.store.Directory.openChecksumInput(Directory.java:109) at org.apache.lucene.index.SegmentInfos.readCommit(SegmentInfos.java:294) at org.apache.solr.handler.IndexFetcher.hasUnusedFiles(IndexFetcher.java:568) at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:397) ... 5 more ----- Best regards -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Replication-error-tp4252929.html Sent from the Solr - User mailing list archive at Nabble.com.