zouxiaoqiang opened a new issue, #4671:
URL: https://github.com/apache/servicecomb-java-chassis/issues/4671
servicecomb版本:2.7.8
重试策略配置:
```
loadbalance:
retryEnabled: true
retryOnNext: 1
retryOnSame: 0
```
构造场景:A服务访问B1、B2服务,其中B1服务网络访问不通
我们调用单个请求失败,预期应该是可以成功的
定位发现:
`InvokerUtils.canRetryForException`方法返回true

`InvokerUtils.updateRetryStatus`方法只被调用一次,且走不到`invocation.isFinished()`的判断中
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]