From b1d78edfe895cea3cda7c6c01bd5f580136da452 Mon Sep 17 00:00:00 2001 From: Renxuan Wang Date: Thu, 17 Jun 2021 10:44:17 -0700 Subject: [PATCH] 6.3.15 release notes. --- .../sphinx/source/release-notes/release-notes-630.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/documentation/sphinx/source/release-notes/release-notes-630.rst b/documentation/sphinx/source/release-notes/release-notes-630.rst index ca6a8fd029..44db8d8a77 100644 --- a/documentation/sphinx/source/release-notes/release-notes-630.rst +++ b/documentation/sphinx/source/release-notes/release-notes-630.rst @@ -3,6 +3,14 @@ Release Notes ############# +6.3.15 +====== +* Added several counters to the ``MasterMetrics`` trace event to count the number of requests of each type received. `(PR #4829) `_ +* Added ``RecoveryCount`` to trace events when a transaction log begins. `(PR #4944) `_ +* Added metrics to compare the bandwidth used by data distributions and updates. `(PR #4907) `_ +* Batch transactions could be throttled with an error when the latency between ratekeeper and some proxies was high. `(PR #4932) `_ +* Fix accounting issue that could cause higher priority GRV requests to be rejected after many batch priority requests have been rejected on a proxy. `(PR #4932) `_ + 6.3.14 ====== * Fixed fdbbackup start command that automatically configures database with backup workers to only do so when using partitioned logs. `(PR #4863) `_