56 Commits

Author SHA1 Message Date
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
Jon Fu
08838fada6 remove duplicate label of release notes 2022-04-06 16:52:59 -04:00
Jingyu Zhou
2793b2613f Replace master branch with main in documentations 2022-01-18 11:37:11 -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
A.J. Beamon
df5966ac85 Update release notes. 2021-09-17 18:10:56 -06:00
Andrew Noyes
43878e533d Add release note to 7.0.0 as well 2021-08-03 16:50:33 -07:00
neethuhaneesha
b5a302058a
Merge branch 'master' into master 2021-07-28 15:25:50 -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
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
sfc-gh-ngoyal
0d03dbcacd
Update documentation/sphinx/source/release-notes/release-notes-700.rst
Co-authored-by: Evan Tschannen <evan.tschannen@snowflake.com>
2021-06-25 12:41:04 -07:00
sfc-gh-ngoyal
7f28131025
Update documentation/sphinx/source/release-notes/release-notes-700.rst
Co-authored-by: Evan Tschannen <evan.tschannen@snowflake.com>
2021-06-25 12:40:53 -07:00
negoyal
695fb4c3af Add streaming API release notes. 2021-06-24 17:38:27 -07:00
negoyal
f8efbca406 Merge branch 'master' into feature-release-notes-7.0-master and link documentation in release notes. 2021-06-23 14:30:33 -07:00
negoyal
fbb3c463db Add more release notes and placeholder for Redwood documentation. 2021-06-23 12:45:32 -07:00
Josh Slocum
9a9d42027e Linked TSS release notes to documentation and largest PR instead of all PRs 2021-06-23 09:44:01 -05:00
negoyal
b3da7763f4 Fixed bad escaping 2021-06-21 13:11:37 -07:00
negoyal
8f49671f2d Another fix. 2021-06-21 11:12:45 -07:00
negoyal
e2f4c2a2e2 Corrections. 2021-06-21 11:09:56 -07:00
negoyal
eec691b6d3 Consolidated 7.0 Release Notes. 2021-06-21 10:59:02 -07:00
Evan Tschannen
2ef6587939 fixed bad escaping 2021-06-21 10:03:06 -07:00
Evan Tschannen
670ef8c57b updated 7.0 release notes 2021-06-21 09:54:13 -07:00
Josh Slocum
5946f13a46 Added TSS to 7.0 release notes 2021-06-17 14:14:40 -05:00
sfc-gh-tclinkenbeard
4a9b0cc258 Add 7.0 release notes for PRs by sfc-gh-tclinkenbeard 2021-06-13 09:57:02 -07:00
A.J. Beamon
8674a6c4d6 Add a release note for PR 3759. 2021-06-08 09:01:54 -07:00
A.J. Beamon
d0ac78ccf1 Add some release notes for 7.0 changes. Fix a bad link. 2021-06-07 15:05:30 -07:00
Sreenath Bodagala
43e0d362df Address a review comment 2021-05-19 22:12:34 +00:00
Sreenath Bodagala
2fa80e7912 Address review comments 2021-05-19 22:04:43 +00:00
Sreenath Bodagala
622f43474a Expose "bounce impact" and Storage Server "version catch-up rate" metrics
Changes:

Schemas.cpp: Extend the JSON schema to report the new metrics that have
been added.

mr-status-json-schemas.rst.inc: Update the schema to reflect the changes
made to the JSON schema.

release-notes-700.rst: Add a note about the new metrics in "Status"
section.
2021-05-19 19:54:49 +00:00
Sreenath Bodagala
bdb5517f1e Provide a better explanation of the new metrics in the release notes. 2021-05-13 19:38:05 +00:00
Sreenath Bodagala
160293bd54 Report bounce impact in fdbcli status
Changes:

Schemas.cpp: Extend the JSON schema to report whether the cluster is
bounceable and if not, report the reason for why it is not bounceable.

Status.actor.cpp: Extend recoveryStateStatusFetcher() to populate the
bounce related field(s).

mr-status-json-schemas.rst.inc: Update the schema to reflect the change
made in Schemas.cpp.

release-notes-700.rst: Add a note about the new status fields in "Status"
section.
2021-05-13 14:28:06 +00:00
Sreenath Bodagala
5376e4ab81 Provide "time since last full recovery" in fdbcli status
release-notes-700.rst: Add a note about the new metric in "Status" section.
2021-05-05 20:44:26 +00:00
Sreenath Bodagala
a9532c7e79 Expose CommitBatchingWindowSize metric to fdbcli status
Changes:

mr-status-json-schemas.rst.inc: Update schema to reflect the change made
to Schemas.cpp (to include statistics about CommitBatchingWindowSize).

release-notes-700.rst: Add a note about the new metric in the Status section.
2021-05-03 22:25:04 +00:00
A.J. Beamon
9e89159efb Don't use DLDatabase objects before they are ready (applicable for API versions < 610). Fix reference counting of DLDatabase objects to avoid leaking the underlying database handle. Update release notes to note that clients older than 6.2 still create extra connections. 2021-04-20 16:21:01 -07:00
A.J. Beamon
d79dc447b4 Update release notes 2021-04-16 15:24:21 -07:00
hao fu
5362492c72 Remove rejected_for_queued_too_long from release notes
It has been added to 6.3. No longer need it here at 7.0
2021-02-18 18:51:18 -08:00
hfu5
0706d19a03
Update documentation/sphinx/source/release-notes/release-notes-700.rst
Co-authored-by: Jingyu Zhou <jingyuzhou@gmail.com>
2021-02-12 21:15:03 -08:00
hao fu
292e8707fb change release note 700 2021-02-12 13:04:58 -08:00
Chaoguang Lin
cd8030c06e add release note 2021-01-26 14:25:47 -08:00
Chaoguang Lin
c8538ef940 fix format in release-notes 2021-01-21 11:29:00 -08:00
Chaoguang Lin
69a2083ec2 Add documentation 2021-01-21 00:51:16 -08:00
Chaoguang Lin
da7b65cd71 Change the interface back to return int64_t 2021-01-03 22:45:09 -08:00