You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Vladislav Pyatkov (JIRA)" <ji...@apache.org> on 2017/02/22 16:12:44 UTC

[jira] [Created] (IGNITE-4747) Memory leak on massive cache operations over atomic cache

Vladislav Pyatkov created IGNITE-4747:
-----------------------------------------

             Summary: Memory leak on massive cache operations over atomic cache
                 Key: IGNITE-4747
                 URL: https://issues.apache.org/jira/browse/IGNITE-4747
             Project: Ignite
          Issue Type: Bug
            Reporter: Vladislav Pyatkov


When starts several nodes (I have tested in 4 nodes) with the application, through some time (depends of heap size), we have got a Full GC pause and segmentation the grid.
After heap dump analysis, I found some suspicious object:
{noforamt}
  Class Instance Count Total Size 
class java.util.concurrent.ConcurrentSkipListMap$Node  63622411  1526937864  
class java.util.concurrent.ConcurrentSkipListMap$Index  31810595  763454280  
class java.lang.Long  63622318  508978544  
{noforamt}

the leak in the fils "updates" of class GridDhtLocalPartition.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)