Status code OperationTimeout (Code 512) with DocumentDoesNotExistException

Hello,

I did the implementation using ClusterHelper and .NET SDK 2.7.4. I did some tests with high traffic with 900 ops / s and I am getting a exception with the Status Code 512 ( OperationTimeout) but with the exception message “Message: No document found for key: …” and exception type Couchbase.DocumentDoesNotExistException. This does not happen all the time but I am trying to figure out why I am getting a OperationTimeout with the Document Does Not Exists Exception. In my code I need to do some validations when I got the status KeyNotFound in the method GetDocument but I am not sure what to do with this combination “status code 512 (OperationTimeout) and DocumentDoesNotExistException”

Regards.

1 Like