Return-Path: Delivered-To: apmail-incubator-cassandra-commits-archive@minotaur.apache.org Received: (qmail 71244 invoked from network); 7 May 2009 21:35:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 May 2009 21:35:08 -0000 Received: (qmail 56338 invoked by uid 500); 7 May 2009 21:35:07 -0000 Delivered-To: apmail-incubator-cassandra-commits-archive@incubator.apache.org Received: (qmail 56306 invoked by uid 500); 7 May 2009 21:35:07 -0000 Mailing-List: contact cassandra-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cassandra-dev@incubator.apache.org Delivered-To: mailing list cassandra-commits@incubator.apache.org Received: (qmail 56291 invoked by uid 99); 7 May 2009 21:35:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 May 2009 21:35:07 +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; Thu, 07 May 2009 21:35:05 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 94D52234C044 for ; Thu, 7 May 2009 14:34:45 -0700 (PDT) Message-ID: <1669787628.1241732085608.JavaMail.jira@brutus> Date: Thu, 7 May 2009 14:34:45 -0700 (PDT) From: "Jonathan Ellis (JIRA)" To: cassandra-commits@incubator.apache.org Subject: [jira] Resolved: (CASSANDRA-155) SSTable dataFile not in indexMetadataMap? In-Reply-To: <1019680761.1241731485690.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/CASSANDRA-155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis resolved CASSANDRA-155. -------------------------------------- Resolution: Invalid Assignee: Jonathan Ellis already fixed :) > SSTable dataFile not in indexMetadataMap? > ----------------------------------------- > > Key: CASSANDRA-155 > URL: https://issues.apache.org/jira/browse/CASSANDRA-155 > Project: Cassandra > Issue Type: Bug > Environment: latest svn > Reporter: daishi > Assignee: Jonathan Ellis > > Is it possible for SSTable.indexMetadataMap_ to not contain all possible this.dataFile_s? > I am seeing the following exception: > --- > Caused by: java.lang.NullPointerException > at java.util.Hashtable.put(Hashtable.java:394) > at org.apache.cassandra.io.SSTable.closeRename(SSTable.java:808) > at org.apache.cassandra.db.Memtable.flush(Memtable.java:360) > at org.apache.cassandra.db.MemtableManager$MemtableFlusher.run(MemtableManager.java:76) > at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441) > --- > Looking at the code I imagine what is happening is that keyPositionInfos is null > because tmpDataFile (= dataFile_) doesn't exist in SSTable.indexMetadataMap_, > but I haven't explicitly verified this. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.