GitHub user zsxwing opened a pull request:

    https://github.com/apache/spark/pull/19838

    [SPARK-22638][SS]Use a separate query for StreamingQueryListenerBus

    ## What changes were proposed in this pull request?
    
    Use a separate Spark event query for StreamingQueryListenerBus so that if 
there are many non-streaming events, streaming query listeners don't need to 
wait for other Spark listeners and can catch up.
    
    ## How was this patch tested?
    
    Jenkins

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/zsxwing/spark SPARK-22638

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/19838.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #19838
    
----
commit 60035fa865fd85cc7e9441d2dc55d46693b16dee
Author: Shixiong Zhu <[email protected]>
Date:   2017-11-28T22:03:50Z

    Use a separate query for StreamingQueryListenerBus

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to