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

Implement ready space storage mode for vinyl engine for utube and utubettl #230

Open
DerekBum opened this issue May 14, 2024 · 0 comments
Open
Assignees
Labels
2sp feature A new functionality

Comments

@DerekBum
Copy link
Contributor

This issue will become relevant after merging this PR: #229

Right now new STORAGE_MODE_UTUBE_READY_SPACE storage mode for utube and utubettl implemented only for memtx engine. With vinyl there is a problem with yields inside of space and space.index methods.
Conflict ER_TRANSACTION_CONFLICT: Transaction has been aborted by conflict may be received in a transaction, resulting in incorrect work of the tube.

Possible fix: repeat the transaction in case of a conflict several times.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2sp feature A new functionality
Projects
None yet
Development

No branches or pull requests

2 participants