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: Oracle source skips uncommitted operations that are before another commit #2413

Merged
merged 2 commits into from Feb 21, 2024

Conversation

chubei
Copy link
Contributor

@chubei chubei commented Feb 21, 2024

Turns out we filtered redo records using SCN, which is the time that the change was made. We should filter using COMMIT_SCN instead.

@MrunmayS can you help validate that this fixes the bug?

@chubei chubei changed the title fix: Oracle source start scn not updated on starting a new log fix: Oracle source skips uncommitted operations that are before another commit Feb 21, 2024
@chubei chubei merged commit eb61d81 into getdozer:main Feb 21, 2024
3 of 4 checks passed
@chubei chubei deleted the fix/oracle branch February 21, 2024 06:26
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

1 participant