-
Notifications
You must be signed in to change notification settings - Fork 22
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
[openshift-4.4] Bug 1815637: bump etcd v3.3.19 #40
Commits on Nov 21, 2019
-
etcdserver: Remove infinite loop in doSerialize
Once chk(ai) fails with auth.ErrAuthOldRevision it will always do, regardless how many times you retry. So the error is better be returned to fail the pending request and make the client re-authenticate.
Configuration menu - View commit details
-
Copy full SHA for 95095f8 - Browse repository at this point
Copy the full SHA 95095f8View commit details -
etcdserver: remove auth validation loop
Remove auth validation loop in v3_server.raftRequest(). Re-validation when error ErrAuthOldRevision occurs should be handled on client side.
Configuration menu - View commit details
-
Copy full SHA for 5a48217 - Browse repository at this point
Copy the full SHA 5a48217View commit details -
integration: disable TestV3AuthOldRevConcurrent
Disable TestV3AuthOldRevConcurrent for now. See etcd-io#10468 (comment)
Configuration menu - View commit details
-
Copy full SHA for e1508f9 - Browse repository at this point
Copy the full SHA e1508f9View commit details
Commits on Jan 25, 2020
-
Merge pull request etcd-io#11378 from jingyih/automated-cherry-pick-o…
…f-#10218-etcd-io#10468-upstream-release-3.3 Automated cherry pick of etcd-io#10218 etcd-io#10468 on release 3.3
Configuration menu - View commit details
-
Copy full SHA for 70853d6 - Browse repository at this point
Copy the full SHA 70853d6View commit details
Commits on Feb 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b3d9e29 - Browse repository at this point
Copy the full SHA b3d9e29View commit details -
Merge pull request etcd-io#11623 from jpbetz/automated-cherry-pick-of…
…-#11613-origin-release-3.3 Automated cherry pick of etcd-io#11613 to release-3.3
Configuration menu - View commit details
-
Copy full SHA for b0a4038 - Browse repository at this point
Copy the full SHA b0a4038View commit details
Commits on Feb 15, 2020
-
mvcc/backend: check for nil boltOpenOptions
Check if boltOpenOptions is nil before use it.
Configuration menu - View commit details
-
Copy full SHA for 7b1a92c - Browse repository at this point
Copy the full SHA 7b1a92cView commit details
Commits on Feb 16, 2020
-
Merge pull request etcd-io#11632 from jingyih/automated-cherry-pick-o…
…f-#11630-upstream-release-3.3 Automated cherry pick of etcd-io#11630 to release-3.3
Configuration menu - View commit details
-
Copy full SHA for e21e355 - Browse repository at this point
Copy the full SHA e21e355View commit details
Commits on Feb 29, 2020
-
etcdctl: fix member add command
Use members information from member add response, which is guaranteed to be up to date.
Configuration menu - View commit details
-
Copy full SHA for c58133b - Browse repository at this point
Copy the full SHA c58133bView commit details
Commits on Mar 11, 2020
-
Merge pull request etcd-io#11665 from jingyih/automated-cherry-pick-o…
…f-#11638-upstream-release-3.3 Automated cherry pick of etcd-io#11638 on release-3.3
Configuration menu - View commit details
-
Copy full SHA for eb1df6d - Browse repository at this point
Copy the full SHA eb1df6dView commit details
Commits on Mar 16, 2020
-
proxy/grpcproxy: add return on error for metrics handler
Signed-off-by: Sam Batschelet <sbatsche@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 1228d6c - Browse repository at this point
Copy the full SHA 1228d6cView commit details
Commits on Mar 18, 2020
-
etcdserver/api/etcdhttp: log server-side /health checks
ref. etcd-io#11704 Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 30aaceb - Browse repository at this point
Copy the full SHA 30aacebView commit details
Commits on Mar 19, 2020
-
clientv3: embed api version in metadata
ref. etcd-io#11687 Signed-off-by: Gyuho Lee <leegyuho@amazon.com> clientv3: fix racy writes to context key === RUN TestWatchOverlapContextCancel ================== WARNING: DATA RACE Write at 0x00c42110dd40 by goroutine 99: runtime.mapassign() /usr/local/go/src/runtime/hashmap.go:485 +0x0 github.com/coreos/etcd/clientv3.metadataSet() /go/src/github.com/coreos/etcd/gopath/src/github.com/coreos/etcd/clientv3/ctx.go:61 +0x8c github.com/coreos/etcd/clientv3.withVersion() /go/src/github.com/coreos/etcd/gopath/src/github.com/coreos/etcd/clientv3/ctx.go:47 +0x137 github.com/coreos/etcd/clientv3.newStreamClientInterceptor.func1() /go/src/github.com/coreos/etcd/gopath/src/github.com/coreos/etcd/clientv3/client.go:309 +0x81 google.golang.org/grpc.NewClientStream() /go/src/github.com/coreos/etcd/gopath/src/google.golang.org/grpc/stream.go:101 +0x10e github.com/coreos/etcd/etcdserver/etcdserverpb.(*watchClient).Watch() /go/src/github.com/coreos/etcd/gopath/src/github.com/coreos/etcd/etcdserver/etcdserverpb/rpc.pb.go:3193 +0xe9 github.com/coreos/etcd/clientv3.(*watchGrpcStream).openWatchClient() /go/src/github.com/coreos/etcd/gopath/src/github.com/coreos/etcd/clientv3/watch.go:788 +0x143 github.com/coreos/etcd/clientv3.(*watchGrpcStream).newWatchClient() /go/src/github.com/coreos/etcd/gopath/src/github.com/coreos/etcd/clientv3/watch.go:700 +0x5c3 github.com/coreos/etcd/clientv3.(*watchGrpcStream).run() /go/src/github.com/coreos/etcd/gopath/src/github.com/coreos/etcd/clientv3/watch.go:431 +0x12b Previous read at 0x00c42110dd40 by goroutine 130: reflect.maplen() /usr/local/go/src/runtime/hashmap.go:1165 +0x0 reflect.Value.MapKeys() /usr/local/go/src/reflect/value.go:1090 +0x43b fmt.(*pp).printValue() /usr/local/go/src/fmt/print.go:741 +0x1885 fmt.(*pp).printArg() /usr/local/go/src/fmt/print.go:682 +0x1b1 fmt.(*pp).doPrintf() /usr/local/go/src/fmt/print.go:998 +0x1cad fmt.Sprintf() /usr/local/go/src/fmt/print.go:196 +0x77 github.com/coreos/etcd/clientv3.streamKeyFromCtx() /go/src/github.com/coreos/etcd/gopath/src/github.com/coreos/etcd/clientv3/watch.go:825 +0xc8 github.com/coreos/etcd/clientv3.(*watcher).Watch() /go/src/github.com/coreos/etcd/gopath/src/github.com/coreos/etcd/clientv3/watch.go:265 +0x426 github.com/coreos/etcd/clientv3/integration.testWatchOverlapContextCancel.func1() /go/src/github.com/coreos/etcd/gopath/src/github.com/coreos/etcd/clientv3/integration/watch_test.go:959 +0x23e Goroutine 99 (running) created at: github.com/coreos/etcd/clientv3.(*watcher).newWatcherGrpcStream() /go/src/github.com/coreos/etcd/gopath/src/github.com/coreos/etcd/clientv3/watch.go:236 +0x59d github.com/coreos/etcd/clientv3.(*watcher).Watch() /go/src/github.com/coreos/etcd/gopath/src/github.com/coreos/etcd/clientv3/watch.go:278 +0xbb6 github.com/coreos/etcd/clientv3/integration.testWatchOverlapContextCancel.func1() /go/src/github.com/coreos/etcd/gopath/src/github.com/coreos/etcd/clientv3/integration/watch_test.go:959 +0x23e Goroutine 130 (running) created at: github.com/coreos/etcd/clientv3/integration.testWatchOverlapContextCancel() /go/src/github.com/coreos/etcd/gopath/src/github.com/coreos/etcd/clientv3/integration/watch_test.go:979 +0x76d github.com/coreos/etcd/clientv3/integration.TestWatchOverlapContextCancel() /go/src/github.com/coreos/etcd/gopath/src/github.com/coreos/etcd/clientv3/integration/watch_test.go:922 +0x44 testing.tRunner() /usr/local/go/src/testing/testing.go:657 +0x107 ================== Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 6f7ee07 - Browse repository at this point
Copy the full SHA 6f7ee07View commit details -
etcdserver/api/v3rpc: handle api version metadata, add metrics
ref. etcd-io#11687 Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for d9027ce - Browse repository at this point
Copy the full SHA d9027ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for f9c8920 - Browse repository at this point
Copy the full SHA f9c8920View commit details -
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 10d50e0 - Browse repository at this point
Copy the full SHA 10d50e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07562e2 - Browse repository at this point
Copy the full SHA 07562e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for acb9746 - Browse repository at this point
Copy the full SHA acb9746View commit details -
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 5088080 - Browse repository at this point
Copy the full SHA 5088080View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd200b4 - Browse repository at this point
Copy the full SHA cd200b4View commit details -
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for a463bd5 - Browse repository at this point
Copy the full SHA a463bd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67da93f - Browse repository at this point
Copy the full SHA 67da93fView commit details
Commits on Mar 21, 2020
-
Signed-off-by: Sam Batschelet <sbatsche@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for a0dea6c - Browse repository at this point
Copy the full SHA a0dea6cView commit details -
Signed-off-by: Sam Batschelet <sbatsche@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 591fe54 - Browse repository at this point
Copy the full SHA 591fe54View commit details -
Dockerfile.*: Fix "etcd is distributed" -> "etcd is a distributed"
Correcting a typo from 2f10964 (version: openshift-v4.0, 2018-11-29).
Configuration menu - View commit details
-
Copy full SHA for 7c7740d - Browse repository at this point
Copy the full SHA 7c7740dView commit details -
Dockerfile: resolve issue where binary was not properly copied from b…
…uild. Signed-off-by: Sam Batschelet <sbatsche@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 9454789 - Browse repository at this point
Copy the full SHA 9454789View commit details -
Configuration menu - View commit details
-
Copy full SHA for 776a510 - Browse repository at this point
Copy the full SHA 776a510View commit details -
Dockerfile: set coreos org as canonical for release-3.3
Signed-off-by: Sam Batschelet <sbatsche@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 5cebeac - Browse repository at this point
Copy the full SHA 5cebeacView commit details -
Dockerfile: bump golang to 1.11
Signed-off-by: Sam Batschelet <sbatsche@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for d0577f9 - Browse repository at this point
Copy the full SHA d0577f9View commit details -
Dockerfile: use build instead of make build
make build performs a sanity test on the binary image which causes problems for unsupport arch. Because we run full CI tests against the image this check is not nessisary and will allow images to be build regardless of arch. Signed-off-by: Sam Batschelet <sbatsche@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 9ebb43b - Browse repository at this point
Copy the full SHA 9ebb43bView commit details -
Signed-off-by: Sam Batschelet <sbatsche@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 3d88216 - Browse repository at this point
Copy the full SHA 3d88216View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7641a7 - Browse repository at this point
Copy the full SHA b7641a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02f1808 - Browse repository at this point
Copy the full SHA 02f1808View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cf43a7 - Browse repository at this point
Copy the full SHA 8cf43a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8eaefdf - Browse repository at this point
Copy the full SHA 8eaefdfView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab0737a - Browse repository at this point
Copy the full SHA ab0737aView commit details -
If we weren't able to get client or get target member but memberDir e…
…xists, go ahead and start.
Configuration menu - View commit details
-
Copy full SHA for c02fb94 - Browse repository at this point
Copy the full SHA c02fb94View commit details -
Configuration menu - View commit details
-
Copy full SHA for b44f57e - Browse repository at this point
Copy the full SHA b44f57eView commit details