liumh8 opened a new issue #1119: URL: https://github.com/apache/incubator-brpc/issues/1119
如果在某个连接上,[flush_batched](https://github.com/apache/incubator-brpc/blob/a3b22660096c4f00cfdffc7571063603ccb5a428/src/brpc/redis.h#L264)为false的情况下,缓存了几条命令,这时候RedisCommandHandler处理另一条连接的请求,且flush_batched为true,将已缓存的命令都处理完返回,但是其中一些命令是来自其他连接的。请问是否有这样的问题? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
