https://bugs.openldap.org/show_bug.cgi?id=10018

          Issue ID: 10018
           Summary: lmdb runs for two years and triggers abort error
           Product: LMDB
           Version: 0.9.23
          Hardware: Other
                OS: Linux
            Status: UNCONFIRMED
          Keywords: needs_review
          Severity: normal
          Priority: ---
         Component: liblmdb
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

We found that when the Last transaction ID exceeds the maximum value, the
database abort signal will be triggered and two errors will be reported:
Assertion 'rc == 0' failed in mdb_page_dirty()
Assertion 'mp->mp_pgno != pgno' failed in mdb_page_touch()

I would like to ask whether the current lmdb has considered this situation,


./mdb_stat -e /tmp/lmdb
Environment Info
  Map address: (nil)
  Map size: 10485760
  Page size: 4096
  Max pages: 2560
  Number of pages used: 238
  Last transaction ID: 4294967295  
  Max readers: 126
  Number of readers used: 2

-- 
You are receiving this mail because:
You are on the CC list for the issue.

Reply via email to