刘子华

Results 3 issues of 刘子华

问题描述:遇到了和 #23 描述的情况,当客户端发起顺序/并发写请求时报错 问题复现: ``` 启动3节点raft-server: 1. git clone https://github.com/wenweihu86/raft-java 2. cd raft-java/raft-java-example && sh deploy.sh ``` 使用如下代码测试写功能会报错: ```java String ipPorts = "list://127.0.0.1:8051,127.0.0.1:8052,127.0.0.1:8053"; RpcClient rpcClient = new RpcClient(ipPorts); ExampleService exampleService...

问题产生原因如 #24 所述 解决如下: 1. 用一个map存peer->service 2. 当客户端发起写调用,且该节点不为leader时,直接从map中取出对应的service

I want to train, but the dataset is only RGB.