Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 14 additions & 8 deletions modules/release-notes/partials/docs-server-7.6-release-note.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ The user will now be able to run queries via {sqlpp} without having to run the k
|===

[#known-issues-760]
== Known Issues
=== Known Issues

This release contains the following known issues:

Expand All @@ -203,7 +203,7 @@ This release contains the following known issues:
| NA
|===

=== Failover
==== Failover
[#table-known-issues-760-failover, cols="10,40,40"]
|===
|Issue | Description | Workaround
Expand All @@ -214,7 +214,7 @@ This release contains the following known issues:
For more information on the auto-failover settings, see the documentation.
|===

=== Tools
==== Tools
[#table-known-issues-760-tools, cols="10,40,40"]
|===
|Issue | Description | Workaround
Expand All @@ -224,17 +224,23 @@ For more information on the auto-failover settings, see the documentation.
| Merge backups manually using the UI or using the API.
|===

=== Storage Engine
==== Storage Engine
[#table-known-issues-760-storage-engine, cols="10,40,40"]
|===
|Issue | Description | Workaround

| https://issues.couchbase.com/browse/MB-61154[MB-61154]
| In situations where bucket data exceeds 4 TB and Magma is being used as the storage engine, it is possible for rebalance to hang and fail to run to completion.
| NA
|====



|===

==== Search Service
[#table-known-issues-760-search-service, cols="10,40,40"]
|===
|Issue | Description | Workaround

| https://issues.couchbase.com/browse/MB-60719[MB-60719]
| Older SDKs might have failed operations when you access the Search Service with the `disableScoring` option set to false.
This is a breaking change due to a change in the response payload.
| Set the `disableScoring` option in SDKs to true.
|===
15 changes: 15 additions & 0 deletions modules/release-notes/partials/docs-server-7.6.1-release-note.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,18 @@ This release contains the following fixes:
| NA
|===

[#known-issues-761]
=== Known Issues

This release contains the following known issue:

==== Search Service
[#table-known-issues-761-search-service, cols="10,40,40"]
|===
|Issue | Description | Workaround

| https://issues.couchbase.com/browse/MB-60719[MB-60719]
| Older SDKs might have failed operations when you access the Search Service with the `disableScoring` option set to false.
This is a breaking change due to a change in the response payload.
| Set the `disableScoring` option in SDKs to true.
|===