Hi Stephan, All, I just got a chance to try if 1.1.3 fixes slow check pointing on FS backend. It seemed to have been fixed. Thanks for the fix.Basically 15 secs seem to be the nominal value so far. anything below this interval shoots the spikes too often. For us living with 15 sec recovery is do-able and eventually catch up on recovery ! On Tue, Oct 4, 2016 at 6:20 PM, Chakravarthy varaga <[hidden email]> wrote:
|
Hi CVP, we recently release Flink 1.1.4, i.e., the next bugfix release of the 1.1.x series with major robustness improvements [1].2017-01-04 16:51 GMT+01:00 Chakravarthy varaga <[hidden email]>:
|
BRILLIANT !!! Checkpoint times are consistent with 1.1.4... On Wed, Jan 4, 2017 at 5:33 PM, Fabian Hueske <[hidden email]> wrote:
|
Hi all, I am experiencing a similar problem but with HDFS as a source instead of Kafka. I have a streaming pipeline as follows: 1 - read a folder continuousely from HDFS 2 - filter duplicates (using keyby(x->x) and keeping a state per key indicating whether its is seen) 3 - schedule some future actions on the stream using ProcessFunction and processing time timers (elements are kept in a MapState) 4- write results back to HDFS using a BucketingSink. I am using RocksdbStateBackend, and Flink 1.3-SNAPSHOT (Commit: 9fb074c). Currenlty the source contain just one a file of 1GB, so that's the maximum state that the job might hold. I noticed that the backpressure on the operators #1 and #2 is High, and the split reader has only read 60 Mb out of 1Gb source source file. I suspect this is because the ProcessFunction is slow (on purpose). However looks like this affected the checkpoints which are failing after the timeout (which is set to 2 hours). In the job manager logs I keep getting warnings : 2017-04-23 19:32:38,827 WARN org.apache.flink.runtime. Is the high backpressure the cause for the checkpoints being too slow? If yes Is there a way to disbale the backpressure mechanism since the records will be buffered in the rocksdb state after all which is backed by the disk? Any help is appreciated. Thank you. Best, Yassine On Jan 5, 2017 12:25, "Chakravarthy varaga" <[hidden email]> wrote:
|
Free forum by Nabble | Edit this page |