mirror of https://github.com/grafana/loki
Fixes iota unexpected behaviour with bytes for chunk encoding. (#2945)
* Fixes iota unexpected behaviour with bytes for chunk encoding. This was introducing incompatibilities since iota with bytes starts at 2. Seems like a weird conversion between iota int and byte. This can currenlty corrupt chunks, and previous chunks are not decodable. Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com> * With iota correclty this time. Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>pull/2903/head
parent
14a5fda15b
commit
fa7ea9cc2d
Loading…
Reference in new issue