You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(tiering): implement qlist symmetric cooloff and fix memory handling
Implements the symmetric cooloff logic for QList tiering that walks
from both ends of the list and offloads nodes beyond the threshold.
Fixes memory handling bugs in move operator and null pointer check.
Changes:
- Implement symmetric cooloff in CoolOff() for balanced tiering
- Fix InsertNode() null pointer check when insert_opt is AFTER
- Fix move operator to properly reset num_offloaded_nodes_
- Add Stats::operator+= for cross-shard aggregation
- Add Prometheus metrics for list reads and tiering events
- Add list_tiering_threshold flag for configuration
- Fix typo: "overlaoding" -> "overloading"
Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
Signed-off-by: Roman Gershman <[email protected]>
0 commit comments