Self preservation mode is the most likely culprit here. Also, I'm exploring this myself, so here are my personal notes:
"If webapp is running and service healthcheck returns false periodically then the webapp service will be periodically registered with the servers. This means its lease does not expire, because it's been updated recently! This means the service will remain in the registry.
On the other hand, if the webapp uses no healthcheck callback but manually sets status to DOWN then the lease will expire and the service will be removed from the registry.
Similarly, if the webapp is killed then the lease will expire no matter what status it is set to: UP, DOWN... the lease will expire
Therefore, anything with a healthcheck callback will always remain in the registry."
--
You received this message because you are subscribed to the Google Groups "eureka_netflix" group.
To unsubscribe from this group and stop receiving emails from it, send an email to eureka_netfli...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.