raft-java
raft-java copied to clipboard
I have one 8051 server, why I see channel is non active
... 2 more
Exception in thread "main" com.baidu.brpc.exceptions.RpcException: com.baidu.brpc.exceptions.RpcException: channel is non active, retry another channel
at com.baidu.brpc.client.BrpcProxy.intercept(BrpcProxy.java:276)
at com.github.wenweihu86.raft.example.server.service.ExampleService$$EnhancerByCGLIB$$c1bbc38a.set(
@gwnet 这里是brpc-java负载均衡没有及时把重试过的实例剔除掉。后续会优化。