You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release-notes/0.8.0.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,3 +62,5 @@ For more information, see our [documentation](https://docs.percona.com/percona-c
62
62
*[PCSM-254](https://perconadev.atlassian.net/browse/PCSM-254): Fixed an issue where PCSM underutilized system resources during change stream replication. This caused replication lag to increase even on high-capacity machines. PCSM now parallelizes change stream processing more efficiently, improving resource usage and reducing lag.
63
63
64
64
*[PCSM-257](https://perconadev.atlassian.net/browse/PCSM-257): Fixed an issue where PCSM attempted to recreate a view after encountering transient errors, such as primary stepdowns. In MongoDB 6.0, the view was already created before the error occurred, resulting in a `NamespaceExists` error during the retry. PCSM now correctly handles this situation, preventing replication failures.
65
+
66
+
*[PCSM-294](https://perconadev.atlassian.net/browse/PCSM-294): Fixed an issue in **Percona ClusterSync for MongoDB (PCSM)** where the service crashed during the change replication phase when handling complex document updates, resulting in **BufBuilder memory exhaustion** and **invalid `$slice` argument errors**. This problem, first observed in customer migrations from **Atlas** to **EKS environments**, has been resolved by improving memory management and validation logic, ensuring stable replication of complex document changes.
0 commit comments