komuw / kshaka

Kshaka is a Go implementation of the CASPaxos consensus protocol.
MIT License
24 stars 2 forks source link

better way to handle error `not found` from StableStore #10

Open komuw opened 6 years ago

komuw commented 6 years ago

ref:

  1. https://github.com/hashicorp/raft-boltdb/blob/6e5ba93211eaf8d9a2ad7e41ffad8c6f160f9fe3/bolt_store.go#L243-L245
  2. https://github.com/hashicorp/raft-mdb/blob/55f29473b9e604b3678b93a8433a6cf089e70f76/mdb_store.go#L328-L329