Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
state: use supported type when writing leadership settings docs #2662
Conversation
|
$$forward-port$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
added a commit
that referenced
this pull request
Jun 26, 2015
jujubot
merged commit b6d7539
into
juju:master
Jun 26, 2015
mjs
deleted the
mjs:1468994-bad-leadership-settings
branch
Jul 13, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mjs commentedJun 26, 2015
A bare empty map is written to the settings collection by
addLeadershipSettingsOp which is unsupported by the multi-env txn
layer. This means that the document is written out without the
env-uuid field.
This is the bare minimum fix. There be further PRs which improve the
multi-env txn layer to avoid this kind of problem in the future.
This is part of the fix for LP #1468994.
(Review request: http://reviews.vapour.ws/r/2037/)