Github user ted-yu commented on the pull request:

    https://github.com/apache/spark/pull/11082#issuecomment-180063800
  
    ```
    
external/kafka/src/test/scala/org/apache/spark/streaming/kafka/KafkaStreamSuite.scala:
    val result = new mutable.HashMap[String, Long]() with 
mutable.SynchronizedMap[String, Lo
    
extras/kinesis-asl/src/test/scala/org/apache/spark/streaming/kinesis/KinesisStreamSuite.scala:
      with mutable.SynchronizedMap[Time, (Array[SequenceNumberRanges], 
Seq[Int])]
    
streaming/src/main/scala/org/apache/spark/streaming/dstream/FileInputDStream.scala:
    new mutable.HashMap[Time, Array[String]] with mutable.SynchronizedMap[Time, 
Array[String]]
    
streaming/src/main/scala/org/apache/spark/streaming/dstream/FileInputDStream.scala:
      new mutable.HashMap[Time, Array[String]] with 
mutable.SynchronizedMap[Time, Array[String]
    
streaming/src/test/scala/org/apache/spark/streaming/StreamingListenerSuite.scala:import
 scala.collection.mutable.{ArrayBuffer, HashMap, SynchronizedBuffer, 
SynchronizedMap}
    
streaming/src/test/scala/org/apache/spark/streaming/StreamingListenerSuite.scala:
  val failureReasons = new HashMap[Int, String] with SynchronizedMap[Int, 
String]
    ```
    Since SynchronizedMap is used, should I open another JIRA ?


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