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
JIRA Issue: KIEKER-1299 Replay Filter: Terminate with error should force terminate the analysis
Original Reporter: Nils Christian Ehmke
Currently it is not possible to force terminate an analysis in all cases. Assume an analysis with reader and replay filter. Once the reader has finished reading, the analysis goes in the terminating state. The replay filter still sends records. A call to terminate(true) from outside would be ignored, because the analysis is no longer in the running state. This should not be the case.
The text was updated successfully, but these errors were encountered:
JIRA Issue: KIEKER-1299 Replay Filter: Terminate with error should force terminate the analysis
Original Reporter: Nils Christian Ehmke
Currently it is not possible to force terminate an analysis in all cases. Assume an analysis with reader and replay filter. Once the reader has finished reading, the analysis goes in the terminating state. The replay filter still sends records. A call to terminate(true) from outside would be ignored, because the analysis is no longer in the running state. This should not be the case.
The text was updated successfully, but these errors were encountered: