Hi, I noticed some weird behaviour when deleting a finished replication task from the _replicator db on a CouchDB 1.3. It seems that a GET on the doc didn't return the correct _rev.
I've collected relevant logs at https://gist.github.com/stefankoegl/5520119 Short summary: * GET a replication doc to extract _rev * DELETE doc with _rev returns 409 * use python-couchdb to delete doc works (uses HEAD request to extract _rev) * access deleted replication doc: function_clause error I could not reproduce that so far, but will keep trying. Any ideas / questions based on the info so far? -- Stefan
