Use new fully temporary spaces for temporary tubes
Nobody has claimed this yet.
- Dominant language
- Lua
- Stars
- 244
- Forks
- 56
- PR merge metrics
- No merged PRs in 30d
Description
A new type of space has been added to the tarantool's master:
https://github.com/tarantool/tarantool/commit/70e423e92fc00df2ffe385f31dae9ea8e1cc1732
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading Tarantool commit 70e423e92fc00df2ffe385f31dae9ea8e1cc1732 and the create_tube path containing the replicaset_mode and opts.temporary check. Investigate whether the new fully temporary space type supports temporary tubes in replicaset mode and whether enabling them is appropriate; done means a documented decision backed by the necessary implementation or confirmation that no change should be made.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- lua
- Domain
- distributed-systems
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100