ReleaseNote: Add new info in status

Add in release note:
Show the number of connected coordinators per client in JSON status
This commit is contained in:
Meng Xu 2019-03-06 16:59:25 -08:00
parent 04880e3d4d
commit 5a1ba1bb24
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ Features
--------
Improved replication mechanism, a new hierarchical replication technique that further significantly reduces the frequency of data loss events even when multiple machines (e.g., fault-tolerant zones in the current code) permanently fail at the same time. `(PR #964) <https://github.com/apple/foundationdb/pull/964>`.
* Show the number of connected coordinators per client in JSON status `(PR #1222) <https://github.com/apple/foundationdb/pull/1222>`_
* Get read version, read, and commit requests are counted and aggregated by server-side latency in configurable latency bands and output in JSON status. `(PR #1084) <https://github.com/apple/foundationdb/pull/1084>`_
* Added configuration option to choose log spilling implementation `(PR #1160) <https://github.com/apple/foundationdb/pull/1160>`_