Skip to content
Open
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
2 changes: 2 additions & 0 deletions modules/release-notes/pages/relnotes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

include::partial$MB-67762-warning.adoc[]

include::partial$docs-server-7.6.13-release-notes.adoc[]

include::partial$docs-server-7.6.12-release-notes.adoc[]

include::partial$docs-server-7.6.11-release-notes.adoc[]
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
== Fixed Issues
{empty}

=== Cluster Manager

[#table-7-6-13-Cluster-Manager, cols="10,40,40"]
|===
|Issue |Description |Resolution

|https://jira.issues.couchbase.com/browse/MB-65348[MB-65348]
|The /metrics endpoint lacks a Content-Type header.
This improvement adds the PrometheusText0.0.4 header to the Prometheus scrape point.
The change applies to versions 7.2, 7.6, and 8.0.
|Added the appropriate Content-Type header to the /metrics endpoint.
|===

=== XDCR

[#table-7-6-13-XDCR, cols="10,40,40"]
|===
|Issue |Description |Resolution

|https://jira.issues.couchbase.com/browse/MB-72304[MB-72304]
|A rebalanced-out node can use stale manifests if buckets are re-created while it is out of the cluster.
This occurs when a node is rebalanced back in without awareness of bucket deletions and re-creations.
Stale manifests can cause replication issues like improper document backfilling.
|Added cleanup for stale manifest objects on the node's simple-store to ensure upgraded nodes handle rebalances correctly.
|===