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
If Mesos is running in the high availability mode, it might redirect to another instance when using HTTP API (which is what this framework will use). The framework should respect that and dynamically change the location of current mesos master (i.e. it should not try to connect to the same master node and follow redirects all the time, but remember that master was moved and send all new requests to the new node).
For HTTP endpoints that only work at the leading master, requests made to endpoints at a non-leading master will result in either a 307 Temporary Redirect (with the location of the leading master) or 503 Service Unavailable (if the master does not know who the current leader is).
The text was updated successfully, but these errors were encountered:
If Mesos is running in the high availability mode, it might redirect to another instance when using HTTP API (which is what this framework will use). The framework should respect that and dynamically change the location of current mesos master (i.e. it should not try to connect to the same master node and follow redirects all the time, but remember that master was moved and send all new requests to the new node).
See: https://mesos.apache.org/documentation/latest/high-availability/#usage:
The text was updated successfully, but these errors were encountered: