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

ERROR: part transaction delete: not yet implemented #4

Closed
linanh opened this issue May 1, 2020 · 8 comments
Closed

ERROR: part transaction delete: not yet implemented #4

linanh opened this issue May 1, 2020 · 8 comments

Comments

@linanh
Copy link

linanh commented May 1, 2020

The proccess print the error logs:
ERROR: part transaction delete: not yet implemented

@bersler
Copy link
Owner

bersler commented May 2, 2020

@linanh, can you send me a reproduction for this scenario?
I have not implemented it yet, because I haven't built a test scenario to get this.

@linanh
Copy link
Author

linanh commented May 3, 2020

The error occured in a product environment database when i testing OpenLogReplicator.
But i don't known how to reproduce the data. I guess this error occured at millions of record update in a single transaction.

@bersler
Copy link
Owner

bersler commented May 4, 2020

If you came across this issue again - please send me a sample code which would generate it.

@linanh
Copy link
Author

linanh commented May 6, 2020

@bersler The error reappear in a single transaction:
step 1: insert about thirty thousand records to a table.
step 2: rollback

@linanh
Copy link
Author

linanh commented May 6, 2020

By the way, using the fixed redo buffer size cause high memory usage.

@bersler
Copy link
Owner

bersler commented May 9, 2020

Thanks @linanh , I have been able to reproduce the error, I have just uploaded a first fix. It is not fully fixed so please use with caution. By the way, let's stick to one topic here.

@bersler
Copy link
Owner

bersler commented May 12, 2020

Hi @linanh support for out of order UNDO has been just implemented. Please check the latest commit.

@bersler bersler closed this as completed May 12, 2020
@linanh
Copy link
Author

linanh commented May 12, 2020

Thanks @bersler , I will test it over the next days.

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

No branches or pull requests

2 participants