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

Apache Spark reassigned SPARK-39127:
------------------------------------

    Assignee:     (was: Apache Spark)

> Fix potential risk of LevelDBIterator leak
> ------------------------------------------
>
>                 Key: SPARK-39127
>                 URL: https://issues.apache.org/jira/browse/SPARK-39127
>             Project: Spark
>          Issue Type: Bug
>          Components: Spark Core
>    Affects Versions: 3.4.0
>            Reporter: Yang Jie
>            Priority: Minor
>
> Similar as SPARK-39063
> There is lock contention between `LevelDBIterator.finalize()` and 
> `LevalDb.close()` method. If `LevelDB.close()` method is executed first, the 
> `LevelDBIterator`s hold by `Finalizer` will not close before the `LevelDB` 
> close.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to