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

add filter to only load latest metricDef from bt idx #1564

Merged

Conversation

replay
Copy link
Contributor

@replay replay commented Dec 6, 2019

this ensures that when we load metric definitions from the big table index we only load each cell's latest version, as opposed to loading any version that has been stored since the last bt compaction, using the LatestNFilter() (https://godoc.org/cloud.google.com/go/bigtable#LatestNFilter)

Fixes: #1563

@replay replay requested a review from woodsaj December 6, 2019 14:26
@replay replay merged commit b52c3bd into master Dec 6, 2019
@replay replay deleted the ensure_latest_version_of_metricDef_gets_loaded_from_bt_idx branch December 6, 2019 15:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

When loading index from BigTable MT may load an old version of LastUpdate property
2 participants