[ 
https://issues.apache.org/jira/browse/SPARK-19594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15867409#comment-15867409
 ] 

Eyal Zituny commented on SPARK-19594:
-------------------------------------

sure, i can do that, will it make sense to fix it by marking the query id as 
terminated instead of removing it from the list?

> StreamingQueryListener fails to handle QueryTerminatedEvent if more then one 
> listeners exists
> ---------------------------------------------------------------------------------------------
>
>                 Key: SPARK-19594
>                 URL: https://issues.apache.org/jira/browse/SPARK-19594
>             Project: Spark
>          Issue Type: Bug
>          Components: Structured Streaming
>    Affects Versions: 2.1.0
>            Reporter: Eyal Zituny
>            Priority: Minor
>
> reproduce:
> *create a spark session
> *add multiple streaming query listeners
> *create a simple query
> *stop the query
> result -> only the first listener handle the QueryTerminatedEvent
> this might happen because the query run id is being removed from 
> activeQueryRunIds once the onQueryTerminated is called 
> (StreamingQueryListenerBus:115)



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to