-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #33228 from tbg/backport-raft
backport-2.1: Bump etcd/raft to pick up uncommitted log size fix
- Loading branch information
Showing
2 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Submodule vendor
updated
7 files
+19 −0 | go.etcd.io/etcd/raft/OWNERS | |
+8 −6 | go.etcd.io/etcd/raft/log.go | |
+12 −2 | go.etcd.io/etcd/raft/node.go | |
+48 −10 | go.etcd.io/etcd/raft/raft.go | |
+33 −0 | go.etcd.io/etcd/raft/rawnode.go | |
+19 −13 | go.etcd.io/etcd/raft/status.go | |
+7 −4 | go.etcd.io/etcd/raft/util.go |