subql icon indicating copy to clipboard operation
subql copied to clipboard

Look into connection pool load balancing issues

Open stwiname opened this issue 1 year ago • 0 comments

I added some logging at an interval to see the connection pool state and it seems the weighting of the endpoints always hovers around 100 even if they are bad endpoints. To see the logging --debug="ConnectionPoolState"

This currently means that endpoints are chosen equally and doesn't prefer endpoints with more capability

stwiname avatar Nov 12 '23 21:11 stwiname