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

    https://github.com/apache/spark/pull/7276#discussion_r34520046
  
    --- Diff: 
streaming/src/main/scala/org/apache/spark/streaming/scheduler/ReceiverTracker.scala
 ---
    @@ -75,6 +89,19 @@ class ReceiverTracker(ssc: StreamingContext, 
skipReceiverLaunch: Boolean = false
       // This not being null means the tracker has been started and not stopped
       private var endpoint: RpcEndpointRef = null
     
    +  private val scheduler: ReceiverScheduler = new 
LoadBalanceReceiverSchedulerImpl()
    +
    +  @volatile private var stopping = false
    +
    +  // Track receivers' status for scheduling
    --- End diff --
    
    This is a super-minor style point, but if you write these one-liners as 
Scaladoc then they'll show up in the quick documentation popups in IntelliJ.  I 
don't feel super strongly about this and we haven't been consistent about this 
throughout Spark, but just thought I'd comment since this has been on my mind 
lately.


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