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.
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.