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
Failover automatically detaches connection, when cannot ping replica. This behavior causes more problems, than solves: e.g. on some installations the number of such detached connection is several thousands just because replica is down.
We should find another way of solving the problem of long requests. One of the solutions may be giving user a special API for creating connection, which will be used solely for requests with large return values. But for now we should drop detaching connections.
The text was updated successfully, but these errors were encountered:
Failover automatically detaches connection, when cannot ping replica. This behavior causes more problems, than solves: e.g. on some installations the number of such detached connection is several thousands just because replica is down.
We should find another way of solving the problem of long requests. One of the solutions may be giving user a special API for creating connection, which will be used solely for requests with large return values. But for now we should drop detaching connections.
The text was updated successfully, but these errors were encountered: