You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2010/10/23 06:45:21 UTC

[jira] Assigned: (CASSANDRA-1553) warn of imbalanced ranges in nodetool ring

     [ https://issues.apache.org/jira/browse/CASSANDRA-1553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis reassigned CASSANDRA-1553:
-----------------------------------------

    Assignee: Jon Hermes

> warn of imbalanced ranges in nodetool ring
> ------------------------------------------
>
>                 Key: CASSANDRA-1553
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1553
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Tools
>            Reporter: Jonathan Ellis
>            Assignee: Jon Hermes
>            Priority: Minor
>             Fix For: 0.6.7, 0.7.1
>
>         Attachments: ringer
>
>
> I'd like to enhance nodetool ring to show the % of the token range that it is responsible for according to the partitioner (that is, before considering replication).  For RandomParitioner this is easy.  For OPP we can estimate using describe_splits.  I'd also like to issue a warning if any node N has more than 25% more of the ring than another node M.
> (The reason we need to use the range for this instead of load, is load may include an arbitrary amount of data that no longer belongs to the node, pending removal by cleanup.)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.