Turn TODO.txt in a list of checkboxes

This commit is contained in:
2025-11-17 12:54:06 +01:00
parent 4accabc4e2
commit bc0a95a9a5
+14 -19
View File
@@ -1,19 +1,14 @@
- Implement proper operation handles that allow users to wait for specific events [X] Implement proper operation handles that allow users to wait for specific events
- Clean up the read operation for clients [ ] Clean up the read operation for clients
- Check that the corner case where read and writes go over the length of the file work correctly [ ] Check that the corner case where read and writes go over the length of the file work correctly
- Return the number of bytes read or written in the ToastyFS_Result struct [ ] Return the number of bytes read or written in the ToastyFS_Result struct
- Make parallel uploads/downloads configurable [ ] Make parallel uploads/downloads configurable
- Recalculate next write locations whenever a write occurs, not at each read [ ] Recalculate next write locations whenever a write occurs, not at each read
- avoid replay attacks [ ] avoid replay attacks
- find a way to remove over-replicated chunks and formalize the chunk management policy [ ] add logging (when chunk servers connect and disconnect to the metadata server)
- add logging of: [ ] Should list scenarios that need testing, like those where chunks would be dropped
- when chunk servers connect and disconnect to the metadata server [ ] Update DESIGN.txt and the code to remove the chunk list message. The information of chunks held by chunk servers is now transmitted to the metadata server during state updates
- Should list scenarios that need testing, like those where chunks would be dropped [ ] clean up the replication factor business
- Update DESIGN.txt and the code to remove the chunk list message. The information of chunks [ ] Implement metadata server WAL
held by chunk servers is now transmitted to the metadata server during state updates [ ] Add failt injections to the simulation
- clean up the replication factor business [ ] Add authentication
Roadmap:
[ ] Complete all endpoints
[ ] Add fault injections to the simulation
[ ] Implement WAL