Description
Under performing nodes could infinately queue the network channel (via VC requests and misc client communication) creating a backlog of work for the main network task which could wreak havoc throughout the client.
Bounding the network channel and logging when the channel gets overloaded can help us diagnose where backlogs are being built but also limit the load on the main network task which is required to drive the entire networking stack.
Description
Under performing nodes could infinately queue the network channel (via VC requests and misc client communication) creating a backlog of work for the main network task which could wreak havoc throughout the client.
Bounding the network channel and logging when the channel gets overloaded can help us diagnose where backlogs are being built but also limit the load on the main network task which is required to drive the entire networking stack.