flink-extended / flink-remote-shuffle

Remote Shuffle Service for Flink
Apache License 2.0
191 stars 57 forks source link

Support to restrict the maximum storage space can be used per disk #65

Closed wsry closed 2 years ago

wsry commented 2 years ago

Motivation

For shared storage, we may need to restrict the maximum storage space can be used to reserve enough storage spaces for other applications.

Changes

Support to restrict the maximum storage space can be used per disk.

Test