comdb2 icon indicating copy to clipboard operation
comdb2 copied to clipboard

Retry on another node if you get appsock exhausted error

Open chands10 opened this issue 11 months ago • 0 comments

Currently we just return error. That means if you are using random room that we only ever use nodes in same room, because we return appsock exhausted error when reaching limit on one of the nodes there. We wouldn't try on a different room node

Can't test with random room so just make sure that we don't return appsock error anymore

chands10 avatar Mar 14 '25 09:03 chands10