Bug
In clp-s when an archive split happens while JsonFileIterator is partway through a buffer full of JSON data the full size of the buffer can be attributed to the total size of the first archive instead of being split correctly between the archives before and after the split.
CLP version
v0.1.1
Environment
ubuntu focal container
Reproduction steps
- Compress a two line archive using an archive split threshold of 1 byte
- Observe that the size of the second archive is reported as 0 bytes
Bug
In clp-s when an archive split happens while JsonFileIterator is partway through a buffer full of JSON data the full size of the buffer can be attributed to the total size of the first archive instead of being split correctly between the archives before and after the split.
CLP version
v0.1.1
Environment
ubuntu focal container
Reproduction steps