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

Connect to DNS round-robin behaviour multiple IPs with active / standby mechanim #834

Open
danielhasugian opened this issue Jun 25, 2024 · 0 comments

Comments

@danielhasugian
Copy link

danielhasugian commented Jun 25, 2024

Hi Team,

I want to connect to FSx Multi AZ in AWS through aliases / DNS.
Try nslookup, this DNS return 2 IPs (active and standby) and basically only active server can be accessed.

Because this is DNS round-robin behaviour, it try to connect both IP alternately.
Through netcat, it can connect.

  • While it come to standby IP first, it will try to connect till timeout and then go to active IP.
  • And no issue if it come to active IP first.
image

It works if go to to active IP first, but if go to standby IP error "socket conection timeout". See picture below.
image
Application already tested 0.13.0

There is any way to handle kind of this issue ?

Thanks

@danielhasugian danielhasugian changed the title Connection Timeout : Connect to DNS with multiple IPs with active / standby mechanim Connect to DNS round-robin behaviour multiple IPs with active / standby mechanim Jun 25, 2024
hierynomus added a commit that referenced this issue Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant