mozilla-services / mozilla-services/syncstorage-rs
Protect both by_name and by_id with a single RwLock
Open
Nobody has claimed this yet.
2
p2
- Dominant language
- Rust
- Stars
- 1.8k
- Forks
- 86
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 21
Description
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 with the discussion linked from issue 224, especially comment 533684764, then locate the code handling both by_name and by_id. Confirm how those paths are currently synchronized and define done as having one RwLock protect both operations, with the relevant existing tests still passing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- backend
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100