(long tid)
| 95 | } |
| 96 | |
| 97 | public TaskCompletionSource<RaftRpc<BBatchTid.Data, EmptyBean.Data>> undoBatch(long tid) { |
| 98 | var r = new UndoBatch(); |
| 99 | r.Argument.setTid(tid); |
| 100 | r.setTimeout(config.getRpcTimeout()); |
| 101 | return raftClient.sendForWait(r); |
| 102 | } |
| 103 | |
| 104 | private void verifyFastFail() { |
| 105 | if (System.currentTimeMillis() - lastErrorTime < config.getServerFastErrorPeriod()) |