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 60F3BDA28 for ; Wed, 24 Oct 2012 16:32:13 +0000 (UTC) Received: (qmail 72102 invoked by uid 500); 24 Oct 2012 16:32:13 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 71998 invoked by uid 500); 24 Oct 2012 16:32:13 -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 71939 invoked by uid 99); 24 Oct 2012 16:32:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Oct 2012 16:32:12 +0000 Date: Wed, 24 Oct 2012 16:32:12 +0000 (UTC) From: "Brandon Williams (JIRA)" To: commits@cassandra.apache.org Message-ID: <1515473447.22496.1351096332581.JavaMail.jiratomcat@arcas> In-Reply-To: <630960039.70073.1342632574819.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (CASSANDRA-4443) shuffle utility for vnodes 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-4443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13483363#comment-13483363 ] Brandon Williams commented on CASSANDRA-4443: --------------------------------------------- Hmm, I'm seeing this when trying to create: {noformat} Exception in thread "main" java.lang.RuntimeException: InvalidRequestException(why:no keyspace has been specified) at org.apache.cassandra.tools.Shuffle.executeCqlQuery(Shuffle.java:532) at org.apache.cassandra.tools.Shuffle.shuffle(Shuffle.java:375) at org.apache.cassandra.tools.Shuffle.main(Shuffle.java:693) Caused by: InvalidRequestException(why:no keyspace has been specified) at org.apache.cassandra.thrift.Cassandra$execute_cql_query_result.read(Cassandra.java:36625) at org.apache.thrift.TServiceClient.receiveBase(TServiceClient.java:78) at org.apache.cassandra.thrift.Cassandra$Client.recv_execute_cql_query(Cassandra.java:1525) at org.apache.cassandra.thrift.Cassandra$Client.execute_cql_query(Cassandra.java:1511) at org.apache.cassandra.tools.CassandraClient.execute_cql_query(Shuffle.java:748) at org.apache.cassandra.tools.Shuffle.executeCqlQuery(Shuffle.java:518) ... 2 more {noformat} > shuffle utility for vnodes > -------------------------- > > Key: CASSANDRA-4443 > URL: https://issues.apache.org/jira/browse/CASSANDRA-4443 > Project: Cassandra > Issue Type: Sub-task > Components: Core > Affects Versions: 1.2.0 beta 1 > Reporter: Brandon Williams > Assignee: Eric Evans > Labels: vnodes > Fix For: 1.2.0 beta 2 > > > As mentioned on CASSANDRA-4127, for upgrades we need a 'shuffle' command to split up the contiguous ranges. > List discussion: http://thread.gmane.org/gmane.comp.db.cassandra.devel/6799 > _Edit0: Linked in mailing list discussion._ > _Edit1: Linked in patch information._ > _Edit2: Updated patch links._ > \\ > h3. Patches > ||Compare||Raw diff||Description|| > |[060_shuffle_utility|https://github.com/acunu/cassandra/compare/top-bases/p/4443/060_shuffle_utility...p/4443/060_shuffle_utility]|[060_shuffle_utility.patch|https://github.com/acunu/cassandra/compare/top-bases/p/4443/060_shuffle_utility...p/4443/060_shuffle_utility.diff]|{{shuffle}} util to randomly remap ranges| > ---- > _Note: These are branches managed with TopGit. If you are applying the patch output manually, you will either need to filter the TopGit metadata files (i.e. {{wget -O - | filterdiff -x*.topdeps -x*.topmsg | patch -p1}}), or remove them afterward ({{rm .topmsg .topdeps}})._ -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira