1. 03 9月, 2011 1 次提交
  2. 02 9月, 2011 4 次提交
  3. 01 9月, 2011 1 次提交
    • B
      Another huge update! · 53fdcd13
      bessani@gmail.com 提交于
      Removed and refactored a lot of code, added new microbenchmarks and improved the parallelism between the delivery thread and server communication thread. Additionally, processing of out of context message changed a bit (done in the server communication thread, instead of the delivery thread).
      IMPORTANT: Service replica API changed!!!
      NOTE: currently achieving a zero-byte throughput of 151Kops/sec ;-)
      53fdcd13
  4. 23 8月, 2011 2 次提交
    • B
      small update · 2af47a9f
      bessani@gmail.com 提交于
      2af47a9f
    • B
      HUGE UPDATE!!! · 65de0915
      bessani@gmail.com 提交于
      - Improvements on the performance of communication system
      - big clean up of the code (many old methods deleted)
      - corrected bug in out of context (now, a consensus is only started if a propose is received)
      Note: still need to verify if state transfer and leader change works right
      65de0915
  5. 14 7月, 2011 1 次提交
  6. 07 7月, 2011 1 次提交
  7. 25 6月, 2011 1 次提交
  8. 23 6月, 2011 1 次提交
  9. 12 6月, 2011 3 次提交
  10. 07 6月, 2011 1 次提交
  11. 31 5月, 2011 1 次提交
  12. 19 5月, 2011 1 次提交
  13. 18 5月, 2011 2 次提交
  14. 17 5月, 2011 9 次提交
  15. 13 5月, 2011 2 次提交
  16. 09 5月, 2011 1 次提交
  17. 18 4月, 2011 1 次提交
  18. 10 3月, 2011 1 次提交
  19. 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
  20. 04 12月, 2010 2 次提交
  21. 27 11月, 2010 1 次提交
  22. 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
  23. 10 11月, 2010 1 次提交