Re: Ignore operator failure

2019-10-14 Thread vino yang
Hi Dom, If you consider ignoring checkpoint failures, you can use this API: setTolerableCheckpointFailureNumber[1]. But for Jobs with checkpoints enabled and failed operators containing states, Flink can't ignore these failures without restarting Jobs. Subsequent regional recovery may be appropria

Ignore operator failure

2019-10-14 Thread Dominik WosiƄski
Hey, I have a question that I have not been able to find an answer for in the docs nor in any other source. Suppose we have a business system and we are using Elasticsearch sink, but not for the purpose of business case, but rather for keeping info on the data that is flowing through the system. Th