|
Hi Sushant,
It's hard to tell what's going on. Maybe the thread pool of the async io operator is too small for the ingested data rate? This could cause the backpressure on the source and eventually also the failing checkpoints.
Which Flink version are you using?
Best, Fabian
Am Do., 29. Aug. 2019 um 12:07 Uhr schrieb Sushant Sawant < [hidden email]>: Hi Fabian, Sorry for one to one mail. Could you help me out with this m stuck with this issue over a week now.
Thanks & Regards, Sushant Sawant Hi, firstly thanks for replying. Here it is.. configuration related to checkpoint.
CheckpointingMode checkpointMode = CheckpointingMode.valueOf(‘AT_LEAST_ONCE’); Long checkpointInterval = Long.valueOf(parameterMap.get(Checkpoint.CHECKPOINT_INTERVAL.getKey())); StateBackend sb=new FsStateBackend(file:////); env.setStateBackend(sb); env.enableCheckpointing(300000, checkpointMode); env.getCheckpointConfig().setMinPauseBetweenCheckpoints(5000); env.getCheckpointConfig().setCheckpointTimeout(180000); env.getCheckpointConfig().setMaxConcurrentCheckpoints(1); Thanks & Regards, Sushant Sawant
Hi,What's your checkpoint config?
Date: 2019-08-27 15:31 Subject: Re: checkpoint failure suddenly even state size less than 1 mb Hi team, Anyone for help/suggestion, now we have stopped all input in kafka, there is no processing, no sink but checkpointing is failing. Is it like once checkpoint fails it keeps failing forever until job restart.
Help appreciated.
Thanks & Regards, Sushant Sawant
|