zrlw commented on issue #9079:
URL: https://github.com/apache/dubbo/issues/9079#issuecomment-951843086


   
destroy需要加上ServiceInstancesChangedListener的destroy,否则AddressRefreshRetryTask会一直运行,导致后续测试类执行失败:
   ```
   [INFO] Running 
org.apache.dubbo.registry.client.migration.DefaultMigrationAddressComparatorTest
   [INFO] [26/10/21 10:48:33:099 UTC]  WARN 
listener.ServiceInstancesChangedListener:  [DUBBO] Received address refresh 
retry event, 1635245303041, dubbo version: 3.0.5-SNAPSHOT, current host: 
172.31.192.1
   <== 这个AddressRefreshRetryTask是前面的ServiceInstancesChangedListenerTest创建的
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to