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
{{ message }}
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.
The GC of stale metrics/chunks only happens on primaries.
secondary nodes don't do any GC, and this can lead to phenomena like below, where old stale metrics stick around, until you promote a secondary to primary, and then they'll get cleaned up.
secondaries should probably also do GC (just don't persist chunks)
The text was updated successfully, but these errors were encountered:
The GC of stale metrics/chunks only happens on primaries.
secondary nodes don't do any GC, and this can lead to phenomena like below, where old stale metrics stick around, until you promote a secondary to primary, and then they'll get cleaned up.
secondaries should probably also do GC (just don't persist chunks)
The text was updated successfully, but these errors were encountered: