Writes should block when maximum cache size is reached #25

Closed
opened 2024-12-10 12:55:27 -06:00 by sgraves · 0 comments
Owner

Currently, maximum cache size is used to determine when the file manager should start evicting files when 'EnableMaxCacheSize' is enabled.

This methodology should be removed as files should be evicted by maximum time in cache only. Instead, writes resulting in reaching/exceeding the maximum cache size setting should block until space has been reclaimed.

Currently, maximum cache size is used to determine when the file manager should start evicting files when 'EnableMaxCacheSize' is enabled. This methodology should be removed as files should be evicted by maximum time in cache only. Instead, writes resulting in reaching/exceeding the maximum cache size setting should block until space has been reclaimed.
sgraves added this to the v2.0.3-rc milestone 2024-12-10 12:55:27 -06:00
sgraves added the
enhancement
label 2024-12-10 12:55:27 -06:00
sgraves modified the milestone from v2.0.3-rc to v2.0.2-rc 2024-12-21 06:25:55 -06:00
sgraves reopened this issue 2024-12-21 08:19:32 -06:00
sgraves self-assigned this 2024-12-21 08:36:05 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: BlockStorage/repertory#25
No description provided.