Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 22851177D4 for ; Mon, 30 Mar 2015 14:44:53 +0000 (UTC) Received: (qmail 84304 invoked by uid 500); 30 Mar 2015 14:44:53 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 84278 invoked by uid 500); 30 Mar 2015 14:44:52 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 83974 invoked by uid 99); 30 Mar 2015 14:44:52 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Mar 2015 14:44:52 +0000 Date: Mon, 30 Mar 2015 14:44:52 +0000 (UTC) From: "Ajit Joglekar (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CASSANDRA-9071) CQLSSTableWriter gives java.lang.AssertionError: Empty partition 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/CASSANDRA-9071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ajit Joglekar updated CASSANDRA-9071: ------------------------------------- Description: I am always getting the following error: Exception in thread "main" java.lang.AssertionError: Empty partition at org.apache.cassandra.io.sstable.SSTableSimpleUnsortedWriter$DiskWriter.run(SSTableSimpleUnsortedWriter.java:228) It happens at a certain point that seems to be repeatable. Only issue is I am converting 400 million records into multiple SSTables and creating small test is a challenge Last comment from Benedict looks relevant here https://issues.apache.org/jira/browse/CASSANDRA-8619 Is there a work around, quick fix, fix that I can try out locally? Thanks, -Ajit was: I am always getting the following error: Exception in thread "main" java.lang.AssertionError: Empty partition at org.apache.cassandra.io.sstable.SSTableSimpleUnsortedWriter$DiskWriter.run(SSTableSimpleUnsortedWriter.java:228) It happens at a certain point that seems to be repeatable. Only issue is I am converting 400 million records into multiple SSTables and creating small test is a challenge Last comment from Benedict looks relevant here https://issues.apache.org/jira/browse/CASSANDRA-8619 Is there a work around, quick fix, fix that I can try out locally? Thanks, -Ajit > CQLSSTableWriter gives java.lang.AssertionError: Empty partition > ---------------------------------------------------------------- > > Key: CASSANDRA-9071 > URL: https://issues.apache.org/jira/browse/CASSANDRA-9071 > Project: Cassandra > Issue Type: Bug > Components: Tools > Environment: java 7 / 8 > cassandra 2.1.3 snapshot build locally with last commit https://github.com/apache/cassandra/commit/6ee4b0989d9a3ae3e704918622024fa57fdf63e7 > macos Yosemite 10.10.2 > Reporter: Ajit Joglekar > > I am always getting the following error: > Exception in thread "main" java.lang.AssertionError: Empty partition > at org.apache.cassandra.io.sstable.SSTableSimpleUnsortedWriter$DiskWriter.run(SSTableSimpleUnsortedWriter.java:228) > It happens at a certain point that seems to be repeatable. Only issue is I am converting 400 million records into multiple SSTables and creating small test is a challenge > Last comment from Benedict looks relevant here https://issues.apache.org/jira/browse/CASSANDRA-8619 > Is there a work around, quick fix, fix that I can try out locally? > Thanks, > -Ajit -- This message was sent by Atlassian JIRA (v6.3.4#6332)