You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2019/03/04 09:40:26 UTC

[GitHub] [incubator-shardingsphere] cherrylzhao opened a new issue #1963: Mysql binary statement cache haven't released after received COM_STMT_CLOSE command.

cherrylzhao opened a new issue #1963: Mysql binary statement cache haven't released after received COM_STMT_CLOSE command.
URL: https://github.com/apache/incubator-shardingsphere/issues/1963
 
 
   Mysql client driver have a LRU mechanism for prepare statement. while cached statement have expired, COM_STMT_CLOSE will be sent to proxy, so we should remove the expired statement to avoid memory leak risk.

----------------------------------------------------------------
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


With regards,
Apache Git Services