The GitHub Actions job "Flink CI (beta)" on flink.git has succeeded.
Run started by GitHub user pnowojski (triggered by pnowojski).

Head commit for run:
77cd1cd72fbfa369d6f298d09b72dea8613774aa / Piotr Nowojski 
<piotr.nowoj...@gmail.com>
[FLINK-35528][task] Skip execution of interruptible mails when yielding

When operators are yielding, for example waiting for async state access to 
complete before a checkpoint, it would be beneficial to not execute 
interruptible mails. Otherwise continuation mail for firing timers would be 
continuously re-enqeueed. To achieve that MailboxExecutor must be aware which 
mails are interruptible.

The easiest way to achieve this is to set MIN_PRIORITY for interruptible mails.

Report URL: https://github.com/apache/flink/actions/runs/9482447886

With regards,
GitHub Actions via GitBox

Reply via email to