[ 
https://issues.apache.org/jira/browse/SCB-294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16356716#comment-16356716
 ] 

ASF GitHub Bot commented on SCB-294:
------------------------------------

liubao68 commented on a change in pull request #552: [SCB-294]when send a 
request to a not exist microservice, edge will always try to find instances of 
it
URL: 
https://github.com/apache/incubator-servicecomb-java-chassis/pull/552#discussion_r166874639
 
 

 ##########
 File path: 
service-registry/src/main/java/org/apache/servicecomb/serviceregistry/consumer/MicroserviceVersions.java
 ##########
 @@ -210,9 +220,9 @@ public void 
onMicroserviceInstanceChanged(MicroserviceInstanceChangedEvent chang
     //   if pull 1/2/3, and then delete 3, but "delete 3" received before pull 
result, will have wrong 3.
     // EXPIRE::
     //   black/white config in SC changed, we must refresh all data from sc.
-    postPullInstanceEvent(TimeUnit.MILLISECONDS.toMillis(1));
+    postPullInstanceEvent(0);
 
 Review comment:
   This is an event fired by SC of instance change and we need to get the 
changed instance immediately. Some user applications based on this event to 
make calls, and if we pending to get instance, will cause their logic more 
complex

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


> when send a request to a not exist microservice, edge will always try to find 
> instances of it.
> ----------------------------------------------------------------------------------------------
>
>                 Key: SCB-294
>                 URL: https://issues.apache.org/jira/browse/SCB-294
>             Project: Apache ServiceComb
>          Issue Type: Bug
>          Components: Java-Chassis
>            Reporter: wujimin
>            Assignee: liubao
>            Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to