Github user ted-yu commented on the pull request:

    https://github.com/apache/spark/pull/11082#issuecomment-180064615
  
    ```
    
external/kafka/src/test/scala/org/apache/spark/streaming/kafka/DirectKafkaStreamSuite.scala:
      new ArrayBuffer[(String, String)] with 
mutable.SynchronizedBuffer[(String, Strin
    
external/kafka/src/test/scala/org/apache/spark/streaming/kafka/DirectKafkaStreamSuite.scala:
    val collectedData = new mutable.ArrayBuffer[String]() with 
mutable.SynchronizedBuf
    
external/kafka/src/test/scala/org/apache/spark/streaming/kafka/DirectKafkaStreamSuite.scala:
    val collectedData = new mutable.ArrayBuffer[String]() with 
mutable.SynchronizedBuf
    
external/kafka/src/test/scala/org/apache/spark/streaming/kafka/DirectKafkaStreamSuite.scala:
      new ArrayBuffer[(String, String)] with 
mutable.SynchronizedBuffer[(String, Strin
    
external/kafka/src/test/scala/org/apache/spark/streaming/kafka/DirectKafkaStreamSuite.scala:
      new mutable.ArrayBuffer[Array[String]]() with 
mutable.SynchronizedBuffer[Array[S
    
external/kafka/src/test/scala/org/apache/spark/streaming/kafka/DirectKafkaStreamSuite.scala:
  val collectedData = new mutable.ArrayBuffer[String]() with 
mutable.SynchronizedBuffe
    
streaming/src/main/scala/org/apache/spark/streaming/receiver/ReceiverSupervisorImpl.scala:
    with mutable.SynchronizedBuffer[BlockGenerator]
    
streaming/src/test/scala/org/apache/spark/streaming/TestSuiteBase.scala:import 
scala.collection.mutable.SynchronizedBuffer
    
streaming/src/test/scala/org/apache/spark/streaming/receiver/BlockGeneratorSuite.scala:
    val pushedData = new mutable.ArrayBuffer[Any] with 
mutable.SynchronizedBuffer[Any]
    
streaming/src/test/scala/org/apache/spark/streaming/receiver/BlockGeneratorSuite.scala:
    val addedData = new mutable.ArrayBuffer[Any] with 
mutable.SynchronizedBuffer[Any]
    
streaming/src/test/scala/org/apache/spark/streaming/receiver/BlockGeneratorSuite.scala:
    val addedMetadata = new mutable.ArrayBuffer[Any] with 
mutable.SynchronizedBuffer[Any]
    
streaming/src/test/scala/org/apache/spark/streaming/util/RecurringTimerSuite.scala:
    val results = new mutable.ArrayBuffer[Long]() with 
mutable.SynchronizedBuffer[Long]
    
streaming/src/test/scala/org/apache/spark/streaming/util/RecurringTimerSuite.scala:
    val results = new mutable.ArrayBuffer[Long]() with 
mutable.SynchronizedBuffer[Long]
    ```
    Should the above be cleaned as addendum to #11059 or, using this PR ?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

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

Reply via email to