You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/08/20 23:37:05 UTC

[GitHub] [spark] mukulmurthy opened a new pull request #25518: [SPARK-26046][SS} Add StreamingQueryManager.removeAllListeners()

mukulmurthy opened a new pull request #25518: [SPARK-26046][SS} Add StreamingQueryManager.removeAllListeners()
URL: https://github.com/apache/spark/pull/25518
 
 
   ### What changes were proposed in this pull request?
   
   Add a removeAllListeners() method to StreamingQueryManager that removes all StreamingQueryListeners that have been added to that manager.
   
   ### Why are the changes needed?
   
   https://github.com/apache/spark/commit/a50959a7f692f77754a36cfe4e9baabfcc6fa52d added a removeAllListeners() API to ListenerBus. StreamingQueryManager already has an API to remove a listener; this change leverages the above change to add a way to remove all listeners. 
   
   ### Does this PR introduce any user-facing change?
   
   No
   
   ### How was this patch tested?
   
   New and existing unit tests
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org