aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2026-01-12 12:53:50 +0100
committerGitHub Enterprise <[email protected]>2026-01-12 12:53:50 +0100
commita3eb59b18643919ec97439c7f45e4f72e5326faf (patch)
treee33dc27b1fc09b1c34afd988974ea9365c933d58 /CHANGELOG.md
parent5.7.16-pre0 (diff)
downloadzen-a3eb59b18643919ec97439c7f45e4f72e5326faf.tar.xz
zen-a3eb59b18643919ec97439c7f45e4f72e5326faf.zip
if we fail to create the server mutex, gracefully report error without sending error to Sentry (#705)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dec3a3029..70ad053e9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,7 @@
- Improvement: Use decompress to composite to avoid allocating a new memory buffer for uncompressed chunks during oplog import
- Improvement: Reduce memory buffer size and allocate it on demand when writing multiple chunks to block store
- Improvement: Reduce lock contention when fetching/checking existence of chunks in block store
+- Improvement: If we fail to create the server mutex, gracefully report the problem and exit without sending error to Sentry
- Bugfix: Upstream propagation of Put operations would not retain the overwrite cache policy if it was used
## 5.7.15