Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

409 Conflict during replication #54

Open
dwt opened this issue Jul 19, 2012 · 2 comments
Open

409 Conflict during replication #54

dwt opened this issue Jul 19, 2012 · 2 comments
Assignees
Milestone

Comments

@dwt
Copy link
Contributor

dwt commented Jul 19, 2012

Hi there,

I'm currently trying to replicate a largish (around 40mb) database to the CouchDB and am repeatedly getting this error on the console. This is replicated to a fresh database.

I read this as 'the remote couched has returned a 409, that doesn't particularly make sense to me though, as it should only read from the remote database if I understand correctly?

Could be that it means that the local couched has returned 409 - but that doesn't make sense either (because of the fresh db).

07-19 16:41:50.167: V/TDDatabase(31010): *** com.couchbase.touchdb.replicator.TDReplicator$1@4067f490: END processInbox (lastSequence=1068
07-19 16:41:50.171: V/TDDatabase(31010): *** com.couchbase.touchdb.replicator.TDReplicator$1@4067f490: BEGIN processInbox (100 sequences)
07-19 16:41:50.214: E/TDDatabase(31010): Got error 409
07-19 16:41:50.214: E/TDDatabase(31010): Request was for: org.apache.http.client.methods.HttpPut@40d48e10
07-19 16:41:50.214: E/TDDatabase(31010): Status reason: Conflict
@dwt
Copy link
Contributor Author

dwt commented Jul 20, 2012

I'd like to add that these log entries follow - not sure if that would help debugging.


07-20 13:10:29.304: V/TDDatabase(25384): com.couchbase.touchdb.replicator.TDReplicator$5@40f26a68: Unable to save remote checkpoint
07-20 13:10:29.304: V/TDDatabase(25384): org.apache.http.client.HttpResponseException: Conflict
07-20 13:10:29.304: V/TDDatabase(25384):    at com.couchbase.touchdb.support.TDRemoteRequest.run(TDRemoteRequest.java:139)
07-20 13:10:29.304: V/TDDatabase(25384):    at java.lang.Thread.run(Thread.java:1019)

@jchris
Copy link
Contributor

jchris commented Jul 24, 2013

Maybe this is a checkpoint document issue on the remote _local document used to track the replication on the server.

@ghost ghost assigned tleyden Jul 24, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants