Jingyu Zhou
38d2d39001
Add 7.1.16, 7.1.17 release notes
2022-07-27 09:53:02 -07:00
A.J. Beamon
a3f970cf3a
Parse integer options in fdbcli rather than passing the bytes unparsed. This allows specifing the string "1" instead of "\x01\x00\x00\x00\x00\x00\x00\x00".
2022-07-11 16:39:59 -07:00
Jingyu Zhou
ef37bf3fca
Add 7.1.14 and 7.1.15 release notes
2022-07-11 10:29:38 -07:00
Jingyu Zhou
5b3521f7f0
Add 7.1.12, 7.1.13 release notes
2022-07-07 15:13:01 -07:00
Jingyu Zhou
a7e71cbac2
Add 7.1.10, 7.1.11 release notes
2022-06-27 15:52:03 -04:00
Jingyu Zhou
d0c5449d5c
Add 7.1.8 and 7.1.9 release notes
2022-06-10 15:09:10 -07:00
Jingyu Zhou
47f2118cb0
Update 7.1.6 and 7.1.7 release notes.
2022-05-25 13:30:48 -07:00
Jingyu Zhou
e4ac7ab1d9
Update release notes 7.1.0 through 7.1.5
2022-05-12 22:27:19 -07:00
Xiaoxi Wang
5d5dae9a0c
update release note
2022-04-20 21:27:22 -07:00
Tao Lin
73ed34d2fb
Fixes #6793 : Upgrade from 7.0.0 to 7.1.0 fails because of missing function fdb_transaction_get_mapped_range
2022-04-08 09:32:18 -07:00
Yi Wu
994b8c92f8
Add option to limit resident memory and remove default memory limit ( #6719 )
...
Changing `memory` option to limit resident memory instead of virtual memory, in config file and fdbserver/fdbbackup/fdbcli command-line argument. Since `rlimit` doesn't support limiting virtual memory, the current implementation have both of fdbmonitor and the fdbserver/fdbbackup process checking process RSS periodically and kill and restart the process if the limit is exceeded.
Adding a new `memory_vsize` option to limit virtual memory, if backward-compatible behavior is desired.
closes #6671 , closes #6672
2022-04-06 20:06:24 -07:00
Ray Jenkins
0c56de19c8
Merge branch 'main' into opentracing-dep-710
2022-04-06 18:02:42 -05:00
Ray Jenkins
7e773fe13c
OpenTracing deprecation notice.
2022-04-06 16:16:41 -05:00
Jon Fu
08838fada6
remove duplicate label of release notes
2022-04-06 16:52:59 -04:00
Jon Fu
e12d623e94
Add release notes for grv cache in 7.1
2022-04-06 16:26:28 -04:00
Steve Atherton
d9ca18effa
Add release notes template for 7.1.
2022-04-06 12:18:10 -07:00
Zhe Wu
57e931b489
Update 6.3.24 release notes
2022-02-25 12:12:17 -08:00
Jingyu Zhou
2793b2613f
Replace master branch with main in documentations
2022-01-18 11:37:11 -08:00
Zhe Wu
e95ed4e9e0
Release notes for 6.3.23
2021-12-07 16:35:35 -08:00
Tao Lin
fdb3b72e35
Introduce GetRangeAndFlatMap to push computations down to FDB
...
Re-introduce #5609
2021-11-09 13:52:28 -08:00
Tao Lin
586cc3b102
Revert "Introduce GetRangeAndFlatMap to push computations down to FDB"
2021-11-04 08:46:56 -07:00
Tao Lin
6c98e35893
Rename Hop to FlatMap
2021-11-03 13:32:01 -07:00
Tao Lin
0853661d13
Introduce getRangeAndHop to push computations down to FDB
2021-11-03 13:21:16 -07:00
Yao Xiao
a58140c1bd
Update release-notes-630.rst
2021-10-21 12:40:10 -07:00
Yao Xiao
2a1a5af939
Update release-notes-630.rst
...
Resolve comments
2021-10-21 12:40:10 -07:00
Yao Xiao
1a24ad33dd
Update documentation/sphinx/source/release-notes/release-notes-630.rst
...
Co-authored-by: A.J. Beamon <aj.beamon@snowflake.com>
2021-10-21 12:40:10 -07:00
Yao Xiao
ac23751608
Update release-notes-630.rst
2021-10-21 12:40:10 -07:00
A.J. Beamon
cd72ae21fd
Updating release notes for 6.3.21
2021-09-30 16:36:08 -06:00
Zhe Wu
7035b53d2c
Update documentation/sphinx/source/release-notes/release-notes-630.rst
...
Co-authored-by: A.J. Beamon <aj.beamon@snowflake.com>
2021-09-29 15:58:12 -07:00
Zhe Wu
a3232d2cd2
Adding missing release notes from 6.3.19 to 6.3.21
2021-09-29 15:58:12 -07:00
Markus Pilman
49d196e471
Complete release notes for 6.3.20
2021-09-22 12:14:22 -06:00
A.J. Beamon
df5966ac85
Update release notes.
2021-09-17 18:10:56 -06:00
Markus Pilman
1cf98785a0
updated release notes
2021-09-16 15:15:06 -07:00
A.J. Beamon
a844969805
Merge pull request #5331 from sfc-gh-anoyes/anoyes/add-release-note
...
Add release note for trace_partial_file_suffix
2021-08-04 10:11:18 -07:00
Andrew Noyes
43878e533d
Add release note to 7.0.0 as well
2021-08-03 16:50:33 -07:00
Zhe Wu
87f95e9969
Update documentation/sphinx/source/release-notes/release-notes-630.rst
...
Co-authored-by: A.J. Beamon <aj.beamon@snowflake.com>
2021-08-03 16:45:23 -07:00
Zhe Wu
b66bf633c5
Release note 6.3.18
2021-08-03 16:38:23 -07:00
Andrew Noyes
1d3c185182
Add release note for trace_partial_file_suffix
2021-08-03 16:16:01 -07:00
neethuhaneesha
b5a302058a
Merge branch 'master' into master
2021-07-28 15:25:50 -07:00
Zhe Wu
b783a73728
Merge pull request #5275 from halfprice/zhewu/release-note-6.3.17-master
...
Release notes for 6.3.17
2021-07-28 14:38:53 -07:00
Zhe Wu
b29f47a0a0
Release notes for 6.3.17
2021-07-28 14:14:05 -07:00
Neethu Haneesha Bingi
edbab6c731
7.0 release notes of exclude locality and write path histogram features.
2021-07-27 06:29:56 -07:00
A.J. Beamon
a38db9c6e3
Add PR number
2021-07-26 13:56:27 -07:00
A.J. Beamon
34f82e7a15
Do not partially reset a transaction when it is committed or fails to commit with an error.
2021-07-26 09:51:44 -07:00
A.J. Beamon
a328617b3f
Fix release note version to account for two undocumented versions
2021-07-23 14:17:08 -07:00
A.J. Beamon
16dfe14db8
Update release notes
2021-07-21 16:19:59 -07:00
negoyal
7b2e4ae639
Slight rewording.
2021-06-25 17:48:27 -07:00
negoyal
2760cbbd3d
Link the new global config documentation.
2021-06-25 16:26:09 -07:00
negoyal
08f2e0566a
Few changes and adding placeholders for visibility documentation.
2021-06-25 14:01:33 -07:00
sfc-gh-ngoyal
b6f0d51b1d
Update documentation/sphinx/source/release-notes/release-notes-700.rst
...
Co-authored-by: Evan Tschannen <evan.tschannen@snowflake.com>
2021-06-25 12:41:16 -07:00