Hi Bhaskar,
> Why the reset counter is not zero after streaming job restart is successful?
The short answer is that the fixed delay restart strategy is not
implemented like that (see [1] if you are using Flink 1.10 or above).
There are also other systems that behave similarly, e.g., Apache
Hadoop
Hi
We are using restart strategy of fixed delay.
I have fundamental question:
Why the reset counter is not zero after streaming job restart is
successful?
Let's say I have number of restarts max are: 5
My streaming job tried 2 times and 3'rd attempt its successful, why counter
is still 2 but not ze