XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 7.6
    • AutoScaling
    • None

    Description

      It is possible that a cluster is unbalanced even if it is not breaking any of the policy rules. Some nodes may have very little load while some others may be heavily loaded. So, it is possible to move replicas around so that the load is more evenly distributed. This is going to be driven by preferences. The way we arrive at these suggestions is going to be as follows

      1. Sort the nodes according to the given preferences
      2. Choose a replica from the most loaded node (source-node
      3. try adding them to the least loaded node (target-node)
      4. See if it breaks any policy rules. If yes , try another target-node (go to #3)
      5. If no policy rules are being broken, present this as a suggestion . The suggestion contains the following information
        • The source-node and target-node names
        • The actual v2 command that can be run to effect the operation
      6. Go to step #1
      7. Do this until the a replicas can be moved in such a way that the target node is more loaded than the source-node

      Attachments

        Activity

          People

            noble.paul Noble Paul
            noble.paul Noble Paul
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: