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

qian heng updated SPARK-43507:
------------------------------
    External issue URL:   (was: https://github.com/apache/spark/pull/40974)

> The status of free pages in allocatedPages mismatch with pageTable after 
> invoking TaskMemoryManager::cleanUpAllAllocatedMemory
> ------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SPARK-43507
>                 URL: https://issues.apache.org/jira/browse/SPARK-43507
>             Project: Spark
>          Issue Type: Bug
>          Components: Spark Core
>    Affects Versions: 3.4.0
>            Reporter: qian heng
>            Priority: Major
>
> For TaskMemoryManager,  `allocatePags`  is a Bitmap for tracking free pages 
> in `pageTables`.
> But inner TaskMemoryManager::cleanUpAllAllocatedMemory, it fills up 
> `pageTables` with null but not clear up the `allocatePags`. It leads to the 
> status of free pages mismatch between them.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to