summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSage Weil <sage@inktank.com>2013-07-21 07:58:41 -0700
committerSage Weil <sage@inktank.com>2013-07-22 14:12:51 -0700
commit99e605455f7bf6088be5ce5ee3d4e29ab7e03d47 (patch)
tree5d4dc9f99557c404a6662677d0e48344baacf103
parenta61635e85218dd2e19d339385066e5a6a9c86346 (diff)
downloadceph-99e605455f7bf6088be5ce5ee3d4e29ab7e03d47.tar.gz
mon/Paxos: accepted_pn_from has no semantic meaning
Signed-off-by: Sage Weil <sage@inktank.com>
-rw-r--r--src/mon/Paxos.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mon/Paxos.h b/src/mon/Paxos.h
index 3df238e1933..69419e64ab9 100644
--- a/src/mon/Paxos.h
+++ b/src/mon/Paxos.h
@@ -290,8 +290,9 @@ private:
*/
version_t accepted_pn;
/**
- * @todo This has something to do with the last_committed version. Not sure
- * about what it entails, tbh.
+ * The last_committed epoch of the leader at the time we accepted the last pn.
+ *
+ * This has NO SEMANTIC MEANING, and is there only for the debug output.
*/
version_t accepted_pn_from;
/**