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
Describe the bug
Finally code block will always execute. So incFailCount() will always execute. And when queryInstancesOfService error delayTime = -1, this task will also be stopped.
Why need add delayTime > 0 check , should a default value be given.
Describe the bug
Finally code block will always execute. So
incFailCount()
will always execute. And whenqueryInstancesOfService
error delayTime = -1, this task will also be stopped.Why need add
delayTime > 0
check , should a default value be given.nacos/client/src/main/java/com/alibaba/nacos/client/naming/core/ServiceInfoUpdateService.java
Lines 190 to 201 in eb36581
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: