Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 686 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 686 Bytes

Simple Two Phase Commit implementation

Introduction

Simple Two Phase Commit protocol implementation

Quickstarts

run main in class Test

TODOs

  • network emulation
    • join/leave network
    • transport (send, recv, broadcast)
    • message encapsulation
    • async IO (simple message queue)
    • network jamming
    • test
  • timer
    • scheduled task
    • listen/notify
    • change timeout
    • test
  • 2PC
    • rpc (Command/CommandResponse)
      • command timeout
    • client command (cmd)
    • role
      • Primary (coordinator)
      • Replica (replica)
    • test