nickva commented on pull request #3979:
URL: https://github.com/apache/couchdb/pull/3979#issuecomment-1082114229


   I think, ideally, if we didn't get any response for some document we'd want 
to return an error (500), regardless if it's greater or smaller than 100. It 
seems would be a data loss situation if we returned a 201 but never got any 
response back. 
   
   If at least some response came, for all docs we can return `accepted` then.
   
   Instead of `undefined`, perhaps if we'd do a pre-processing of responses and 
mark the un-returned ones with a better error (`timeout` or 
`internal_server_error` if it could be anything).
   


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to