nickva commented on code in PR #5686:
URL: https://github.com/apache/couchdb/pull/5686#discussion_r2402773998
##########
src/ken/src/ken_server.erl:
##########
@@ -286,7 +286,9 @@ update_db_indexes(Name, State) ->
true -> ok
end;
{error, timeout} ->
- exit(resubmit)
+ exit(resubmit);
+ Else ->
+ exit(Else)
Review Comment:
A missing target is essentially a database_does_not_exist case.
Something is off a missing target is something we should be seeing in the
internal replicator not for places like `design_docs()`
--
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]