alluxio icon indicating copy to clipboard operation
alluxio copied to clipboard

Add IO rate limit

Open StephenRi opened this issue 2 years ago • 4 comments

What changes are proposed in this pull request?

Support IO rate limit for BlockReader & BlockWriter

Why are the changes needed?

If Alluxio Worker is deployed with another process, IO rate limit is necessary to protect the other process.

Does this PR introduce any user facing changes?

3 PropertyKey added

  1. WORKER_LOCAL_BLOCK_QOS_ENABLE
  2. WORKER_LOCAL_BLOCK_READ_THROUGHPUT
  3. WORKER_LOCAL_BLOCK_WRITE_THROUGHPUT

StephenRi avatar Nov 11 '22 08:11 StephenRi