https://github.com/coreos/etcd

sort by:
Revision Author Date Message Commit Date
c9d46ab version: 3.3.2 Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 08 March 2018, 20:57:09 UTC
d1da202 clientv3/integration: test "rpctypes.ErrLeaseTTLTooLarge" Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 08 March 2018, 18:34:34 UTC
eaa0050 *: enforce max lease TTL with 9,000,000,000 seconds math.MaxInt64 / time.Second is 9,223,372,036. 9,000,000,000 is easier to remember/document. 08 March 2018, 18:34:12 UTC
99a1266 *: remove unused env vars Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 08 March 2018, 09:35:36 UTC
e6d44fa hack/scripts-dev: fix indentation in run.sh Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 07 March 2018, 22:32:27 UTC
43caf2b hack/scripts-dev: sync with master branch Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 07 March 2018, 22:18:58 UTC
bfb7a15 travis: update Go version string Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 07 March 2018, 22:04:14 UTC
f76ef3c e2e: fix missing "apiPrefix" Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 07 March 2018, 08:03:02 UTC
462ba8b embed: fix wrong compactor imports Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 07 March 2018, 07:26:45 UTC
146ed08 Documentation/op-guide: highlight defrag operation "--endpoints" flag Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 05 March 2018, 19:15:05 UTC
1bc974d etcdctl: highlight "defrag" command caveats Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 05 March 2018, 19:15:02 UTC
3e3468d e2e: add "Election" grpc-gateway test cases Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 02 March 2018, 18:40:50 UTC
207f193 e2e: add "spawnWithExpectLines" Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 02 March 2018, 18:40:41 UTC
bb8a537 api/v3election: error on missing "leader" field Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 02 March 2018, 18:40:34 UTC
8291e16 Documentation: make "Consul" section more objective Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 02 March 2018, 18:40:22 UTC
a5b3108 etcdserver: enable "CheckQuorum" when starting with "ForceNewCluster" We enable "raft.Config.CheckQuorum" by default in other Raft initial starts. So should start with "ForceNewCluster". Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 02 March 2018, 18:40:08 UTC
cec79dd httpproxy: cancel requests when client closes a connection 02 March 2018, 18:39:46 UTC
3641af8 semaphore: release test version 27 February 2018, 19:29:58 UTC
240fda5 embed: fix revision-based compaction with default value Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 21 February 2018, 17:35:00 UTC
d627301 embed: document/validate compaction mode Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 21 February 2018, 17:34:59 UTC
534c31b version: 3.3.1+git Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 12 February 2018, 22:36:11 UTC
28f3f26 version: 3.3.1 Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 12 February 2018, 17:29:11 UTC
4737f3a hack/scripts-dev: Makefile with Go 1.9.4, 1.8.7 Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 12 February 2018, 17:28:56 UTC
bc6e235 travis: use Go 1.9.4 with TARGET_GO_VERSION Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 12 February 2018, 17:28:56 UTC
13c5ced semaphore: use Go 1.9.4, update release upgrade test version Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 12 February 2018, 17:28:55 UTC
9942f90 etcdserver: improve request took too long warning 07 February 2018, 00:58:04 UTC
eaf7d63 mvcc: restore unsynced watchers In case syncWatchersLoop() starts before Restore() is called, watchers already added by that moment are moved to s.synced by the loop. However, there is a broken logic that moves watchers from s.synced to s.uncyned without setting keyWatchers of the watcherGroup. Eventually syncWatchers() fails to pickup those watchers from s.unsynced and no events are sent to the watchers, because newWatcherBatch() called in the function uses wg.watcherSetByKey() internally that requires a proper keyWatchers value. 06 February 2018, 19:34:46 UTC
21a1a28 hack: sync with etcd master Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 06 February 2018, 18:07:01 UTC
c932e9e tools/functional-tester: update README for local docker testing Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 06 February 2018, 18:06:35 UTC
cf96d8a Dockerfile-functional-tester: initial commit Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 06 February 2018, 18:06:25 UTC
a3ec84e gitignore: add ".Dockerfile-functional-tester" Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 06 February 2018, 18:06:12 UTC
29aca65 test: configure advertise ports in functional_pass Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 06 February 2018, 18:04:42 UTC
bbfd007 etcd-tester: set advertise ports, delay w/ network faults Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 06 February 2018, 18:04:33 UTC
18df077 etcd-agent: use "pkg/transport.Proxy" Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 06 February 2018, 18:04:10 UTC
56178a8 test: remove "use-root" in functional_pass Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 06 February 2018, 18:03:58 UTC
a9a616a etcd-agent: remove "use-root" Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 06 February 2018, 18:03:41 UTC
abdfa87 functional-tester: remove old assets Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 06 February 2018, 18:03:29 UTC
a4cbba8 pkg/transport: implement "Proxy" Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 06 February 2018, 18:02:34 UTC
0bc06d7 pkg/transport: add "fixtures" for TLS tests Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 06 February 2018, 18:02:25 UTC
a1fbed5 *: Remove 8GiB quota limitation from documents Also mention that in v3.3 change log. Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 02 February 2018, 22:28:26 UTC
665fb01 version: 3.3.0+git Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 01 February 2018, 22:14:07 UTC
c236067 version: 3.3.0 Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 01 February 2018, 18:03:36 UTC
afa01aa etcdmain: define "defaultGRPCMaxCallSendMsgSize" Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 30 January 2018, 17:50:27 UTC
d20e5a6 Documentation/op-guide: highlight defragment operation Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 30 January 2018, 17:42:37 UTC
6931dd8 Documentation/op-guide: revert "--discovery-srv-name" doc changes Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 30 January 2018, 17:41:42 UTC
f320348 Documentation: sync with etcd master Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 30 January 2018, 17:37:57 UTC
d7e6dd7 grpcproxy: configure --max-send-bytes and --max-recv-bytes for grpc proxy 30 January 2018, 17:33:16 UTC
50d2a00 etcdserver: clarify warnings on backend open taking >10 seconds If db file is 10 GiB, it can take more than 1-second. Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 26 January 2018, 18:55:16 UTC
c5bba15 etcdserver: add detailed errors in "ValidateClusterAndAssignIDs" Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 25 January 2018, 20:00:21 UTC
dbde4e9 pkg/netutil: return error from "URLStringsEqual" Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 25 January 2018, 20:00:14 UTC
f9b7fcc etcdserver: add error details on DNS resolution failure on advertise URLs Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 25 January 2018, 20:00:07 UTC
9deb838 semaphore,travis: test with Go 1.9.3 Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 23 January 2018, 22:03:24 UTC
baf7320 version: 3.3.0-rc.4+git Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 23 January 2018, 22:03:07 UTC
ea6360f version: 3.3.0-rc.4 Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 22 January 2018, 19:32:00 UTC
2aa3d91 clientv3/integration: add TestMemberAddUpdateWrongURLs Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 22 January 2018, 19:31:45 UTC
7973612 words: whitelit "rafthttp" Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 22 January 2018, 19:29:51 UTC
1c91ddc clientv3: prevent no-scheme URLs to cluster APIs Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 22 January 2018, 19:27:25 UTC
8a18cc9 etcdserver/api/v3rpc: debug-log client disconnect on TLS, http/2 stream CANCEL Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 19 January 2018, 20:50:20 UTC
a90f301 version: 3.3.0-rc.3+git Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 19 January 2018, 20:48:21 UTC
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
back to top