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 90AF9C70F for ; Wed, 11 Jul 2012 18:37:37 +0000 (UTC) Received: (qmail 88549 invoked by uid 500); 11 Jul 2012 18:37:37 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 88504 invoked by uid 500); 11 Jul 2012 18:37:37 -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 88389 invoked by uid 99); 11 Jul 2012 18:37:37 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jul 2012 18:37:37 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id D7A9A142863 for ; Wed, 11 Jul 2012 18:37:36 +0000 (UTC) Date: Wed, 11 Jul 2012 18:37:36 +0000 (UTC) From: "Brandon Williams (JIRA)" To: commits@cassandra.apache.org Message-ID: <1899840695.37133.1342031856884.JavaMail.jiratomcat@issues-vm> In-Reply-To: <1437475405.17084.1333635324443.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Comment Edited] (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=13411830#comment-13411830 ] Brandon Williams edited comment on CASSANDRA-4125 at 7/11/12 6:37 PM: ---------------------------------------------------------------------- I think we may still have a problem with ownership calculation: {noformat} Address Status State Load Tokens Owns (effective) Host ID 10.179.65.102 Up Normal 197.82 MB 1 66.67% e1c24ebd-e9c0-40eb-9419-e510d849c3e0 10.179.111.137 Up Normal 197.95 MB 256 99.87% c9a17642-35dd-4eb5-9881-9631a5590a40 10.179.64.227 Up Normal 197.6 MB 1 33.46% 574f6677-d7a5-405a-9fb8-5c4d829f0a10 {noformat} .137 has 256 tokens, but they should be contiguous (upgraded) was (Author: brandon.williams): I think we may still have a problem with ownership calculation: {{noformat}} Address Status State Load Tokens Owns (effective) Host ID 10.179.65.102 Up Normal 197.82 MB 1 66.67% e1c24ebd-e9c0-40eb-9419-e510d849c3e0 10.179.111.137 Up Normal 197.95 MB 256 99.87% c9a17642-35dd-4eb5-9881-9631a5590a40 10.179.64.227 Up Normal 197.6 MB 1 33.46% 574f6677-d7a5-405a-9fb8-5c4d829f0a10 {{noformat}} .137 has 256 tokens, but they should be contiguous (upgraded) > 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