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

Set dialtimeout for NS/NSE registry clients #539

Merged
merged 1 commit into from
Aug 14, 2024
Merged

Conversation

zolug
Copy link
Collaborator

@zolug zolug commented Aug 8, 2024

Description

By default the ns and nse registry client uses a dialtimeout of 300 mseconds (might depend on the sdk version). This might put unnecessary load on the clients due to the frequent retries during nsmgr failover/upgrade.
Hence, pass the dialtimeout value configured for the container when creating the registry clients.

Issue link

NA

Checklist

  • Purpose
    • Bug fix
    • New functionality
    • Documentation
    • Refactoring
    • CI
  • Test
    • Unit test
    • E2E Test
    • Tested manually
  • Introduce a breaking change
    • Yes (description required)
    • No

By default the ns and nse registry client uses a dialtimeout
of 300 mseconds (might depend on the sdk version). This might
put unnecessary load on the clients due to the frequent retries
during nsmgr failover/upgrade.
Hence, pass the dialtimeout value configured for the container.
@zolug zolug merged commit 737524a into master Aug 14, 2024
13 checks passed
@zolug zolug deleted the registry-dialtimeout branch October 8, 2024 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants