You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we tried to use ping() inside the backend loop for connectors, the Network Drive ftest began failing. The current theory is that this is because ping() creates a connection, and that too many calls to it exhausts the connection pool. We need to fix this so that we can work onhttps://github.com//issues/2173
Bug Description
When we tried to use
ping()
inside the backend loop for connectors, the Network Drive ftest began failing. The current theory is that this is becauseping()
creates a connection, and that too many calls to it exhausts the connection pool. We need to fix this so that we can work onhttps://github.com//issues/2173To Reproduce
Expected behavior
We should be able to ping the source as much as we want, without it compromising the stability of the connector
The text was updated successfully, but these errors were encountered: