Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

server/scheduler: add grant-leader-scheduler #406

Merged
merged 16 commits into from
Dec 8, 2016

Commits on Dec 7, 2016

  1. server/resource: replace score type with resource kind

    I think the score things are too complicated, we can calculate
    the scores more easily.
    huachaohuang committed Dec 7, 2016
    Configuration menu
    Copy the full SHA
    6d8ac90 View commit details
    Browse the repository at this point in the history
  2. server: resource ratio

    huachaohuang committed Dec 7, 2016
    Configuration menu
    Copy the full SHA
    d2bd884 View commit details
    Browse the repository at this point in the history
  3. server/resource: replace score type with resource kind

    I think the score things are too complicated, we can calculate
    the scores more easily.
    huachaohuang committed Dec 7, 2016
    Configuration menu
    Copy the full SHA
    0a4fc9c View commit details
    Browse the repository at this point in the history
  4. server: resource ratio

    huachaohuang committed Dec 7, 2016
    Configuration menu
    Copy the full SHA
    0f1774f View commit details
    Browse the repository at this point in the history
  5. server/coordinator: replace balancer worker with coordinator

    Coordinator can control the speed of different schedulers.
    
    Every scheduler has a unique name, we can add API to run or stop any
    schedulers dynamically, and different schedulers can run concurrently.
    huachaohuang committed Dec 7, 2016
    Configuration menu
    Copy the full SHA
    73956ae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8119160 View commit details
    Browse the repository at this point in the history
  7. server/resource: replace score type with resource kind

    I think the score things are too complicated, we can calculate
    the scores more easily.
    huachaohuang committed Dec 7, 2016
    Configuration menu
    Copy the full SHA
    ea49a7f View commit details
    Browse the repository at this point in the history
  8. server: resource ratio

    huachaohuang committed Dec 7, 2016
    Configuration menu
    Copy the full SHA
    91dac69 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    160fb9a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6efd718 View commit details
    Browse the repository at this point in the history
  11. server/coordinator: replace balancer worker with coordinator

    Coordinator can control the speed of different schedulers.
    
    Every scheduler has a unique name, we can add API to run or stop any
    schedulers dynamically, and different schedulers can run concurrently.
    huachaohuang committed Dec 7, 2016
    Configuration menu
    Copy the full SHA
    04b8d77 View commit details
    Browse the repository at this point in the history
  12. server/scheduler: add grant-leader-scheduler

    We can add and remove schedulers in coordinator dynamically.
    huachaohuang committed Dec 7, 2016
    Configuration menu
    Copy the full SHA
    5adb179 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f8149be View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    88a27bb View commit details
    Browse the repository at this point in the history
  15. fix rebase

    huachaohuang committed Dec 7, 2016
    Configuration menu
    Copy the full SHA
    d4bff60 View commit details
    Browse the repository at this point in the history
  16. fix rebase

    huachaohuang committed Dec 7, 2016
    Configuration menu
    Copy the full SHA
    88687ff View commit details
    Browse the repository at this point in the history