diff options
| author | Dan Engelbrecht <[email protected]> | 2024-04-03 17:50:48 +0200 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2024-04-03 17:50:48 +0200 |
| commit | 4e328366efc3a2cccd286a7e191663af24dfe50d (patch) | |
| tree | 931d259180bb7f54a926b5e5b46867cd7eeb4675 /CHANGELOG.md | |
| parent | zenremoteprojectstore with httpclient (#35) (diff) | |
| download | zen-4e328366efc3a2cccd286a7e191663af24dfe50d.tar.xz zen-4e328366efc3a2cccd286a7e191663af24dfe50d.zip | |
validate rpc chunk responses (#36)
* Validate size of found chunks in cas/cache
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f93f7d40..b3ad3d842 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ - Improvement: Increase the retry count to 4 (5 attempts in total) when talking to Jupiter for oplog export/import - Improvement: Optimize `CompositeBuffer::ViewOrCopyRange` speeding up compressed buffer headers by not materializing entire source buffer - Improvement: Optimize `CompressedBuffer::GetRange()` with new `CompressedBuffer::ReadHeader()` that does one less read from source data resulting in a 30% perf increase. +- Improvement: Validate lengths of chunks fetched from CAS/Cache store, if full chunk can not be retrieved, treat it as missing ## 5.4.2 - Bugfix: Shared memory for zenserver state may hang around after all zenserver processes exit - make sure we find a valid entry in `zen up` before bailing |