From java-user-return-54023-apmail-lucene-java-user-archive=lucene.apache.org@lucene.apache.org Fri Nov 2 15:17:09 2012 Return-Path: X-Original-To: apmail-lucene-java-user-archive@www.apache.org Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8A1A0DC9F for ; Fri, 2 Nov 2012 15:17:09 +0000 (UTC) Received: (qmail 68157 invoked by uid 500); 2 Nov 2012 15:17:07 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 68117 invoked by uid 500); 2 Nov 2012 15:17:07 -0000 Mailing-List: contact java-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@lucene.apache.org Delivered-To: mailing list java-user@lucene.apache.org Received: (qmail 68107 invoked by uid 99); 2 Nov 2012 15:17:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Nov 2012 15:17:07 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.85.220.48] (HELO mail-pa0-f48.google.com) (209.85.220.48) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Nov 2012 15:17:02 +0000 Received: by mail-pa0-f48.google.com with SMTP id kp12so2631713pab.35 for ; Fri, 02 Nov 2012 08:16:42 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:x-gm-message-state; bh=rqqvqQG2aRLUwGjv8i4P3BLZlQgO7ZvTXRBGXGIuM2g=; b=L3KLpmgi4yMkNt45JTMiNR4B7DQgfke0Dv7OApPLP3rndU90fsSrRG4vqq9MALzujK UKNnWgBaJaOiMZaJ29Nx44TlYB7YIeq9gA6+ZeFaz5y+wHDMZoFE3kV5cvYf0DOMm5Dr n+jkIR1gdE4H1txERNyagElHbkgeIv4UsjHW8Ljr1avzuJtO4k1KnPMF+FmMcQSs2TV+ NPBgfP3yAhEawMG5zphEOwkmXKWcyfVxMvVv3iYd9Ux+FEUeH0V6+RKnOR/JYdRcO6fl t48aB9j0L/YBH9ilB4X7RYjgNJCKaU7OagE5Hp+kaBqikswKp6zK1uUR2RxRiWR8+1uk JuhA== Received: by 10.66.74.40 with SMTP id q8mr6215630pav.29.1351869401929; Fri, 02 Nov 2012 08:16:41 -0700 (PDT) MIME-Version: 1.0 Received: by 10.68.240.104 with HTTP; Fri, 2 Nov 2012 08:16:21 -0700 (PDT) In-Reply-To: References: From: Michael McCandless Date: Fri, 2 Nov 2012 11:16:21 -0400 Message-ID: Subject: Re: "read past EOF" when merge To: java-user@lucene.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQkDNgPHqHjaK8qQ33aOvTeSb6IWIVLcfhhwkWMeNXkj97dTL3ZzpvZftltZWcLb3kKK2x/i X-Virus-Checked: Checked by ClamAV on apache.org On Fri, Nov 2, 2012 at 6:53 AM, Markus Jelsma wrote: > Hi, > > For what it's worth, we have seen similar issues with Lucene/Solr from this week's trunk. The issue manifests itself when it want to replicate. The servers have not been taken offline and did not crash when this happenend. > > 2012-10-30 16:12:51,061 WARN [solr.handler.ReplicationHandler] - [http-8080-exec > -3] - : Exception while writing response for params: file=_p_Lucene41_0.doc&comm > and=filecontent&checksum=true&generation=6&qt=/replication&wt=filestream > java.io.EOFException: read past EOF: MMapIndexInput(path="/opt/solr/cores/openindex_h/data/index.20121030152234973/_p_Lucene41_0.doc") > at org.apache.lucene.store.ByteBufferIndexInput.readBytes(ByteBufferIndexInput.java:100) > at org.apache.solr.handler.ReplicationHandler$DirectoryFileStream.write(ReplicationHandler.java:1065) > at org.apache.solr.handler.ReplicationHandler$3.write(ReplicationHandler.java:932) This looks like a replication handler issue ... somehow it's trying to read too many bytes when copy the file. Are you using NFS? Mike McCandless http://blog.mikemccandless.com --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org