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 3759310732 for ; Tue, 8 Sep 2015 17:42:52 +0000 (UTC) Received: (qmail 25046 invoked by uid 500); 8 Sep 2015 17:42:46 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 25014 invoked by uid 500); 8 Sep 2015 17:42:46 -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 24997 invoked by uid 99); 8 Sep 2015 17:42:46 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Sep 2015 17:42:46 +0000 Date: Tue, 8 Sep 2015 17:42:46 +0000 (UTC) From: "Blake Eggleston (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CASSANDRA-9916) batch_mutate failing on trunk 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-9916?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Blake Eggleston resolved CASSANDRA-9916. ---------------------------------------- Resolution: Fixed > batch_mutate failing on trunk > ----------------------------- > > Key: CASSANDRA-9916 > URL: https://issues.apache.org/jira/browse/CASSANDRA-9916 > Project: Cassandra > Issue Type: Bug > Components: Core > Reporter: Mike Adamson > Assignee: Blake Eggleston > Fix For: 3.0.0 rc1 > > > {{batch_mutate}} is failing on trunk with the following error: > {noformat} > java.lang.AssertionError: current = ColumnDefinition{name=b@706172656e745f70617468, type=org.apache.cassandra.db.marshal.BytesType, kind=STATIC, componentIndex=null, indexName=cfs_parent_path, indexType=KEYS}, new = ColumnDefinition{name=b@70617468, type=org.apache.cassandra.db.marshal.BytesType, kind=STATIC, componentIndex=null, indexName=cfs_path, indexType=KEYS} > at org.apache.cassandra.db.rows.ArrayBackedRow$SortedBuilder.setColumn(ArrayBackedRow.java:617) > at org.apache.cassandra.db.rows.ArrayBackedRow$SortedBuilder.addCell(ArrayBackedRow.java:630) > at org.apache.cassandra.db.LegacyLayout$CellGrouper.addCell(LegacyLayout.java:891) > at org.apache.cassandra.db.LegacyLayout$CellGrouper.addAtom(LegacyLayout.java:843) > at org.apache.cassandra.db.LegacyLayout.getNextRow(LegacyLayout.java:390) > at org.apache.cassandra.db.LegacyLayout.toUnfilteredRowIterator(LegacyLayout.java:326) > at org.apache.cassandra.db.LegacyLayout.toUnfilteredRowIterator(LegacyLayout.java:288) > at org.apache.cassandra.thrift.CassandraServer.createMutationList(CassandraServer.java:1110) > at org.apache.cassandra.thrift.CassandraServer.batch_mutate(CassandraServer.java:1249) > {noformat} > The following mutations was passed to {{batch_mutate}} to get this error > {noformat} > mutationMap = {java.nio.HeapByteBuffer[pos=0 lim=32 cap=32]= > {inode=[ > Mutation(column_or_supercolumn:ColumnOrSuperColumn(column:Column(name:80 62 00 04 70 61 74 68 00, value:2F, timestamp:1438165021749))), > Mutation(column_or_supercolumn:ColumnOrSuperColumn(column:Column(name:80 62 00 0B 70 61 72 65 6E 74 5F 70 61 74 68 00, value:6E 75 6C 6C, timestamp:1438165021749))), > Mutation(column_or_supercolumn:ColumnOrSuperColumn(column:Column(name:80 62 00 08 73 65 6E 74 69 6E 65 6C 00, value:78, timestamp:1438165021749))), > Mutation(column_or_supercolumn:ColumnOrSuperColumn(column:Column(name:80 62 00 04 64 61 74 61 00, value:00 00 00 08 64 61 74 61 73 74 61 78 00 00 00 05 75 73 65 72 73 01 FF 00 00 00 00 00 04 00 00 00 01, timestamp:1438165021749))) > ]}} > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)