mirror of
https://github.com/prometheus/prometheus
synced 2025-01-01 12:02:13 +00:00
Merge pull request #106 from Gouthamve/snapshot-time
Persist the right MaxTime when snapshotting
This commit is contained in:
commit
969c407335
2
db.go
2
db.go
@ -710,7 +710,7 @@ func (db *DB) ensureHead(t int64) error {
|
||||
}
|
||||
// Create another block of buffer in front if the DB is initialized or retrieving
|
||||
// new data after a long gap.
|
||||
// This ensures we always have a full block width if append window.
|
||||
// This ensures we always have a full block width of append window.
|
||||
if addBuffer {
|
||||
if _, err := db.createHeadBlock(mint-int64(db.opts.MinBlockDuration), mint); err != nil {
|
||||
return err
|
||||
|
Loading…
Reference in New Issue
Block a user