[
https://issues.apache.org/jira/browse/SPARK-8577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15906455#comment-15906455
]
Sean Owen commented on SPARK-8577:
----------------------------------
In my PR to remove 2.10 support, I considered removing this lock, because the
comments suggest that it patches over a problem that is fixed in 2.11. I left
it in. If we can remove it, then I suppose it would make this certainly not a
problem. CC [~ueshin] because of
https://issues.apache.org/jira/browse/SPARK-13640
> ScalaReflectionLock.synchronized can cause deadlock
> ---------------------------------------------------
>
> Key: SPARK-8577
> URL: https://issues.apache.org/jira/browse/SPARK-8577
> Project: Spark
> Issue Type: Bug
> Components: SQL
> Affects Versions: 1.4.0
> Reporter: koert kuipers
> Priority: Minor
>
> Just a heads up, i was doing some basic coding using DataFrame, Row,
> StructType, etc. in my own project and i ended up with deadlocks in my sbt
> tests due to the usage of ScalaReflectionLock.synchronized in the spark sql
> code.
> the issue went away when i changed my build to have:
> parallelExecution in Test := false
> so that the tests run consecutively...
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]