Actions
Story #3413
closed[Keep] Keep Server accepts list of trashable blocks
Start date:
07/29/2014
Due date:
% Done:
100%
Estimated time:
(Total: 0.00 h)
Story points:
1.0
Description
The keep server should accept a JSON file at PUT /trash.
This file will contain the list's expiration date and an ordered list of block locators for blocks which can be overwritten.
For now, we don't need a worker goroutine or anything -- just accept a valid "PUT /trash" request (and log its content and store its content in memory), and reject invalid "PUT /trash" requests.
Updated by Tim Pierce over 10 years ago
- Category set to Keep
- Story points set to 1.0
Updated by Ward Vandewege over 10 years ago
- Target version set to 2014-08-27 Sprint
Updated by Ward Vandewege over 10 years ago
- Subject changed from Keep Server accepts list of trashable blocks to [Keep] Keep Server accepts list of trashable blocks
Updated by Tom Clegg over 10 years ago
- Target version changed from 2014-08-27 Sprint to Arvados Future Sprints
Updated by Ward Vandewege over 10 years ago
- Target version changed from Arvados Future Sprints to 2014-09-17 sprint
Updated by Tim Pierce over 10 years ago
- Description updated (diff)
- Story points changed from 1.0 to 3.0
Updated by Tom Clegg over 10 years ago
- Description updated (diff)
- Story points changed from 3.0 to 1.0
Updated by Tom Clegg over 10 years ago
- Target version changed from 2014-09-17 sprint to 2014-10-08 sprint
Updated by Tim Pierce over 10 years ago
Pull request submitted at https://github.com/curoverse/arvados/pull/9.
Updated by Tim Pierce over 10 years ago
- Status changed from New to Resolved
Applied in changeset arvados|commit:37404e821668b6b9b1952a0a5a3b28901835884b.
Actions