You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.
We are trying to use ZDDs, however these result in a brief period where old instances are set to maintenance in Haproxy while the new versions are still coming up, which results in 503 responses until the new version has come fully online.
AFAICT this follows the logic in the README and zdd.py.
Checking the Haproxy stats directly after submission shows the previous, blue instance to be put directly into maintenance mode with the new, green instance still coming up:
If that takes a while, the new instance is marked as down:
During this time, until the green instance is up, trying to access the app returns 503 errors.
Happy to provide any more info if needed!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We are trying to use ZDDs, however these result in a brief period where old instances are set to maintenance in Haproxy while the new versions are still coming up, which results in 503 responses until the new version has come fully online.
Versions:
DC/OS: 1.12.0
Mesos: 1.7.1
Marathon: 1.7.174
Marathon-LB: 1.12.3 (also tested with 1.14.1)
At the time of deployment,
dcos marathon app list --json
gives:The new version gets deployed by posting the following configuration to Marathon:
AFAICT this follows the logic in the README and
zdd.py
.Checking the Haproxy stats directly after submission shows the previous, blue instance to be put directly into maintenance mode with the new, green instance still coming up:
If that takes a while, the new instance is marked as down:
During this time, until the green instance is up, trying to access the app returns 503 errors.
Happy to provide any more info if needed!
The text was updated successfully, but these errors were encountered: