Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
When making an unaligned checkpoint, the number of ChannelState files is TaskNumber * subtaskNumber. For high parallelism job, it writes too many small files. It causes high load for hdfs NN.
In our production, a job writes more than 50K small files for each Unaligned Checkpoint. Could we merge these files before write FileSystem? We can configure the maximum number of files each TM can write in a single Unaligned Checkpoint.
Attachments
Attachments
Issue Links
- causes
-
FLINK-31036 StateCheckpointedITCase timed out
- Closed
- relates to
-
FLINK-28474 ChannelStateWriteResult may not fail after checkpoint abort
- Closed
- links to