Skip to content
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 go.etcd.io/etcd #30443

Merged
merged 1 commit into from
Sep 20, 2018
Merged

Conversation

petermattis
Copy link
Collaborator

This picks up etcd-io/etcd#10106 which fixes an issue where
raft.Ready.MustSync was being set too frequently resulting in
unnecessary synchronous writes to the RocksDB WAL.

Release note (performance improvement): Remove unnecessary synchronous
disk writes caused by erroneous logic in the Raft implementation.

@petermattis petermattis requested a review from a team September 19, 2018 23:53
@cockroach-teamcity
Copy link
Member

This change is Reviewable

This picks up etcd-io/etcd#10106 which fixes an issue where
`raft.Ready.MustSync` was being set too frequently resulting in
unnecessary synchronous writes to the RocksDB WAL.

Release note (performance improvement): Remove unnecessary synchronous
disk writes caused by erroneous logic in the Raft implementation.
@petermattis
Copy link
Collaborator Author

bors r=nvanbenschoten,benesch

craig bot pushed a commit that referenced this pull request Sep 20, 2018
30443: vendor: bump go.etcd.io/etcd r=nvanbenschoten,benesch a=petermattis

This picks up etcd-io/etcd#10106 which fixes an issue where
`raft.Ready.MustSync` was being set too frequently resulting in
unnecessary synchronous writes to the RocksDB WAL.

Release note (performance improvement): Remove unnecessary synchronous
disk writes caused by erroneous logic in the Raft implementation.

Co-authored-by: Peter Mattis <petermattis@gmail.com>
@craig
Copy link
Contributor

craig bot commented Sep 20, 2018

Build succeeded

@craig craig bot merged commit 4d03a82 into cockroachdb:master Sep 20, 2018
@petermattis petermattis deleted the pmattis/bump-etcd branch September 20, 2018 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants