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

Sean Owen resolved SPARK-13186.
-------------------------------
       Resolution: Fixed
    Fix Version/s: 2.0.0

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

> Migrate away from SynchronizedMap which is deprecated
> -----------------------------------------------------
>
>                 Key: SPARK-13186
>                 URL: https://issues.apache.org/jira/browse/SPARK-13186
>             Project: Spark
>          Issue Type: Sub-task
>          Components: Spark Core, SQL, Streaming
>            Reporter: holdenk
>            Priority: Trivial
>             Fix For: 2.0.0
>
>
> The warning is " trait SynchronizedMap in package mutable is deprecated: 
> Synchronization via traits is deprecated as it is inherently unreliable.  
> Consider java.util.concurrent.ConcurrentHashMap as an alternative.
> [warn]   val failureReasons = new HashMap[Int, String] with 
> SynchronizedMap[Int, String]"



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to