Move datastore items related to leases into new module
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 70
- Forks
- 16
- Avg merge
- 4h 36m
- Merged PRs (30d)
- 30
Description
#3945 adds a new janus_aggregator::core::datastore::leases module. There's a number of items from its parent module and datastore::models that could move into the new file, like the Acquired[Collection, Aggregation]Job types, Leased<T>, and a variety of methods on Transaction. We might also add janus_aggregator::core::datastore::leases_tests and janus_aggregator::core::datastore::models::leases.
Contributor guide
No contributing guide indexed for this repository
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 new janus_aggregator::core::datastore::leases module from #3945, then inspect the parent datastore module and datastore::models for AcquiredCollectionJob, AcquiredAggregationJob, Leased, and related Transaction methods. Check the proposed leases_tests and models::leases locations. Done means lease-related items are organized in the new modules without breaking existing tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- databases, distributed-systems
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100