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 2021/03/02 08:28:26 UTC

[GitHub] [servicecomb-java-chassis] liubao68 edited a comment on issue #2265: cse 配置实例隔离,当一个实例调用失败后会触发整个微服务的隔离

liubao68 edited a comment on issue #2265:
URL: https://github.com/apache/servicecomb-java-chassis/issues/2265#issuecomment-788717746


   ```
   2021-02-27 09:56:44.353|WARN |[BRThreadPools.CPWithdrawEvtReceiverThreadPool-2]|?.?:?|Isolate service BrowserContentEventHandlerService's instance 2250615a789c11eb8722fa163e7717a3.
   2021-02-27 09:56:44.485|WARN |[BRThreadPools.CPWithdrawEvtReceiverThreadPool-2]|?.?:?|Isolate service BrowserContentEventHandlerService's instance 1ccdc64d725811ebb193fa163e7717a3.
   ```
   
   这个日志表明两个实例都隔离了, 你确认下是否访问serverB1的所有请求是否都是成功的。 
   
   
   bizkeeper-consumer可能导致两个实例都隔离,因为这个也提供了隔离功能,并且是服务级别的。 隔离的默认参数参考:https://docs.servicecomb.io/java-chassis/zh_CN/references-handlers/bizkeeper/
   
   你也可以尝试去掉bizkeeper-consumer,看看是否发生类似的现象。 


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