diff --git a/modules/release-notes/partials/docs-server-7.6.2-release-note.adoc b/modules/release-notes/partials/docs-server-7.6.2-release-note.adoc index e8ac7f9057..1d30772f76 100644 --- a/modules/release-notes/partials/docs-server-7.6.2-release-note.adoc +++ b/modules/release-notes/partials/docs-server-7.6.2-release-note.adoc @@ -50,7 +50,7 @@ Now, Users with the read-only admin role can now access the backup service. They |Feature | Description | https://issues.couchbase.com/browse/MB-60697[MB-60697] -| Vector Search is now supported over macOS and windows platforms +| Vector Search is now supported over macOS. |https://issues.couchbase.com/browse/MB-61216[MB-61216] | A user had to set the `query` attribute to `match_none` alongside the `knn` attribute within the search request when the user wanted to do a pure kNN search. This behavior will still work. @@ -110,6 +110,11 @@ sure the memcached memory allocation on a consumer node isn't exceeding the allocated memory quotas: + `checkpoint_mem-usage` limit = `checkpoint_memory_ratio` + `dcp_consumer_buffer_ratio`. +| https://issues.couchbase.com/browse/MB-62547[MB-62547] +| A critical issue occurs when performing an off-line-upgrade, graceful failover, or delta-recovery upgrade methods on index service nodes from Couchbase Server versions 7.1 through 7.2 to versions 7.6.0 or 7.6.1. +The upgrade corrupted existing indexes requiring you to drop and rebuild them. +| Issue resolved. + |=== ==== Query Service @@ -119,7 +124,7 @@ sure the memcached | https://issues.couchbase.com/browse/MB-61014[MB-61014] | The planner may not pick a covering index if the index is defined with a complex `WHERE` clause (e.g. `AND` or `OR` clauses involving `!=`, `NOT` or `IN` predicates). -| Fixed. +| Issue resolved. | https://issues.couchbase.com/browse/MB-61171[MB-61171] | In rare circumstances with high-load Query, requests can fail to complete, blocking rebalance attempts. + @@ -128,7 +133,7 @@ Such requests don't affect other regular processing beyond occupying a servicer, is just stuck in Query processing. Deleting such a request from `system:active_requests` using the REST API may release it. + Forcibly restarting the Query service will clear the issue. -| Code corrected to prevent the situation from arising. +| Issue resolved. |=== @@ -139,7 +144,7 @@ Such requests don't affect other regular processing beyond occupying a servicer, | https://issues.couchbase.com/browse/MB-61488[MB-61488] | When performing a subdocument mutation through eventing the sub-document api(`couchbase.mutateIn`), the operation would sometimes fail with the error code `LCB_ERR_SUBDOC_XATTR_UNKNOWN_MACRO` and cause exceptions in the JavaScript code. -| Fixed in 7.6.2 +| Issue resolved. |=== @@ -220,7 +225,7 @@ and will not always retry when receiving them. | https://issues.couchbase.com/browse/MB-61631[MB-61631] | Previously, passing a relative path to `cbbackupmgr` as `--obj-staging-dir`, the backup or restore would fail with an empty object name. -| Fixed: passing a relative path no longer fails. +| Issue resolved. |===