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/30 23:09:19 UTC

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

mukulmurthy opened a new pull request #25518: [SPARK-26046][SS] Add StreamingQueryManager.listListeners()
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/9690eba16efe6d25261934d8b73a221972b684f3 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