You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A persistent query stopped working completely. Seemingly during a maintenance window, and is in an irrecoverable state. I have not been able to reproduce the error
To Reproduce
Steps to reproduce the behavior, include:
The version of KSQL: 7.2.1
Have a persistent query (CREATE STREAM AS SELECT in this case)
Let some time pass
Possibly have some broker maintenance
Expected behavior
The query should operate as it always has.
Or if the query enters a bad state, it should reflect as failed or we should receive a warning.
Actual behaviour
A clear and concise description of what actually happens, including:
The query stops working (data is not produced onto the target topic / stream)
ksql> explain <QUERY_ID>;
Query with id:<QUERY_ID> does not exist, use SHOW QUERIES to view the full set of queries.
ksql> terminate <QUERY_ID>;
Unknown queryId: <QUERY_ID>
Describe the bug
A persistent query stopped working completely. Seemingly during a maintenance window, and is in an irrecoverable state. I have not been able to reproduce the error
To Reproduce
Steps to reproduce the behavior, include:
Have a persistent query (CREATE STREAM AS SELECT in this case)
Let some time pass
Possibly have some broker maintenance
Expected behavior
The query should operate as it always has.
Or if the query enters a bad state, it should reflect as failed or we should receive a warning.
Actual behaviour
A clear and concise description of what actually happens, including:
SHOW QUERIES
I see:Then the following:
But running SHOW QUERIES still yeilds
Note how the state incorrectly reflects as
RUNNING
Additional context
The text was updated successfully, but these errors were encountered: