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

Use new fully temporary spaces for temporary tubes #218

Open
0x501D opened this issue Sep 5, 2023 · 0 comments
Open

Use new fully temporary spaces for temporary tubes #218

0x501D opened this issue Sep 5, 2023 · 0 comments
Labels
feature A new functionality teamE

Comments

@0x501D
Copy link
Member

0x501D commented Sep 5, 2023

A new type of space has been added to the tarantool's master:
tarantool/tarantool@70e423e

create_tube method allows you to create temporary tubes, but this functionality is disabled for replicaset mode:

if replicaset_mode and opts.temporary then
    error("Cannot create temporary tube in replicaset mode")
end

It is necessary to investigate whether it is possible to enable this functionality on a new type of temporary space and whether it makes sense at all in replicaset mode.

@kyukhin kyukhin added the feature A new functionality label Sep 5, 2023
@LeonidVas LeonidVas added the teamE label Sep 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new functionality teamE
Projects
None yet
Development

No branches or pull requests

3 participants