Gyu-Ho Lee
9a6daefb3e
etcdmain: add retry-delay flag
2016-05-12 17:03:00 -07:00
Gyu-Ho Lee
62e5ffac13
Merge pull request #5338 from gyuho/proxy_log
...
httpproxy: fix capnslog log path
2016-05-12 16:58:32 -07:00
Gyu-Ho Lee
25d9169e9a
httpproxy: fix capnslog log path
...
We changed the package path, so log paths needs to be updated as well.
2016-05-12 15:56:40 -07:00
Gyu-Ho Lee
fb65d04291
Merge pull request #5329 from gyuho/typo_integration
...
integration: fix NewClientV3 error messages
2016-05-12 10:49:14 -07:00
Gyu-Ho Lee
78ae4b92a6
integration: fix NewClientV3 error messages
2016-05-12 10:26:27 -07:00
Xiang Li
2e011053b1
Merge pull request #5326 from mortonfox/patch-1
...
README: Update link to configuration.md
2016-05-11 22:33:54 -07:00
Morton Fox
9c05f92f2e
README: Update link to configuration.md
...
The file, along with all other documentation files, has moved into the Documentation folder.
2016-05-12 00:57:30 -04:00
Anthony Romano
9acb7ab41c
Merge pull request #5325 from heyitsanthony/fix-partial-wal-init
...
wal: atomically initialize wal directory
2016-05-11 18:01:04 -07:00
Xiang Li
6fc3106e68
Merge pull request #5324 from xiang90/partitioned
...
*: etcd member rejects unary call with leader requirement when it does not have leader
2016-05-11 17:48:06 -07:00
Anthony Romano
17391336af
wal: atomically initialize wal directory
...
Fixes #5270
2016-05-11 16:50:17 -07:00
Xiang Li
19221b33cc
*: etcd member rejects unary call with leader requirement when it does not have leader
2016-05-11 16:34:34 -07:00
Anthony Romano
be0c38ec2b
Merge pull request #5322 from heyitsanthony/port-docs
...
scrub legacy ports and update tls information
2016-05-11 16:32:45 -07:00
Anthony Romano
dcb3b7aecf
*: scrub legacy ports from code and scripts
2016-05-11 13:46:30 -07:00
Anthony Romano
db8f5771f1
doc: scrub legacy ports and TLS information for v3
2016-05-11 13:46:29 -07:00
Anthony Romano
b03a2f0323
Merge pull request #5318 from heyitsanthony/watcher-latency
...
batch watcher sync to reduce request latency
2016-05-11 12:53:20 -07:00
Anthony Romano
080272be17
mvcc: limit total watchers synced per sync
...
Fixes #4567
2016-05-11 11:16:43 -07:00
Anthony Romano
f5165a0149
benchmark: make number of watcher streams configurable in watch-get
...
Each stream uses a client goroutine and a grpc stream; the setup causes
considerable client-side latency on the first get requests.
2016-05-11 11:16:43 -07:00
Anthony Romano
2aa4dd52cc
benchmark: use separate connection for get in watch-get
...
The watcher traffic interferes with the get latency when sharing connections.
2016-05-11 11:16:43 -07:00
Xiang Li
ca105a1c89
Merge pull request #5319 from xiang90/fix_rafthttp_test
...
*: fix TestTransportErrorc
2016-05-11 11:01:43 -07:00
Gyu-Ho Lee
e90313c9c2
Merge pull request #5321 from gyuho/doc_fix
...
*: fix minor typos
2016-05-11 10:58:36 -07:00
Gyu-Ho Lee
3104507eb2
*: fix minor typos
2016-05-11 10:55:38 -07:00
Gyu-Ho Lee
b2eb90024f
Merge pull request #5320 from gyuho/issue518
...
v2/README: add known bugs
2016-05-11 10:45:40 -07:00
Xiang Li
aaefd52afa
Merge pull request #5092 from xiang90/etcdlet
...
*: gateway initial commit
2016-05-11 10:36:02 -07:00
Gyu-Ho Lee
5023996d02
v2/README: add known bugs
...
For https://github.com/coreos/etcd/issues/518 .
2016-05-11 10:35:41 -07:00
Xiang Li
00b660cc53
Merge pull request #5309 from xiang90/d_metrics
...
*: add disk operation metrics for monitoring
2016-05-11 10:18:39 -07:00
Xiang Li
4d0f474034
*: fix TestTransportErrorc
...
CI can be slow. We should just wait longer.
2016-05-11 10:09:40 -07:00
Xiang Li
a300be92dc
*: initial support for gatway
...
etcd gatway is a simple l4 gateway that forwards tcp connections to
the given endpoints.
2016-05-11 09:44:50 -07:00
Xiang Li
0fb7cb8b00
*: add disk operation metrics for monitoring
2016-05-11 09:36:45 -07:00
Gyu-Ho Lee
5ddb532072
Merge pull request #5314 from gyuho/test-script
...
test: fix typo, clean-up print statements
2016-05-10 23:51:05 -07:00
Gyu-Ho Lee
fd7e2b20b0
test: fix typo, clean-up print statements
2016-05-10 23:05:58 -07:00
Xiang Li
62d4c6d357
Merge pull request #5312 from ajityagaty/backup
...
etcdctl: Add --wal-dir and --backup-wal-dir options to backup command.
2016-05-10 19:51:30 -07:00
Ajit Yagaty
23f9d72870
etcdctl: Add --wal-dir and --backup-wal-dir options to backup command.
...
If the WAL is stored in a separate directory then the backup command
would need a --wal-dir option to pick the path to the WAL directory.
The user might also want to store the backup of data and wal separately
for which --backup-wal-dir option is provided.
2016-05-10 18:38:56 -07:00
Gyu-Ho Lee
d8215c8892
Merge pull request #5310 from gyuho/timeout_v2
...
etcdctl/ctlv2: total-timeout for Sync
2016-05-10 15:02:33 -07:00
Gyu-Ho Lee
62a9209088
etcdctl/ctlv2: total-timeout for Sync
...
Fix https://github.com/coreos/etcd/issues/4897 .
2016-05-10 14:20:05 -07:00
Anthony Romano
6b2d7f9412
Merge pull request #5308 from heyitsanthony/fix-init-notify
...
etcdmain: notify systemd when etcd is ready to accept requests
2016-05-10 13:55:06 -07:00
Anthony Romano
8c4958dd60
etcdmain: notify systemd when etcd is ready to accept requests
...
Fixes #5151
2016-05-10 13:36:46 -07:00
Xiang Li
5cbd8cefc9
Merge pull request #5291 from xiang90/c_i
...
*: add proposalsCommitted metrics
2016-05-10 12:51:28 -07:00
Xiang Li
ab11415d25
*: add proposalsCommitted metrics
2016-05-10 10:56:25 -07:00
Anthony Romano
dad1197c89
Merge pull request #5303 from heyitsanthony/bench-watch-unsync
...
benchmark: watch-get for testing unsynced watcher/get contention
2016-05-10 10:31:45 -07:00
Anthony Romano
467de8cb4f
benchmark: watch-get for testing unsynced watcher/get contention
2016-05-10 10:24:40 -07:00
Gyu-Ho Lee
efcba23d21
Merge pull request #5301 from gyuho/simple_member
...
etcdctl/ctlv3: make 'table' printer configurable
2016-05-10 10:12:54 -07:00
Gyu-Ho Lee
3e088b3b40
etcdctl/ctlv3: make 'table' printer configurable
...
Fix https://github.com/coreos/etcd/issues/5296 .
2016-05-10 10:02:02 -07:00
Xiang Li
8daad8e06e
Merge pull request #5305 from ajityagaty/conf_file
...
Doc: Add the new '--config-file' detail to configuration.md file
2016-05-10 07:58:55 -07:00
Ajit Yagaty
97a2ebe3a2
Doc: Add the new '--config-file' detail to configuration.md file
...
Add a description about the --config-file option into the
configuration.md file.
2016-05-10 07:50:37 -07:00
Xiang Li
fa6670488d
Merge pull request #5302 from xiang90/conf-file
...
*: move sample config file to root directory
2016-05-10 07:46:38 -07:00
Xiang Li
4ae47ad934
Merge pull request #5294 from xiang90/r_metrics
...
*: simplify network metrics
2016-05-09 22:50:45 -07:00
Xiang Li
98dbdd5fbb
*: simplify network metrics
2016-05-09 22:37:12 -07:00
Xiang Li
00398ec98d
*: move sample config file to root directory
2016-05-09 21:36:09 -07:00
Xiang Li
07c04c7c75
Merge pull request #5280 from ajityagaty/server_config_file
...
etcd: Configuration file for etcd server.
2016-05-09 19:52:09 -07:00
Ajit Yagaty
8bc5ab9f8d
etcd: Configuration file for etcd server.
...
Added a new command line option to etcd server to read in a YAML
based configuration file. I've also added an example configuration
file with comments and a set of test cases.
2016-05-09 18:17:27 -07:00