go-graphite / buckytools

Go implementation of useful tools for dealing with Graphite's Whisper DBs and Carbon hashing
Other
19 stars 8 forks source link

BuckyTools should preserve or sync mtime of metric files #6

Closed grzkv closed 2 years ago

grzkv commented 6 years ago

Currently, every metric sync postpones cleanup of the data, because if metric was backfilled, its mtime changes to more recent.

Metric mtime should be either preserved or synced across the cluster so that cleanups happen properly.

azhiltsov commented 6 years ago

Voting for separate parameter at invocation for preservation of mtime+ctime

deniszh commented 6 years ago

👍 for separate parameter

grzkv commented 6 years ago

Agreed.

deniszh commented 2 years ago

Implemented in #35 , you need to use -mtime flag in buckyd to obey remote metric mtime.