rnewson commented on code in PR #5603:
URL: https://github.com/apache/couchdb/pull/5603#discussion_r2315387189
##########
src/couch/src/couch_db_engine.erl:
##########
@@ -290,6 +295,14 @@
-callback set_props(DbHandle :: db_handle(), Props :: any()) ->
{ok, NewDbHandle :: db_handle()}.
+% This function is only called by couch_db_updater and
+% couch_db_split, as is guaranteed to be a single threaded call. The
Review Comment:
hm, fair enough. I guess that language crept in without me noticing before.
--
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]