You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
InfofCtx(ctx, KeyBucket, "Bucket %q has enableCrossClusterVersioning=true but unexpected number of vbucket CAS values - expected %d, got %+v. Treating all imports as originating on this Couchbase Server cluster.", MD(b.GetName()), numVBuckets, response.VBucketsMaxCas)
returnbase.RedactErrorf("Failed to Marshal sync data when attempting to migrate sync data attachments to global xattr with id: %s. Error: %v", base.UD(docID), err)
base.InfofCtx(ctx, base.KeyCRUD, "Could not determine revSeqNo found when attempting to migrate sync data attachments to global xattr for doc %q. Assuming 0. Error: %v", base.UD(docID), err)
1079
+
}
1080
+
1081
+
metadataOnlyUpdate:=&MetadataOnlyUpdate{
1082
+
HexCAS: expandMacroCASValueString, // when non-empty, this is replaced with cas macro expansion
returnbase.RedactErrorf("Failed to marshal _mou when attempting to migrate sync data attachments to global xattr with id: %s. Error: %v", base.UD(docID), err)
1089
+
}
1076
1090
1077
1091
// build macro expansion for sync data. This will avoid the update to xattrs causing an extra import event (i.e. sync cas will be == to doc cas)
Copy file name to clipboardExpand all lines: docs/api/components/schemas.yaml
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1577,9 +1577,7 @@ Database:
1577
1577
$ref: '#/Replication'
1578
1578
revs_limit:
1579
1579
description: |-
1580
-
The maximum depth a document's revision tree can grow too.
1581
-
1582
-
The minimum is `20` if conflicts are allowed and 0 if not. It is not recommended to go below `100` when conflicts are allowed. The default is `100` if conflicts are allowed and `50` if not.
1580
+
The maximum depth a document's revision tree can grow to.
0 commit comments