]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
paxos: store stashed state _and_ incrementals
authorSage Weil <sage@newdream.net>
Thu, 17 Nov 2011 22:10:34 +0000 (14:10 -0800)
committerSage Weil <sage@newdream.net>
Thu, 17 Nov 2011 22:10:34 +0000 (14:10 -0800)
commit367ab142d7bc938c5a8b40027acd2431a11c8022
treedb811ae2351da095df3cddb5fe86aea291c522c9
parent6bc9a544b62bb21f6ee7ef51bfbe9111f7add9cb
paxos: store stashed state _and_ incrementals

Paxos::share_state() may share a stashed state and incrementals that
follow; we need to store the same.

Signed-off-by: Sage Weil <sage@newdream.net>
src/mon/Paxos.cc