1. 19 11月, 2010 1 次提交
    • L
      Removed out of context thread. The processing out of context messages is now... · 805185b5
      liquidsnake@sapo.pt 提交于
      Removed out of context thread. The processing out of context messages is now made at the delivery thread and Server CS thread
      Removed paxos internal timers.  From now on, the external timers from the total ordering layer shall trigger the leader change
      Added a few debugging messages for delivering messages
      Fixed a bug related to signatures of forwarded messages from replicas to the leader
      Fixed a bug on the TTP that would make it crash in some cases
      Fixed 2 bugs on the state transfer protocol responsable for not letting the old leader fetch the state once it recovered
      805185b5
  2. 10 11月, 2010 1 次提交
  3. 08 10月, 2010 1 次提交
  4. 08 5月, 2010 1 次提交
    • C
      Centralized serialization code to BatchBuilder and BatchReader classes · 61a20674
      ChaosguardX 提交于
      Nonces are now generated for each TOMMessage in a Batch with a single seed that is sent along with the batch instead of a fixed number of nonces per Batch.
      Decided notification in Consensus.java now is done via a sync monitor instead of busy waiting on the decided value to be set. Because of the Java MemoryModel the former mechanism was problematic and could theoretically lead to the DeliveryThread never learning the new value - which is very unlikely though.
      61a20674
  5. 24 3月, 2010 1 次提交
  6. 04 3月, 2010 1 次提交
  7. 25 2月, 2010 1 次提交
    • L
      In this commit, I continued to work on the state transfer protocol.I finally... · 951602fc
      liquidsnake@sapo.pt 提交于
      In this commit, I continued to work on the state transfer protocol.I finally tested the protocol in the case of a crash of a replica. I was able to make the replica recover the state on those circunstances.  However, the replica will still only requests the state after it passes the highmark value. I started working on an optimization to request the state before it reaches that highmark, but its still not completed.
      951602fc
  8. 23 2月, 2010 1 次提交
    • L
      In this commit, I continued to work on the state transfer protocol. It is... · 902f7370
      liquidsnake@sapo.pt 提交于
      In this commit, I continued to work on the state transfer protocol. It is already capable of transfering leader information, and supply it to the delayed replica. This means the code is no longer hacked to always assume replica 0 is the leader. It also does garbage collection again.
      
      I also made some minor adjustements to some debbuging messages and the new demo
      902f7370
  9. 17 2月, 2010 1 次提交
  10. 15 2月, 2010 1 次提交
  11. 13 2月, 2010 1 次提交
    • L
      In this commit, i've continued to try to find and fix more errors related to... · 4c51a26b
      liquidsnake@sapo.pt 提交于
      In this commit, i've continued to try to find and fix more errors related to the updating of delayed replicas. I have managed to fix three of them, but the code is merely "patched". If there is a leader change, SMaRt will go haywire. This version o the code should not be used for other purpose then testing.
      
      I added more debug messages, and I will keep looking at the code during the weekend. I expect to fix some more bugs that i found during that period. I will also produce more debug logs so i can try to find more bugs.
      4c51a26b
  12. 09 2月, 2010 1 次提交
  13. 08 2月, 2010 1 次提交
  14. 06 2月, 2010 1 次提交
  15. 04 2月, 2010 1 次提交
  16. 28 1月, 2010 1 次提交
  17. 26 1月, 2010 1 次提交
  18. 19 1月, 2010 1 次提交
  19. 18 1月, 2010 1 次提交
  20. 14 12月, 2009 1 次提交