rnewson commented on code in PR #4199:
URL: https://github.com/apache/couchdb/pull/4199#discussion_r991084969
##########
src/couch/src/couch_server.erl:
##########
@@ -1011,6 +1011,21 @@ names() ->
N = couch_server:num_servers(),
[couch_server:couch_server(I) || I <- lists:seq(1, N)].
+%% Try to lock an entry, must be unlocked at the time.
+try_lock(Table, DbName) ->
Review Comment:
have done this, good thought.
--
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]