fanmin shi
8ef6687018
etcdserver: fix a node panic bug caused LeaseTimeToLive call on a nonexistent lease
...
When the non Leader etcd server receives a LeaseTimeToLive on a nonexistent lease, it responds with a nil resp and a nil error The invoking function parses the nil resp and results a segmentation fault.
I fix the bug by making sure the lease not found error is returned so that the invoking function parses the the error message instead.
fix #6537
2016-09-27 17:46:30 -07:00
Anthony Romano
e68cd086ee
Merge pull request #6532 from heyitsanthony/no-gopath-build
...
build: support building out of path when GOPATH is not set
2016-09-27 13:25:04 -07:00
Anthony Romano
1e3a71d098
build: support building out of path when GOPATH is not set
...
Otherwise gets "go: GOPATH entry is relative; must be absolute path: ""."
2016-09-27 10:20:52 -07:00
Xiang Li
150576fa72
Merge pull request #6212 from xiang90/readindex
...
etcdserver: initial read index implementation
2016-09-27 11:51:08 -05:00
Xiang Li
e5f4fb1a79
Merge pull request #6527 from sinsharat/intracting_v3
...
etcdctlv3: interactive_v3 compaction and timetolive command update
2016-09-27 06:14:18 -05:00
sharat
ab20187f93
etcdctlv3: interactive_v3 compaction and timetolive command update
2016-09-27 16:19:55 +05:30
Xiang Li
6167a2aaa7
Merge pull request #6524 from sinsharat/intracting_v3
...
etcdctlv3: interactive_v3 watch command update
2016-09-27 01:35:04 -05:00
Xiang Li
e3e3993022
etcdserver: support read index
...
Use read index to achieve l-read.
2016-09-27 13:41:40 +08:00
Gyu-Ho Lee
7d9355ffba
Merge pull request #6523 from vimalk78/correct-compactor-logger-package
...
compactor/compactor.go : corrected the capnslog package name
2016-09-26 14:21:24 -07:00
sharat
cd1306f866
etcdctlv3: interactive_v3 watch command update
2016-09-27 00:00:05 +05:30
vimalk78
e1550bae61
compactor/compactor.go: corrected the capnslog package name
2016-09-26 23:52:48 +05:30
Xiang Li
e1efdd591e
Merge pull request #6521 from sinsharat/intracting_v3
...
etcdctlv3: interactive_v3 del command update
2016-09-26 10:48:09 -05:00
sharat
83f2fa7adc
etcdctlv3: interactive_v3 del command update
2016-09-26 19:56:20 +05:30
Xiang Li
e2d51961dd
Merge pull request #6520 from sinsharat/intracting_v3
...
etcdctlv3: interactive_v3 get command update
2016-09-26 07:20:44 -05:00
Xiang Li
213e8a5b15
Merge pull request #6514 from gyuho/sort
...
test: grep versions with --sort
2016-09-26 06:31:05 -05:00
sharat
595743651b
etcdctlv3: interactive_v3 get command update
2016-09-26 16:28:29 +05:30
Xiang Li
06546cf100
Merge pull request #6517 from sinsharat/intracting_v3
...
etcdctlv3: interactive_v3 version and put command update
2016-09-26 03:53:13 -05:00
sharat
7a95831018
etcdctlv3: interactive_v3 version and put command update
2016-09-26 12:32:08 +05:30
Xiang Li
cf83de6488
Merge pull request #6510 from sinsharat/etcdctlv3_readme_final_draft
...
etcdctlv3:corrected and organised etcdctl commands
2016-09-25 19:19:06 -05:00
Gyu-Ho Lee
f5b9238a3c
Merge pull request #6516 from gyuho/vvv
...
vendor: remove unused code
2016-09-23 18:54:05 -07:00
Gyu-Ho Lee
f957c401d3
vendor: remove unused code
2016-09-23 16:57:28 -07:00
Gyu-Ho Lee
20211ed6bf
test: grep versions with --sort
2016-09-23 15:49:20 -07:00
Gyu-Ho Lee
cf09562e40
Merge pull request #6512 from gyuho/dep
...
vendor: update 'google/btree'
2016-09-23 13:21:52 -07:00
Gyu-Ho Lee
ecb577d40c
vendor: update 'google/btree'
2016-09-23 12:54:25 -07:00
Gyu-Ho Lee
15d268709e
version: bump to v3.1.0-alpha.1+git
2016-09-23 11:32:39 -07:00
Gyu-Ho Lee
2469a95685
version: bump to v3.1.0-alpha.1
v3.1.0-alpha.1
2016-09-23 11:19:22 -07:00
Gyu-Ho Lee
4ef44d1130
Merge pull request #6506 from mitake/decouple-stresser
...
functional-tester: decouple stresser from tester
2016-09-23 10:05:03 -07:00
Gyu-Ho Lee
044e5cf3a9
Merge pull request #6498 from ychen11/ychen11/etcdserverpb
...
Added more lines of comments into rpc.proto
2016-09-23 10:04:24 -07:00
Hitoshi Mitake
0e493c11c2
functional-tester: decouple stresser from tester
...
This commit decouples stresser from the tester of
functional-tester. For doing it, this commit adds a new option
--stresser to etcd-tester. The option accepts two types of stresser:
"default" and "nop". If the option is "default", etcd-tester stresses
its etcd cluster with the existing stresser. If the option is "nop",
etcd-tester does nothing for stressing.
Partially fixes https://github.com/coreos/etcd/issues/6446
2016-09-24 01:04:57 +09:00
ychen11
69f5b4ba79
Documentation:made watch request doc more clear
2016-09-23 23:13:55 +08:00
sharat
af8728f328
etcdctlv3:corrected and organised etcdctl commands
2016-09-23 18:21:54 +05:30
Xiang Li
51aa220449
Merge pull request #6507 from sinsharat/readme_del_cmd_options_example_update
...
etcdctlv3 : added options and examples for del from-key
2016-09-22 17:08:50 -05:00
sharat
308038e96a
etcdctlv3 : added options and examples for del from-key
2016-09-22 22:54:20 +05:30
Xiang Li
b1e4defc48
Merge pull request #6501 from sinsharat/feature_add_del_from-key
...
etcdctlv3: del command from-key feature added
2016-09-22 09:15:04 -05:00
Gyu-Ho Lee
804e215981
Merge pull request #6505 from sinsharat/compaction_options_update
...
etcdctlv3: updated compaction options
2016-09-22 06:52:43 -07:00
sharat
5fa233a564
etcdctlv3: updated compaction options
2016-09-22 19:06:05 +05:30
sharat
35ff70656b
etcdctlv3: del command from-key feature added
2016-09-22 16:55:36 +05:30
Gyu-Ho Lee
ea97aa3f0f
Merge pull request #6504 from sinsharat/member_command_options_update
...
etcdctlv3: updated member command options
2016-09-22 03:47:49 -07:00
sharat
1601ee761a
etcdctlv3: updated member command options
2016-09-22 15:04:54 +05:30
Xiang Li
4de39d3683
Merge pull request #6502 from xiang90/etcdctl_mirror
...
etcdctl: remove the use of remprefix
2016-09-22 01:05:55 -05:00
Xiang Li
30b26f8f50
etcdctl: remove the use of remprefix
2016-09-22 08:43:31 +08:00
Xiang Li
3453ce55e3
Merge pull request #6496 from sinsharat/refactor_mirror_command_tests
...
e2e: refactored ctlv3_make_mirror_test
2016-09-21 19:33:42 -05:00
Gyu-Ho Lee
4ec0fce109
Merge pull request #6493 from gyuho/tester-build
...
functional-tester: build from repo root, vendor
2016-09-21 16:57:34 -07:00
Anthony Romano
27c500d8d0
Merge pull request #6487 from heyitsanthony/watch-stress
...
clientv3: process closed watcherStreams in watcherGrpcStream run loop
2016-09-21 13:55:25 -07:00
Anthony Romano
3f7f6fb557
Merge pull request #6500 from sinsharat/readme_del_option_update
...
etcdctlv3: updated del command options
2016-09-21 13:54:18 -07:00
Anthony Romano
a32518006c
clientv3: process closed watcherStreams in watcherGrpcStream run loop
...
Was racing with Watch() when closing the grpc stream on no watchers.
Fixes #6476
2016-09-21 13:28:00 -07:00
sharat
bcda9af15d
etcdctlv3: updated del command options
2016-09-22 00:16:53 +05:30
Gyu-Ho Lee
d743b8b866
Merge pull request #6474 from gyuho/auto-sync
...
clientv3: add 'Sync' method
2016-09-21 10:57:10 -07:00
Anthony Romano
deef16b376
integration: test client watchers with overlapped context cancels
2016-09-21 09:40:24 -07:00
sharat
592538986d
e2e: refactored ctlv3_make_mirror_test
2016-09-21 22:07:03 +05:30