Skip to content

Commit

Permalink
debug: add ts in Raft Message
Browse files Browse the repository at this point in the history
Signed-off-by: ekexium <eke@fastmail.com>
  • Loading branch information
ekexium committed Sep 27, 2023
1 parent aeff366 commit 62787d5
Show file tree
Hide file tree
Showing 4 changed files with 104 additions and 71 deletions.
1 change: 1 addition & 0 deletions include/eraftpb.proto
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ message Message {
uint64 reject_hint = 11;
bytes context = 12;
uint64 priority = 14;
uint64 ts = 15;
}

message HardState {
Expand Down
163 changes: 99 additions & 64 deletions pkg/eraftpb/eraftpb.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 4 additions & 6 deletions pkg/kvrpcpb/kvrpcpb.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion pkg/tracepb/tracepb.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 62787d5

Please sign in to comment.