You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brpc.apache.org by GitBox <gi...@apache.org> on 2020/06/01 12:35:45 UTC

[GitHub] [incubator-brpc] liumh8 opened a new issue #1130: RedisConnContext 内存会一直上涨?

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org


[GitHub] [incubator-brpc] liumh8 closed issue #1130: RedisConnContext 内存会一直上涨?

Posted by GitBox <gi...@apache.org>.
liumh8 closed issue #1130:
URL: https://github.com/apache/incubator-brpc/issues/1130


   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org


[GitHub] [incubator-brpc] liumh8 removed a comment on issue #1130: RedisConnContext 内存会一直上涨?

Posted by GitBox <gi...@apache.org>.
liumh8 removed a comment on issue #1130:
URL: https://github.com/apache/incubator-brpc/issues/1130#issuecomment-636835676


   @zyearn 请问是否有这种问题?


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org


[GitHub] [incubator-brpc] liumh8 commented on issue #1130: RedisConnContext 内存会一直上涨?

Posted by GitBox <gi...@apache.org>.
liumh8 commented on issue #1130:
URL: https://github.com/apache/incubator-brpc/issues/1130#issuecomment-636835676


   @zyearn 请问是否有这种问题?


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org