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/02/25 07:49:32 UTC

[GitHub] Mkeeper6 opened a new issue #1916: ParsingReultCache Object may cause Memory leak

Mkeeper6 opened a new issue #1916: ParsingReultCache Object may cause Memory leak
URL: https://github.com/apache/incubator-shardingsphere/issues/1916
 
 
   ## Bug Report
   
   ParsingReultCache Object may cause Memory leak
   
   Please answer these questions before submitting your issue. Thanks!
   
   ### Which version of ShardingSphere did you use?
   3.1.0
   
   ### Which project did you use? Sharding-JDBC or Sharding-Proxy?
   Sharding-JDBC
   
   ### Expected behavior
   query data
   
   ### Actual behavior
   query data
   
   ### Reason analyze (If you can)
   ![image](https://user-images.githubusercontent.com/12479469/53321292-f7236f80-3912-11e9-9c44-cadc3f7a2d22.png)
   Cache SQL 2.9G, Meybe Memory leak
   
   ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc.
   select * from table where time 
   
   select id, user_id, room_id,, member_type  from table_20190225 WHERE id = ? and dateline between ? and ? 
   
   
   
   ### Example codes for reproduce this issue (such as a github link).
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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