Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(wal): Reset transaction number on non-WAL to WAL table conversion #2968

Merged
merged 3 commits into from
Feb 8, 2023

Conversation

glasstiger
Copy link
Contributor

@glasstiger glasstiger commented Feb 6, 2023

Resetting sequencer txn number on non-WAL to WAL table conversion.
This is necessary because when a non-WAL table is converted to WAL, the memory location where the seqTxn field is, not initialised.

@ideoma
Copy link
Collaborator

ideoma commented Feb 6, 2023

Related to #2947

@ideoma
Copy link
Collaborator

ideoma commented Feb 8, 2023

[PR Coverage check]

😍 pass : 2 / 2 (100.00%)

file detail

path covered line new line coverage
🔵 io/questdb/cairo/CairoEngine.java 2 2 100.00%

@ideoma ideoma merged commit 2973b40 into master Feb 8, 2023
@ideoma ideoma deleted the ia_seqtxn_reset branch February 8, 2023 09: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.

None yet

3 participants