1. 15 9月, 2011 1 次提交
    • L
      Fixed some bugs in the leader change (although it still needs plenty of work,... · b5ea4c6b
      liquidsnake@sapo.pt 提交于
      Fixed some bugs in the leader change (although it still needs plenty of work, specially when re-integrating the replica).
      
      Fixed a bug related to read only requests. Moved RadomDemo to a dedicated package.
      
      State transfer protocol can now notify the recovered replica about the most recente view. 
      
      Added apache codecs do deal with base64 encode/decode.
      b5ea4c6b
  2. 03 9月, 2011 1 次提交
  3. 25 6月, 2011 1 次提交
  4. 03 2月, 2011 1 次提交
    • L
      In this commit, it has been added a timeout for the state transfer protocol,... · 1184efc9
      liquidsnake@sapo.pt 提交于
      In this commit, it has been added a timeout for the state transfer protocol, and fixed an implementantion error regarding f + 1 state hashes consistent amoung them, and a complete state inconsistent with those ashes.
      
      It was also fixed a bug that would crash clients when a a reconfiguration was applied, and also fixed 2 bugs related to the checkpoints, which  would make replicas crash.
      
      Finally, there are also some lines of code that have been slightly modified, but which shouls not affect the behavior of SMaRt.
      1184efc9
  5. 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
  6. 08 10月, 2010 1 次提交
  7. 14 12月, 2009 1 次提交