Skip to content

do not open wal session from the beginning - wait for pulled frames#2134

Merged
penberg merged 1 commit intomainfrom
sync-fixes-do-not-open-wal-session-from-beginning
Jul 22, 2025
Merged

do not open wal session from the beginning - wait for pulled frames#2134
penberg merged 1 commit intomainfrom
sync-fixes-do-not-open-wal-session-from-beginning

Conversation

@sivukhin
Copy link
Copy Markdown
Contributor

@sivukhin sivukhin commented Jul 22, 2025

Otherwise, if client is on the checkpoint boundary and immediately get checkpoint command - we will crash with assertion

assert!(
    !insert_handle.in_session(),
    "WAL transaction must be finished"
);

- otherwise, if client is on the checkpoint boundary and immediately get
  checkpoint command - we will crash with assertion
@penberg penberg added this pull request to the merge queue Jul 22, 2025
Merged via the queue into main with commit 17827fa Jul 22, 2025
19 checks passed
@penberg penberg deleted the sync-fixes-do-not-open-wal-session-from-beginning branch July 22, 2025 08:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants