From a37b695e8f97c305e6dfd4d460535870c2e8b4f0 Mon Sep 17 00:00:00 2001 From: Ben Darnell Date: Sun, 12 Aug 2018 23:17:44 -0400 Subject: [PATCH] vendor: Update etcd Picks up coreos/etcd#9982 and coreos/etcd#9985 (and no other changes to packages we use). Fixes #27983 Fixes #27804 Release note (bug fix): Additional fixes for out-of-memory errors caused by very large raft logs. Release note (performance improvement): Greatly improved performance when catching up followers that are behind when raft logs are large. --- Gopkg.lock | 2 +- vendor | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gopkg.lock b/Gopkg.lock index d3a6d5099ae2..a4d8b3f837ff 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -275,7 +275,7 @@ "raft", "raft/raftpb", ] - revision = "90a2fbe50ebdb8f6e3cef987558dd73b9101d483" + revision = "3a037744dee9a7df42d3469917e3b34c02ae0bb3" [[projects]] name = "github.com/cpuguy83/go-md2man" diff --git a/vendor b/vendor index d5cea79881cc..d18a2a3b4be7 160000 --- a/vendor +++ b/vendor @@ -1 +1 @@ -Subproject commit d5cea79881cc2dfb490c65ff402a48142d598f77 +Subproject commit d18a2a3b4be7141a6feed7c84f169881edd8c789