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
{{ message }}
This repository was archived by the owner on Feb 14, 2026. It is now read-only.
The checkpoint log record of the restore bitmap (chkpt_restore_tab_log) does not support overflowing, i.e., storing a large bitmap in multiple log records. Thus, checkpoits will fail if the number of segments does not if into one log record.
To fix, checkpoints must overflow large bitmaps into multiple log records.
The checkpoint log record of the restore bitmap (chkpt_restore_tab_log) does not support overflowing, i.e., storing a large bitmap in multiple log records. Thus, checkpoits will fail if the number of segments does not if into one log record.
To fix, checkpoints must overflow large bitmaps into multiple log records.