tarantool / tarantool/queue

Use new fully temporary spaces for temporary tubes

Open
#218 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

feature teamE
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.