Replies: 3 comments 4 replies
-
Is your document bigger than the new maximum document size allowed in 3.1.0? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@wohali no, kind of ~30KB only. |
Beta Was this translation helpful? Give feedback.
0 replies
-
does the route db have newer updates for the doc than the target? If not, then this is expected behaviour |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
after upgrade to 3.1.0 from some point Couchdb has stopped replicate one document from local DB to another local DB.
In 2.2 following code worked just fine, with no issues:
Now I've got no errors, status 200 (in CDB logs as well), but in fact replicated doc doesn't appear in target DB.
Looks like it has started to happen since doc with same _id was previously deleted form target DB.
I'm out of ideas what to check additionally, it's production DB already(
Any help would be greatly appreciated.
Expected Behaviour
Doc is really replicated
Your Environment
{"couchdb":"Welcome","version":"3.1.0","git_sha":"ff0feea20","uuid":"6fd6fcaf95854eb6db4a7afa44b0454a","features":["access-ready","partitioned","pluggable-storage-engines","reshard","scheduler"],"vendor":{"name":"The Apache Software Foundation"}}
OS; Debian 10 (64)/Windows 8.1 (64)
Node v12.16.3
Beta Was this translation helpful? Give feedback.
All reactions