Hi All,
I’d like to have a clue about the following issue that occurs during deletion activity.
The client has Couchbase Server Enterprise Edition 7.0.2 and the bucket is set with durability level majorityAndPersistActive. The cluster is composed by 3 data nodes. The .net SDK is the version 3.4.10.
In the software we have a deletion operation that perform, starting from a document, a series of deletion on all the related documents. The deletions work all fine except on two specific documents that are the latest in the loop.
Moreover, before deleting the document the software records a new document to track the deleted entity. These records are present but, at the end of the whole deletion flow, just those two final documents are still present.
This is a part of the sdk log regarding the supposed document deletion:
2023-10-11 12:57:30.7041 | DEBUG | Executing op Delete on couch-st-0003.st-couchbase.saipem.com:11207 with key activityHeading::c568d2c2-5a5d-492e-b12c-ae931a38c4ca and opaque 4385.
2023-10-11 12:57:30.7041 | TRACE | Operations available for 1411353762061454496.
2023-10-11 12:57:30.7041 | TRACE | Sending operation 4385 on 1411353762061454496.
2023-10-11 12:57:30.7041 | TRACE | Sent operation 4385 on 1411353762061454496.
2023-10-11 12:57:30.7041 | TRACE | Operations available for 13201481945120678710.
2023-10-11 12:57:30.7041 | TRACE | Operations available for 13300088774167152312.
2023-10-11 12:57:30.7041 | TRACE | Operations available for 15890666395541265079.
2023-10-11 12:57:30.7041 | TRACE | Operations available for 756409225907707763.
2023-10-11 12:57:30.7041 | TRACE | Operations available for 6508909164485039635.
2023-10-11 12:57:30.7041 | TRACE | Operations available for 15666347888393888791.
2023-10-11 12:57:30.7041 | TRACE | Operations available for 10090899416196768478.
2023-10-11 12:57:30.7041 | TRACE | Operations available for 9217315653125246915.
2023-10-11 12:57:30.7041 | TRACE | Operations available for 2842148462789400636.
2023-10-11 12:57:30.7041 | TRACE | Operations available for 659766630947827897.
2023-10-11 12:57:30.7041 | TRACE | Operations available for 12737533541031300481.
2023-10-11 12:57:30.7041 | TRACE | Operations available for 4561939349145860026.
2023-10-11 12:57:30.7041 | TRACE | Operations available for 13811801326358010324.
2023-10-11 12:57:30.7041 | TRACE | Operations available for 10912114425010415102.
2023-10-11 12:57:30.7041 | TRACE | Operations available for 10290204401988840527.
2023-10-11 12:57:30.7095 | DEBUG | Completed executing op Delete on couch-st-0003.st-couchbase.saipem.com:11207 with key activityHeading::c568d2c2-5a5d-492e-b12c-ae931a38c4ca and opaque 4385
2023-10-11 12:57:30.7141 | DEBUG | CB: Current state is Closed.
Looking for the document in the console the doc is alredy there.
I can share the full sdk log that track the whole deletion work flow.
Thanks,
Regards
Dario