Eyal Zituny created SPARK-19594:
-----------------------------------
Summary: 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: [email protected]
For additional commands, e-mail: [email protected]