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

    https://github.com/apache/spark/pull/7276#discussion_r34528953
  
    --- Diff: 
streaming/src/main/scala/org/apache/spark/streaming/scheduler/ReceiverTracker.scala
 ---
    @@ -227,6 +255,8 @@ class ReceiverTracker(ssc: StreamingContext, 
skipReceiverLaunch: Boolean = false
           case DeregisterReceiver(streamId, message, error) =>
             deregisterReceiver(streamId, message, error)
             context.reply(true)
    +      case ScheduleReceiver(streamId) =>
    --- End diff --
    
    Or if we want to maintain the naming scheme (which uses `Register` instead 
`Start`), it may be better to name the new one `ValidateLocation(streamId, 
host)`


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