kapacitor icon indicating copy to clipboard operation
kapacitor copied to clipboard

Deleting a replay does not stop its task

Open rokm opened this issue 7 years ago • 1 comments

When deleting a replay, the replay is effectively removed from the list of replays, but its task keeps running until the data is exhausted.

Consequently, there is currently no way to cancel a replay and replace it with a new one - depending on the task pipeline, we either get two pipelines running at the same time or the second pipeline encounters an error (for example, if pipeline contains an httpOut node, it will complain about multiple registrations).

It seems there is already a TODO in the code - is anyone working on this at the moment?

rokm avatar Apr 19 '18 16:04 rokm

This looks pretty good, I definitely want to get it into 1.6.1

docmerlin avatar Jun 04 '21 16:06 docmerlin