You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2020/01/07 17:05:38 UTC

[GitHub] [couchdb] nickva opened a new issue #2415: Improve handling of forbidden (403) response for design docs in replicator

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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [couchdb] nickva closed issue #2415: Improve handling of forbidden (403) response for design docs in replicator

Posted by GitBox <gi...@apache.org>.
nickva closed issue #2415: Improve handling of forbidden (403) response for design docs in replicator
URL: https://github.com/apache/couchdb/issues/2415
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services