You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
create_tube method allows you to create temporary tubes, but this functionality is disabled for replicaset mode:
ifreplicaset_modeandopts.temporarythenerror("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.
The text was updated successfully, but these errors were encountered:
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: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.
The text was updated successfully, but these errors were encountered: