-
Notifications
You must be signed in to change notification settings - Fork 3.8k
fix(jersey3): Fix issue: server will not reregister after peer server restarts #1540
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
base: 2.x
Are you sure you want to change the base?
Conversation
|
Hello, |
|
Hi @howardyuan |
|
Thx you @howardyuan Thx in advance |
|
@ouaibsky will this fix get merged soon, or are there other concerns ? |
I would like this to be merged, but looks like there is no maintainer to validate or ask question. |
|
Hi @paulbakker, I'm looking for a maintainer to review this PR. |
|
Hi @howardyuan or @OlgaMaciaszek , is it possible to merge please ? |
|
Hi @ouaibsky, I'm not a maintainer of this repo - only of Spring Cloud Netflix, but @howardyuan should be able to help with this. |
|
Currently, after a restart of the Eureka server, all registered clients attempt to renew their leases. However, this does not trigger automatic re-registration when the server comes back online. As a result, any deployment of the Eureka server forces us to redeploy each client peer manually to ensure re-registration. It would be ideal if the Eureka client could handle this re-registration automatically without requiring a redeploy of each peer, ensuring that the clients can recover without needing to restart after a server restart. |
|
@howardyuan any timeframe when we can expect the release with this fix? |
|
@howardyuan Any chance this can get merged and we can get a 2.0.6 release? A new release will also help us get #1601 released as well. This will help out for Spring Netflix to be able to proceed to with excluding commons-configuration (and by extension commons-lang), helping those of us battling the vulnerability issues brought by these old libraries. |
When we got a 404, the payload does not contains a json that can be map into an InstanceInfo
more detail with reprductibe example at: spring-cloud/spring-cloud-netflix#4220 (comment)
It's fixing issue: