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

Hyukjin Kwon resolved SPARK-49688.
----------------------------------
    Resolution: Fixed

Issue resolved by pull request 48208
[https://github.com/apache/spark/pull/48208]

> Data races detected by SparkConnectServiceSuite over ExecuteHolder
> ------------------------------------------------------------------
>
>                 Key: SPARK-49688
>                 URL: https://issues.apache.org/jira/browse/SPARK-49688
>             Project: Spark
>          Issue Type: Bug
>          Components: Connect
>    Affects Versions: 4.0.0
>            Reporter: Changgyoo Park
>            Assignee: Changgyoo Park
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 4.0.0
>
>
> 1. Test issue.
> https://github.com/longvu-db/spark/actions/runs/10903815379/job/30258793280
> 2. Real issue.
> org.scalatest.exceptions.TestFailedDueToTimeoutException: The code passed to 
> eventually never returned normally. Attempted 654 times over 
> 10.001713506999998 seconds. Last failure message: Canceled did not equal 
> Closed Execution has not been completed in Timeout(Span(10, Seconds)).
> Data race among ExecuteThreadRunner, and interrupt.
> 1. Thread 1 starts an ExecuteHolder.
> 2. Thread 2 interrupts the ExecuteHolder, before 1 is completed.
> 3. The ExecuteHolder never reaches 'closed'.
> => Confirmed, reproduced.



--
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