Skip to content

Commit

Permalink
Fix goword failure in rafthttp/transport.go.
Browse files Browse the repository at this point in the history
Signed-off-by: James Blair <mail@jamesblair.net>
jmhbnz committed Aug 11, 2023

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent 9c7c8c6 commit f62a894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/etcdserver/api/rafthttp/transport.go
Original file line number Diff line number Diff line change
@@ -110,7 +110,7 @@ type Transport struct {
Raft Raft // raft state machine, to which the Transport forwards received messages and reports status
Snapshotter *snap.Snapshotter
ServerStats *stats.ServerStats // used to record general transportation statistics
// used to record transportation statistics with followers when
// LeaderStats is used to record transportation statistics with followers when
// performing as leader in raft protocol
LeaderStats *stats.LeaderStats
// ErrorC is used to report detected critical errors, e.g.,

0 comments on commit f62a894

Please sign in to comment.