Github user harishreedharan commented on a diff in the pull request:
https://github.com/apache/spark/pull/4964#discussion_r26528063
--- Diff:
streaming/src/main/scala/org/apache/spark/streaming/scheduler/JobGenerator.scala
---
@@ -43,6 +47,9 @@ class JobGenerator(jobScheduler: JobScheduler) extends
Logging {
private val ssc = jobScheduler.ssc
private val conf = ssc.conf
private val graph = ssc.graph
+ private lazy val completedBothCheckpoints = new HashMap[Time, Boolean]()
--- End diff --
Ah, makes sense. Do you want me to pull in your commit into this one? That
makes sense.
---
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]