shukean opened a new issue, #2001: URL: https://github.com/apache/incubator-brpc/issues/2001
**Describe the bug (描述bug)** 当重试次数>=3时, 开启 backup request 以及 retry policy 时, 会触发 CHECK_EQ(current_id(), info.id) << "error_code=" << _error_code; **To Reproduce (复现方法)** 1) 发送一次rpc: 记作 RPC_1. 假设在 backup request time 后返回, 且 retry policy 必定为真. 2) 触发 backup request, 记作 RPC_2. 且返回在 RPC_1 之后. 3) RPC_1 返回后, 重试时触发 CHECK_EQ(current_id(), info.id) << "error_code=" << _error_code; **Expected behavior (期望行为)** 不触发 CHECK_EQ(current_id(), info.id) << "error_code=" << _error_code; -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
