You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2019/08/06 07:23:53 UTC

[GitHub] [servicecomb-java-chassis] yhs0092 commented on a change in pull request #1232: [SCB-1308] improve instance isolation recovery mechanism

yhs0092 commented on a change in pull request #1232: [SCB-1308] improve instance isolation recovery mechanism
URL: https://github.com/apache/servicecomb-java-chassis/pull/1232#discussion_r310914784
 
 

 ##########
 File path: handlers/handler-loadbalance/src/main/java/org/apache/servicecomb/loadbalance/filter/IsolationDiscoveryFilter.java
 ##########
 @@ -75,6 +82,9 @@ public IsolationDiscoveryFilter() {
       boolean newValue = emptyProtection.get();
       LOGGER.info("{} changed from {} to {}", EMPTY_INSTANCE_PROTECTION, emptyProtection, newValue);
     });
+    if (invocationFinishListenerRegistered.compareAndSet(false, true)) {
 
 Review comment:
   Oh, sorry. It has been fixed.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services