Re: Understanding n LIST calls as part of checkpointing

2020-03-09 Thread Piyush Narang
. -- Piyush From: Yun Tang Date: Sunday, March 8, 2020 at 11:05 PM To: Piyush Narang , user Subject: Re: Understanding n LIST calls as part of checkpointing Hi Piyush Which version of Flink do you use? After Flink-1.5, Flink would not call any "List" operation on checkpoint side with FLI

Re: Understanding n LIST calls as part of checkpointing

2020-03-08 Thread Yun Tang
Hi Piyush Which version of Flink do you use? After Flink-1.5, Flink would not call any "List" operation on checkpoint side with FLINK-8540 [1]. The only left "List" operation would be used when reading files in file input format. In a nut shell, these "List" calls should not come from Flink if