rnewson commented on code in PR #5558:
URL: https://github.com/apache/couchdb/pull/5558#discussion_r2159268799


##########
src/couch/src/couch_db.erl:
##########
@@ -796,6 +807,10 @@ set_security(_, _) ->
 set_user_ctx(#db{} = Db, UserCtx) ->
     {ok, Db#db{user_ctx = UserCtx}}.
 
+set_drop_seq(#db{main_pid = Pid} = Db, UuidPrefix, DropSeq) ->
+    check_is_admin(Db),

Review Comment:
   ken will not call `/dbname/_update_drop_seq`, only users will. ken will 
update indexes and those updates will update peer checkpoint docs, but that's 
all.



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