I am using apache flink 1.11.3 for running my java pipelines. I have noticed that failed job are getting cleaned from the history after few hrs. Can we have any parameter regarding this to retained failed/completed task history for at least 7-10 days?
Asked
Active
Viewed 77 times
0
-
use state-backend – A Farmanbar Aug 02 '21 at 11:58
-
@AFarmanbar , I have already configured below state-backend in config file: state.backend: rocksdb state.checkpoints.dir: file:///opt/flink/checkpoints/ – Joseph D Aug 03 '21 at 05:29