Skip to content

Use new fully temporary spaces for temporary tubes #218

Open
@0x501D

Description

@0x501D

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions