Merge pull request #3733 from simonpasquier/update-vendor-tsdb

Update vendor tsdb
This commit is contained in:
Frederic Branczyk 2018-01-25 14:20:36 +01:00 committed by GitHub
commit 753f8c1071
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -428,10 +428,10 @@ func (c *LeveledCompactor) write(dest string, meta *BlockMeta, blocks ...BlockRe
}
indexw, err := index.NewWriter(filepath.Join(tmp, indexFilename))
meta.Version = indexw.Version
if err != nil {
return errors.Wrap(err, "open index writer")
}
meta.Version = indexw.Version
if err := c.populateBlock(blocks, meta, indexw, chunkw); err != nil {
return errors.Wrap(err, "write compaction")

6
vendor/vendor.json vendored
View file

@ -800,10 +800,10 @@
"revisionTime": "2016-04-11T19:08:41Z"
},
{
"checksumSHA1": "XHNJVYnIBaFpQOOA4wTqjDbMkUo=",
"checksumSHA1": "errrSfk16j274D3QY61bWODd56c=",
"path": "github.com/prometheus/tsdb",
"revision": "467948f3c3f2f6f4ed9881afba27dd3ae24393eb",
"revisionTime": "2018-01-18T08:32:54Z"
"revision": "ad0fdaf436fc99828bce60f81984dcfa3a282a44",
"revisionTime": "2018-01-24T14:58:35Z"
},
{
"checksumSHA1": "XTirmk6Pq5TBGIZEaN5VL4k3i1s=",