Gyuho Lee
1f016f3b96
clientv3: use "pkg/logger"
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-02-05 13:40:58 -08:00
Gyuho Lee
aba719e4c2
pkg/logger: add "Lvl" to "Logger"
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-02-05 13:40:51 -08:00
Gyuho Lee
71824474df
snapshot: fix "TestSnapshotV3RestoreMultiMemberAdd"
...
Membership reconfiguration may not be applied
when the new member joins. Also pass all endpoints
to check restore data in case of leader election or
network faults.
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-02-05 13:08:24 -08:00
Gyuho Lee
4e662b26d7
CHANGELOG: rename to "CHANGELOG-2.3.md"
2018-02-05 13:02:59 -08:00
Xiang Li
50d91036a8
Merge pull request #9273 from gyuho/aaa
...
integration: fix govet error in Go tip
2018-02-05 12:48:57 -08:00
Xiang Li
c80ca24b54
Merge pull request #9278 from xiang90/jitter
...
v3rpc: add jitter to progress notification
2018-02-05 12:43:51 -08:00
Xiang
142bff89f4
v3rpc: add jitter to progress notification
2018-02-05 10:37:12 -08:00
Gyuho Lee
07f9229731
Merge pull request #9275 from gyuho/v2auth
...
etcdserver: move "etcdserver/auth" to "etcdserver/v2auth"
2018-02-05 08:33:05 -08:00
Gyuho Lee
eecbba7927
etcdserver: move "etcdserver/auth" to "etcdserver/v2auth"
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-02-02 15:05:56 -08:00
Gyuho Lee
a696343a0f
integration: fix govet error in Go tip
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-02-02 14:33:42 -08:00
Gyuho Lee
6a265731e1
Merge pull request #9271 from yudai/mention_quota_limit
...
*: Remove 8GiB quota limitation from documents
2018-02-02 14:08:29 -08:00
Iwasaki Yudai
73028efce7
*: Remove 8GiB quota limitation from documents
...
Also mention that in v3.3 change log.
2018-02-02 12:54:19 -08:00
Gyuho Lee
38a378fa0d
Merge pull request #9265 from gyuho/branch-manager
...
Documentation/dev-internal: update release managers with 3.3 release
2018-02-01 14:24:11 -08:00
Xiang Li
41278822ac
Merge pull request #9256 from yudai/actual_db_size
...
*: Add dbSizeInUse to StatusResposne
2018-02-01 13:24:25 -08:00
Iwasaki Yudai
6b775cd786
*: Add dbSizeInUse to StatusResposne
...
Existing dbSize shows physically allocated DB size and the backend
(boltdb) won't shrink it after a compaction until a user runs the defrag command.
The new dbSizeInUse shows the DB size that excludes free pages created
by compactions so that users can see the actual DB usage. dbSize >=
dbSizeInUse is always true.
Note that dbSizeInUse shows a page-based size and not byte level usage.
2018-02-01 12:15:23 -08:00
Gyuho Lee
29efcdd78a
Documentation/dev-internal: update release managers with 3.3 release
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-02-01 12:15:04 -08:00
Gyuho Lee
d7e18880a9
CHANGELOG-3.3: v3.3.0 is ready
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-02-01 10:04:47 -08:00
Gyuho Lee
dafbc04a73
Merge pull request #9255 from gyuho/snapshot-doc
...
snapshot: clarify "Restore" method with conflicting data directory
2018-01-31 10:13:55 -08:00
Gyuho Lee
c59d0f9fe2
snapshot: clarify "Restore" method with conflicting data directory
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-01-31 10:05:35 -08:00
Gyuho Lee
610aefbb74
Merge pull request #9258 from tamird/dep-cleanup
...
Gopkg.toml: remove unnecessary constraints and add pruning
2018-01-31 09:59:42 -08:00
Xiang Li
29c8aca4b6
Merge pull request #9257 from gyuho/maintainer-rules
...
MAINTAINERS: add "MAINTAINERS_RULES" and second email
2018-01-31 08:44:41 -08:00
Tamir Duberstein
42344da5df
Gopkg.toml: remove unnecessary constraints and add pruning
...
Confirmed that `dep ensure` results in no version changes in Gopkg.lock.
2018-01-31 10:21:24 -05:00
Gyuho Lee
15498dafc8
MAINTAINERS: add "MAINTAINERS_RULES" and second email
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-01-30 14:05:47 -08:00
Gyuho Lee
d9deeff49a
Merge pull request #9254 from gyuho/proxy-doc
...
etcdmain: define "defaultGRPCMaxCallSendMsgSize"
2018-01-30 11:48:46 -08:00
Gyuho Lee
5a62ceb003
etcdmain: define "defaultGRPCMaxCallSendMsgSize"
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-01-30 09:49:03 -08:00
Gyuho Lee
97db7c7d78
Merge pull request #9245 from gyuho/defrag-doc
...
Documentation/op-guide: highlight defragment operation
2018-01-30 09:42:15 -08:00
Gyuho Lee
1b2d470b24
Merge pull request #9252 from hexfusion/fx_help
...
etcdmain: add discovery-srv-name
2018-01-30 09:32:21 -08:00
Gyuho Lee
73e020d51d
Merge pull request #9250 from zbindenren/grpcproxy_msgsize
...
grpcproxy: configure --max-send-bytes and --max-recv-bytes for grpc proxy
2018-01-30 09:31:57 -08:00
Gyuho Lee
ab2bc5b93c
CHANGELOG-3.3: add "grpc-proxy start --max-send/recv-bytes" flags
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-01-30 09:31:02 -08:00
Sam Batschelet
c2171f9bde
etcdmain: add discovery-srv-name
2018-01-30 09:18:55 -05:00
Rene Zbinden
9aabe2a2b6
grpcproxy: configure --max-send-bytes and --max-recv-bytes for grpc proxy
2018-01-30 09:38:23 +01:00
Gyuho Lee
42ef97d6d5
Merge pull request #9247 from gyuho/internal-compactor
...
embed: define "embed.CompactorMode*"
2018-01-29 16:44:49 -08:00
Gyuho Lee
dc36b098ac
CHANGELOG-3.3: add "--auto-compaction-mode"
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-01-29 15:49:24 -08:00
Gyuho Lee
6acd3b4643
embed: define "embed.CompactorMode*"
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-01-29 15:42:30 -08:00
Gyuho Lee
1d99d3886f
Merge pull request #9244 from coreos/vvv
...
*: move "version" to "internal/version"
2018-01-29 10:35:30 -08:00
Gyuho Lee
8e7099fa26
Documentation/op-guide: highlight defragment operation
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-01-29 10:22:04 -08:00
Gyuho Lee
37546f74ab
*: move "version" to "internal/version"
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-01-29 10:00:20 -08:00
Hitoshi Mitake
0e2f9ea7d5
Merge pull request #9243 from mitake/auth-internal
...
*: move "auth" to "internal/auth"
2018-01-29 18:32:09 +09:00
Gyuho Lee
9c6c830c61
CHANGELOG-3.4: add "internal/auth" change
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-01-28 23:44:09 -08:00
Gyuho Lee
264f8f6577
*: regenerate proto
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-01-28 23:43:15 -08:00
Hitoshi Mitake
6c91766490
*: move "auth" to "internal/auth"
2018-01-29 14:57:35 +09:00
Gyuho Lee
ce0ad377d2
Merge pull request #9240 from gyuho/vendor
...
Gopkg.*: remove directive dependencies from Gopkg.toml
2018-01-26 19:38:18 -08:00
Xiang Li
d54f281b26
Merge pull request #8525 from shuaili87/pre-vote-compatible
...
raft: fix deadlock during PreVote migration process
2018-01-26 16:34:59 -08:00
Gyuho Lee
1c5c8219f2
Gopkg.*: remove directive dependencies from Gopkg.toml
...
Reproducible builds are already done via Gopkg.lock.
Remove "constraint"s for external projects with conflicting
dependencies.
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-01-26 14:30:37 -08:00
Gyuho Lee
1153e43b34
Merge pull request #9239 from gyuho/maintainer
...
MAINTAINERS: @mitake as "pkg:*" maintainer
2018-01-26 12:56:51 -08:00
Gyuho Lee
d126630aef
MAINTAINERS: @mitake as "pkg:*" maintainer
...
Hitoshi has been involved in all components of etcd.
Thanks for your consistent and great work!
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-01-26 12:44:18 -08:00
Gyuho Lee
902bdb474e
Merge pull request #9238 from gyuho/internal
...
*: move packages to "internal"
2018-01-26 12:32:36 -08:00
Gyuho Lee
5cc9bfd574
CHANGELOG-3.4: highlight internal package changes
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-01-26 11:23:31 -08:00
Gyuho Lee
2c91007591
*: regenerate proto
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-01-26 11:21:40 -08:00
Gyuho Lee
80d15948bc
*: move "mvcc" to "internal/mvcc"
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-01-26 11:14:41 -08:00