Gyuho Lee
|
80d15948bc
|
*: move "mvcc" to "internal/mvcc"
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
|
2018-01-26 11:14:41 -08:00 |
|
Gyuho Lee
|
349a377a67
|
*: move "lease" to "internal/lease"
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
|
2018-01-26 11:09:29 -08:00 |
|
Gyuho Lee
|
880835c02c
|
*: move "store" to "internal/store"
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
|
2018-01-26 11:06:22 -08:00 |
|
Gyuho Lee
|
ca14da00db
|
CHANGELOG-3.4: add "--discovery-srv-name" change
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
|
2018-01-26 10:54:29 -08:00 |
|
Gyuho Lee
|
b26b8588b2
|
Merge pull request #8786 from harryge00/check-empty-hostname
embed: return error when advertise-client-urls are with empty hosts
|
2018-01-26 10:43:45 -08:00 |
|
Gyuho Lee
|
3808c04655
|
Merge pull request #9237 from gyuho/log-backend
etcdserver: clarify warnings on backend open taking >10 seconds
|
2018-01-26 10:42:26 -08:00 |
|
Gyuho Lee
|
0365a9dee8
|
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>
|
2018-01-26 10:19:21 -08:00 |
|
Sam Batschelet
|
5b95494b2d
|
Merge pull request #9201 from njuettner/master
Documentation/op-guide: Typo instance type GCE
|
2018-01-26 07:42:53 -05:00 |
|
Nick Jüttner
|
cb3a38944e
|
Documentation/op-guide: Typo instance type GCE
|
2018-01-26 12:02:35 +01:00 |
|
harryge00
|
6912a8e59e
|
embed: return error when advertise-client-urls or initial-advertise-peer-urls are with empty hosts
|
2018-01-26 11:10:09 +08:00 |
|
Gyuho Lee
|
6faeddb922
|
Merge pull request #9233 from gyuho/discovery
*: move "discovery" to "internal/discovery"
|
2018-01-25 16:56:27 -08:00 |
|
Gyuho Lee
|
432581c7d0
|
*: move "discovery" to "internal/discovery"
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
|
2018-01-25 15:41:17 -08:00 |
|
Gyuho Lee
|
798586b5f1
|
Merge pull request #9234 from gyuho/internal-alarm-compactor
*: move "alarm,compactor" to "internal/*"
|
2018-01-25 15:35:53 -08:00 |
|
Gyuho Lee
|
46b9844ca5
|
*: move "alarm,compactor" to "internal/*"
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
|
2018-01-25 15:26:21 -08:00 |
|
Gyuho Lee
|
a9aa691a85
|
CHANGELOG: add 3.4 endpoint status change, 3.3 DNS error handling
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
|
2018-01-25 14:45:37 -08:00 |
|
Gyuho Lee
|
28db30fee2
|
Merge pull request #9231 from bgilbert/fleet
Documentation: drop fleet from integration lists
|
2018-01-25 12:46:36 -08:00 |
|
Benjamin Gilbert
|
4c801ee315
|
Documentation: drop fleet from integration lists
fleet is deprecated and no longer maintained.
|
2018-01-25 12:08:46 -08:00 |
|
Gyuho Lee
|
0c692fb898
|
Merge pull request #9210 from gyuho/dns-error
*: add detailed error message on URLs equal check
|
2018-01-25 11:57:10 -08:00 |
|
Gyuho Lee
|
ce45c83f29
|
etcdserver: add detailed errors in "ValidateClusterAndAssignIDs"
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
|
2018-01-25 11:22:10 -08:00 |
|
Gyuho Lee
|
e1de74913d
|
pkg/netutil: return error from "URLStringsEqual"
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
|
2018-01-25 11:22:07 -08:00 |
|
Gyuho Lee
|
2b10bcccee
|
etcdserver: add error details on DNS resolution failure on advertise URLs
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
|
2018-01-25 10:35:36 -08:00 |
|
Sam Batschelet
|
7dd9c30ae7
|
Merge pull request #8690 from tavish-stripe/tavish/svc-flag
pkg/srv, embed, etcdmain: Support multiple clusters in the same DNS domain
|
2018-01-25 10:42:15 -05:00 |
|
Gyuho Lee
|
3fdaf4eaa7
|
Merge pull request #9206 from dvonthenen/feature/issue9163
Exposes alarm/health information in "etcdctl endpoint status"
|
2018-01-25 07:18:22 -08:00 |
|
Gyuho Lee
|
8ee3f5aaac
|
Merge pull request #9228 from mkumatag/fix_govet
Fix govet
|
2018-01-25 07:17:52 -08:00 |
|
Manjunath A Kumatagi
|
c27998db97
|
raft: fix govet errors
|
2018-01-25 04:51:38 -05:00 |
|
Manjunath A Kumatagi
|
f705c1be9b
|
lease: fix govet errors
|
2018-01-25 04:51:13 -05:00 |
|
Manjunath A Kumatagi
|
97817404c9
|
integration: Fix govet errors
|
2018-01-25 04:50:40 -05:00 |
|
Manjunath A Kumatagi
|
fd20ba75dc
|
etcdctl: Fix govet errors
|
2018-01-25 04:50:09 -05:00 |
|
Manjunath A Kumatagi
|
b0d3c07fe5
|
e2e: Fix govet errors
|
2018-01-25 04:49:30 -05:00 |
|
Manjunath A Kumatagi
|
1f638c4ad8
|
clientv3: Fix govet errors
|
2018-01-25 04:48:47 -05:00 |
|
Manjunath A Kumatagi
|
89221a25b8
|
mvcc : Fix Govet errors
|
2018-01-25 02:30:37 -05:00 |
|
Manjunath A Kumatagi
|
86c086664c
|
auth: Fix govet errors
|
2018-01-25 02:30:04 -05:00 |
|
Tavish Armstrong
|
81c9f78502
|
Documentation: document the -discovery-srv-name flag for configuring service name in DNS discovery.
|
2018-01-25 01:56:19 +00:00 |
|
Gyuho Lee
|
37f577ca0f
|
CHANGELOG: add missing 3.2~3.4 changes
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
|
2018-01-24 17:51:23 -08:00 |
|
Gyuho Lee
|
aadfb2b7c6
|
Merge pull request #9155 from gyuho/dep
vendor: migrate to "golang/dep"
|
2018-01-24 17:34:04 -08:00 |
|
Gyuho Lee
|
96a0392d44
|
build: specify target with "${REPO_PATH}"
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
|
2018-01-24 15:27:06 -08:00 |
|
Gyuho Lee
|
fcfbeb30e8
|
tools/benchmark/cmd: fix fmt warning in import path
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
|
2018-01-24 15:26:17 -08:00 |
|
Gyuho Lee
|
4d06d32ded
|
build: remove "./cmd/etcd,etcdctl"
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
|
2018-01-24 15:26:17 -08:00 |
|
Gyuho Lee
|
a270a91292
|
build.ps1: remove "cmd/vendor"
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
|
2018-01-24 15:26:17 -08:00 |
|
Gyuho Lee
|
ab7c319b8c
|
travis.yml: remove "./cmd"
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
|
2018-01-24 15:26:17 -08:00 |
|
Gyuho Lee
|
97cd2a41c8
|
client,clientv3: remove "cmd/vendor" in README.md
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
|
2018-01-24 15:26:17 -08:00 |
|
Gyuho Lee
|
6eefc93343
|
test: remove "./cmd", "etcd_setup_gopath"
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
|
2018-01-24 15:26:17 -08:00 |
|
Gyuho Lee
|
c8e5311131
|
Dockerfile: remove "cmd/vendor"
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
|
2018-01-24 15:26:17 -08:00 |
|
Gyuho Lee
|
66d6a39c46
|
Documentation/op-guide: remove "./cmd/vendor" in monitoring.md
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
|
2018-01-24 15:26:17 -08:00 |
|
Gyuho Lee
|
ab249384b9
|
Documentation/dl_build: remove "./cmd/etcd"
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
|
2018-01-24 15:26:17 -08:00 |
|
Gyuho Lee
|
698ec7f7d5
|
scripts/updatebom.sh: remove "./cmd/vendor"
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
|
2018-01-24 15:26:17 -08:00 |
|
Gyuho Lee
|
b596c3c119
|
tools/functional-tester: update "build" script
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
|
2018-01-24 15:26:17 -08:00 |
|
Gyuho Lee
|
b5d5ce4b80
|
Gopkg.lock: initial commit
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
|
2018-01-24 15:26:17 -08:00 |
|
Gyuho Lee
|
970ab0b966
|
vendor: regenerate
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
|
2018-01-24 15:26:17 -08:00 |
|
Gyuho Lee
|
65ee3a05d6
|
Gopkg.toml: initial commit
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
|
2018-01-24 15:26:17 -08:00 |
|