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

Head commit for run:
9708f9fd65751296b3b0377c964207b630958259 / Roman Khachatryan 
<khachatryan.ro...@gmail.com>
[FLINK-35501] Use common IO thread pool for RocksDB data transfer

Currently, each RocksDB state backend creates an executor backed by a
thread pool.

This makes it difficult to control the total number of threads per TM
because it might have at least one task per slot and theoretically, many
state backends per task (because of chaining).

Additionally, using a common thread pool allows to indirectly control
the load on the underlying DFS (e.g. the total number of requests to S3
from a TM).

This change allows to control the total number of data transfers per TM.

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

With regards,
GitHub Actions via GitBox

Reply via email to