Github user tdas commented on a diff in the pull request:
https://github.com/apache/spark/pull/9181#discussion_r43063234
--- Diff:
streaming/src/main/scala/org/apache/spark/streaming/scheduler/ReceiverSchedulingPolicy.scala
---
@@ -30,22 +30,22 @@ import org.apache.spark.util.Utils
* - The first phase is global scheduling when ReceiverTracker is starting
and we need to schedule
* all receivers at the same time. ReceiverTracker will call
`scheduleReceivers` at this phase.
* It will try to schedule receivers with evenly distributed.
ReceiverTracker should update its
- * receiverTrackingInfoMap according to the results of
`scheduleReceivers`.
- * `ReceiverTrackingInfo.scheduledExecutors` for each receiver will set
to an executor list that
+ * `receiverTrackingInfoMap` according to the results of
`scheduleReceivers`.
+ * `ReceiverTrackingInfo.scheduledLocations` for each receiver will set
to an location list that
--- End diff --
nit: will set --> should be set
---
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]