forked from Deuxfleurs/garage
18 lines
531 B
Text
18 lines
531 B
Text
Replication
|
|
-----------
|
|
|
|
Finish the thing that sends blocks to other nodes if needed before deleting them locally.
|
|
|
|
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.
|
|
|
|
Repair:
|
|
- re-propagate block ref table to rc
|
|
|
|
|
|
To do list
|
|
----------
|
|
|
|
- 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)
|