You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments