Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: latent bug in index append (#1865)
this is a latent bug that only happens when there is concurrent: * compact WITH index remap, and * index append because compact can reserve fragment ids and a smaller fragment id can now show up in a later commit. By calling `push`, the new fragment with smaller id is never added to the bitmap
- Loading branch information