aboutsummaryrefslogblamecommitdiff
path: root/TODO
blob: 1644f6afb395370e1ab0607122161ec78ac494cd (plain) (tree)
1
2
3
4
5
6
7
8
9
10

       
 

                                                                                  
 
 


                          


                                                          
                                              
 
 

              
 
                                 
                                            

                                                                                
Testing
-------

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.


Attaining S3 compatibility
--------------------------

- api_server following the S3 semantics for get/put/delete
- implement object listing
- possibly other necessary endpoints ?
- PUT requests: verify content-md5 if provided


Lower priority
--------------

- less a priority: hinted handoff
- repair: re-propagate block ref table to rc
- 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)