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

[jira] Updated: (CASSANDRA-1037) Improve load balancing to take into account load in terms of operations

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

Jeremy Hanna updated CASSANDRA-1037:
------------------------------------

    Fix Version/s: 0.7

We'll work to help get this in for 0.7, though it doesn't necessarily need to involve api changes.  It is a significant change to behavior though, so we'll try to get this in.

This is a significant item to help with multi-tenant clusters.

> Improve load balancing to take into account load in terms of operations
> -----------------------------------------------------------------------
>
>                 Key: CASSANDRA-1037
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1037
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Jeremy Hanna
>            Priority: Minor
>             Fix For: 0.7
>
>
> Currently in cassandra, the load balancing takes into account disk space.  When using an order-preserving partitioner, there can be hot spots in the various ranges of tokens in terms of operations.  We would like to propose improving the load balancing so that it takes that the number of operations into account.
> There are two places where this can be handled:
> 1. when the cluster decides on which nodes need to be balanced out.
> 2. how to balance an individual node - where to split
> For number 1, the number of operations that a node performed could be factored in to how important it is to balance that node.
> For number 2, we are already using a midpoint in the node when trying to load balance with respect to space.  We would propose adding a weight to the midpoint to lean towards splitting so that the operational load could be better handled, not just space.

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