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 3D64CD0B4 for ; Tue, 10 Jul 2012 21:44:36 +0000 (UTC) Received: (qmail 82614 invoked by uid 500); 10 Jul 2012 21:44:35 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 82555 invoked by uid 500); 10 Jul 2012 21:44:35 -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 82394 invoked by uid 99); 10 Jul 2012 21:44:35 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Jul 2012 21:44:35 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id EFEFB142822 for ; Tue, 10 Jul 2012 21:44:34 +0000 (UTC) Date: Tue, 10 Jul 2012 21:44:34 +0000 (UTC) From: "Brandon Williams (JIRA)" To: commits@cassandra.apache.org Message-ID: <325210130.31988.1341956674986.JavaMail.jiratomcat@issues-vm> In-Reply-To: <1437475405.17084.1333635324443.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (CASSANDRA-4125) Update nodetool 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-4125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13410959#comment-13410959 ] Brandon Williams commented on CASSANDRA-4125: --------------------------------------------- bq. What if we removed "Load" from clusterinfo to free up a little real estate (that seems like something people could get form info), I don't think people will be very happy if we take that away, they're pretty used to being able to see that for all the machines in one shot. bq. added a "rack" column, and then page the list by DC the way CASSANDRA-3047 aimed to? I do like paging by DC, that least saves some horizontal real estate by using vertical instead. > Update nodetool for vnodes > -------------------------- > > Key: CASSANDRA-4125 > URL: https://issues.apache.org/jira/browse/CASSANDRA-4125 > Project: Cassandra > Issue Type: Sub-task > Components: Core > Reporter: Sam Overton > Assignee: Eric Evans > > The proposed changes are intended to preserve backwards compatibility: > || op || behaviour || deprecated warning? > | join | Join the ring, use with {{-t}} to join at a specific token, or to add a token to an existing host | > | ring | prints the first token for each node, add {{-a}} to print all tokens | > | move | if the node only has 1 token then move it. Otherwise die with an error. | *deprecated* > | removetoken status/force/ | removes the node who owns from the ring. use {{-t}} option to only remove the token from the node instead of the whole node. | > | describering [keyspace] | show all ranges and their endpoints | > | getendpoints | Print the endpoints that own the key and also their list of tokens | > _Edit0: Appended patch information._ > h3. Patches > ||Compare||Raw diff||Description|| > |[01_admin_tools|https://github.com/acunu/cassandra/compare/top-bases/p/4125/01_admin_tools...p/4125/01_admin_tools]|[01_admin_tools.patch|https://github.com/acunu/cassandra/compare/top-bases/p/4125/01_admin_tools...p/4125/01_admin_tools.diff]|Updated nodetool| > ---- > _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: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira