Xiang Li
cbfaecdb85
Merge pull request #11117 from vimalk78/wal-fixes
...
wal : wal.Verify defer close the opened WAL files
2019-09-04 23:25:29 -07:00
Gyuho Lee
01a79d4a9d
Merge pull request #11118 from zhangjianweibj/re-fix-percent-bug
...
etcdserver: remove dup percentage sign in log
2019-09-04 22:02:56 -07:00
zhangjianweibj
81a34ab6d5
etcdserver: remove dup percentage sign in log
2019-09-05 11:24:39 +08:00
Vimal K
adbae79565
wal : wal.Verify defer close the opened WAL files
...
wal.Verify() : The opened WAL files are not closed in error cases. Fixed by adding a
defer.
2019-09-04 23:38:14 +01:00
Gyuho Lee
fb41ebea52
Merge pull request #11108 from gyuho/fix-zap
...
embed: fix secure server logging message
2019-09-03 09:42:54 -07:00
Gyuho Lee
f3d67acf3d
Merge pull request #11103 from mrueg/shellcheck
...
scripts/release: Apply shellcheck findings
2019-09-03 09:42:13 -07:00
Gyuho Lee
ea0f08de20
embed: fix secure server logging message
...
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
2019-09-03 08:56:32 -07:00
Manuel Rüger
d981fe6b6b
scripts/release: Apply shellcheck findings
...
I run https://github.com/koalaman/shellcheck/ over scripts/* and fixed
the findings it returned.
Signed-off-by: Manuel Rüger <manuel@rueg.eu>
2019-09-02 17:50:04 +02:00
Gyuho Lee
14624b7d64
Merge pull request #11097 from philips/sha256sums
...
scripts/release: rename SHA256SUM to SHA256SUMS
2019-08-30 13:34:50 -07:00
Brandon Philips
f108a32393
scripts/release: rename SHA256SUM to SHA256SUMS
...
These files are commonly called SHA256SUMS and with this change rget
works for v3.4.0 as well.
2019-08-30 13:31:17 -07:00
Sahdev Zala
93ae5d2f5b
Merge pull request #11095 from KeepCaim/master
...
Documentation:fix clerical error
2019-08-30 09:54:38 -04:00
keepCaim
6795d20ff0
Documentation:fix clerical error
2019-08-30 13:20:22 +08:00
Gyuho Lee
83414f3db0
CHANGELOG-3.4: update "golang.org/x/sys" vendor
...
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
2019-08-29 14:46:26 -07:00
Gyuho Lee
876df8d123
Merge pull request #10834 from carlosedp/riscv64
...
vendor: update x/sys and x/net modules to support Risc-V
2019-08-29 14:03:32 -07:00
Carlos de Paula
7c6ef608bd
vendor: x/sys and x/net to support building on Risc-V
...
Signed-off-by: Carlos de Paula <me@carlosedp.com>
2019-08-29 17:08:41 -03:00
Gyuho Lee
4d210173ae
CHANGELOG-3.4: add v3.4.0 for tomorrow
...
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
2019-08-29 12:07:24 -07:00
Gyuho Lee
9214f4e4ba
CHANGELOG: v3.4.0-rc.4
...
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
2019-08-29 09:40:05 -07:00
Gyuho Lee
837fe89d0b
scripts/release: fix sha256sum
...
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
2019-08-29 09:39:18 -07:00
Gyuho Lee
5b991ab51c
Merge pull request #11093 from hexfusion/fx_cl_4.3
...
CHANGELOG-3.4: add sha256sum
2019-08-29 08:39:08 -07:00
Sam Batschelet
431756ab59
CHANGELOG-3.4: add sha256sum
...
Signed-off-by: Sam Batschelet <sbatsche@redhat.com>
2019-08-29 13:00:13 +00:00
Gyuho Lee
af840f0666
Merge pull request #11087 from hexfusion/add_sum
...
scripts/release: add sha256sum summary of release assets
2019-08-28 23:11:02 -07:00
Sam Batschelet
2386b945c6
scripts/release: add sha256sum summary of release assets
...
Signed-off-by: Sam Batschelet <sbatsche@redhat.com>
2019-08-28 15:56:39 +00:00
Gyuho Lee
7b4ae58c41
Merge pull request #11076 from vimalk78/docs-fixes
...
Documentation: Add section headers to learning/design-learner.md
2019-08-27 10:18:07 -07:00
Gyuho Lee
9164d27aaa
CHANGELOG-3.4: add v3.4.0-rc.3
...
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
2019-08-27 10:11:29 -07:00
Gyuho Lee
9da9221d3f
Merge pull request #11081 from gyuho/zap
...
*: fix zap logger --log-outputs without "stderr"
2019-08-27 09:49:42 -07:00
Gyuho Lee
f22c7c80c1
embed: fix "--log-outputs" setup without "stderr"
...
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
2019-08-26 22:45:48 -07:00
Gyuho Lee
6ee0c5c5dd
pkg/logutil: change to "MergeOutputPaths"
...
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
2019-08-26 22:45:36 -07:00
Xiang Li
7e9a26eb6d
Merge pull request #11073 from Wine93/typo
...
raft: fixed some typos
2019-08-26 11:54:48 -07:00
Gyuho Lee
021adfea21
Merge pull request #11077 from wesraph/fixMissingOptions
...
etcdserver: add check for nil options
2019-08-26 10:47:30 -07:00
Raphael Westphal
ade5337b92
etcdserver: add check for nil options
2019-08-26 17:43:05 +07:00
vimalk78
f09b09519b
Documentation: Add section headers to etcd Learner
...
In the Background section, the document describes various challenges for cluster membership change.
Added section header for each case described for better readability.
2019-08-25 09:42:33 +01:00
Wine93
b0534c1b44
raft/log_test: fixed wrong index
2019-08-25 04:47:11 +00:00
Wine93
5f42161750
raft: fixed some typos and simplify minor logic
2019-08-25 04:46:29 +00:00
Sahdev Zala
6f0ae78b39
Merge pull request #11074 from vimalk78/docs-fixes
...
Documentation: snapshot can be requested from one etcd node only
2019-08-24 15:27:53 -04:00
vimalk78
751071e867
Documentation: snapshot can be requested from one etcd node only
...
Updated Snapshot section of demo.md to reflect that snapsot can be requested only from one etcd node at a time.
Fixes : #10855
2019-08-24 18:16:58 +01:00
Xiang Li
dd2b88d0ed
Merge pull request #11066 from vimalk78/clientv3-fixes
...
clientv3: add nil checks in Client.Close()
2019-08-23 23:22:42 -07:00
Gyuho Lee
928abd5647
CHANGELOG-3.4: update v3.4.0-rc.2
...
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
2019-08-23 01:15:45 -07:00
Xiang Li
f4dfd1976d
Merge pull request #10971 from nilsocket/codeReformat
...
raft : write compact if statements
2019-08-23 09:10:26 +08:00
nilsocket
702c69c906
raft : Write compact if statements
2019-08-23 04:31:40 +05:30
Wenjia
c7982425d9
Update 8/22 community meeting video
...
Update 8/22 community meeting video
2019-08-22 12:53:12 -07:00
Wenjia
522ff40705
Update community meeting info in README.md
...
Update community meeting info in README.md
2019-08-22 10:46:34 -07:00
Sahdev Zala
56f483ae44
Merge pull request #11069 from jingyih/fix_TestKVPutError
...
integration: fix TestKVPutError
2019-08-22 10:09:11 -04:00
Jingyi Hu
2680c2afe7
integration: fix TestKVPutError
...
Give backend quota enough overhead.
2019-08-21 19:56:38 -07:00
vimalk78
7f47de8414
clientv3: add nil checks in Close()
...
Added nil checks in Close() for Watcher and Lease fields
Added test case
2019-08-21 23:04:42 +01:00
Gyuho Lee
8037e6e087
Merge pull request #11060 from etcd-io/wenjiaswe-patch-1
...
functional test: fix typo in agent log
2019-08-20 15:22:08 -07:00
Wenjia
341380d84f
functional test: fix typo in agent log
...
Fix typo in functional test agent log to avoid debugging confusion.
2019-08-20 15:04:30 -07:00
Gyuho Lee
b7abc9bf0a
Merge pull request #11059 from jingyih/update_changelog_from_PR11056
...
CHANGELOG-3.3: update from #11056
2019-08-20 11:27:30 -07:00
Jingyi Hu
867d93636a
CHANGELOG-3.3: update_from_PR11056
2019-08-20 11:18:14 -07:00
Jingyi Hu
c89777dd70
Merge pull request #11047 from ethan-daocloud/patch-4
...
lease: cleanup typo words in lessor.go
2019-08-19 19:09:22 -07:00
Guangming Wang
0a6173c9b6
lease: cleanup typo words in lessor.go
...
Signed-off-by: Guangming Wang <guangming.wang@daocloud.io>
2019-08-20 09:35:19 +08:00