This repository has been archived by the owner on Jun 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 31
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
This is needed to pick up etcd-io/etcd@a92ceee, etcd-io/etcd@93826f2. Part of github.com/cockroachdb/cockroach/issues/16950.
FYI, we don't use PRs in this repo. Please see build/README.md in the main
repo.
…On Jul 25, 2017 12:48, "irfan sharif" ***@***.***> wrote:
This is needed to pick up ***@***.***
<etcd-io/etcd@a92ceee>,
***@***.***
<etcd-io/etcd@93826f2>.
Part of cockroachdb/cockroach#16950
<cockroachdb/cockroach#16950>.
github.com/coreos/etcd/raft/node_test.go | 32 +++github.com/coreos/etcd/raft/raft.go | 72 +++++--github.com/coreos/etcd/raft/raft_test.go | 160 +++++++++++++-github.com/coreos/etcd/raft/raftpb/raft.pb.go | 76 +++++--github.com/coreos/etcd/raft/read_only.go | 2 +-github.com/coreos/etcd/raft/status.go | 18 +-
This picks up etcd-io/etcd#7987 <etcd-io/etcd#7987>
which we don't use as yet, so should be fine. Also picks up
etcd-io/etcd#7761 <etcd-io/etcd#7761> which should
be fine. raft/raftpb/raft.pb.go was regenerated in etcd-io/etcd#8084
<etcd-io/etcd#8084>, which I'm less sure about, is
this safe for us?
+cc @tamird <https://github.com/tamird> @bdarnell
<https://github.com/bdarnell>
------------------------------
You can view, comment on, or merge this pull request online at:
#5
Commit Summary
- Update coreos/etcd
File Changes
- *M* github.com/coreos/etcd/.travis.yml
<https://github.com/cockroachdb/vendored/pull/5/files#diff-0> (19)
- *A* github.com/coreos/etcd/CODE_OF_CONDUCT.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-1> (63)
- *M* github.com/coreos/etcd/CONTRIBUTING.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-2> (2)
- *A* github.com/coreos/etcd/Dockerfile-release.arm64
<https://github.com/cockroachdb/vendored/pull/5/files#diff-3> (11)
- *M* github.com/coreos/etcd/Dockerfile-release.ppc64le
<https://github.com/cockroachdb/vendored/pull/5/files#diff-4> (4)
- *M* github.com/coreos/etcd/Documentation/dev-guide/api_
concurrency_reference_v3.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-5> (4)
- *M* github.com/coreos/etcd/Documentation/dev-guide/api_
grpc_gateway.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-6> (69)
- *M* github.com/coreos/etcd/Documentation/dev-guide/api_
reference_v3.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-7> (29)
- *M* github.com/coreos/etcd/Documentation/dev-guide/
apispec/swagger/rpc.swagger.json
<https://github.com/cockroachdb/vendored/pull/5/files#diff-8> (1634)
- *M* github.com/coreos/etcd/Documentation/dev-guide/
experimental_apis.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-9> (6)
- *M* github.com/coreos/etcd/Documentation/dev-guide/interacting_v3.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-10> (13)
- *M* github.com/coreos/etcd/Documentation/dev-guide/local_cluster.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-11> (189)
- *M* github.com/coreos/etcd/Documentation/dev-internal/logging.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-12> (4)
- *M* github.com/coreos/etcd/Documentation/dev-internal/release.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-13> (4)
- *M* github.com/coreos/etcd/Documentation/dl_build.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-14> (31)
- *M* github.com/coreos/etcd/Documentation/docs.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-15> (56)
- *M* github.com/coreos/etcd/Documentation/faq.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-16> (73)
- *M* github.com/coreos/etcd/Documentation/integrations.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-17> (7)
- *M* github.com/coreos/etcd/Documentation/learning/api.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-18> (6)
- *M* github.com/coreos/etcd/Documentation/learning/auth_design.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-19> (2)
- *M* github.com/coreos/etcd/Documentation/learning/data_model.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-20> (8)
- *M* github.com/coreos/etcd/Documentation/learning/why.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-21> (17)
- *M* github.com/coreos/etcd/Documentation/op-guide/authentication.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-22> (4)
- *M* github.com/coreos/etcd/Documentation/op-guide/clustering.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-23> (2)
- *M* github.com/coreos/etcd/Documentation/op-guide/configuration.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-24> (12)
- *M* github.com/coreos/etcd/Documentation/op-guide/container.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-25> (111)
- *M* github.com/coreos/etcd/Documentation/op-guide/etcd3_alert.rules
<https://github.com/cockroachdb/vendored/pull/5/files#diff-26> (6)
- *M* github.com/coreos/etcd/Documentation/op-guide/failures.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-27> (2)
- *M* github.com/coreos/etcd/Documentation/op-guide/gateway.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-28> (43)
- *M* github.com/coreos/etcd/Documentation/op-guide/grafana.json
<https://github.com/cockroachdb/vendored/pull/5/files#diff-29> (43)
- *M* github.com/coreos/etcd/Documentation/op-guide/grpc_proxy.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-30> (4)
- *M* github.com/coreos/etcd/Documentation/op-guide/monitoring.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-31> (18)
- *M* github.com/coreos/etcd/Documentation/op-guide/performance.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-32> (62)
- *M* github.com/coreos/etcd/Documentation/op-guide/recovery.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-33> (6)
- *M* github.com/coreos/etcd/Documentation/op-guide/
runtime-configuration.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-34> (10)
- *M* github.com/coreos/etcd/Documentation/op-guide/
runtime-reconf-design.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-35> (18)
- *M* github.com/coreos/etcd/Documentation/op-guide/security.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-36> (5)
- *M* github.com/coreos/etcd/Documentation/op-guide/
supported-platform.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-37> (10)
- *M* github.com/coreos/etcd/Documentation/op-guide/versioning.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-38> (6)
- *M* github.com/coreos/etcd/Documentation/platforms/aws.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-39> (2)
- *A* github.com/coreos/etcd/Documentation/platforms/
container-linux-systemd.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-40> (203)
- *M* github.com/coreos/etcd/Documentation/production-users.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-41> (13)
- *M* github.com/coreos/etcd/Documentation/reporting_bugs.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-42> (2)
- *M* github.com/coreos/etcd/Documentation/upgrades/upgrade_3_0.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-43> (4)
- *M* github.com/coreos/etcd/Documentation/upgrades/upgrade_3_1.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-44> (2)
- *A* github.com/coreos/etcd/Documentation/upgrades/upgrade_3_2.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-45> (172)
- *M* github.com/coreos/etcd/Documentation/v2/04_to_2_
snapshot_migration.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-46> (5)
- *M* github.com/coreos/etcd/Documentation/v2/README.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-47> (11)
- *M* github.com/coreos/etcd/Documentation/v2/admin_guide.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-48> (9)
- *M* github.com/coreos/etcd/Documentation/v2/api.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-49> (17)
- *M* github.com/coreos/etcd/Documentation/v2/api_v3.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-50> (23)
- *M* github.com/coreos/etcd/Documentation/v2/auth_api.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-51> (23)
- *M* github.com/coreos/etcd/Documentation/v2/authentication.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-52> (13)
- *M* github.com/coreos/etcd/Documentation/v2/backward_compatibility.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-53> (8)
- *M* github.com/coreos/etcd/Documentation/v2/benchmarks/README.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-54> (5)
- *M* github.com/coreos/etcd/Documentation/v2/benchmarks/
etcd-2-1-0-alpha-benchmarks.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-55> (5)
- *M* github.com/coreos/etcd/Documentation/v2/benchmarks/
etcd-2-2-0-benchmarks.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-56> (5)
- *M* github.com/coreos/etcd/Documentation/v2/benchmarks/
etcd-2-2-0-rc-benchmarks.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-57> (5)
- *M* github.com/coreos/etcd/Documentation/v2/benchmarks/
etcd-2-2-0-rc-memory-benchmarks.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-58> (5)
- *M* github.com/coreos/etcd/Documentation/v2/benchmarks/
etcd-3-demo-benchmarks.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-59> (5)
- *M* github.com/coreos/etcd/Documentation/v2/benchmarks/
etcd-3-watch-memory-benchmark.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-60> (11)
- *M* github.com/coreos/etcd/Documentation/v2/benchmarks/
etcd-storage-memory-benchmark.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-61> (7)
- *M* github.com/coreos/etcd/Documentation/v2/branch_management.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-62> (5)
- *M* github.com/coreos/etcd/Documentation/v2/clustering.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-63> (5)
- *M* github.com/coreos/etcd/Documentation/v2/configuration.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-64> (19)
- *M* github.com/coreos/etcd/Documentation/v2/dev/release.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-65> (10)
- *M* github.com/coreos/etcd/Documentation/v2/discovery_protocol.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-66> (5)
- *M* github.com/coreos/etcd/Documentation/v2/docker_guide.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-67> (13)
- *M* github.com/coreos/etcd/Documentation/v2/errorcode.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-68> (5)
- *M* github.com/coreos/etcd/Documentation/v2/etcd_alert.rules
<https://github.com/cockroachdb/vendored/pull/5/files#diff-69> (2)
- *M* github.com/coreos/etcd/Documentation/v2/faq.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-70> (5)
- *M* github.com/coreos/etcd/Documentation/v2/glossary.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-71> (5)
- *M* github.com/coreos/etcd/Documentation/v2/implementation-faq.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-72> (5)
- *M* github.com/coreos/etcd/Documentation/v2/internal-
protocol-versioning.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-73> (5)
- *M* github.com/coreos/etcd/Documentation/v2/libraries-and-tools.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-74> (6)
- *M* github.com/coreos/etcd/Documentation/v2/members_api.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-75> (5)
- *M* github.com/coreos/etcd/Documentation/v2/metrics.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-76> (39)
- *M* github.com/coreos/etcd/Documentation/v2/other_apis.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-77> (5)
- *M* github.com/coreos/etcd/Documentation/v2/platforms/freebsd.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-78> (5)
- *M* github.com/coreos/etcd/Documentation/v2/production-users.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-79> (5)
- *M* github.com/coreos/etcd/Documentation/v2/proxy.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-80> (5)
- *M* github.com/coreos/etcd/Documentation/v2/reporting_bugs.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-81> (7)
- *M* github.com/coreos/etcd/Documentation/v2/rfc/v3api.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-82> (37)
- *M* github.com/coreos/etcd/Documentation/v2/runtime-configuration.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-83> (9)
- *M* github.com/coreos/etcd/Documentation/v2/runtime-reconf-design.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-84> (21)
- *M* github.com/coreos/etcd/Documentation/v2/security.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-85> (8)
- *M* github.com/coreos/etcd/Documentation/v2/tuning.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-86> (5)
- *M* github.com/coreos/etcd/Documentation/v2/upgrade_2_1.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-87> (15)
- *M* github.com/coreos/etcd/Documentation/v2/upgrade_2_2.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-88> (17)
- *M* github.com/coreos/etcd/Documentation/v2/upgrade_2_3.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-89> (5)
- *M* github.com/coreos/etcd/NEWS
<https://github.com/cockroachdb/vendored/pull/5/files#diff-90> (90)
- *M* github.com/coreos/etcd/README.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-91> (6)
- *M* github.com/coreos/etcd/ROADMAP.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-92> (2)
- *M* github.com/coreos/etcd/auth/jwt.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-93> (4)
- *A* github.com/coreos/etcd/auth/jwt_test.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-94> (94)
- *M* github.com/coreos/etcd/auth/simple_token.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-95> (3)
- *M* github.com/coreos/etcd/auth/store.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-96> (73)
- *M* github.com/coreos/etcd/auth/store_test.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-97> (11)
- *A* github.com/coreos/etcd/bill-of-materials.json
<https://github.com/cockroachdb/vendored/pull/5/files#diff-98> (388)
- *A* github.com/coreos/etcd/bill-of-materials.override.json
<https://github.com/cockroachdb/vendored/pull/5/files#diff-99> (26)
- *M* github.com/coreos/etcd/build
<https://github.com/cockroachdb/vendored/pull/5/files#diff-100> (23)
- *M* github.com/coreos/etcd/client/discover.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-101> (19)
- *M* github.com/coreos/etcd/client/doc.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-102> (2)
- *A* github.com/coreos/etcd/client/example_keys_test.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-103> (93)
- *A* github.com/coreos/etcd/client/main_test.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-104> (77)
- *M* github.com/coreos/etcd/client/members.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-105> (2)
- *D* github.com/coreos/etcd/client/srv.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-106> (65)
- *D* github.com/coreos/etcd/client/srv_test.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-107> (102)
- *M* github.com/coreos/etcd/clientv3/balancer.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-108> (86)
- *M* github.com/coreos/etcd/clientv3/client.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-109> (47)
- *M* github.com/coreos/etcd/clientv3/clientv3util/util.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-110> (1)
- *M* github.com/coreos/etcd/clientv3/compare.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-111> (12)
- *M* github.com/coreos/etcd/clientv3/concurrency/election.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-112> (31)
- *M* github.com/coreos/etcd/clientv3/concurrency/mutex.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-113> (10)
- *M* github.com/coreos/etcd/clientv3/concurrency/stm.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-114> (19)
- *M* github.com/coreos/etcd/clientv3/config.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-115> (8)
- *M* github.com/coreos/etcd/clientv3/example_metrics_test.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-116> (2)
- *M* github.com/coreos/etcd/clientv3/integration/dial_test.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-117> (56)
- *M* github.com/coreos/etcd/clientv3/integration/kv_test.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-118> (30)
- *M* github.com/coreos/etcd/clientv3/integration/lease_test.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-119> (29)
- *A* github.com/coreos/etcd/clientv3/integration/maintenance_test.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-120> (53)
- *M* github.com/coreos/etcd/clientv3/integration/txn_test.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-121> (115)
- *M* github.com/coreos/etcd/clientv3/integration/watch_test.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-122> (68)
- *M* github.com/coreos/etcd/clientv3/kv.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-123> (14)
- *M* github.com/coreos/etcd/clientv3/lease.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-124> (59)
- *M* github.com/coreos/etcd/clientv3/main_test.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-125> (8)
- *M* github.com/coreos/etcd/clientv3/maintenance.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-126> (10)
- *M* github.com/coreos/etcd/clientv3/namespace/kv.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-127> (61)
- *A* github.com/coreos/etcd/clientv3/naming/doc.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-128> (56)
- *M* github.com/coreos/etcd/clientv3/op.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-129> (48)
- *M* github.com/coreos/etcd/clientv3/watch.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-130> (43)
- *M* github.com/coreos/etcd/clientv3/watch_test.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-131> (2)
- *M* github.com/coreos/etcd/clientv3/yaml/config.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-132> (1)
- *M* github.com/coreos/etcd/compactor/compactor.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-133> (122)
- *M* github.com/coreos/etcd/compactor/compactor_test.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-134> (107)
- *A* github.com/coreos/etcd/compactor/periodic.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-135> (122)
- *A* github.com/coreos/etcd/compactor/periodic_test.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-136> (117)
- *A* github.com/coreos/etcd/compactor/revision.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-137> (106)
- *A* github.com/coreos/etcd/compactor/revision_test.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-138> (117)
- *M* github.com/coreos/etcd/contrib/raftexample/kvstore.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-139> (2)
- *M* github.com/coreos/etcd/contrib/raftexample/raft.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-140> (14)
- *A* github.com/coreos/etcd/contrib/recipes/doc.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-141> (17)
- *D* github.com/coreos/etcd/discovery/srv.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-142> (103)
- *A* github.com/coreos/etcd/e2e/cluster_direct_test.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-143> (21)
- *A* github.com/coreos/etcd/e2e/cluster_proxy_test.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-144> (278)
- *R* github.com/coreos/etcd/e2e/cluster_test.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-145> (342)
- *M* github.com/coreos/etcd/e2e/ctl_v2_test.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-146> (52)
- *M* github.com/coreos/etcd/e2e/ctl_v3_alarm_test.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-147> (7)
- *M* github.com/coreos/etcd/e2e/ctl_v3_auth_test.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-148> (272)
- *M* github.com/coreos/etcd/e2e/ctl_v3_defrag_test.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-149> (26)
- *M* github.com/coreos/etcd/e2e/ctl_v3_elect_test.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-150> (17)
- *M* github.com/coreos/etcd/e2e/ctl_v3_endpoint_test.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-151> (34)
- *M* github.com/coreos/etcd/e2e/ctl_v3_kv_test.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-152> (24)
- *M* github.com/coreos/etcd/e2e/ctl_v3_lock_test.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-153> (40)
- *M* github.com/coreos/etcd/e2e/ctl_v3_migrate_test.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-154> (10)
- *A* github.com/coreos/etcd/e2e/ctl_v3_move_leader_test.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-155> (92)
- *M* github.com/coreos/etcd/e2e/ctl_v3_snapshot_test.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-156> (59)
- *M* github.com/coreos/etcd/e2e/ctl_v3_test.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-157> (12)
- *M* github.com/coreos/etcd/e2e/ctl_v3_txn_test.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-158> (4)
- *M* github.com/coreos/etcd/e2e/ctl_v3_watch_test.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-159> (33)
- *A* github.com/coreos/etcd/e2e/docker/Dockerfile
<https://github.com/cockroachdb/vendored/pull/5/files#diff-160> (12)
- *A* github.com/coreos/etcd/e2e/docker/Makefile
<https://github.com/cockroachdb/vendored/pull/5/files#diff-161> (7)
- *A* github.com/coreos/etcd/e2e/docker/Procfile.tls
<https://github.com/cockroachdb/vendored/pull/5/files#diff-162> (6)
- *A* github.com/coreos/etcd/e2e/docker/etcd.zone
<https://github.com/cockroachdb/vendored/pull/5/files#diff-163> (14)
- *A* github.com/coreos/etcd/e2e/docker/named.conf
<https://github.com/cockroachdb/vendored/pull/5/files#diff-164> (23)
- *A* github.com/coreos/etcd/e2e/docker/rdns.zone
<https://github.com/cockroachdb/vendored/pull/5/files#diff-165> (13)
- *A* github.com/coreos/etcd/e2e/docker/resolv.conf
<https://github.com/cockroachdb/vendored/pull/5/files#diff-166> (1)
- *A* github.com/coreos/etcd/e2e/docker/run.sh
<https://github.com/cockroachdb/vendored/pull/5/files#diff-167> (8)
- *M* github.com/coreos/etcd/e2e/etcd_config_test.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-168> (2)
- *A* github.com/coreos/etcd/e2e/etcd_process.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-169> (134)
- *M* github.com/coreos/etcd/e2e/etcd_release_upgrade_test.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-170> (11)
- *M* github.com/coreos/etcd/e2e/etcd_spawn_cov.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-171> (46)
- *M* github.com/coreos/etcd/e2e/gateway_test.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-172> (4)
- *M* github.com/coreos/etcd/e2e/main_test.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-173> (25)
- *A* github.com/coreos/etcd/e2e/util.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-174> (91)
- *M* github.com/coreos/etcd/e2e/v2_curl_test.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-175> (24)
- *M* github.com/coreos/etcd/e2e/v3_curl_test.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-176> (135)
- *M* github.com/coreos/etcd/embed/config.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-177> (81)
- *M* github.com/coreos/etcd/embed/config_test.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-178> (7)
- *M* github.com/coreos/etcd/embed/etcd.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-179> (205)
- *M* github.com/coreos/etcd/embed/serve.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-180> (65)
- *R* github.com/coreos/etcd/embed/serve_test.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-181> (35)
- *M* github.com/coreos/etcd/error/error.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-182> (5)
- *M* github.com/coreos/etcd/etcdctl/README.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-183> (100)
- *M* github.com/coreos/etcd/etcdctl/READMEv2.md
<https://github.com/cockroachdb/vendored/pull/5/files#diff-184> (2)
- *M* github.com/coreos/etcd/etcdctl/ctlv2/command/cluster_health.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-185> (17)
- *M* github.com/coreos/etcd/etcdctl/ctlv2/ctl_cov.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-186> (2)
- *M* github.com/coreos/etcd/etcdctl/ctlv3/command/check.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-187> (4)
- *M* github.com/coreos/etcd/etcdctl/ctlv3/command/
compaction_command.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-188> (1)
- *M* github.com/coreos/etcd/etcdctl/ctlv3/command/ep_command.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-189> (38)
- *M* github.com/coreos/etcd/etcdctl/ctlv3/command/error.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-190> (2)
- *M* github.com/coreos/etcd/etcdctl/ctlv3/command/lease_command.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-191> (13)
- *M* github.com/coreos/etcd/etcdctl/ctlv3/command/lock_command.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-192> (32)
- *A* github.com/coreos/etcd/etcdctl/ctlv3/command/move_
leader_command.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-193> (87)
- *M* github.com/coreos/etcd/etcdctl/ctlv3/command/printer.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-194> (33)
- *M* github.com/coreos/etcd/etcdctl/ctlv3/command/printer_fields.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-195> (18)
- *M* github.com/coreos/etcd/etcdctl/ctlv3/command/printer_simple.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-196> (17)
- *M* github.com/coreos/etcd/etcdctl/ctlv3/command/role_command.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-197> (66)
- *M* github.com/coreos/etcd/etcdctl/ctlv3/command/snapshot_command.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-198> (2)
- *M* github.com/coreos/etcd/etcdctl/ctlv3/command/txn_command.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-199> (4)
- *M* github.com/coreos/etcd/etcdctl/ctlv3/command/watch_command.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-200> (3)
- *M* github.com/coreos/etcd/etcdctl/ctlv3/ctl.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-201> (1)
- *M* github.com/coreos/etcd/etcdctl/ctlv3/ctl_cov.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-202> (2)
- *M* github.com/coreos/etcd/etcdmain/config.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-203> (19)
- *M* github.com/coreos/etcd/etcdmain/config_test.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-204> (2)
- *M* github.com/coreos/etcd/etcdmain/etcd.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-205> (37)
- *M* github.com/coreos/etcd/etcdmain/gateway.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-206> (27)
- *M* github.com/coreos/etcd/etcdmain/grpc_proxy.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-207> (241)
- *M* github.com/coreos/etcd/etcdmain/help.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-208> (16)
- *M* github.com/coreos/etcd/etcdmain/main.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-209> (9)
- *M* github.com/coreos/etcd/etcdmain/util.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-210> (27)
- *A* github.com/coreos/etcd/etcdserver/api/etcdhttp/base.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-211> (190)
- *R* github.com/coreos/etcd/etcdserver/api/etcdhttp/peer.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-212> (4)
- *R* github.com/coreos/etcd/etcdserver/api/etcdhttp/peer_test.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-213> (25)
- *A* github.com/coreos/etcd/etcdserver/api/etcdhttp/version_test.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-214> (66)
- *M* github.com/coreos/etcd/etcdserver/api/v2http/client.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-215> (140)
- *M* github.com/coreos/etcd/etcdserver/api/v2http/client_test.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-216> (51)
- *M* github.com/coreos/etcd/etcdserver/api/v2http/http.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-217> (30)
- *M* github.com/coreos/etcd/etcdserver/api/v3client/v3client.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-218> (20)
- *R* github.com/coreos/etcd/etcdserver/api/v3election/
v3electionpb/gw/v3election.pb.gw.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-219> (25)
- *M* github.com/coreos/etcd/etcdserver/api/v3election/
v3electionpb/v3election.pb.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-220> (63)
- *R* github.com/coreos/etcd/etcdserver/api/v3lock/
v3lockpb/gw/v3lock.pb.gw.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-221> (13)
- *M* github.com/coreos/etcd/etcdserver/api/v3lock/
v3lockpb/v3lock.pb.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-222> (28)
- *M* github.com/coreos/etcd/etcdserver/api/v3rpc/grpc.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-223> (20)
- *M* github.com/coreos/etcd/etcdserver/api/v3rpc/header.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-224> (3)
- *M* github.com/coreos/etcd/etcdserver/api/v3rpc/interceptor.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-225> (4)
- *M* github.com/coreos/etcd/etcdserver/api/v3rpc/key.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-226> (186)
- *M* github.com/coreos/etcd/etcdserver/api/v3rpc/maintenance.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-227> (24)
- *M* github.com/coreos/etcd/etcdserver/api/v3rpc/rpctypes/error.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-228> (3)
- *M* github.com/coreos/etcd/etcdserver/api/v3rpc/util.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-229> (112)
- *M* github.com/coreos/etcd/etcdserver/api/v3rpc/watch.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-230> (38)
- *M* github.com/coreos/etcd/etcdserver/apply.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-231> (358)
- *M* github.com/coreos/etcd/etcdserver/apply_auth.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-232> (65)
- *A* github.com/coreos/etcd/etcdserver/backend.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-233> (81)
- *M* github.com/coreos/etcd/etcdserver/cluster_util.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-234> (10)
- *M* github.com/coreos/etcd/etcdserver/config.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-235> (45)
- *M* github.com/coreos/etcd/etcdserver/config_test.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-236> (8)
- *M* github.com/coreos/etcd/etcdserver/errors.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-237> (1)
- *M* github.com/coreos/etcd/etcdserver/etcdserverpb/etcdserver.pb.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-238> (2)
- *R* github.com/coreos/etcd/etcdserver/etcdserverpb/gw/rpc.pb.gw.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-239> (200)
- *M* github.com/coreos/etcd/etcdserver/etcdserverpb/rpc.pb.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-240> (0)
- *M* github.com/coreos/etcd/etcdserver/etcdserverpb/rpc.proto
<https://github.com/cockroachdb/vendored/pull/5/files#diff-241> (0)
- *M* github.com/coreos/etcd/etcdserver/membership/doc.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-242> (0)
- *M* github.com/coreos/etcd/etcdserver/metrics.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-243> (0)
- *M* github.com/coreos/etcd/etcdserver/raft.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-244> (0)
- *M* github.com/coreos/etcd/etcdserver/raft_test.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-245> (0)
- *M* github.com/coreos/etcd/etcdserver/server.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-246> (0)
- *M* github.com/coreos/etcd/etcdserver/server_test.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-247> (0)
- *M* github.com/coreos/etcd/etcdserver/snapshot_merge.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-248> (0)
- *M* github.com/coreos/etcd/etcdserver/stats/leader.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-249> (0)
- *M* github.com/coreos/etcd/etcdserver/stats/server.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-250> (0)
- *M* github.com/coreos/etcd/etcdserver/storage.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-251> (0)
- *M* github.com/coreos/etcd/etcdserver/v3_server.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-252> (0)
- *M* github.com/coreos/etcd/glide.lock
<https://github.com/cockroachdb/vendored/pull/5/files#diff-253> (0)
- *M* github.com/coreos/etcd/glide.yaml
<https://github.com/cockroachdb/vendored/pull/5/files#diff-254> (0)
- *M* github.com/coreos/etcd/integration/bridge.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-255> (0)
- *M* github.com/coreos/etcd/integration/cluster.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-256> (0)
- *M* github.com/coreos/etcd/integration/cluster_direct.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-257> (0)
- *M* github.com/coreos/etcd/integration/cluster_proxy.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-258> (0)
- *M* github.com/coreos/etcd/integration/cluster_test.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-259> (0)
- *M* github.com/coreos/etcd/integration/embed_test.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-260> (0)
- *M* github.com/coreos/etcd/integration/fixtures-expired/README
<https://github.com/cockroachdb/vendored/pull/5/files#diff-261> (0)
- *M* github.com/coreos/etcd/integration/fixtures-expired/
etcd-root-ca-key.pem
<https://github.com/cockroachdb/vendored/pull/5/files#diff-262> (0)
- *M* github.com/coreos/etcd/integration/fixtures-expired/
etcd-root-ca.pem
<https://github.com/cockroachdb/vendored/pull/5/files#diff-263> (0)
- *M* github.com/coreos/etcd/integration/fixtures-expired/gencerts.sh
<https://github.com/cockroachdb/vendored/pull/5/files#diff-264> (0)
- *M* github.com/coreos/etcd/integration/fixtures-expired/
server-key.pem
<https://github.com/cockroachdb/vendored/pull/5/files#diff-265> (0)
- *M* github.com/coreos/etcd/integration/fixtures-expired/server.pem
<https://github.com/cockroachdb/vendored/pull/5/files#diff-266> (0)
- *M* github.com/coreos/etcd/integration/fixtures/ca-csr.json
<https://github.com/cockroachdb/vendored/pull/5/files#diff-267> (0)
- *M* github.com/coreos/etcd/integration/fixtures/ca.crt
<https://github.com/cockroachdb/vendored/pull/5/files#diff-268> (0)
- *M* github.com/coreos/etcd/integration/fixtures/gencert.json
<https://github.com/cockroachdb/vendored/pull/5/files#diff-269> (0)
- *M* github.com/coreos/etcd/integration/fixtures/gencerts.sh
<https://github.com/cockroachdb/vendored/pull/5/files#diff-270> (0)
- *M* github.com/coreos/etcd/integration/fixtures/revoke.crl
<https://github.com/cockroachdb/vendored/pull/5/files#diff-271> (0)
- *M* github.com/coreos/etcd/integration/fixtures/server-ca-csr.json
<https://github.com/cockroachdb/vendored/pull/5/files#diff-272> (0)
- *M* github.com/coreos/etcd/integration/fixtures/server-revoked.crt
<https://github.com/cockroachdb/vendored/pull/5/files#diff-273> (0)
- *M* github.com/coreos/etcd/integration/fixtures/server-
revoked.key.insecure
<https://github.com/cockroachdb/vendored/pull/5/files#diff-274> (0)
- *M* github.com/coreos/etcd/integration/fixtures/server-wildcard.crt
<https://github.com/cockroachdb/vendored/pull/5/files#diff-275> (0)
- *M* github.com/coreos/etcd/integration/fixtures/server-
wildcard.key.insecure
<https://github.com/cockroachdb/vendored/pull/5/files#diff-276> (0)
- *M* github.com/coreos/etcd/integration/fixtures/server.crt
<https://github.com/cockroachdb/vendored/pull/5/files#diff-277> (0)
- *M* github.com/coreos/etcd/integration/fixtures/server.key.insecure
<https://github.com/cockroachdb/vendored/pull/5/files#diff-278> (0)
- *M* github.com/coreos/etcd/integration/logger_test.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-279> (0)
- *M* github.com/coreos/etcd/integration/metrics_test.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-280> (0)
- *M* github.com/coreos/etcd/integration/util_test.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-281> (0)
- *M* github.com/coreos/etcd/integration/v3_auth_test.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-282> (0)
- *M* github.com/coreos/etcd/integration/v3_election_test.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-283> (0)
- *M* github.com/coreos/etcd/integration/v3_grpc_test.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-284> (0)
- *M* github.com/coreos/etcd/integration/v3_health_test.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-285> (0)
- *M* github.com/coreos/etcd/integration/v3_leadership_test.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-286> (0)
- *M* github.com/coreos/etcd/integration/v3_lease_test.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-287> (0)
- *M* github.com/coreos/etcd/integration/v3election_grpc_test.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-288> (0)
- *M* github.com/coreos/etcd/integration/v3lock_grpc_test.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-289> (0)
- *M* github.com/coreos/etcd/lease/lessor.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-290> (0)
- *M* github.com/coreos/etcd/lease/lessor_test.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-291> (0)
- *M* github.com/coreos/etcd/mvcc/backend/backend.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-292> (0)
- *M* github.com/coreos/etcd/mvcc/backend/backend_test.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-293> (0)
- *M* github.com/coreos/etcd/mvcc/backend/batch_tx.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-294> (0)
- *M* github.com/coreos/etcd/mvcc/backend/batch_tx_test.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-295> (0)
- *R* github.com/coreos/etcd/mvcc/backend/config_default.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-296> (0)
- *R* github.com/coreos/etcd/mvcc/backend/config_linux.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-297> (0)
- *M* github.com/coreos/etcd/mvcc/backend/config_windows.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-298> (0)
- *M* github.com/coreos/etcd/mvcc/backend/metrics.go
<https://github.com/cockroachdb/vendored/pull/5/files#diff-299> (0)
Patch Links:
- https://github.com/cockroachdb/vendored/pull/5.patch
- https://github.com/cockroachdb/vendored/pull/5.diff
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#5>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABdsPD1vtMk9NdRWJ-0xJzcROkrX_kJaks5sRhxDgaJpZM4Oi0ol>
.
|
etcd-io/etcd#8084 looks fine for us; the only change is to the unmarshal error (which looks like it's laying the groundwork for upgrading to the packed repeated int format, without actually changing anything yet) |
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.
This is needed to pick up etcd-io/etcd@a92ceee, etcd-io/etcd@93826f2 (etcd-io/etcd#8288). Part of cockroachdb/cockroach#16950.
This picks up etcd-io/etcd#7987 which we don't use as yet, so should be fine. Also picks up etcd-io/etcd#7761 which should be fine.
raft/raftpb/raft.pb.go
was regenerated in etcd-io/etcd#8084, which I'm less sure about, is this safe for us?+cc @bdarnell