Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

router: drop connection detach in failover #510

Open
Serpentian opened this issue Feb 1, 2025 · 0 comments
Open

router: drop connection detach in failover #510

Serpentian opened this issue Feb 1, 2025 · 0 comments
Assignees
Labels

Comments

@Serpentian
Copy link
Contributor

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.

@Serpentian Serpentian self-assigned this Feb 1, 2025
@Serpentian Serpentian changed the title Remove connection detach router: drop connection detach in failover Feb 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant