Re: Buffer Priority

2024-07-17 Thread Enric Ott
Oh,it's designed for unaligned checkpoint. Thanks,Zhanghao. -- Original -- From: "Zhanghao Chen"

Re: Buffer Priority

2024-07-12 Thread Zhanghao Chen
Hi Enric, It basically means the prioritized buffers can bypass all non-prioritized buffers at the input gate and get processed first. You may refer to https://issues.apache.org/jira/browse/FLINK-19026 for more details where it is firstly introduced. Best, Zhanghao Chen ___