Github user chenghao-intel commented on a diff in the pull request:

    https://github.com/apache/spark/pull/11101#discussion_r53118838
  
    --- Diff: 
streaming/src/main/scala/org/apache/spark/streaming/dstream/DStream.scala ---
    @@ -490,6 +494,19 @@ abstract class DStream[T: ClassTag] (
         logDebug("Cleared checkpoint data")
       }
     
    +  private[streaming] def readyToShutdown(): Unit = {
    +    _readyToShutdown = true
    +    dependencies.foreach(_.readyToShutdown())
    +    logDebug("Ready to shutdown")
    --- End diff --
    
    yes I know, I mean you have one 
https://github.com/apache/spark/pull/11101/files#diff-221bc6301915f7a476786c794b855b21R105
 already which print out exactly the same log, probably we can add more 
information in this log? for example: creationSite?


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