Return-Path: Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: (qmail 68138 invoked from network); 23 Jun 2010 04:11:18 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 23 Jun 2010 04:11:18 -0000 Received: (qmail 32855 invoked by uid 500); 23 Jun 2010 04:11:18 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 32692 invoked by uid 500); 23 Jun 2010 04:11:15 -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 32684 invoked by uid 99); 23 Jun 2010 04:11:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jun 2010 04:11:15 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED,T_FILL_THIS_FORM X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jun 2010 04:11:12 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5N4ApGD026534 for ; Wed, 23 Jun 2010 04:10:51 GMT Message-ID: <28796274.8651277266251018.JavaMail.jira@thor> Date: Wed, 23 Jun 2010 00:10:51 -0400 (EDT) From: "Matthew F. Dennis (JIRA)" To: commits@cassandra.apache.org Subject: [jira] Commented: (CASSANDRA-1115) need more state such as when a node is leaving and bootstraping rangs In-Reply-To: <4585002.33781274508796221.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CASSANDRA-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12881536#action_12881536 ] Matthew F. Dennis commented on CASSANDRA-1115: ---------------------------------------------- example output: {noformat} mdennis@toptop:~/mdev/trunk$ bin/nodetool -h 127.0.0.1 -p 8080 ring Address Status State Load Range 127.0.0.1 Up Normal 8.59 KB (128311565313947613804671965990974742801, 16544703225538675863482883651164886123] 127.0.0.2 Up Normal 5.77 KB (16544703225538675863482883651164886123, 124804735337540159479107746638263794797] 127.0.0.3 Up Normal 5.77 KB (124804735337540159479107746638263794797, 128311565313947613804671965990974742801] mdennis@toptop:~/mdev/trunk$ *** move *** mdennis@toptop:~/mdev/trunk$ bin/nodetool -h 127.0.0.1 -p 8080 ring Address Status State Load Range 127.0.0.2 Up Leaving 5.77 KB (128311565313947613804671965990974742801, 5] 127.0.0.1 Up Normal 8.59 KB (5, 16544703225538675863482883651164886123] 127.0.0.3 Up Normal 5.77 KB (16544703225538675863482883651164886123, 128311565313947613804671965990974742801] mdennis@toptop:~/mdev/trunk$ mdennis@toptop:~/mdev/trunk$ bin/nodetool -h 127.0.0.1 -p 8080 ring Address Status State Load Range 127.0.0.1 Up Normal 8.59 KB (128311565313947613804671965990974742801, 16544703225538675863482883651164886123] 127.0.0.2 Up Joining 5.77 KB (128311565313947613804671965990974742801, 10] 127.0.0.3 Up Normal 5.77 KB (16544703225538675863482883651164886123, 128311565313947613804671965990974742801] mdennis@toptop:~/mdev/trunk$ Address Status State Load Range 127.0.0.2 Up Normal 5.77 KB (128311565313947613804671965990974742801, 10] 127.0.0.1 Up Normal 8.59 KB (10, 16544703225538675863482883651164886123] 127.0.0.3 Up Normal 5.77 KB (16544703225538675863482883651164886123, 128311565313947613804671965990974742801] mdennis@toptop:~/mdev/trunk$ bin/nodetool -h 127.0.0.1 -p 8080 ring *** decommission *** mdennis@toptop:~/mdev/trunk$ bin/nodetool -h 127.0.0.1 -p 8080 ring Address Status State Load Range 127.0.0.2 Up Normal 5.77 KB (128311565313947613804671965990974742801, 10] 127.0.0.1 Up Normal 8.59 KB (10, 16544703225538675863482883651164886123] 127.0.0.3 Up Leaving 5.77 KB (16544703225538675863482883651164886123, 128311565313947613804671965990974742801] mdennis@toptop:~/mdev/trunk$ mdennis@toptop:~/mdev/trunk$ bin/nodetool -h 127.0.0.1 -p 8080 ring Address Status State Load Range 127.0.0.2 Up Normal 5.77 KB (16544703225538675863482883651164886123, 10] 127.0.0.1 Up Normal 8.59 KB (10, 16544703225538675863482883651164886123] mdennis@toptop:~/mdev/trunk$ {noformat} > need more state such as when a node is leaving and bootstraping rangs > --------------------------------------------------------------------- > > Key: CASSANDRA-1115 > URL: https://issues.apache.org/jira/browse/CASSANDRA-1115 > Project: Cassandra > Issue Type: Improvement > Components: Tools > Affects Versions: 0.6 > Reporter: jingfengtan > Assignee: Matthew F. Dennis > Fix For: 0.7 > > Attachments: trunk-1115.txt > > > i want to know more about Cassandra node's status, such as when a node are leaving and bootstraping rangs, > for example A node now is leaving rang(B,D) and bootstraping rang(D,E) > this state is useful for an admin. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.