Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Protect write operations with a muxtex #18
Conversation
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju-loggo |
jujubot
merged commit 58055bd
into
juju:master
Aug 3, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
wallyworld commentedAug 3, 2016
•
Edited 1 time
-
wallyworld
Aug 3, 2016
https://bugs.launchpad.net/juju-core/+bug/1609041
Juju CI tests were showing a race. I couldn't reproduce locally, but what appears to be happening is that:
So I added a new mutex to protect the write() api itself.
(Review request: http://reviews.vapour.ws/r/5358/)