kieker-monitoring / kieker

Kieker's main repository
Apache License 2.0
70 stars 41 forks source link

[KIEKER-1299] Replay Filter: Terminate with error should force terminate the analysis #2780

Open rju opened 1 week ago

rju commented 1 week ago

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.

rju commented 1 week ago

author Jan Waller -- Mon, 16 Sep 2013 16:37:55 +0200

Should be fixed for 1.9