Burak Yavuz created SPARK-29352:
-----------------------------------

             Summary: Move active streaming query state to the SharedState
                 Key: SPARK-29352
                 URL: https://issues.apache.org/jira/browse/SPARK-29352
             Project: Spark
          Issue Type: Improvement
          Components: Structured Streaming
    Affects Versions: 2.4.4, 3.0.0
            Reporter: Burak Yavuz


We have checks to prevent the restarting of the same stream on the same spark 
session, but we can actually make that better in multi-tenant environments by 
actually putting that state in the SharedState instead of SessionState. This 
would allow a more comprehensive check for multi-tenant clusters.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to