Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

    • rebalance requests are processed one-at-a-time by a singleton thread executor;
    • each time a request time, we submit the rebalance task into the thread executor and add it to the task queue.;
    • once a rebalance task completes, we remove the task from the task queue;
    • a cancellation request will cancel of running or pending requests in the rebalance task queue.

...