ankurdave commented on pull request #34245: URL: https://github.com/apache/spark/pull/34245#issuecomment-941106356
Looks like the PySpark tests `pyspark.sql.tests.test_pandas_udf_scalar` and `pyspark.tests.test_rdd` both timed out after ~6 hours. This makes sense: the deadlock should be easy to repro since should always hit it when interrupting the writer thread. I updated the PR to release the TaskContextImpl lock before invoking the listeners. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
