influxdb/pkg/encoding/simple8b
Stuart Carnie bef0577206 fix(simple8b): Fix incorrect encoding for a run of 119 or 239 1s
If 120th or 240th value is not a 1, k still passes the check in the
switch, causing the last value to be lost. If this value occurs at
the boundary of a block, the max time will be incorrect, resulting in
compaction failing to make forward progress.
2018-11-14 12:14:45 +00:00
..
encoding.go fix(simple8b): Fix incorrect encoding for a run of 119 or 239 1s 2018-11-14 12:14:45 +00:00
encoding_test.go fix(simple8b): Fix incorrect encoding for a run of 119 or 239 1s 2018-11-14 12:14:45 +00:00