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 5707611FE9 for ; Thu, 22 May 2014 17:35:02 +0000 (UTC) Received: (qmail 9907 invoked by uid 500); 22 May 2014 17:35:02 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 9877 invoked by uid 500); 22 May 2014 17:35:02 -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 9868 invoked by uid 99); 22 May 2014 17:35:02 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 May 2014 17:35:02 +0000 Date: Thu, 22 May 2014 17:35:02 +0000 (UTC) From: "Brandon Williams (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CASSANDRA-7287) Pig CqlStorage test fails with IAE MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Brandon Williams created CASSANDRA-7287: ------------------------------------------- Summary: Pig CqlStorage test fails with IAE Key: CASSANDRA-7287 URL: https://issues.apache.org/jira/browse/CASSANDRA-7287 Project: Cassandra Issue Type: Bug Components: Hadoop, Tests Reporter: Brandon Williams Assignee: Alex Liu Fix For: 2.1 rc1 {noformat} [junit] java.lang.IllegalArgumentException [junit] at java.nio.Buffer.limit(Buffer.java:267) [junit] at org.apache.cassandra.utils.ByteBufferUtil.readBytes(ByteBufferUtil.java:542) [junit] at org.apache.cassandra.serializers.CollectionSerializer.readValue(CollectionSerializer.java:117) [junit] at org.apache.cassandra.serializers.MapSerializer.deserializeForNativeProtocol(MapSerializer.java:97) [junit] at org.apache.cassandra.serializers.MapSerializer.deserializeForNativeProtocol(MapSerializer.java:28) [junit] at org.apache.cassandra.serializers.CollectionSerializer.deserialize(CollectionSerializer.java:48) [junit] at org.apache.cassandra.db.marshal.AbstractType.compose(AbstractType.java:66) [junit] at org.apache.cassandra.hadoop.pig.AbstractCassandraStorage.cassandraToObj(AbstractCassandraStorage.java:792) [junit] at org.apache.cassandra.hadoop.pig.CqlStorage.cqlColumnToObj(CqlStorage.java:195) [junit] at org.apache.cassandra.hadoop.pig.CqlStorage.getNext(CqlStorage.java:118) {noformat} I'm guessing this is caused by CqlStorage passing an empty BB to BBU, but I don't know if it's pig that's broken or is a deeper issue. -- This message was sent by Atlassian JIRA (v6.2#6252)