1
0
Fork 0

Better comments

master
Philip O'Toole 7 months ago
parent 595f22938d
commit 1919c6eaec

@ -277,7 +277,7 @@ type Store struct {
fsmIdx *atomic.Uint64
fsmUpdateTime *AtomicTime // This is node-local time.
// appendedAtTimeis the time the Leader was at when it appended the log entry.
// appendedAtTimeis the Leader's clock time when that Leader appended the log entry.
// The Leader that actually appended the log entry is not necessarily the current Leader.
appendedAtTime *AtomicTime

Loading…
Cancel
Save