Skip to content

Commit 3ce40bb

Browse files
committed
[DOC-13372]: Create release note for docs-server:7.2.8
Added issues. First cut Signed-off-by: Ray Offiah <[email protected]>
1 parent 7694352 commit 3ce40bb

File tree

2 files changed

+66
-0
lines changed

2 files changed

+66
-0
lines changed

modules/release-notes/pages/relnotes.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
= Release Notes for Couchbase Server 7.2
22

3+
include::partial$docs-server-7.2.8-release-note.adoc[]
4+
35
include::partial$docs-server-7.2.7-release-note.adoc[]
46

57
include::partial$docs-server-7.2.6-release-note.adoc[]
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
2+
3+
4+
[#release-728]
5+
== Release 7.2.8 (July 2025)
6+
7+
Couchbase Server 7.2.8 was released in July 2025.
8+
This maintenance release contains fixes to issues.
9+
10+
== Fixed Issues
11+
12+
13+
14+
15+
16+
17+
18+
19+
20+
21+
22+
23+
=== XDCR
24+
25+
[#table-known-issues-728-xdcr, cols="10,40,40"]
26+
|===
27+
|Issue | Description | Resolution
28+
29+
| https://jira.issues.couchbase.com/browse/MB-66650/[MB-66650]
30+
31+
| In some scenarios, due to race conditions, changing the filter expression or explicit/migration mapping may cause the replication to not stream from the beginning properly. As a consequence some Source bucket documents may get missed from being replicated to the Target bucket.
32+
33+
A new UI alert will be shown if the pipeline notices that it is resuming from (stale) checkpoints, reminding users to manually delete and recreate the affected replication.
34+
35+
Users are advised not to ignore this alert, as it will be dismissed if the replication is paused & resumed.
36+
| {nbsp}
37+
38+
|===
39+
40+
41+
42+
43+
44+
45+
46+
47+
48+
49+
50+
51+
=== Tools
52+
53+
[#table-known-issues-728-tools, cols="10,40,40"]
54+
|===
55+
|Issue | Description | Resolution
56+
57+
| https://jira.issues.couchbase.com/browse/MB-57755/[MB-57755]
58+
59+
| To address systemd incorrect swappiness in RHEL8 and similar systems, a workaround involves setting the swappiness for the Couchbase Server cgroup to 0 or 1 within systemd scripts. Initial experiments indicate that adjusting only the Couchbase cgroup can yield significant performance improvements similar to cgroups v2, though some swapping remains. Running Couchbase in Docker complicates matters as Docker doesn't utilize systemd, requiring further research to handle visibility of cgroup settings. Documentation should be updated to reflect these findings, guiding users and support staff towards appropriate configurations, especially for systems still using cgroups v1. With cgroups v2, swappiness must be set system-wide, adhering to the practice of avoiding overarching system configuration changes. The approach is validated through tests, showing reduced latency and swapping, and changes are being integrated into various Couchbase builds, suggesting this tweak as a positive behavioral update.
60+
| {nbsp}
61+
62+
|===
63+
64+

0 commit comments

Comments
 (0)