Dont read from children shards until parent is complete
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 18
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
We hadnt implemented this yet, but this is important in both cases were order matters and would aid in edge cases like #47
When leasing a shard we shouldnt allow leases for shards that still have parents that havent yet been completed.
cc @l-r
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 the shard-leasing entry point and how parent completion is represented in the repository. The work is done when a child shard cannot be leased while any parent remains incomplete, including the ordering and edge cases described in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, javascript
- Domain
- data-engineering, distributed-systems
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100