-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vendor: bump etcd/raft to pick up memory usage fix #27009
Conversation
@bdarnell I looked through the changes that we picked up here and they didn't seem worrisome, but still - how proactive do we want to be about putting this on release-2.0? |
LGTM There's a typo in the commit message: we're picking up etcd-io/etcd#9887. I was planning to do a cherry-pick for release-2.0 today. |
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>
dd5418a
to
e4928e7
Compare
TFTR. Commit message and PR title fixed. bors r=bdarnell |
Timed out |
Pick up etcd-io/etcd#9887, which avoids pulling the uncommitted portion of the Raft log into memory. Release note (bug fix): Alleviate a scenario in which a large number of uncommitted Raft commands could cause memory pressure at startup time.
Rebased. |
27009: vendor: bump etcd/raft to pick up memory usage fix r=bdarnell a=tschottdorf Pick up etcd-io/etcd#9887, which avoids pulling the uncommitted portion of the Raft log into memory. 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: Tobias Schottdorf <tobias.schottdorf@gmail.com>
Build succeeded |
So we put this in 2.0.4 but never merged it to master? Oops. |
Yep.
On Thu, Jul 19, 2018 at 3:31 PM Ben Darnell ***@***.***> wrote:
So we put this in 2.0.4 but never merged it to master? Oops.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#27009 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AE135JwNa258kDs3eSiz2jlSVtdrgjACks5uIIpLgaJpZM4U5eu8>
.
--
…-- Tobias
|
Pick up etcd-io/etcd#9887, which avoids pulling
the uncommitted portion of the Raft log into memory.
Release note (bug fix): Alleviate a scenario in which a large number of
uncommitted Raft commands could cause memory pressure at startup time.