Skip to content

Commit

Permalink
Merge #27024
Browse files Browse the repository at this point in the history
27024: release-2.0: cherry-pick etcd-io/etcd#9887 r=tschottdorf a=bdarnell

This is the release-2.0 counterpart to #27009.

Release note (bug fix): Alleviate a scenario in which a large number of
uncommitted Raft commands could cause memory pressure at startup time.

Co-authored-by: Ben Darnell <ben@cockroachlabs.com>
  • Loading branch information
craig[bot] and bdarnell committed Jun 28, 2018
2 parents a149acc + b31dd58 commit 2dd9fa6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
7 changes: 4 additions & 3 deletions Gopkg.lock

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

3 changes: 2 additions & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ ignored = [
# https://github.com/coreos/etcd/commit/ce0ad377
[[constraint]]
name = "github.com/coreos/etcd"
branch = "master"
source = "https://github.com/cockroachdb/etcd"
branch = "crdb-release-2.0"

# Used for the API client; we want the latest.
[[constraint]]
Expand Down
2 changes: 1 addition & 1 deletion vendor

0 comments on commit 2dd9fa6

Please sign in to comment.