2020-04-12 23:05:53 +02:00
|
|
|
Replication
|
2020-04-08 23:47:34 +02:00
|
|
|
-----------
|
|
|
|
|
2020-04-17 19:16:08 +02:00
|
|
|
Finish the thing that sends blocks to other nodes if needed before deleting them locally.
|
2020-04-08 23:47:34 +02:00
|
|
|
|
2020-04-16 19:57:13 +02: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 23:47:34 +02:00
|
|
|
|
|
|
|
|
2020-04-12 23:05:53 +02:00
|
|
|
To do list
|
|
|
|
----------
|
2020-04-08 23:47:34 +02:00
|
|
|
|
2020-04-12 23:05:53 +02: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)
|