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

Avoid controller/service lock AB/BA situation #1507

Merged
merged 1 commit into from
Oct 14, 2016
Merged

Conversation

mrjana
Copy link
Contributor

@mrjana mrjana commented Oct 14, 2016

Currently there is an instance of controller and service lock being
obtained in different order which causes the AB/BA deadlock. Do not ever
wrap controller lock around service lock.

Signed-off-by: Jana Radhakrishnan mrjana@docker.com

Currently there is an instance of controller and service lock being
obtained in different order which causes the AB/BA deadlock. Do not ever
wrap controller lock around service lock.

Signed-off-by: Jana Radhakrishnan <mrjana@docker.com>
@aboch
Copy link
Contributor

aboch commented Oct 14, 2016

LGTM

1 similar comment
@mavenugo
Copy link
Contributor

LGTM

@mavenugo mavenugo merged commit 04025f2 into moby:master Oct 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants