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
There might be some weirdness happening during replay in regards to bucket allocation. db->val_size might be expanded unnecessarily when:
A bucket is reallocated during AOL replay, and
That bucket's new value size is less than or equal to it's previous size.
I think you could probably observe this happening if the extent file grew after numerous closings/openings of the database with no actual data change aside from the two conditions above.
The text was updated successfully, but these errors were encountered:
There might be some weirdness happening during replay in regards to bucket allocation.
db->val_size
might be expanded unnecessarily when:I think you could probably observe this happening if the extent file grew after numerous closings/openings of the database with no actual data change aside from the two conditions above.
The text was updated successfully, but these errors were encountered: