Return-Path: Delivered-To: apmail-lucene-solr-dev-archive@minotaur.apache.org Received: (qmail 23142 invoked from network); 4 May 2009 11:29:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 May 2009 11:29:00 -0000 Received: (qmail 92156 invoked by uid 500); 4 May 2009 11:28:59 -0000 Delivered-To: apmail-lucene-solr-dev-archive@lucene.apache.org Received: (qmail 92088 invoked by uid 500); 4 May 2009 11:28:59 -0000 Mailing-List: contact solr-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-dev@lucene.apache.org Delivered-To: mailing list solr-dev@lucene.apache.org Received: (qmail 92078 invoked by uid 99); 4 May 2009 11:28:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 May 2009 11:28:59 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 May 2009 11:28:51 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 22391234C4A9 for ; Mon, 4 May 2009 04:28:31 -0700 (PDT) Message-ID: <502235022.1241436511139.JavaMail.jira@brutus> Date: Mon, 4 May 2009 04:28:31 -0700 (PDT) From: "Shalin Shekhar Mangar (JIRA)" To: solr-dev@lucene.apache.org Subject: [jira] Updated: (SOLR-1141) NullPointException during creating snapshot In-Reply-To: <2103850303.1241247571718.JavaMail.jira@brutus> 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 [ https://issues.apache.org/jira/browse/SOLR-1141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-1141: ---------------------------------------- Attachment: SOLR-1141.patch Changes # Replaced usage of ReplicationHandler.closeNoExp with IOUtils.closeQuietly # Added statistics for Snapshooter -- displays start time, end time and number of file in last snapshot > NullPointException during creating snapshot > ------------------------------------------- > > Key: SOLR-1141 > URL: https://issues.apache.org/jira/browse/SOLR-1141 > Project: Solr > Issue Type: Bug > Components: replication (java) > Affects Versions: 1.3 > Reporter: Noble Paul > Assignee: Shalin Shekhar Mangar > Fix For: 1.4 > > Attachments: SOLR-1141.patch, SOLR-1141.patch, SOLR-1141.patch > > > If there is no new document added since the last snapshot is created, the request solr/replication?command=snapshoot > a NPE is thrown > {code:xml} > > > > 0 > 8 > > java.lang.NullPointerException:java.lang.NullPointerException > > {code} > mail thread: http://markmail.org/thread/kthwzs7kgd3ino5t -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.