serkanz
serkanz

Reputation: 451

Couchbase Document with abnormal metadata

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"
}

Upvotes: 1

Views: 78

Answers (0)

Related Questions