diff options
| author | zousar <[email protected]> | 2025-05-17 00:37:12 -0600 |
|---|---|---|
| committer | zousar <[email protected]> | 2025-05-17 00:37:12 -0600 |
| commit | 4efda173e36f511fe810fdbd8fcfd3e1a2a692f5 (patch) | |
| tree | 6fa00d0efd685f61b25428a357324824ccb9d411 | |
| parent | Fix oplog creation during oplog-import (diff) | |
| download | zen-4efda173e36f511fe810fdbd8fcfd3e1a2a692f5.tar.xz zen-4efda173e36f511fe810fdbd8fcfd3e1a2a692f5.zip | |
Changelog
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ebc985d3e..7ed852351 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ - Bugfix: Gracefully handle errors while running `oplog-mirror` - Bugfix: Wait for async threads if dispatching of work using ParallellWork throws exception - Bugfix: Implemented compact binary validation of custom fields +- Bugfix: Fix oplog creation during `zen oplog-import` - Improvement: `--cache-memlayer-sizethreshold` is now deprecated and has a new name: `--cache-bucket-memlayer-sizethreshold` to line up with per cache bucket configuration - Improvement: Remove CAS log files at startup when we write full state index - Improvement: Optimize memory-buffered chunk iteration sizes |