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
630 ldb_invariant(max_offset == FirstOffsetNumber,
631 "ERROR: Blockmap max_offset is %d but was supposed to be %d",
632 max_offset,
633 FirstOffsetNumber);
The error messages:
WARNING: LanternDB invariant violation: ERROR: Blockmap max_offset is %d but was supposed to be %d
ERROR: LanternDB invariant violation: ERROR: Blockmap max_offset is %d but was supposed to be %d. Please restart your DB session and report this error
The values of max_offset and FirstOffsetNumber are not present in the error messages.
The text was updated successfully, but these errors were encountered:
Example:
The code:
The error messages:
The values of
max_offset
andFirstOffsetNumber
are not present in the error messages.The text was updated successfully, but these errors were encountered: