Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cache connection handles to prevent duplicate (#9636)
On a multi-asic Supervisor card, running commands like 'show interface counter' opens a confid_db connection per namespace per interface which results in many duplicate connections exceeding the allowed open file handles. This causes the command to fail. Caching the connections to prevent duplicate handles.
- Loading branch information