mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
Change UnsupportedMask to not clash with OutOfOrderMask
Signed-off-by: Ganesh Vernekar <ganeshvern@gmail.com>
This commit is contained in:
parent
41649ceb1b
commit
7a33f5c2ca
|
@ -595,7 +595,7 @@ func writeUnsupportedChunk(t *testing.T, idx int, hrw *ChunkDiskMapper) (seriesR
|
||||||
}
|
}
|
||||||
|
|
||||||
const (
|
const (
|
||||||
UnsupportedMask = 0b11000000
|
UnsupportedMask = 0b01000000
|
||||||
EncUnsupportedXOR = chunkenc.EncXOR | UnsupportedMask
|
EncUnsupportedXOR = chunkenc.EncXOR | UnsupportedMask
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue