-
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.3]: bump etcd to v3.3.17 #20
Commits on Oct 10, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 6f250f9 - Browse repository at this point
Copy the full SHA 6f250f9View commit details
Commits on Dec 18, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 3a7b8b3 - Browse repository at this point
Copy the full SHA 3a7b8b3View commit details -
use set instead of slice as interval value fixes etcd-io#10326
Configuration menu - View commit details
-
Copy full SHA for 59cc0f9 - Browse repository at this point
Copy the full SHA 59cc0f9View commit details -
Merge pull request etcd-io#10335 from gyuho/release-3.3-patch
[Cherry pick 3.3] grpcproxy: fix memory leak
Configuration menu - View commit details
-
Copy full SHA for e6b2f00 - Browse repository at this point
Copy the full SHA e6b2f00View commit details
Commits on Jan 8, 2019
-
auth: disable CommonName auth for gRPC-gateway
Signed-off-by: Sam Batschelet <sbatsche@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for c7f744d - Browse repository at this point
Copy the full SHA c7f744dView commit details
Commits on Jan 9, 2019
-
Signed-off-by: Sam Batschelet <sbatsche@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 1590373 - Browse repository at this point
Copy the full SHA 1590373View commit details
Commits on Jan 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 2cf9e51 - Browse repository at this point
Copy the full SHA 2cf9e51View commit details
Commits on Feb 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 410a879 - Browse repository at this point
Copy the full SHA 410a879View commit details -
etcdctl: fix strings.HasPrefix args order
Signed-off-by: Iskander Sharipov <quasilyte@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e634184 - Browse repository at this point
Copy the full SHA e634184View commit details -
Configuration menu - View commit details
-
Copy full SHA for d57e8b8 - Browse repository at this point
Copy the full SHA d57e8b8View commit details -
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for c696442 - Browse repository at this point
Copy the full SHA c696442View commit details
Commits on Mar 21, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ec22eb9 - Browse repository at this point
Copy the full SHA ec22eb9View commit details
Commits on Mar 29, 2019
-
etcdserver: Use panic instead of fatal on no space left error
When using the embed package to embed etcd, sometimes the storage prefix being used might be full. In this case, this code path triggers, causing an: `etcdserver: create wal error: no space left on device` error, which causes a fatal. A fatal differs from a panic in that it also calls os.Exit(1). In this situation, the calling program that embeds the etcd server will be abruptly killed, which prevents it from cleaning up safely, and giving a proper error message. Depending on what the calling program is, this can cause corruption and data loss. This patch switches the fatal to a panic. Ideally this would be a regular error which would get propagated upwards to the StartEtcd command, but in the meantime at least this can be caught with recover(). This fixes the most common fatal that I've experienced, but there are surely more that need looking into. If possible, the errors should be threaded down into the code path so that embedding etcd can be more robust. Fixes: etcd-io#10588 This is a cherry-picked version of upstream: 368f70a
Configuration menu - View commit details
-
Copy full SHA for 7814718 - Browse repository at this point
Copy the full SHA 7814718View commit details -
Merge pull request etcd-io#10597 from purpleidea/3.3/fatal-corruption
etcdserver: Use panic instead of fatal on no space left error
Configuration menu - View commit details
-
Copy full SHA for ad5e169 - Browse repository at this point
Copy the full SHA ad5e169View commit details
Commits on Apr 11, 2019
-
travis: fix tests by using proper code path
Signed-off-by: Sam Batschelet <sbatsche@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 332e995 - Browse repository at this point
Copy the full SHA 332e995View commit details -
*: Change gRPC proxy to expose etcd server endpoint /metrics
This PR resolves an issue where the `/metrics` endpoints exposed by the proxy were not returning metrics of the etcd members servers but of the proxy itself. Signed-off-by: Sam Batschelet <sbatsche@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 43386ac - Browse repository at this point
Copy the full SHA 43386acView commit details
Commits on Apr 12, 2019
-
wal: add Verify function to perform corruption check on wal contents
Signed-off-by: Shreyas Rao <shreyas.sriganesh.rao@sap.com>
Configuration menu - View commit details
-
Copy full SHA for cf4836f - Browse repository at this point
Copy the full SHA cf4836fView commit details -
Signed-off-by: Shreyas Rao <shreyas.sriganesh.rao@sap.com>
Configuration menu - View commit details
-
Copy full SHA for e206a8b - Browse repository at this point
Copy the full SHA e206a8bView commit details
Commits on Apr 17, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 38bf1bd - Browse repository at this point
Copy the full SHA 38bf1bdView commit details
Commits on Apr 18, 2019
-
Merge pull request etcd-io#10656 from jpbetz/automated-cherry-pick-of…
…-#10646-release-3.3 Automated cherry pick of etcd-io#10646
Configuration menu - View commit details
-
Copy full SHA for 5f4a455 - Browse repository at this point
Copy the full SHA 5f4a455View commit details
Commits on Apr 25, 2019
-
client: Replace ugorji/codec with json-iterator/go
We need to use the stdlib-compatible one that is case-sensitive, etc Change-Id: Id0df573a70e09967ac7d8c0a63d99d6a49ce82f1
Configuration menu - View commit details
-
Copy full SHA for 69e0daf - Browse repository at this point
Copy the full SHA 69e0dafView commit details -
scripts: Remove generated code and script
Change-Id: Iac4601443bcad71920fd96b97bfe21c16116577a
Configuration menu - View commit details
-
Copy full SHA for 20bd0c0 - Browse repository at this point
Copy the full SHA 20bd0c0View commit details -
vendor: Add json-iterator and its dependencies
Change-Id: I1f3fc00f95efadd6da9b4c248156f8460ae0ff97
Configuration menu - View commit details
-
Copy full SHA for 02ccf20 - Browse repository at this point
Copy the full SHA 02ccf20View commit details -
Change-Id: Ibfa24e28cacd58388f7606a945c8ac35e1c34580
Configuration menu - View commit details
-
Copy full SHA for 7ff7e0a - Browse repository at this point
Copy the full SHA 7ff7e0aView commit details -
client: Switch to case sensitive unmarshalling to be compatible with …
…ugorji Using lessons learned from k8s changes: kubernetes/kubernetes#65034 Change-Id: Ia17a8f94ae6ed00c5af2595c2b48d3c9a0344427
Configuration menu - View commit details
-
Copy full SHA for 6e91e35 - Browse repository at this point
Copy the full SHA 6e91e35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6499c14 - Browse repository at this point
Copy the full SHA 6499c14View commit details -
Change-Id: I53b30e9317de6cd058833d743bc88c46686cea20
Configuration menu - View commit details
-
Copy full SHA for ad7c2cd - Browse repository at this point
Copy the full SHA ad7c2cdView commit details
Commits on Apr 30, 2019
-
Documentation metadata for 3.3 branch (etcd-io#10692)
* Update Documentation folder Signed-off-by: lucperkins <lucperkins@gmail.com> * Re-add README file Signed-off-by: lucperkins <lucperkins@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c46aa44 - Browse repository at this point
Copy the full SHA c46aa44View commit details
Commits on May 2, 2019
-
etcdserver: improve heartbeat send failures logging
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for f179d4d - Browse repository at this point
Copy the full SHA f179d4dView commit details -
clientv3: fix race condition in "Endpoints" methods
From etcd-io#10595. Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for b7001c0 - Browse repository at this point
Copy the full SHA b7001c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98d3084 - Browse repository at this point
Copy the full SHA 98d3084View commit details
Commits on May 29, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 8ed3e70 - Browse repository at this point
Copy the full SHA 8ed3e70View commit details -
Merge pull request etcd-io#10718 from rohitsardesai83/release-3.3
etcd: Replace ghodss/yaml with sigs.k8s.io/yaml in 3.3
Configuration menu - View commit details
-
Copy full SHA for b0babe5 - Browse repository at this point
Copy the full SHA b0babe5View commit details
Commits on Jun 4, 2019
-
ctlv3: support "write-out" for "endpoint health" command
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f835a85 - Browse repository at this point
Copy the full SHA f835a85View commit details -
Merge pull request etcd-io#10782 from jingyih/cherrypick_9540_to_rele…
…ase3p3 ctlv3: cherry pick of etcd-io#9540 to release 3.3
Configuration menu - View commit details
-
Copy full SHA for 8942970 - Browse repository at this point
Copy the full SHA 8942970View commit details
Commits on Jun 5, 2019
-
ctlv3: add missing newline in EndpointHealth
To make the output consistent with the output before etcd-io#9540.
Configuration menu - View commit details
-
Copy full SHA for d005486 - Browse repository at this point
Copy the full SHA d005486View commit details -
Merge pull request etcd-io#10793 from jingyih/automated-cherry-pick-o…
…f-#10788-origin-release-3.3 Automated cherry pick of etcd-io#10788 on release-3.3
Configuration menu - View commit details
-
Copy full SHA for 5832014 - Browse repository at this point
Copy the full SHA 5832014View commit details
Commits on Jun 17, 2019
-
Raft HTTP: fix pause/resume race condition
(cherry picked from commit b1812a4)
Configuration menu - View commit details
-
Copy full SHA for 9f1d6ca - Browse repository at this point
Copy the full SHA 9f1d6caView commit details
Commits on Jul 23, 2019
-
Merge pull request etcd-io#10827 from yznima/pr-race-3.3
Raft HTTP: fix pause/resume race condition
Configuration menu - View commit details
-
Copy full SHA for d12f132 - Browse repository at this point
Copy the full SHA d12f132View commit details -
Merge pull request etcd-io#10570 from sbenderli/cherry-pick-of-#8334
raft: cherry pick of etcd-io#8334 to release-3.3
Configuration menu - View commit details
-
Copy full SHA for 789ff21 - Browse repository at this point
Copy the full SHA 789ff21View commit details
Commits on Aug 8, 2019
-
etcdserver/api: add "etcd_network_snapshot_send_inflights_total", "et…
…cd_network_snapshot_receive_inflights_total" Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 1c8fab7 - Browse repository at this point
Copy the full SHA 1c8fab7View commit details -
etcdserver: add "etcd_server_snapshot_apply_inflights_total"
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 4527f4c - Browse repository at this point
Copy the full SHA 4527f4cView commit details
Commits on Aug 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 3aef9a1 - Browse repository at this point
Copy the full SHA 3aef9a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b37ae0 - Browse repository at this point
Copy the full SHA 0b37ae0View commit details -
pkg/adt: add "visitLevel", make "IntervalTree" interface, more tests
Make "IntervalTree" an interface to abstract range tree interface Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 266214d - Browse repository at this point
Copy the full SHA 266214dView commit details -
pkg/adt: README initial commit
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 594e7d6 - Browse repository at this point
Copy the full SHA 594e7d6View commit details -
pkg/adt: README "IntervalTree.Delete" test case images
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for d938435 - Browse repository at this point
Copy the full SHA d938435View commit details -
pkg/adt: test node "11" deletion
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for b315236 - Browse repository at this point
Copy the full SHA b315236View commit details -
pkg/adt: add "IntervalTree.Delete" failure case
Described in etcd-io#10877. "black-height" property: Every path from a node to any descendant leaf node must have the same number of black nodes. Expected After deleting 11 (requires rebalancing): [510,511] / \ ---------- -------------------------- / \ [383,384] [830,831] / \ / \ / \ / \ [261,262](red) [410,411] [647,648] [899,900](red) / \ \ / \ / \ \ / \ [82,83] [292,293] [815,816](red) [888,889] [972,973] \ / \ / [238,239](red) [953,954](red) Got After deleting 11 (requires rebalancing): [510,511] / \ ---------- -------------------------- / \ [82,83] [830,831] \ / \ \ / \ [383,384] [647,648] [899,900] / \ \ / \ / \ \ / \ [261,262] [410,411] [815,816] [888,889] [972,973] / \ / / \ / [238,239] [292,293] [953,954] This violates "black-height" property. Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for f4341fd - Browse repository at this point
Copy the full SHA f4341fdView commit details -
pkg/adt: mask test failure, add TODO
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for c25f746 - Browse repository at this point
Copy the full SHA c25f746View commit details -
pkg/adt: document textbook implementation with pseudo-code
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 33e4877 - Browse repository at this point
Copy the full SHA 33e4877View commit details -
pkg/adt: fix interval tree black-height property based on rbtree
Author: xkey <xk33430@ly.com> ref. etcd-io#10978 Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 036bd1a - Browse repository at this point
Copy the full SHA 036bd1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ffe90b9 - Browse repository at this point
Copy the full SHA ffe90b9View commit details -
*: use new adt.IntervalTree interface
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 0812410 - Browse repository at this point
Copy the full SHA 0812410View commit details
Commits on Aug 14, 2019
-
Makefile/build: sync with 3.4 branch
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for cc1591a - Browse repository at this point
Copy the full SHA cc1591aView commit details -
scripts: update release, genproto, dep
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for d7fc66b - Browse repository at this point
Copy the full SHA d7fc66bView commit details -
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 27cf72b - Browse repository at this point
Copy the full SHA 27cf72bView commit details -
vendor: regenerate, upgrade gRPC to 1.23.0
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 830bba3 - Browse repository at this point
Copy the full SHA 830bba3View commit details -
etcdserver/etcdserverpb/rpc.proto: add watch progress/fragment
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 9f7294f - Browse repository at this point
Copy the full SHA 9f7294fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d167714 - Browse repository at this point
Copy the full SHA d167714View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92a7504 - Browse repository at this point
Copy the full SHA 92a7504View commit details -
etcdserver/api/v3rpc: support watch fragmentation
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 5a678bb - Browse repository at this point
Copy the full SHA 5a678bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7eb9a29 - Browse repository at this point
Copy the full SHA 7eb9a29View commit details -
raft: fix compile error in "Panic"
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for a317433 - Browse repository at this point
Copy the full SHA a317433View commit details -
clientv3: rewrite based on 3.4
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 9561f6b - Browse repository at this point
Copy the full SHA 9561f6bView commit details -
etcdserver: detect leader change on reads
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for e5c2dff - Browse repository at this point
Copy the full SHA e5c2dffView commit details -
Configuration menu - View commit details
-
Copy full SHA for dbfc7bd - Browse repository at this point
Copy the full SHA dbfc7bdView commit details -
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for f68fac6 - Browse repository at this point
Copy the full SHA f68fac6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e37ece - Browse repository at this point
Copy the full SHA 6e37eceView commit details -
integration: fix "HashKVRequest"
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for b889245 - Browse repository at this point
Copy the full SHA b889245View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ddda8c - Browse repository at this point
Copy the full SHA 0ddda8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 61065db - Browse repository at this point
Copy the full SHA 61065dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for be3babf - Browse repository at this point
Copy the full SHA be3babfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 84508f7 - Browse repository at this point
Copy the full SHA 84508f7View commit details -
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 37d10dd - Browse repository at this point
Copy the full SHA 37d10ddView commit details -
travis: do not run functional for now
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 3c2b1cd - Browse repository at this point
Copy the full SHA 3c2b1cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e96b34 - Browse repository at this point
Copy the full SHA 0e96b34View commit details -
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for e16b21b - Browse repository at this point
Copy the full SHA e16b21bView commit details -
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 4f1e654 - Browse repository at this point
Copy the full SHA 4f1e654View commit details -
test: bump up timeout for e2e tests
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for c7c09c6 - Browse repository at this point
Copy the full SHA c7c09c6View commit details -
test: do not run "v2store" tests
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 33668f4 - Browse repository at this point
Copy the full SHA 33668f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 082c5e0 - Browse repository at this point
Copy the full SHA 082c5e0View commit details -
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 95a5c57 - Browse repository at this point
Copy the full SHA 95a5c57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1aa4af8 - Browse repository at this point
Copy the full SHA 1aa4af8View commit details
Commits on Aug 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b196734 - Browse repository at this point
Copy the full SHA b196734View commit details -
gitignore: track vendor directory
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for b9c976e - Browse repository at this point
Copy the full SHA b9c976eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d65219c - Browse repository at this point
Copy the full SHA d65219cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f3aa89 - Browse repository at this point
Copy the full SHA 2f3aa89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9dd98b7 - Browse repository at this point
Copy the full SHA 9dd98b7View commit details
Commits on Aug 16, 2019
-
Documentation/upgrades: special upgrade guides for >= 3.3.14
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for af8cb6c - Browse repository at this point
Copy the full SHA af8cb6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cf5d88 - Browse repository at this point
Copy the full SHA 5cf5d88View commit details
Commits on Aug 19, 2019
-
go.mod: remove, change back to "glide"
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for aa1e17a - Browse repository at this point
Copy the full SHA aa1e17aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e94188b - Browse repository at this point
Copy the full SHA e94188bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 94745a4 - Browse repository at this point
Copy the full SHA 94745a4View commit details
Commits on Aug 20, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 81fc7c2 - Browse repository at this point
Copy the full SHA 81fc7c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74cf4ae - Browse repository at this point
Copy the full SHA 74cf4aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for ffb43df - Browse repository at this point
Copy the full SHA ffb43dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9244d2b - Browse repository at this point
Copy the full SHA 9244d2bView commit details -
Merge pull request etcd-io#11055 from jingyih/fix_gofmt_bom
*: Fix gofmt bom
Configuration menu - View commit details
-
Copy full SHA for 7f067ce - Browse repository at this point
Copy the full SHA 7f067ceView commit details -
Merge pull request etcd-io#11056 from jingyih/update_bbolt
vendor: update bbolt to v1.3.3
Configuration menu - View commit details
-
Copy full SHA for a4f18a4 - Browse repository at this point
Copy the full SHA a4f18a4View commit details
Commits on Sep 7, 2019
-
mvcc: add store revision metrics
Add experimental metrics etcd_debugging_mvcc_current_revision and etcd_debugging_mvcc_compact_revision.
Configuration menu - View commit details
-
Copy full SHA for 8a8efa7 - Browse repository at this point
Copy the full SHA 8a8efa7View commit details -
Merge pull request etcd-io#11134 from jingyih/automated-cherry-pick-o…
…f-#11126-origin-release-3.3 Automated cherry pick of etcd-io#11126 on release-3.3
Configuration menu - View commit details
-
Copy full SHA for 943832a - Browse repository at this point
Copy the full SHA 943832aView commit details
Commits on Oct 3, 2019
-
etcdserver: cherry-pick skip client san verification option for 3.3 v…
…ersion. Co-authored-by: Martin Weindel <martin.weindel@sap.com> Co-authored-by: Jingyi Hu <jingyih@google.com> Co-authored-by: Liming Liu <andyliuliming@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 86b1686 - Browse repository at this point
Copy the full SHA 86b1686View commit details -
Configuration menu - View commit details
-
Copy full SHA for d851911 - Browse repository at this point
Copy the full SHA d851911View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02a27c0 - Browse repository at this point
Copy the full SHA 02a27c0View commit details -
Merge pull request etcd-io#11201 from jingyih/automated-cherry-pick-o…
…f-#11194-origin-release-3.3 Automated cherry pick of etcd-io#11194 on release-3.3
Configuration menu - View commit details
-
Copy full SHA for 1be7ab4 - Browse repository at this point
Copy the full SHA 1be7ab4View commit details
Commits on Oct 8, 2019
-
clientv3: Replace endpoint.ParseHostPort with net.SplitHostPort to fi…
…x IPv6 client endpoints
Configuration menu - View commit details
-
Copy full SHA for 4b227b6 - Browse repository at this point
Copy the full SHA 4b227b6View commit details
Commits on Oct 9, 2019
-
Merge pull request etcd-io#11216 from jpbetz/automated-cherry-pick-of…
…-#11211-origin-release-3.3 Automated cherry pick of etcd-io#11211
Configuration menu - View commit details
-
Copy full SHA for 7558b41 - Browse repository at this point
Copy the full SHA 7558b41View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2f585d - Browse repository at this point
Copy the full SHA a2f585dView commit details -
Merge pull request etcd-io#11215 from jpbetz/automated-cherry-pick-of…
…-#11184-origin-release-3.3 Automated cherry pick of etcd-io#11184
Configuration menu - View commit details
-
Copy full SHA for ef61a56 - Browse repository at this point
Copy the full SHA ef61a56View commit details -
Configuration menu - View commit details
-
Copy full SHA for a311a80 - Browse repository at this point
Copy the full SHA a311a80View commit details -
Merge pull request etcd-io#11196 from andyliuliming/release-3.3-cherry
etcdserver: cherry-pick skip client san verification option for 3.3 version.
Configuration menu - View commit details
-
Copy full SHA for 011bd86 - Browse repository at this point
Copy the full SHA 011bd86View commit details
Commits on Oct 10, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 3fae828 - Browse repository at this point
Copy the full SHA 3fae828View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3827d6b - Browse repository at this point
Copy the full SHA 3827d6bView commit details
Commits on Oct 11, 2019
-
Merge pull request etcd-io#11236 from YoyinZyc/change-git-clone
scripts: use https for git clone.
Configuration menu - View commit details
-
Copy full SHA for 5e4d852 - Browse repository at this point
Copy the full SHA 5e4d852View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d80523 - Browse repository at this point
Copy the full SHA 6d80523View commit details
Commits on Oct 23, 2019
-
Signed-off-by: Sam Batschelet <sbatsche@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for da72322 - Browse repository at this point
Copy the full SHA da72322View commit details -
Signed-off-by: Sam Batschelet <sbatsche@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for aca63f4 - Browse repository at this point
Copy the full SHA aca63f4View 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 9453509 - Browse repository at this point
Copy the full SHA 9453509View 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 169cbd5 - Browse repository at this point
Copy the full SHA 169cbd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a0c204 - Browse repository at this point
Copy the full SHA 7a0c204View 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 49b3ba8 - Browse repository at this point
Copy the full SHA 49b3ba8View 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 de6b8a9 - Browse repository at this point
Copy the full SHA de6b8a9View 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 be82b48 - Browse repository at this point
Copy the full SHA be82b48View commit details -
Signed-off-by: Sam Batschelet <sbatsche@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for af8d37c - Browse repository at this point
Copy the full SHA af8d37cView commit details