[jira] [Updated] (SPARK-13203) Add scalastyle rule banning use of mutable.SynchronizedBuffer

2016-02-10 Thread Sean Owen (JIRA)

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

Sean Owen updated SPARK-13203:
--
Assignee: Ted Yu

> Add scalastyle rule banning use of mutable.SynchronizedBuffer 
> --
>
> Key: SPARK-13203
> URL: https://issues.apache.org/jira/browse/SPARK-13203
> Project: Spark
>  Issue Type: Improvement
>  Components: Build
>Reporter: Ted Yu
>Assignee: Ted Yu
>Priority: Trivial
> Fix For: 2.0.0
>
>
> From SPARK-13164 :
> Building with scala 2.11 results in the warning trait SynchronizedBuffer in 
> package mutable is deprecated: Synchronization via traits is deprecated as it 
> is inherently unreliable. Consider java.util.concurrent.ConcurrentLinkedQueue 
> as an alternative.
> This issue adds scalastyle rule banning the use of mutable.SynchronizedBuffer



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

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



[jira] [Updated] (SPARK-13203) Add scalastyle rule banning use of mutable.SynchronizedBuffer

2016-02-10 Thread Sean Owen (JIRA)

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

Sean Owen updated SPARK-13203:
--
Priority: Trivial  (was: Minor)

> Add scalastyle rule banning use of mutable.SynchronizedBuffer 
> --
>
> Key: SPARK-13203
> URL: https://issues.apache.org/jira/browse/SPARK-13203
> Project: Spark
>  Issue Type: Improvement
>  Components: Build
>Reporter: Ted Yu
>Priority: Trivial
> Fix For: 2.0.0
>
>
> From SPARK-13164 :
> Building with scala 2.11 results in the warning trait SynchronizedBuffer in 
> package mutable is deprecated: Synchronization via traits is deprecated as it 
> is inherently unreliable. Consider java.util.concurrent.ConcurrentLinkedQueue 
> as an alternative.
> This issue adds scalastyle rule banning the use of mutable.SynchronizedBuffer



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

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