Code review comment for ~cgrabowski/maas:rpc_connection_pool_burst

Revision history for this message
Adam Collard (adam-collard) wrote :

How do the idle connections work with the _update_interval method of ClusterClientService?

That method wants to control how often to poll the region controller to establish connectivity, and has logic to compare the number of connected connections with the expected (which i think will go wrong with idle/bursting connections).

review: Needs Information

« Back to merge proposal