nickva opened a new issue #2415: Improve handling of forbidden (403) response 
for design docs in replicator
URL: https://github.com/apache/couchdb/issues/2415
 
 
   Currently we only handle the case when _bulk_docs POSTs succeed and 
individual documents are  rejected _design docs. However depending on how the 
authentication / authorization is performed, it is possible for the whole 
request to fail with a 403 error. In that cases the replication halt and keeps 
crashing as opposed to "skipping" over the design docs and bumping the 
doc_writer_failures count which is what it expected.
   
   Investigate if we can improve that, perhaps add a special case for design 
docs to updated in a separate request or at least improve error reporting
   
   (also see https://github.com/apache/couchdb/issues/2413)

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


With regards,
Apache Git Services

Reply via email to