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
When the heartbeat of an instance times out, it will be deregistered, and a DeregisterInstanceTraceEvent will be published,
However, this event does not hold the port of the instance
Expected behavior
Hold hold instance port, Consistent with 'client initiates request'
Describe the bug
When the heartbeat of an instance times out, it will be deregistered, and a DeregisterInstanceTraceEvent will be published,
However, this event does not hold the port of the instance
Expected behavior
Hold hold instance port, Consistent with 'client initiates request'
See:
nacos/naming/src/main/java/com/alibaba/nacos/naming/controllers/InstanceControllerV2.java
Line 159 in fcc9b0a
Actually behavior
See:
nacos/naming/src/main/java/com/alibaba/nacos/naming/healthcheck/heartbeat/ExpiredInstanceChecker.java
Line 82 in fcc9b0a
The text was updated successfully, but these errors were encountered: