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
Currently there is an exponential backoff during retries and all masters will be tested but there is no limit on the number of retries so if one instance of rhythm has connection issues to Mesos cluster and it's elected as leader then it won't give up - it won't give a chance to other rhythm instances to give a try.
The text was updated successfully, but these errors were encountered:
Currently there is an exponential backoff during retries and all masters will be tested but there is no limit on the number of retries so if one instance of
rhythm
has connection issues to Mesos cluster and it's elected as leader then it won't give up - it won't give a chance to otherrhythm
instances to give a try.The text was updated successfully, but these errors were encountered: