[ 
https://issues.apache.org/jira/browse/IGNITE-8347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Taras Ledkov updated IGNITE-8347:
---------------------------------
    Description: 
Memory leaks on restart Ignite node with enabled persistence at ThreadLocal.
The ThreadLocal {{DelayedPageReplacementTracker#delayedPageWriteThreadLoc}} 
looks suspicious.

I've added the simple test to memory leak on restart Ignite nodes from the 
thread that is not terminated after node stopped.
This case is very useful e.g. for all jUnit cache tests that starts Ignite 
cluster from the {{beforeTestsStarted()}} (this method is called from the 
{{main}} thread and alive for all tests in a test suite).

  was:Memory leaks on restart Ignite node with enabled persistence at 
ThreadLocal.


> Memory leaks on restart Ignite node with enabled persistence at ThreadLocal
> ---------------------------------------------------------------------------
>
>                 Key: IGNITE-8347
>                 URL: https://issues.apache.org/jira/browse/IGNITE-8347
>             Project: Ignite
>          Issue Type: Bug
>          Components: persistence
>    Affects Versions: 2.4
>            Reporter: Taras Ledkov
>            Assignee: Dmitriy Pavlov
>            Priority: Critical
>
> Memory leaks on restart Ignite node with enabled persistence at ThreadLocal.
> The ThreadLocal {{DelayedPageReplacementTracker#delayedPageWriteThreadLoc}} 
> looks suspicious.
> I've added the simple test to memory leak on restart Ignite nodes from the 
> thread that is not terminated after node stopped.
> This case is very useful e.g. for all jUnit cache tests that starts Ignite 
> cluster from the {{beforeTestsStarted()}} (this method is called from the 
> {{main}} thread and alive for all tests in a test suite).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to