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

daemon/events: let Log be [slightly] blocking #16316

Merged
merged 2 commits into from
Sep 16, 2015

Conversation

vbatts
Copy link
Contributor

@vbatts vbatts commented Sep 15, 2015

With go1.5's concurrency, the use of a goroutine in Log'ing events was
causing the resulting events to not be in order.

ping @LK4D4

Signed-off-by: Vincent Batts vbatts@redhat.com

With go1.5's concurrency, the use of a goroutine in Log'ing events was
causing the resulting events to not be in order.

Signed-off-by: Vincent Batts <vbatts@redhat.com>
@GordonTheTurtle GordonTheTurtle added the dco/no Automatically set by a bot when one of the commits lacks proper signature label Sep 15, 2015
@vbatts
Copy link
Contributor Author

vbatts commented Sep 15, 2015

This reverts commit 386aefb.

Signed-off-by: Vincent Batts <vbatts@redhat.com>
@GordonTheTurtle GordonTheTurtle removed the dco/no Automatically set by a bot when one of the commits lacks proper signature label Sep 15, 2015
@LK4D4
Copy link
Contributor

LK4D4 commented Sep 15, 2015

LGTM

@vbatts
Copy link
Contributor Author

vbatts commented Sep 15, 2015

I tested this on go1.5.1 as well

@runcom
Copy link
Member

runcom commented Sep 16, 2015

LGTM

1 similar comment
@calavera
Copy link
Contributor

LGTM

calavera added a commit that referenced this pull request Sep 16, 2015
daemon/events: let Log be [slightly] blocking
@calavera calavera merged commit b9a3660 into moby:master Sep 16, 2015
@vbatts vbatts deleted the vbatts-events branch April 27, 2016 18:03
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.

5 participants