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
Reported by @delyas: The current ConnectionSet::select processing favors the first connections, which causes timeouts when a set of clients pushes a lot of requests fast (mapping) onto a single node, which will then first serve the 'first' clients.
Processing this in a round-robin fashion will ensure that all clients make progress and should speed up the rcv thread since commands are fully read already.
The text was updated successfully, but these errors were encountered:
Reported by @delyas: The current ConnectionSet::select processing favors the first connections, which causes timeouts when a set of clients pushes a lot of requests fast (mapping) onto a single node, which will then first serve the 'first' clients.
Processing this in a round-robin fashion will ensure that all clients make progress and should speed up the rcv thread since commands are fully read already.
The text was updated successfully, but these errors were encountered: