From 2f6b661b51ebf8322dbb851edd4c5740c7276afc Mon Sep 17 00:00:00 2001 From: Evan Tschannen Date: Wed, 23 Oct 2019 11:17:53 -0700 Subject: [PATCH] updated documentation for 6.2.7 --- documentation/sphinx/source/downloads.rst | 24 +++++++++---------- documentation/sphinx/source/release-notes.rst | 4 +++- 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/documentation/sphinx/source/downloads.rst b/documentation/sphinx/source/downloads.rst index 82aefde475..64d13865f0 100644 --- a/documentation/sphinx/source/downloads.rst +++ b/documentation/sphinx/source/downloads.rst @@ -10,38 +10,38 @@ macOS The macOS installation package is supported on macOS 10.7+. It includes the client and (optionally) the server. -* `FoundationDB-6.2.6.pkg `_ +* `FoundationDB-6.2.7.pkg `_ Ubuntu ------ The Ubuntu packages are supported on 64-bit Ubuntu 12.04+, but beware of the Linux kernel bug in Ubuntu 12.x. -* `foundationdb-clients-6.2.6-1_amd64.deb `_ -* `foundationdb-server-6.2.6-1_amd64.deb `_ (depends on the clients package) +* `foundationdb-clients-6.2.7-1_amd64.deb `_ +* `foundationdb-server-6.2.7-1_amd64.deb `_ (depends on the clients package) RHEL/CentOS EL6 --------------- The RHEL/CentOS EL6 packages are supported on 64-bit RHEL/CentOS 6.x. -* `foundationdb-clients-6.2.6-1.el6.x86_64.rpm `_ -* `foundationdb-server-6.2.6-1.el6.x86_64.rpm `_ (depends on the clients package) +* `foundationdb-clients-6.2.7-1.el6.x86_64.rpm `_ +* `foundationdb-server-6.2.7-1.el6.x86_64.rpm `_ (depends on the clients package) RHEL/CentOS EL7 --------------- The RHEL/CentOS EL7 packages are supported on 64-bit RHEL/CentOS 7.x. -* `foundationdb-clients-6.2.6-1.el7.x86_64.rpm `_ -* `foundationdb-server-6.2.6-1.el7.x86_64.rpm `_ (depends on the clients package) +* `foundationdb-clients-6.2.7-1.el7.x86_64.rpm `_ +* `foundationdb-server-6.2.7-1.el7.x86_64.rpm `_ (depends on the clients package) Windows ------- The Windows installer is supported on 64-bit Windows XP and later. It includes the client and (optionally) the server. -* `foundationdb-6.2.6-x64.msi `_ +* `foundationdb-6.2.7-x64.msi `_ API Language Bindings ===================== @@ -58,18 +58,18 @@ On macOS and Windows, the FoundationDB Python API bindings are installed as part If you need to use the FoundationDB Python API from other Python installations or paths, download the Python package: -* `foundationdb-6.2.6.tar.gz `_ +* `foundationdb-6.2.7.tar.gz `_ Ruby 1.9.3/2.0.0+ ----------------- -* `fdb-6.2.6.gem `_ +* `fdb-6.2.7.gem `_ Java 8+ ------- -* `fdb-java-6.2.6.jar `_ -* `fdb-java-6.2.6-javadoc.jar `_ +* `fdb-java-6.2.7.jar `_ +* `fdb-java-6.2.7-javadoc.jar `_ Go 1.11+ -------- diff --git a/documentation/sphinx/source/release-notes.rst b/documentation/sphinx/source/release-notes.rst index 6494248b1b..f964f8bcf4 100644 --- a/documentation/sphinx/source/release-notes.rst +++ b/documentation/sphinx/source/release-notes.rst @@ -39,7 +39,6 @@ Fixes * File descriptors opened by clients and servers set close-on-exec, if available on the platform. `(PR #1581) `_. * ``fdbrestore`` commands other than ``start`` required a default cluster file to be found but did not actually use it. `(PR #1912) `_. * Unneeded network connections were not being closed because peer reference counts were handled improperly. `(PR #1768) `_. -* Under certain conditions, cross region replication could stall for 10 minute periods. `(PR #1818) `_. * In very rare scenarios, master recovery would restart because system metadata was loaded incorrectly. `(PR #1919) `_. * Ratekeeper will aggressively throttle when unable to fetch the list of storage servers for a considerable period of time. `(PR #1858) `_. * Proxies could become overloaded when all storage servers on a team fail. [6.2.1] `(PR #1976) `_. @@ -59,6 +58,8 @@ Fixes * The cluster controller could become saturated in clusters with large numbers of connected clients using TLS. [6.2.6] `(PR #2252) `_. * Backup and DR would not share a mutation stream if they were started on different versions of FoundationDB. Either backup or DR must be restarted to resolve this issue. [6.2.6] `(PR #2202) `_. * Don't track batch priority GRV requests in latency bands. [6.2.7] `(PR #2279) `_. +* Transaction log processes used twice their normal memory when switching spill types. [6.2.7] `(PR #2256) `_. +* Under certain conditions, cross region replication could stall for 10 minute periods. [6.2.7] `(PR #1818) `_ `(PR #2276) `_. Status ------ @@ -135,6 +136,7 @@ Fixes only impacting 6.2.0+ * A storage server could crash if it took longer than 10 minutes to fetch a key range from another server. [6.2.5] `(PR #2170) `_. * Excluding or including servers would restart the data distributor. [6.2.5] `(PR #2170) `_. * The data distributor could read invalid memory when estimating database size. [6.2.6] `(PR #2225) `_. +* Status could incorrectly report that backup and DR were not sharing a mutation stream. [6.2.7] `(PR #2274) `_. Earlier release notes ---------------------