[ 
https://issues.apache.org/jira/browse/SPARK-13151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15131100#comment-15131100
 ] 

holdenk commented on SPARK-13151:
---------------------------------

This seems pretty reasonable we already use concurrentlinkedqueue elsewhere in 
the code. I'm going to make sub tasks for each component so they don't get hung 
up on reviewers.

> Investigate replacing SynchronizedBuffer as it is deprecated/unreliable
> -----------------------------------------------------------------------
>
>                 Key: SPARK-13151
>                 URL: https://issues.apache.org/jira/browse/SPARK-13151
>             Project: Spark
>          Issue Type: Improvement
>          Components: Spark Core, Streaming
>            Reporter: holdenk
>            Priority: Trivial
>
> 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 - we should 
> investigate if this is a reasonable suggestion.



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

Reply via email to