Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Pass new state to apiserver worker each time it is started #4266
Conversation
cherylj
commented
Feb 2, 2016
|
$$JFDI$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
added a commit
that referenced
this pull request
Feb 2, 2016
jujubot
merged commit 462a3d6
into
juju:master
Feb 2, 2016
added a commit
to wallyworld/juju
that referenced
this pull request
Feb 2, 2016
added a commit
that referenced
this pull request
Feb 2, 2016
pushed a commit
to dimitern/juju
that referenced
this pull request
Feb 4, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
wallyworld commentedFeb 2, 2016
Fixes: https://bugs.launchpad.net/juju-core/+bug/1539656
Each time apiserverworker is started, we need a fresh copy of state.
I experimented with aborting/resetting the lease manager to avoid having to create a new copy of state but it got messy. This is the simplest approach. We can revisit once William's todo with setting up the lease manager (in the HackLeadership code) is done.
(Review request: http://reviews.vapour.ws/r/3704/)