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


   MockClusterInvoker这个类搞Directory和invoker两个成员的确是很别扭:
   ```
       @Override
       public boolean isDestroyed() {
           return directory.isDestroyed();  <== 1
       }
       ...
       @Override
       public void destroy() {
           this.invoker.destroy(); <== 2
       }
   ```


-- 
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