garage/TODO

21 lines
651 B
Plaintext
Raw Normal View History

2020-04-12 21:05:53 +00:00
Replication
2020-04-08 21:47:34 +00:00
-----------
Finish the thing that sends blocks to other nodes if needed before deleting them locally.
2020-04-08 21:47:34 +00:00
How are we going to test that our replication method works correctly?
We will have to introduce lots of dummy data and then add/remove nodes many times.
2020-04-08 21:47:34 +00:00
Repair:
- re-propagate object table version deletions to version table
- re-propagate version table deletion to block ref table
- re-propagate block ref table to rc
2020-04-08 21:47:34 +00:00
2020-04-12 21:05:53 +00:00
To do list
----------
2020-04-08 21:47:34 +00:00
2020-04-12 21:05:53 +00:00
- less a priority: hinted handoff
- FIXME in rpc_server when garage shuts down and futures can be interrupted
(tokio::spawn should be replaced by a new function background::spawn_joinable)