This repository has been archived by the owner on Sep 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Merge upstream 2020-05-14 #1
Merged
dongsupark
merged 1,053 commits into
flatcar-master
from
dongsu/merge-upstream-20200514
May 26, 2020
Merged
Merge upstream 2020-05-14 #1
dongsupark
merged 1,053 commits into
flatcar-master
from
dongsu/merge-upstream-20200514
May 26, 2020
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clientv3/integration: fix a typo in "TestLeasingTxnRangeCmp"
doc: update required go version for master
CHANGELOG: add missing changelogs
…on system Signed-off-by: lucperkins <lucperkins@gmail.com>
Co-authored-by: yutedz <54038175+yutedz@users.noreply.github.com>
Restructure documentation source files
…bumping grpc to 1.26.0.
Signed-off-by: lucperkins <lucperkins@gmail.com>
clientv3: simplify grpc dialer usage.
auth: use correct logging level
Set zap as default logger. Remove capnslog and deprecated logging flags.
CHANGELOG-3.5: add for #11574
*: set zap as default logger, remove capnslog
etcdserver/api/v2v3: use testing.T instead of log in tests
etcdserver/api/v2v3: fix dropped test error
This changes have started at etcdctl under auth.go, and make changes to stub out everything down into the internal raft. Made changes to the .proto files and regenerated them so that the local version would build successfully.
wal: close the directory when Fsync() encounters error
Use UID instead of ID in Grafana dashboard
to make redirection possible. Changed undercore to dash.
.github/ISSUE_TEMPLATE: fix of a broken link
etcdctl, etcdmain: warn about --insecure-skip-tls-verify options
emails here can be an unnecessary maintainance. The provided GitHub IDs have the latest emails and also the process has security@etcd.io mentioned in this doc as a contact email.
doc: remove Product Security Committee individual emails
Signed-off-by: Ted Yu <yuzhihong@gmail.com>
Signed-off-by: Ted Yu <yuzhihong@gmail.com>
Documentation: note on the policy of insecure by default
Currently, watch cancel requests are only sent to the server after a message comes through on a watch where the client has cancelled. This means that cancelled watches that don't receive any new messages are never cancelled; they persist for the lifetime of the client stream. This has negative connotations for locking applications where a watch may observe a key which might never change again after cancellation, leading to many accumulating watches on the server. By cancelling proactively, in most cases we simply move the cancel request to happen earlier, and additionally we solve the case where the cancel request would never be sent. Fixes #9416 Heavy inspiration drawn from the solutions proposed there.
clientv3: cancel watches proactively on client context cancellation
mvcc: fix a deadlock bug in mvcc
…11817 CHANGELOG: update 3.4/3.3 changelog for 11817
Signed-off-by: Ted Yu <yuzhihong@gmail.com>
Signed-off-by: Ted Yu <yuzhihong@gmail.com>
mvcc: Obtain tx Lock once in readTx#UnsafeRange
raft: break out of nested loop when raft id is found
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Merge upstream
origin/master
toflatcar-master
, to keep it in sync with recent changes.