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

neon-desktop: IP conflict (ARP problem?) #1838

Closed
jefflill opened this issue Aug 3, 2023 · 1 comment
Closed

neon-desktop: IP conflict (ARP problem?) #1838

jefflill opened this issue Aug 3, 2023 · 1 comment
Assignees
Labels
bug Identifies a bug or other failure cluster-setup neonKUBE cluster setup

Comments

@jefflill
Copy link
Collaborator

jefflill commented Aug 3, 2023

@marcusbooyah reported that neon-desktop reported an IP conflict when configuring the desktop cluster.

I suspect that this is an ARP cache problem. We try to identify IP in-use addresses by:

  1. Clearing the ARP cache
  2. Pinging the IP address
  3. If we get a response we know that the address is in use
  4. Otherwise, if we see an ARP cache record for the address, it must be in use as well

I suspect we may need to wait a bit after clearing the ARP cache since it's possible that the Windows command doesn't perform this operation synchronously.

@jefflill jefflill self-assigned this Aug 3, 2023
@jefflill jefflill added bug Identifies a bug or other failure cluster-setup neonKUBE cluster setup labels Aug 3, 2023
@jefflill
Copy link
Collaborator Author

jefflill commented Aug 8, 2023

CLOSING: I've disabled the ARP code for now. I think we may be experiencing a race condition here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Identifies a bug or other failure cluster-setup neonKUBE cluster setup
Projects
None yet
Development

No branches or pull requests

1 participant