Actions
Task #3858
closedIdea #3705: [Keep] Generalize PullList module to BlockWorkList
Review 3705-keep-blockworklist
Description
Summary:
The pull list was previously implemented as a "PullList" type. Tom asked me to reimplement it as a generic "BlockWorkList" so that the pull list and trash list could share the underlying implementation.
This ticket adds BlockWorkList and removes the pull_list package. When Keepstore receives a properly authenticated "PUT /pull" request, it delivers the list of pull requests to the "pullmgr" BlockWorkList.
Currently, nothing actually reads and processes pull requests from pullmgr; that will be addressed in #3761. For now, pullmgr just holds on to the pull list and replaces it when given a new one.
Updated by Misha Zatsman over 10 years ago
- Assigned To changed from Misha Zatsman to Tim Pierce
Updated by Tim Pierce over 10 years ago
- Status changed from New to Resolved
- Remaining (hours) set to 0.0
Actions