Skip to content

Commit 581e364

Browse files
committed
Update headings and details in release notes and feature docs
Revised section titles to align with terminologies ("Data Service" and "Query Service") and improved clarity of information in release notes and new features for version 8.0.0. Added explanation for warmup behavior enhancements in the Data Service. *Note: The AsciiDoc for MB-9418 is a tad fragile, as it uses the open block to format the list. This should probably be replaced when AsciiDoc is updated to use the new open block syntax (~~~~).
1 parent e97ae1a commit 581e364

File tree

2 files changed

+23
-6
lines changed

2 files changed

+23
-6
lines changed

modules/introduction/partials/new-features-80.adoc

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,25 @@ The `/pools/default/nodeServices` endpoint results now include the UUID and name
2727
[#section-new-feature-data-service]
2828
=== Data Service
2929
30+
31+
https://jira.issues.couchbase.com/browse/MB-9418[MB-9418]::
32+
The previous warmup behavior was to load values and not complete warmup until the Bucket reaches one of:
33+
+
34+
--
35+
* `warmup_min_memory_threshold` — defaults to 100%.
36+
* `warmup_min_items_threshold` — defaults to 100%.
37+
* The bucket low watermark (i.e., 75% of the Bucket quota)
38+
--
39+
+
40+
This could take considerable time, and during the warmup process,
41+
the bucket is unavailable to the nodes. +
42+
+
43+
*Resolution:* Couchbase Server will now continue to page in items, even after the `warmup_min_items_threshold` has been reached.
44+
Therefore, if the `warmup_min_items_threshold` is set to 10%,
45+
then only 10% of the data items would need to be paged in before the warmup is flagged as complete.
46+
For larger data sets, the bucket will be available in a faster time frame,
47+
while the server will still make use of available memory.
48+
3049
https://jira.issues.couchbase.com/browse/MB-64071[MB-64071]::
3150
Couchbase Server has a new metric
3251
tracking the version information from a user agent character string connected to the data service.
@@ -55,8 +74,8 @@ Additional information sent by clients at connection time can be found in the lo
5574
https://jira.issues.couchbase.com/browse/MB-61048[MB-61048]::
5675
Once faulty remote cluster credentials are fixed, XDCR will now be able to more quickly restart replications that depend on the repaired references.
5776
58-
[#section-new-feature-800-query-engine]
59-
=== Query Engine
77+
[#section-new-feature-800-query-service]
78+
=== Query Service
6079
6180
https://jira.issues.couchbase.com/browse/MB-63459[MB-63459]::
6281
New to `8.0.0` is the ability to manipulate document extended attributes (xattrs) via a common SQL++ statement.

modules/release-notes/partials/docs-server-8.0.0-release-note.adoc

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ For detailed information on new features and enhancements, please see xref:intro
1010

1111
This release contains the following fixes:
1212

13-
[#section-fixed-issues-800-storage]
14-
==== Storage
13+
[#section-fixed-issues-800-data-service]
14+
==== Data Service
1515

1616
https://jira.issues.couchbase.com/browse/MB-55290[MB-55290]::
1717
During the resizing of a HashTable in a vBucket's document cache,
@@ -26,8 +26,6 @@ https://jira.issues.couchbase.com/browse/MB-62647[MB-62647]::
2626
+
2727
*Resolution:* The values are now correctly remapped to be in the 0–1 range.
2828

29-
[#section-fixed-issues-800-data-service]
30-
==== Data Service
3129

3230
https://jira.issues.couchbase.com/browse/MB-63946[MB-63946]::
3331
When using `mcstat` it is no longer possible to use `--json=pretty`.

0 commit comments

Comments
 (0)