ytsaurus
ytsaurus copied to clipboard
Fair IO throttling
Currently, IO intensive operations can occupy a disk and prevent others from accessing it in a reasonable time
We need to introduce fair IO throttling that will solve this issue
After some discussions, we decided to implement it in data nodes per location, as a replacement to previously introduced throttlers per Workload Category
I think that you should discuss the exact design here with @psushin and @don-dron
We had a couple design sessions with @psushin getting a green light to do it.