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
Every catalyst-api boots up a child MistUtilLoad process
This MistUtilLoad process is fed up-to-date information about the current servers in the cluster
Every five seconds, this MistUtilLoad process queries metrics from every Catalyst node in the cluster
This data is cached locally, giving each node a global view of the current stream state
When a user stream comes in, MistUtilLoad is queried to make intelligent decisions about playback routing
How it should work
There is a Serf cluster
Every catalyst-api boots up a child MistUtilLoad process
This MistUtilLoad process is fed up-to-date information about the current servers in the cluster
Every five seconds, this MistUtilLoad process queries metrics from every Catalyst node in the cluster pushes its current stream information into the Serf cluster; nodes forward this information so it reaches every node
This data is cached locally, giving each node a global view of the current stream state
When a user stream comes in, MistUtilLoad is queried to make intelligent decisions about playback routing are made based on this cached information
The text was updated successfully, but these errors were encountered:
Upstreaming Catalyst Load Balancer
How it works right now
How it should work
Every catalyst-api boots up a child MistUtilLoad processThis MistUtilLoad process is fed up-to-date information about the current servers in the clusterthis MistUtilLoad process queries metrics fromevery Catalyst node in the cluster pushes its current stream information into the Serf cluster; nodes forward this information so it reaches every nodeMistUtilLoad is queried to makeintelligent decisions about playback routing are made based on this cached informationThe text was updated successfully, but these errors were encountered: