Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.14.0
Description
Currently, there are no microbenchmarks that check buffer debloating effectiveness. The idea is to create one which will measure the checkpoint time. The benchmark should be similar to `UnalignedCheckpointTimeBenchmark` but unlike the `UnalignedCheckpointTimeBenchmark` where we see the effect of `Buffer debloat` only for extremely small values like 1ms for BUFFER_DEBLOAT_TARGET. This benchmark should provide a more reliable way to check the different implementations of `Buffer debloat` it can be reached by increasing at least record size and checkpoint interval. The main target is to have how long will it take to do the checkpoint during backpressure when all buffers are full.
Attachments
Issue Links
- blocks
-
FLINK-24231 Buffer debloating microbenchmark for multiply gate
- Closed
- relates to
-
FLINK-24280 Support manual checkpoints triggering from a MiniCluster
- Closed
- links to