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

Dynamically increase dial timeout in connect client #1033

Open
Bolodya1997 opened this issue Jul 20, 2021 · 0 comments
Open

Dynamically increase dial timeout in connect client #1033

Bolodya1997 opened this issue Jul 20, 2021 · 0 comments
Labels
enhancement New feature or request stability The problem is related to system stability

Comments

@Bolodya1997
Copy link

Bolodya1997 commented Jul 20, 2021

Issue

Currently dial timeout in connect client is a configurable but static value:

  • Setting it too high can lead us to delays if there are some still registered but already not accessible remote NSMgrs.
  • Setting it too low can lead us to the failed Requests on high load or on some lasting network problems.

Solution

Dynamically increase/decrease dial timeout after failed/succeed dial attempts.

References

#1031

@Bolodya1997 Bolodya1997 added the enhancement New feature or request label Jul 20, 2021
@denis-tingaikin denis-tingaikin added the stability The problem is related to system stability label Sep 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request stability The problem is related to system stability
Projects
None yet
Development

No branches or pull requests

2 participants