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 was archived by the owner on Aug 23, 2023. It is now read-only.
@Dieterbe i idont think any changes are needed. The indexrules are loaded and handled by the memory-idx plugin, which both cassandra-idx and bigtable-idx use.
I dont see any changes in #924 made to the cassandra idx plugin
1) both the at-runtime pruning of the memory index, as well as the
on-startup initialisation of the cassandra index group metrics by
nameWithTags, whereas the on-startup init of the bigtable index
did it by name. So even if all defs for a.b;foo=bar are stale,
bigtable idx wouldn't prune it if there's e.g.
a non stale a.b=foo=quux, in contrast with cassandra and memory
index which consider these separate series for pruning.
We fix it here, and also clarify some things a bit, making
the cassandra and bigtable index implementation on par and easily
diffable.
2) implement index-rules.conf based pruning for bigtable idx,
rather than the old max-stale mechanism.
fix#1108
#924 was rebased on master but I forgot to apply the new mechanism to the bigtable idx plugin
The text was updated successfully, but these errors were encountered: