Skip to content
This repository was archived by the owner on Aug 23, 2023. It is now read-only.

When loading index from BigTable MT may load an old version of LastUpdate property #1563

Closed
replay opened this issue Dec 6, 2019 · 0 comments · Fixed by #1564
Closed

When loading index from BigTable MT may load an old version of LastUpdate property #1563

replay opened this issue Dec 6, 2019 · 0 comments · Fixed by #1564

Comments

@replay
Copy link
Contributor

replay commented Dec 6, 2019

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant