Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Assign unit worker #3698
Conversation
natefinch
and others
added some commits
Nov 9, 2015
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
added a commit
that referenced
this pull request
Nov 12, 2015
jujubot
merged commit d42c6f4
into
juju:master
Nov 12, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
natefinch commentedNov 9, 2015
This re-applies the original PR (since it had been reverted) and fixes the two bugs that were found with it - unable to deploy units (actually, the problem was that the units were getting assigned multiple times) and machines were getting created with non-sequential numbers. both were caused by the fact that the unitassigner was being run on all machines, and so every machine would issue a request to assign a unit whenever one was ready to be assigned. Now we use a singular runner to ensure that only one unitassigner is running.
(Review request: http://reviews.vapour.ws/r/3103/)