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 2022/02/23 12:52:06 UTC

[GitHub] [couchdb] janl commented on issue #3939: Race condition causing slow responses to `PUT /db/doc` with `multipart/related` attachments

janl commented on issue #3939:
URL: https://github.com/apache/couchdb/issues/3939#issuecomment-1048750693


   > are you referring to the base revision against which the update is being applied? If so, isn't this bit surprising?
   
   this is a function of the client app, where these two requests can happen concurrently from two different clients hitting the same exact coordinating node. A round-robin request assignment would make this occurring _a lot_ less likely.
   
   > Or were you running with new_edits=false here?
   
   Second para: 
   
   > This issue was observed on replication requests with new_edits=false and part
   of the code path for this request differentiates between replicated_changes
   and interactive_edit. However we don't believe this problem is specific to
   replication requests.


-- 
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: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org