Adjust policer iteration speed #719

Open
opened 2023-10-04 09:40:33 +00:00 by fyrchik · 0 comments

Currently policer iterates over multiple shards simultaneously with a small delay between iterations.
This leads to consistently high disk and CPU usage.

This may be improved in 2 ways:

  1. Consider adding small delay between each object processing (or each batch of K objects).
  2. Consider adjusting this interval in response to high node load. We already do this for replication pool.
Currently policer iterates over multiple shards simultaneously with a small delay between iterations. This leads to consistently high disk and CPU usage. This may be improved in 2 ways: 1. Consider adding small delay between each object processing (or each batch of K objects). 2. Consider adjusting this interval in response to high node load. We already do this for replication pool.
fyrchik added the
enhancement
discussion
frostfs-node
labels 2023-10-04 09:40:33 +00:00
fyrchik added this to the vNext milestone 2023-10-05 13:21:41 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-node#719
There is no content yet.