diff options
| author | Stefan Boberg <[email protected]> | 2023-05-19 10:14:54 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2023-05-19 10:14:54 +0200 |
| commit | 9f2bbca50e9947ad5c3443de05929c89c87e0cb8 (patch) | |
| tree | 916564f0f4125c7ad4d7c722fa19ee324ddbd97b | |
| parent | fixed bug where an oplog delete would not actually delete the oplog (diff) | |
| download | zen-9f2bbca50e9947ad5c3443de05929c89c87e0cb8.tar.xz zen-9f2bbca50e9947ad5c3443de05929c89c87e0cb8.zip | |
updated CHANGELOG.md to reflect oplog bugfix
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 70bd322be..2982af88a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - Bugfix: Improve error handling when processing requests in http asio - Bugfix: Error out if `test` is passed to zenserver in release builds (tests are only compiled in for debug) - Bugfix: Gracefully exit with error code if problems arise during startup (used to cause abort termination) +- Bugfix: Project oplog delete fixed so it works even right after server startup, before the oplog has been instantiated in memory - Improvement: Change state_marker detection (deletion of DDC folder) log to WARN, it is not an error but useful information in the log output - Improvement: Added logging when bad chunks are detected in `BlockStore` - Improvement: `zen::SetCurrentThreadName` now also sets trace (Insights) thread name |