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
In crates/zeph-memory/src/tiers.rs (around line 169), singleton clusters (size=1) are silently skipped. Add a tracing::debug! log when a cluster is skipped so operators can observe promotion activity without enabling trace-level logging.
In
crates/zeph-memory/src/tiers.rs(around line 169), singleton clusters (size=1) are silently skipped. Add atracing::debug!log when a cluster is skipped so operators can observe promotion activity without enabling trace-level logging.