criteo / biggraphite

Simple Scalable Time Series Database
Apache License 2.0
129 stars 36 forks source link

Adding a way to clean up dead metrics records in Cassandra. #577

Closed mycroft closed 3 years ago

mycroft commented 3 years ago

In cassandra, there might be some rogue metrics records which does not have anymore any metrics_metadata records. This new feature, usable when doing a bgutil repair, will check for each metrics records if the metrics_metadata counterpart still exists, and if not, delete it.

camathieu commented 3 years ago

LGTM