diff options
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ded8ddb8..aad886735 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,10 @@ - `--basekey` option for cloud based (Jupiter) `oplog-export` - Feature: Added `--cache-write-log` and `--cache-access-log` command line option to enable/disable cache write/access logs - Feature: Added `--http-threads`, `--httpsys-async-work-threads`, `--httpsys-enable-request-logging` and `--httpsys-enable-async-response` command line options to zenserver +- Feature: More statistics for Cache, Project Store and Cid Store + - Cache: `requestcount`, `badrequestcount`, `writes` + - Project Store: `requestcount` + - Cid Store: `cidhits`, `cidmisses`, `cidwrites` - Bugfix: Make sure cache logging thread does not crash on errors - Bugfix: Make sure error logging or destructors don't throw exception when trying to get file name from handle - Bugfix: Issue warning instead of assert on bad data in cid store |