From 15f1a75d4f104c7301f845d4fc7d5a6c3c470f3e Mon Sep 17 00:00:00 2001 From: Evan Tschannen Date: Fri, 6 Mar 2020 11:16:10 -0800 Subject: [PATCH] updated documentation for 6.2.18 --- documentation/sphinx/source/mr-status-json-schemas.rst.inc | 2 ++ documentation/sphinx/source/release-notes.rst | 1 + fdbclient/Schemas.cpp | 2 ++ 3 files changed, 5 insertions(+) diff --git a/documentation/sphinx/source/mr-status-json-schemas.rst.inc b/documentation/sphinx/source/mr-status-json-schemas.rst.inc index 46133037538..c8d81f5c958 100644 --- a/documentation/sphinx/source/mr-status-json-schemas.rst.inc +++ b/documentation/sphinx/source/mr-status-json-schemas.rst.inc @@ -566,6 +566,7 @@ "missing_data", "healing", "optimizing_team_collections", + "healthy_populating_region", "healthy_repartitioning", "healthy_removing_server", "healthy_rebalancing", @@ -600,6 +601,7 @@ "missing_data", "healing", "optimizing_team_collections", + "healthy_populating_region", "healthy_repartitioning", "healthy_removing_server", "healthy_rebalancing", diff --git a/documentation/sphinx/source/release-notes.rst b/documentation/sphinx/source/release-notes.rst index 09b57620c76..3a479bbe762 100644 --- a/documentation/sphinx/source/release-notes.rst +++ b/documentation/sphinx/source/release-notes.rst @@ -12,6 +12,7 @@ Fixes * When a cluster is configured with usable_regions=2, data distribution could push a cluster into saturation by relocating too many shards simulatenously. `(PR #2776) `_. * Do not allow the cluster controller to mark any process as failed within 30 seconds of startup. `(PR #2780) `_. * Backup could not establish TLS connections (broken in 6.2.16). `(PR #2775) `_. +* Certificates were not refreshed automatically (broken in 6.2.16). `(PR #2781) `_. Performance ----------- diff --git a/fdbclient/Schemas.cpp b/fdbclient/Schemas.cpp index 264fb019521..51572cf0155 100644 --- a/fdbclient/Schemas.cpp +++ b/fdbclient/Schemas.cpp @@ -594,6 +594,7 @@ const KeyRef JSONSchemas::statusSchema = LiteralStringRef(R"statusSchema( "missing_data", "healing", "optimizing_team_collections", + "healthy_populating_region", "healthy_repartitioning", "healthy_removing_server", "healthy_rebalancing", @@ -628,6 +629,7 @@ const KeyRef JSONSchemas::statusSchema = LiteralStringRef(R"statusSchema( "missing_data", "healing", "optimizing_team_collections", + "healthy_populating_region", "healthy_repartitioning", "healthy_removing_server", "healthy_rebalancing",