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/05/11 07:22:55 UTC

[GitHub] [servicecomb-java-chassis] heyile commented on a change in pull request #1196: [SCB-1274]when service center is unavailable, service should enter sa…

heyile commented on a change in pull request #1196: [SCB-1274]when service center is unavailable, service should enter sa…
URL: https://github.com/apache/servicecomb-java-chassis/pull/1196#discussion_r283085804
 
 

 ##########
 File path: service-registry/src/main/java/org/apache/servicecomb/serviceregistry/task/ServiceCenterTask.java
 ##########
 @@ -30,16 +34,25 @@
 
   private int interval;
 
+  private int checkTimes;
+
+  private AtomicLong failedTimes = new AtomicLong();
 
 Review comment:
   done

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