Github user tdas commented on a diff in the pull request:
https://github.com/apache/spark/pull/5680#discussion_r29408882
--- Diff:
streaming/src/main/scala/org/apache/spark/streaming/scheduler/JobScheduler.scala
---
@@ -50,6 +50,8 @@ class JobScheduler(val ssc: StreamingContext) extends
Logging {
// These two are created only when scheduler starts.
// eventLoop not being null means the scheduler has been started and not
stopped
var receiverTracker: ReceiverTracker = null
+ // A tracker to track all the input stream information as well as
processed record number
+ var inputInfoTracker: InputInfoTracker = null
--- End diff --
an empty line after this would be good.
---
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]