Skip to content

Commit

Permalink
Javadoc++
Browse files Browse the repository at this point in the history
  • Loading branch information
archiecobbs committed Nov 8, 2019
1 parent a30222a commit b88cd63
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -134,7 +134,7 @@
* the <i>base term and index</i> for the transaction.</li> * the <i>base term and index</i> for the transaction.</li>
* <li>Since the transaction's view incorporates all unapplied log entries down to the underlying * <li>Since the transaction's view incorporates all unapplied log entries down to the underlying
* compacted key/value store, transaction performance degrades as the number of unapplied log * compacted key/value store, transaction performance degrades as the number of unapplied log
* entries grows. Log entries are always applied as soon as possible, but they are kept around * entries grows. Log entries are always applied as soon as possible, but they are also kept around
* on disk (up to a point) after being applied in case needed by a leader.</li> * on disk (up to a point) after being applied in case needed by a leader.</li>
* <li>On commit, the transaction's {@link io.permazen.kv.mvcc.Reads}, {@link io.permazen.kv.mvcc.Writes}, * <li>On commit, the transaction's {@link io.permazen.kv.mvcc.Reads}, {@link io.permazen.kv.mvcc.Writes},
* base index and term, and any config change are {@linkplain CommitRequest sent} to the leader.</li> * base index and term, and any config change are {@linkplain CommitRequest sent} to the leader.</li>
Expand Down

0 comments on commit b88cd63

Please sign in to comment.