211 Commits

Author SHA1 Message Date
Jon Fu
80abc4d865 update formatting 2021-05-24 18:27:56 -04:00
Jon Fu
7efa4e02bc add 6.3.12 notes 2021-05-24 18:23:14 -04:00
Jon Fu
a0b1363560 move note to 6.3.14 2021-05-24 16:28:55 -04:00
Jon Fu
3b08f39cc3 remove extra notes in "Status" section 2021-05-24 16:07:55 -04:00
Jon Fu
61e2ec62cc more release notes added 2021-05-24 16:06:37 -04:00
Jon Fu
a107604d3a Move patch notes to the appropriate section, and add new 6.3.14 notes 2021-05-24 15:53:21 -04:00
Jon Fu
eaad5798dd update release notes to match the ones on release-6.3 2021-05-24 15:10:58 -04:00
Sreenath Bodagala
19b9a35c58 Expose "bounce impact" and Storage Server "version catch-up rate" metrics
Update the Status section of release-notes-630.rst with info about
the new status fields introduced by PR
https://github.com/apple/foundationdb/pull/4770 .
2021-05-24 18:37:48 +00:00
A.J. Beamon
4133e79c1f
Merge pull request #4770 from sbodagala/master
Expose "bounce impact" and Storage Server "version catch-up rate" metrics
2021-05-21 08:34:18 -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
A.J. Beamon
d55b94fc06 Add release note 2021-05-14 12:38:26 -07: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
Jon Fu
5aa51b6067 fix documentation build 2021-05-04 19:51:00 -04:00
Vishesh Yadav
dbd730ff21
Merge pull request #4748 from sbodagala/master
Expose CommitBatchingWindowSize metric to fdbcli status
2021-05-03 19:17:18 -07:00
A.J. Beamon
0c12eae767
Merge pull request #4674 from sfc-gh-jfu/jfu-update-620-rst
Added release notes regarding 6.3 to 6.2 downgrades
2021-05-03 15:40:33 -07: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
Jon Fu
9eb908de21 Adjusted release notes to link to the administration page 2021-05-03 17:26:53 -04: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
Jon Fu
7beccc8643 move operational details out of release notes and into administration.rst 2021-04-20 14:13:25 -04:00
A.J. Beamon
d79dc447b4 Update release notes 2021-04-16 15:24:21 -07:00
Jon Fu
aba752d12e Added release notes regarding 6.3 to 6.2 downgrades 2021-04-16 14:56:05 -04:00
Steve Atherton
17a19021fb Added mutation batch filtering during restore, to the extent possible where each restore mutation log task only sees one block of data (usually 1MB) which can contain incomplete and therefore unfilterable mutation sets. 2021-03-24 06:38:50 -07:00
Nim Wijetunga
9350ae3355 update release notes 2021-03-19 23:51:09 +00:00
A.J. Beamon
25c4880ebe Merge branch 'release-6.3' into merge-release-6.3-into-master (temporarily discard all changes to BackupContainer.actor.cpp)
# Conflicts:
#	fdbclient/BackupContainer.actor.cpp
#	fdbserver/Knobs.h
2021-03-15 16:41:04 -07:00
A.J. Beamon
9075d5934f Fix PR number in release note link 2021-03-15 14:36:25 -07:00
A.J. Beamon
2f479a5ca2 Merge branch 'release-6.2' into merge-release-6.2-into-release-6.3
# Conflicts:
#	fdbcli/fdbcli.actor.cpp
2021-03-15 13:59:30 -07:00
Evan Tschannen
4ed5d22389
Merge pull request #4432 from sfc-gh-ajbeamon/updated-6.3-release-notes
Update 6.3.11 release notes
2021-03-12 10:40:37 -08:00
Evan Tschannen
abc931addf Merge branch 'release-6.2' into feature-fix-longest-time
# Conflicts:
#	documentation/sphinx/source/release-notes/release-notes-620.rst
2021-03-11 16:40:31 -08:00
Vishesh Yadav
2cd3f45fd6 Merge remote-tracking branch 'apple/release-6.3' into master-format-final
release-6.3 was recently merged, and there were two PRs which were
merged in between and got those changes in here. Hence, since all the
changes were in, discarded the incoming changes and accepted all
current.
2021-03-10 16:50:44 -08:00
Markus Pilman
cfbaaa6001 Merge remote-tracking branch 'origin/release-6.2' into release-6.3 2021-03-10 14:30:47 -07:00
Vishesh Yadav
2bb4f2e59f Merge branch 'release-6.3-pre-format' into master-format
This merges release-6.3 branch right before it was fully formatted.
There were quite a few conflicts that are resolved here. CoroFlow had
a check for OOM errors introduced in 6.3, but didn't seem applicable in
the new implmentation which seems to use boost.
2021-03-10 09:37:41 -08:00
A.J. Beamon
7535261184
Fix typo 2021-03-09 09:43:42 -08:00
Evan Tschannen
5988ac5487 updated documentation for 6.2.33 2021-03-05 10:12:24 -08:00
Andrew Noyes
23b85256ae Change default to 64, and only start threads if using TLS 2021-03-04 20:52:46 +00:00
Andrew Noyes
cc7fed6ed4 Change default for TLS_SERVER_HANDSHAKE_THREADS to 0 2021-03-04 20:52:44 +00:00
A.J. Beamon
90a324fda2 Updated release-6.3 release note proposal 2021-03-04 10:31:03 -08:00
Steve Atherton
cd5341ceff Make release note more clear. 2021-03-03 22:26:43 -08:00
Steve Atherton
b2f313774f Added release notes. 2021-03-03 22:24:00 -08:00
Meng Xu
e40e78da64
Add 6.3.11 release notes (#4424) 2021-03-03 21:08:51 -06:00
Evan Tschannen
346a4e3ecd Merge branch 'release-6.3'
# Conflicts:
#	fdbcli/fdbcli.actor.cpp
#	fdbrpc/LoadBalance.actor.h
#	fdbrpc/MultiInterface.h
#	fdbserver/ClusterController.actor.cpp
#	fdbserver/MasterProxyServer.actor.cpp
#	fdbserver/masterserver.actor.cpp
2021-03-01 18:52:06 -08:00
Evan Tschannen
c128e59a6f Merge branch 'release-6.2' into release-6.3
# Conflicts:
#	CMakeLists.txt
#	cmake/InstallLayout.cmake
#	packaging/msi/FDBInstaller.wxs
#	versions.target
2021-03-01 18:35:20 -08:00
Jingyu Zhou
85802507b2
Merge pull request #4360 from hfu5/remove
Remove rejected_for_queued_too_long from release notes
2021-02-22 20:02:15 -08:00
Andrew Noyes
e6caa9463a Add release note 2021-02-22 23:48:01 +00:00
negoyal
e9b7e22e02 Merge branch 'rel-6.3' 2021-02-22 08:47:22 -08: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
hao fu
9a8f79e963 Fix typo 2021-02-18 10:14:26 -08:00