You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Service instances in the Eureka Server cluster should be able to synchronize consistently, ensuring that all nodes have the same service registry.
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.
Solving this bug may require optimizing Eureka's synchronization mechanism, increasing retry logic, improving network fault tolerance, or adjusting synchronization strategies
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: