Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 59D5218F92 for ; Fri, 20 Nov 2015 18:55:12 +0000 (UTC) Received: (qmail 32941 invoked by uid 500); 20 Nov 2015 18:55:11 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 32880 invoked by uid 500); 20 Nov 2015 18:55:11 -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 32748 invoked by uid 99); 20 Nov 2015 18:55:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Nov 2015 18:55:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 17D002C1F6C for ; Fri, 20 Nov 2015 18:55:11 +0000 (UTC) Date: Fri, 20 Nov 2015 18:55:11 +0000 (UTC) From: "Uwe Schindler (JIRA)" To: dev@lucene.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (SOLR-8303) CustomBufferedIndexInput should include resource description when throwing EOFException 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-8303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated SOLR-8303: -------------------------------- Fix Version/s: 5.4 > CustomBufferedIndexInput should include resource description when throwing EOFException > --------------------------------------------------------------------------------------- > > Key: SOLR-8303 > URL: https://issues.apache.org/jira/browse/SOLR-8303 > Project: Solr > Issue Type: Bug > Affects Versions: 4.10.3, 5.3 > Reporter: Mike Drob > Assignee: Uwe Schindler > Fix For: 5.4, Trunk > > Attachments: SOLR-8303.patch > > > The other implementations of IndexInput all include the resource description when throwing an EOFException, for example: > https://github.com/apache/lucene-solr/blob/trunk/lucene/core/src/java/org/apache/lucene/store/ByteBufferIndexInput.java#L81 > CustomBufferedIndexInput should follow suit. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org