wohali commented on issue #745: Replication with attachments never completes, 
{mp_parser_died,noproc} error
URL: https://github.com/apache/couchdb/issues/745#issuecomment-369467559
 
 
   Yes attachments. you can see revisions per doc are low. in the log.
   
   Everything else is default. (Working around this by bumping the defaults is 
just sweeping the error under the rug...)
   
   Of course, we should be replicating the document. Why is it even getting a 
413 in the first place? It's replicating a document from the same server to the 
same server, no settings have changed, surely it should be able to PUT a 
document it just did a GET of from itself. I believe this test (I didn't write 
it) runs in a loop, so the data is being replicated over and over from one 
database to the next on the same server.
   
   Finally, even with a bumped `doc_write_failures` value, calling this a 
`completed` replication is a VERY surprising result. Unless you think to check 
`/_scheduler/docs` for the failed document count, or compare source/target 
document counts, you'd never know there was a failure.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to