1

We're running Couchbase Server with Sync Gateway in our project. When I query Couchbase, I encounter documents with Metadata below. It has fields flags and expiration equal to zero.

The problem is, this document is not in the DB yesterday. Is it normal to have a document with metadata like below? Document body has a lastupdate field that points to a date last year. It's possible that we deleted it before, but it reappears now.

When I check couchbase and Sync Gateway logs, I didn't encounter any logs belonging to its id.

{
  "flags": 0,
  "expiration": 0,
  "id": "SomeIDXXX::YYY",
  "cas": 1669165471522357248,
  "type": "json"
}
RamblinRose
  • 4,883
  • 2
  • 21
  • 33
serkanz
  • 391
  • 5
  • 21

0 Answers0