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

    https://github.com/apache/spark/pull/4149#discussion_r23348880
  
    --- Diff: 
streaming/src/main/scala/org/apache/spark/streaming/DStreamGraph.scala ---
    @@ -160,6 +160,10 @@ final private[streaming] class DStreamGraph extends 
Serializable with Logging {
         }
       }
     
    +  def getMaxInputStreamRememberDuration(): Duration = {
    --- End diff --
    
    I would add a doc here that explains that the max remember duration can be 
used to set a conservative threshold on when it is safe to remember older data. 
Otherwise it's not super obvious why callers are using this particular time.


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