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

weighted lease #2

Open
a8m opened this issue Aug 26, 2016 · 0 comments
Open

weighted lease #2

a8m opened this issue Aug 26, 2016 · 0 comments

Comments

@a8m
Copy link
Owner

a8m commented Aug 26, 2016

for example:

leaseKey leaseOwner leaseWeight leaseCounter
task 1 worker 1 1 (default) x
task 2 worker 2 3 x
task 3 worker 1 1 (default) x
task 4 worker 1 1 (default) x

comments:

  • the default weight of a lease(or task) is 1
  • we expect the leaser to partition the work according to the total weight of the tasks.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant