nspcc-dev / nspcc-dev/neofs-node
Retransmit container related commands to other storage nodes
Nobody has claimed this yet.
- 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
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 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