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

Inconsistent service instances caused by synchronization issues between Eureka servers #1536

Open
CCTV-six opened this issue Feb 22, 2024 · 1 comment

Comments

@CCTV-six
Copy link

CurrentBehavior

1.In the Eureka Server cluster, the list of service instances on certain nodes is inconsistent with other nodes.
2.Due to synchronization issues, the client may not be able to obtain complete service instance information from all nodes.
3. Service consumers may not be able to find all available service providers as a result, leading to service invocation failures.

ExpectedBehavior

  1. Service instances in the Eureka Server cluster should be able to synchronize consistently, ensuring that all nodes have the same service registry.
  2. Even in the event of network partitioning or communication failures, Eureka should be able to maintain consistency of service instances as much as possible and provide a failure over mechanism.
  3. Solving this bug may require optimizing Eureka's synchronization mechanism, increasing retry logic, improving network fault tolerance, or adjusting synchronization strategies
@xiaolidw23456
Copy link

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

2 participants