-
Notifications
You must be signed in to change notification settings - Fork 4.1k
storage: GC queue tuning #5252
Copy link
Copy link
Closed
Labels
C-performancePerf of queries or internals. Solution not expected to change functional behavior.Perf of queries or internals. Solution not expected to change functional behavior.S-1-stabilitySevere stability issues that can be fixed by upgrading, but usually don’t resolve by restartingSevere stability issues that can be fixed by upgrading, but usually don’t resolve by restarting
Milestone
Description
The GC queue currently runs at regular intervals but doesn't actually get to delete much data. We should tune the threshold at which a replica is queued for GC (which is currently at one normalized units; too low).
To observe this, run the photos app for a while (single node is fine), then let the cluster idle and observe regular CPU spikes and the gc queue's event log.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-performancePerf of queries or internals. Solution not expected to change functional behavior.Perf of queries or internals. Solution not expected to change functional behavior.S-1-stabilitySevere stability issues that can be fixed by upgrading, but usually don’t resolve by restartingSevere stability issues that can be fixed by upgrading, but usually don’t resolve by restarting