Skip to content
Draft
Changes from all 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
11 changes: 11 additions & 0 deletions modules/release-notes/partials/docs-server-7.2.4-release-note.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,17 @@ NOTE: {erlang-7-2-4-note}
[#fixed-issues-724]
=== Fixed Issues

=== Data Service
[#table-fixed-issues-724-data-service, cols="10, 40, 40"]
|===
|Issue | Description | Resolution

| https://issues.couchbase.com/browse/MB-59746/[MB-59746]
| After a lock timeout, a document's CAS was left set to a special locked value, encoded as all ones (`0xffff_ffff_ffff_ffff`).
| Issue resolved. After a lock timeout, the document's CAS now reverts to its original value. This is a change in behaviour.

|===

=== Index Service
[#table-fixed-issues-724-index-service, cols="10, 40, 40"]
|===
Expand Down