liumh8 opened a new issue #1130: URL: https://github.com/apache/incubator-brpc/issues/1130
RedisConnContext 中使用了[butil::Arena](https://github.com/apache/incubator-brpc/blob/4e519089a4f009c6892409a1a70d76fdb07eb5d5/src/brpc/policy/redis_protocol.cpp#L75)。对于某个一直存在的连接socket,那么它的socket->parsing_context()也就一直存在,那么parsing_context()里的butil::Arena分配的内存一直没有释放,内存占用就会一直上涨? ---------------------------------------------------------------- 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]
