Skip to content
This repository has been archived by the owner on Jan 24, 2018. It is now read-only.

Restarting the configurable-http-proxy causes error due to state mismatch #289

Open
cloutiertyler opened this issue Sep 30, 2017 · 0 comments

Comments

@cloutiertyler
Copy link

If the proxy loses it's routing table it can cause errors when spawning containers.

For example, let's say I create an ad-hoc container with the user "username". Some time later the routing table is lost (e.g. because of a new deploy). If I try to use that tmpnb, the proxy will route me to spawn another ad-hoc container because it's not in the table. However, since it was created before it still is alive in Docker, meaning that tmpnb will fail to spawn the container and will return a 500 response.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant