Skip to content
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.

Networking - Docker Plugin - Data race on http server shutdown #29

Closed
mcastelino opened this issue Apr 12, 2016 · 0 comments
Closed

Networking - Docker Plugin - Data race on http server shutdown #29

mcastelino opened this issue Apr 12, 2016 · 0 comments
Assignees

Comments

@mcastelino
Copy link
Contributor

The graceful http server has a data race on launcher invoked shutdown.

@markdryan markdryan self-assigned this Jun 24, 2016
markdryan pushed a commit to markdryan/ciao that referenced this issue Jun 24, 2016
This commit replaces the use of the graceful HTTP server with the HTTP server
provided by the Go standard library.  After careful consideration it was
determined that ciao does not currently need the functionality provided by
this library.  The graceful HTTP server tries to shut down all open connections
before shutting down the HTTP server itself.  However, we do not need to do
this in ciao as we can be sure that the docker plugin's HTTP server
can have no outstanding connections when it is asked to shutdown by
ciao-launcher.

Fixes ciao-project#29
Fixes ciao-project#221

Signed-off-by: Mark Ryan <mark.d.ryan@intel.com>
kaccardi added a commit to kaccardi/ciao that referenced this issue Aug 11, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants