liubao68 commented on issue #1910:
URL: 
https://github.com/apache/servicecomb-java-chassis/issues/1910#issuecomment-669085889


   ```
           serverStats.markIsolated(true);
           eventBus.post(
               new IsolationServerEvent(invocation, instance, serverStats,
                   settings, Type.OPEN, server.getEndpoint())); 
           LOGGER.warn("Isolate service {}'s instance {}.", 
invocation.getMicroserviceName(),
               instance.getInstanceId());
   ```
   
   可以查看 IsolationDiscoveryFilter 的细节。


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to