.
-- 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
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