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

Jayadeep Jayaraman updated SPARK-49479:
---------------------------------------
    Target Version/s: 4.0.0

> Non-daemon timer thread prevents Spark driver JVM from stopping
> ---------------------------------------------------------------
>
>                 Key: SPARK-49479
>                 URL: https://issues.apache.org/jira/browse/SPARK-49479
>             Project: Spark
>          Issue Type: Bug
>          Components: Spark Core
>    Affects Versions: 4.0.0, 3.5.2
>            Reporter: Xi Chen
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 4.0.0
>
>
> It is observed that when using [Spark Torch 
> Distributor|https://spark.apache.org/docs/latest/api/python/reference/api/pyspark.ml.torch.distributor.TorchDistributor.html],
>  Spark driver pod could hang around after calling {_}spark.stop(){_}. 
> Although the Spark Context was shutdown, the JVM was still running.
> The reason was that there is a non-daemon timer thread named 
> {_}BarrierCoordinator barrier epoch increment timer{_}, which prevented the 
> driver JVM from stopping. In SPARK-46895 we replaced the timer with 
> non-daemon single thread scheduled executor, but the issue still exists.
> We should use daemon single thread scheduled executor instead.



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

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

Reply via email to