• B
    Fix chunk desc loading. · 699946bf
    beorn7 提交于
    If all samples in consecutive chunks have the same timestamp, the way
    we used to load chunks will fail. With this change, the persist
    watermark is used to load the right amount of chunkDescs from disk.
    
    This bug is a possible reason for the rare storage corruption we have
    observed.
    699946bf
index.go 10.0 KB