nspcc-dev / nspcc-dev/neofs-node

Retransmit container related commands to other storage nodes

Open
#1,119 1 comment 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

feature I4 neofs-storage S3 U4
Dominant language
Go
Stars
38
Forks
51
Avg merge
1d 20h
Merged PRs (30d)
38

Description

If the Storage node configured in relay mode, then it may not have any side chain GAS on it's account. And even if it has side chain GAS, it won't be updated during side chain GAS emission, because GAS goes to the Storage nodes from network map.

Without side chain GAS, storage node can't process container related operation, because they trigger chain invocations.
To solve this issue, storage node may find nodes from the network map and resend request to the nearest node.

Contributor guide

Open the contributing guide

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 tracing how relay-mode storage nodes handle container-related operations and how they access the network map; the issue names no files or tests. Done means a storage node without side-chain GAS can forward those requests to a suitable nearby node and the behavior is covered by appropriate tests.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
distributed-systems
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.