Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-22 | Add Experiment 2: Master recovery time. | Kjetil Ørbekk | |
2012-05-21 | Fix race condition in MasterProposer. | Kjetil Ørbekk | |
2012-05-01 | Add license header to all source files. | Kjetil Ørbekk | |
2012-04-30 | Fix threading bug. | Kjetil Ørbekk | |
2012-04-30 | Make fields final in ResponseHandler. | Kjetil Ørbekk | |
2012-04-25 | Add debug messages in Paxos service. | Kjetil Ørbekk | |
– Remove old PaxosService. | |||
2012-04-25 | Set timeouts for all RPCs. | Kjetil Ørbekk | |
Implemented with an RpcFactory. | |||
2012-04-24 | Fix off-by-one error in MasterProposer. | Kjetil Ørbekk | |
2012-04-24 | Fix master takeover code. | Kjetil Ørbekk | |
– Use the new services to send a MasterTakeover(). – Remove some old broadcast code. – Remove MasterProposerTest because this functionality is well enough covered by the functional test. – Remove HTTP services from PaxosServiceFunctionalTest. – Fix master takeover test. | |||
2012-04-24 | Switch to protobuf based Paxos in functional test. | Kjetil Ørbekk | |
2012-04-24 | Asynchronous paxos client using the protobuf interface. | Kjetil Ørbekk | |
2012-04-24 | Add protobuf version of Paxos service. | Kjetil Ørbekk | |
2012-03-20 | Make sure there is only one valid new master. | Kjetil Ørbekk | |
This is done using the paxos proposal number as a certificate. | |||
2012-03-15 | Add tools for concurrent master proposal. | Kjetil Ørbekk | |
2012-02-27 | Clean up source code. | Kjetil Ørbekk | |
Clean up source code with Eclipse. In particular remove tabs. | |||
2012-02-06 | Fix RpcServlet: Use POST requests. | Kjetil Ørbekk | |
2012-01-24 | Basic Paxos working. | Kjetil Ørbekk | |
2012-01-24 | Refactor Paxos: Return proposal values. | Kjetil Ørbekk | |
2012-01-24 | Paxos: Remove roundId parameter. | Kjetil Ørbekk | |
2012-01-23 | Add Paxos integration test. | Kjetil Ørbekk | |
2012-01-23 | Add MasterProposer. | Kjetil Ørbekk | |
MasterProposer tries to propose a value to a list of PaxosServices. | |||
2012-01-23 | Start implementing MasterProposer. | Kjetil Ørbekk | |
2012-01-22 | Add comment on thread safety. | Kjetil Ørbekk | |
2012-01-22 | Unit test of Paxos Service. | Kjetil Ørbekk | |
2012-01-22 | Start implementing Paxos service. | Kjetil Ørbekk | |