Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,15 @@ Previously audit would log to a _file_ named audit.log and as part of rotation t

`kv_ep_mem_low_wat_percent_ratio` and `kv_ep_mem_high_wat_percent_ratio` used to report values 0 - 0.01, instead of 0 - 1.
+
The values are correctly remapped to be in the 0-1 range.
The values are correctly remapped to be in the 0–1 range.

*https://jira.issues.couchbase.com/browse/MB-62678/[MB-62678]*::

An update has been made to address an issue where TTL by `VBucket::deleteItem` could generate invalid tombstones with a body.
The fix ensures that the body is removed when TTL triggers at CMD_DEL.
The bug could surface during a 2-phase delete operation where TTL triggers in the second phase.

// generated by chatgpt:gpt-4o

*https://jira.issues.couchbase.com/browse/MB-62969/[MB-62969]*::

Expand Down