https://github.com/etcd-io/etcd

sort by:
Revision Author Date Message Commit Date
374dc57 version: 3.3.0-rc.3 Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 17 January 2018, 23:23:08 UTC
5550561 proxy/grpcproxy: remove "Errors" field Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 17 January 2018, 23:22:54 UTC
a9317d3 e2e: remove "/health" "errors" field test Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 17 January 2018, 23:22:54 UTC
02d362c etcdserver/api/etcdhttp: remove "errors" field in /health Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 17 January 2018, 23:22:54 UTC
d292337 api/etcdhttp: change /health type back to string for backwards compatibility 17 January 2018, 20:44:38 UTC
7974f00 etcdctl: document "ETCD_WATCH_*" Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 17 January 2018, 20:44:22 UTC
4a3f994 e2e: test ETCD_WATCH_VALUE Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 17 January 2018, 20:44:07 UTC
6340564 ctlv3: set ETCD_WATCH_* on watch exec Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 17 January 2018, 20:43:55 UTC
6735028 ctlv3: exit on exec watch error Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 17 January 2018, 20:43:45 UTC
906f098 ctlv3: set ETCD_WATCH_KEY, ETCD_WATCH_VALUE on exec watch Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 17 January 2018, 20:43:38 UTC
8a66237 ctlv3: handle pkg/flags warnings Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 17 January 2018, 20:43:27 UTC
d37afff etcdctl: document watch with ETCDCTL_WATCH_* Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 17 January 2018, 20:43:12 UTC
7e2759d e2e: add watch tests with ETCDCTL_WATCH_* Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 17 January 2018, 20:43:02 UTC
ad4df98 ctlv3: support ETCDCTL_WATCH_KEY, ETCDCTL_WATCH_RANGE_END Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 17 January 2018, 20:42:54 UTC
2df89c8 Documentation/op-guide: clarify security.md on TLS auth Make it more accurate (just as pkg/transport/listener_tls.go does). Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 12 January 2018, 23:23:06 UTC
6178c45 etcdctl: don't ask password twice for etcdctl endpoint health --cluster Current etcdctl endpoint health --cluster asks password twice if auth is enabled. This is because the command creates two client instances: one for the purpose of checking endpoint health and another for getting cluster members with MemberList(). The latter client doesn't need to be authenticated because MemberList() is a public RPC. This commit makes the client with no authed one. Fix https://github.com/coreos/etcd/issues/9094 12 January 2018, 17:59:31 UTC
9ccae0f etcd-tester: update stresser weights with txn stresser Large key writes (stressEntries[1].weight) should not take this much weight. It was triggering "database size exceeded" errors. Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 12 January 2018, 17:41:51 UTC
a5079cc version: 3.3.0-rc.2+git Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 11 January 2018, 22:16:08 UTC
9e079d8 version: 3.3.0-rc.2 Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 11 January 2018, 19:18:46 UTC
bd57c9c etcd-tester: fix "writeTxn" key selection Found when debugging https://github.com/coreos/etcd/issues/9130. Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 11 January 2018, 19:18:05 UTC
58c402a test: limit stress-qps for slow CI machines, add txn flags Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com> 09 January 2018, 22:18:45 UTC
3ce73b7 etcd-tester: add txn stresser Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com> 09 January 2018, 22:18:33 UTC
ee3c81d ctlv3: add "snapshot restore --wal-dir" Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 09 January 2018, 19:12:29 UTC
2dfabfb DocCommand: use regex wildcard The current command as such produces no output on mac term or bash shell. Using regex wildcard works fine on mac and linux. 09 January 2018, 17:11:16 UTC
bf83d52 clientv3/integration: fix typos Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 09 January 2018, 17:11:15 UTC
a609b1e integration: add constant RequestWaitTimeout. 09 January 2018, 17:11:15 UTC
1ae0c0b mvcc: check null before set FillPercent not to panic Since CreateBucketIfNotExists() can return nil when it gets an error, accessing FillPercent must be done after a nil check, not to cause a panic. 08 January 2018, 21:08:03 UTC
ec43197 etcdserver/api/v3rpc: debug user cancellation and log warning for rest The context error with cancel code is typically for user cancellation which should be at debug level. For other error codes we should display a warning. Fixes #9085 08 January 2018, 18:14:37 UTC
70ba051 embed: enable extensive metrics if specified 08 January 2018, 02:48:59 UTC
e330f50 etcdmain: unset ETCD_UNSUPPORTED_ARCH after arch check Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 05 January 2018, 03:38:35 UTC
0ec5023 pkg/expect: fix deadlock in mac OS bufio.NewReader.ReadString blocks even when the process received syscall.SIGKILL. Remove ptyMu mutex and make ReadString return when *os.File is closed. Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 02 January 2018, 22:34:01 UTC
0f69520 version: bump up to 3.3.0-rc.1+git Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 02 January 2018, 22:33:10 UTC
d3c2acf version: bump up to 3.3.0-rc.1 Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 02 January 2018, 19:27:15 UTC
5e35f79 clientv3/integration: fix TestKVLargeRequests with -tags cluster_proxy Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 02 January 2018, 19:07:24 UTC
6dff1a9 tools/functional-tester: remove duplicate grpclog set Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 02 January 2018, 19:02:17 UTC
325913d etcdserver/api/v3rpc: set grpclog once Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 02 January 2018, 19:02:17 UTC
24c9fb0 etcdserver,embed: discard gRPC info logs when debug is off Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 02 January 2018, 19:02:17 UTC
8511db5 etcdserver/api/v3rpc: log stream error with debug level Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 02 January 2018, 19:02:17 UTC
3193f3c clientv3/leasing: fix racey waitSession Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 22 December 2017, 01:51:03 UTC
bdc508c grpc-proxy: add "--debug" flag to "etcd grpc-proxy start" command Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 21 December 2017, 22:44:10 UTC
d5a0609 embed: only discard infos when debug flag is off Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 21 December 2017, 22:44:02 UTC
67af1a2 CHANGELOG: remove rc in release-3.3 Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 20 December 2017, 22:32:15 UTC
66d68a8 *: update release upgrade test versions Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 20 December 2017, 22:16:59 UTC
ebaa83c version: bump up to 3.3.0+git Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 20 December 2017, 22:16:49 UTC
f7a395f version: bump up to 3.3.0 Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 20 December 2017, 21:48:48 UTC
09fe2dd Merge pull request #9057 from gyuho/version-bump-up *: server-side version bump up to 3.3 20 December 2017, 21:48:22 UTC
bd9bd71 rafthttp: add 3.3.0 support Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 20 December 2017, 21:34:12 UTC
b3ec44c etcdserver/api: add 3.3.0 as compatible server capability Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 20 December 2017, 21:34:12 UTC
578d13c Merge pull request #8724 from gyuho/cleanup-retry clientv3/retry: clean up retryRPCFunc 20 December 2017, 21:33:53 UTC
b01f16a Merge pull request #9058 from hexfusion/fx_lease_proto Documentation/dev-guide: update TimeToLive documentation. 20 December 2017, 20:50:33 UTC
211805b Merge pull request #9056 from gyuho/lease-expire-doc Document/upgrades: add "lease timetolive" output change 20 December 2017, 20:40:58 UTC
eb65f26 Documentation/dev-guide: Update TimeToLive documentation. 20 December 2017, 20:39:37 UTC
255476b clientv3/retry: clean up retryRPCFunc Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com> 20 December 2017, 20:30:33 UTC
a7282a3 Document/upgrades: add "lease timetolive" output change Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 20 December 2017, 20:29:03 UTC
94e50a1 Merge pull request #9047 from gyuho/client-grpc-call-options *: configurable gRPC message size limits 20 December 2017, 20:25:53 UTC
c002559 Merge pull request #9053 from tomwilkie/peer_round_trip_time_seconds Documentation/op-guide: fix typo, s/member_round_trip_time/peer_round_trip_time/ 20 December 2017, 20:17:47 UTC
e49e231 Merge pull request #8979 from gyuho/changelog-3.3 CHANGELOG: add v3.3 pre-release 20 December 2017, 20:16:44 UTC
3c5eb4f Documentation/upgrades: highlight raw gRPC client wrapper changes Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 20 December 2017, 19:09:05 UTC
3d56045 integration: bump up wait leader timeout for slow CIs Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 20 December 2017, 18:58:05 UTC
88fe8de clientv3/integration: fix TestKVPutError Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 20 December 2017, 18:58:05 UTC
6bfde98 Documentation/upgrades: highlight request limit changes in v3.2, v3.3 Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 20 December 2017, 18:58:05 UTC
3d924ae Documentation/upgrades: clean up 3.2, 3.3 guides Make headers consistent. Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 20 December 2017, 18:58:05 UTC
1b3ed91 words: whitelist more Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 20 December 2017, 18:58:05 UTC
f38593b clientv3/integration: test large KV requests Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 20 December 2017, 18:58:05 UTC
497412c clientv3: call other APIs with default gRPC call options Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 20 December 2017, 18:58:05 UTC
f877609 clientv3: call KV/Txn APIs with default gRPC call options Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 20 December 2017, 18:58:05 UTC
63d66b1 clientv3: configure gRPC message limits in Config Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 20 December 2017, 18:58:01 UTC
9442f90 integration: remove typo in "TestV3LargeRequests" Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 20 December 2017, 18:54:40 UTC
2212789 Merge pull request #8919 from gyuho/exec-watch etcdctl: support exec watch in v3 20 December 2017, 18:53:30 UTC
cd2f839 CHANGELOG: add "lease timetolive" change Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 20 December 2017, 17:54:49 UTC
5628fff CHANGELOG: link to upgrade guides for every release Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 20 December 2017, 17:54:49 UTC
38f9280 CHANGELOG: highlight request limit changes, add v3.2.12 Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 20 December 2017, 17:54:45 UTC
59269aa CHANGELOG: update "code changes" links Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 20 December 2017, 17:52:22 UTC
d9d12ac CHANGELOG: add v3.3.0 pre-release Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 20 December 2017, 17:52:22 UTC
849c6cf CHANGELOG: minor formatting update in previous releases Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 20 December 2017, 17:52:22 UTC
e378b98 Merge pull request #9052 from gyuho/lease-timetolive-output etcdctl/ctlv3: clarify "lease timetolive" output on expired lease 20 December 2017, 17:49:34 UTC
f59808a etcdctl: update README for new "lease timetolive" output Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 20 December 2017, 14:55:23 UTC
13a8634 Documentation/op-guide: s/member_round_trip_time/peer_round_trip_time/ 20 December 2017, 13:25:54 UTC
c559b0e e2e: update "leaseTestTimeToLiveExpire" Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 20 December 2017, 08:52:42 UTC
9978b4f etcdctl/ctlv3: clarify "lease timetolive" output on expired lease Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 20 December 2017, 08:40:57 UTC
25222c2 e2e: test watch exec in v3 etcdctl Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com> 20 December 2017, 03:45:27 UTC
e89fc20 etcdctl: document watch exec in v3 Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com> 20 December 2017, 03:45:27 UTC
904513f etcdctl/ctlv3: support "exec-watch" in watch command Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com> 20 December 2017, 03:45:24 UTC
828289d Merge pull request #9046 from gyuho/request-limit integration: test large request response back from server 20 December 2017, 00:41:27 UTC
abfc09b integration: test large request response back from server Address https://github.com/coreos/etcd/issues/9043. Won't fix it, but we need test coverage on response back from server as well. Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 19 December 2017, 22:45:20 UTC
74a600a Merge pull request #9045 from gyuho/test-limit test: bump up clientv3/integration test time out 19 December 2017, 22:44:04 UTC
ba702ae test: bump up clientv3/integration test time out Recently we've added many more tests. Until we parallelize tests, just increase the timeout. Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 19 December 2017, 22:17:55 UTC
b0a7623 Merge pull request #9023 from gyuho/keepalive-doc clientv3: document context to "KeepAlive" API 19 December 2017, 19:53:56 UTC
ecbd1ae Merge pull request #9038 from gyuho/snapshot-error clientv3: translate Snapshot API gRPC status error 19 December 2017, 19:14:25 UTC
c8a516d Documentation/upgrades: document Snapshot API error handling Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 19 December 2017, 18:46:22 UTC
7cd985b clientv3: translate Snapshot API gRPC status error To be consistent with other APIs. Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 19 December 2017, 18:46:19 UTC
6f89918 Merge pull request #9042 from gyuho/grpc-go vendor: pin "grpc/grpc-go" v1.7.5 19 December 2017, 17:40:54 UTC
d57002b vendor: pin "grpc/grpc-go" v1.7.5 Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 18 December 2017, 23:56:23 UTC
a7445d7 Merge pull request #9039 from gyuho/mvcc-doc mvcc: clean-up godoc in key_index.go 18 December 2017, 21:56:51 UTC
eb58e76 Merge pull request #9040 from gyuho/etcd-tester-main etcd-tester: discard gRPC balancer logs 18 December 2017, 21:56:39 UTC
e21eac8 etcd-tester: discard gRPC balancer logs Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 18 December 2017, 21:39:55 UTC
76dd9d5 mvcc: clean-up godoc in key_index.go Minor clean-up. Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 18 December 2017, 21:20:00 UTC
95ecf96 Merge pull request #9031 from gyuho/fix-mvcc mvcc: fetch revisions with current revision, not 0, in HashByRev 18 December 2017, 20:26:30 UTC
2e95ace mvcc: fetch revisions with current revision, not 0, in HashByRev It was getting revisions with "atRev==0", which makes "available" from "keep" method always empty since "walk" on "keyIndex" only returns true. "available" should be populated with all revisions to be kept if the compaction happens with the given revision. But, "available" was being empty when "kvindex.Keep(0)" since it's always the case that "rev.main > atRev==0". Fix https://github.com/coreos/etcd/issues/9022. Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 18 December 2017, 20:17:06 UTC
fffb265 words: whitelist "KeepAlive" Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 18 December 2017, 18:34:43 UTC
back to top