jiahuili430 commented on code in PR #5686:
URL: https://github.com/apache/couchdb/pull/5686#discussion_r2410722348


##########
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:
   Revert this back and modified fabric_rpc.erl. Thanks for the review and 
suggestions.



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