You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
• Implemented a replicated distributed service using a primary-backup protocol, leveraging state machine replication to maintain consistency across multiple nodes.
2
-
• Built multi-threaded servers and clients that share key-value store while handling node failures.
3
-
• Implemented a server recovery mechanism where failed servers are repaired by restarting them with the same configurations while ensuring data consistency by synchronizing repaired servers with live servers before rejoining them.
1
+
- Implemented a replicated distributed service using a primary-backup protocol, leveraging state machine replication to maintain consistency across multiple nodes.
2
+
- Built multi-threaded servers and clients that share key-value store while handling node failures.
3
+
- Implemented a server recovery mechanism where failed servers are repaired by restarting them with the same configurations while ensuring data consistency by synchronizing repaired servers with live servers before rejoining them.
0 commit comments