Github user tdas commented on a diff in the pull request:

    https://github.com/apache/spark/pull/3026#discussion_r19647455
  
    --- Diff: 
streaming/src/main/scala/org/apache/spark/streaming/dstream/ReceiverInputDStream.scala
 ---
    @@ -40,9 +39,6 @@ import org.apache.spark.SparkException
     abstract class ReceiverInputDStream[T: ClassTag](@transient ssc_ : 
StreamingContext)
       extends InputDStream[T](ssc_) {
     
    -  /** Keeps all received blocks information */
    -  private lazy val receivedBlockInfo = new HashMap[Time, 
Array[ReceivedBlockInfo]]
    -
       /** This is an unique identifier for the network input stream. */
    --- End diff --
    
    All the functionality to keep track of block-to-batch allocations have been 
moved from `ReceiverInputDStream` to `ReceivedBlockTracker`. 


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