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.
We regularly update the .LastUpdate property of metric definitions in the big table index when new data points get ingested. But when restarting MT it may happen that an old version of LastUpdate gets loaded which was supposed to already be over-written at that point.
This is probably due to the fact that BigTable keeps all versions around until the next compaction runs, so we need to find a way to make sure it only loads the last version and not any version since the last compaction.
The text was updated successfully, but these errors were encountered:
We regularly update the
.LastUpdate
property of metric definitions in the big table index when new data points get ingested. But when restarting MT it may happen that an old version ofLastUpdate
gets loaded which was supposed to already be over-written at that point.This is probably due to the fact that BigTable keeps all versions around until the next compaction runs, so we need to find a way to make sure it only loads the last version and not any version since the last compaction.
The text was updated successfully, but these errors were encountered: