This is an automated email from the ASF dual-hosted git repository.

iilyak pushed a commit to branch retry-on-noproc-errors
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit c8a11bb61a159f67d6c3d535f02f5bc9b6dd1155
Author: ILYA Khlopotov <[email protected]>
AuthorDate: Fri Sep 12 06:33:33 2025 -0700

    Remove pointless message
---
 src/dreyfus/src/dreyfus_rpc.erl | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/dreyfus/src/dreyfus_rpc.erl b/src/dreyfus/src/dreyfus_rpc.erl
index 767f43b50..b3f394c87 100644
--- a/src/dreyfus/src/dreyfus_rpc.erl
+++ b/src/dreyfus/src/dreyfus_rpc.erl
@@ -50,7 +50,6 @@ call(Fun, DbName, DDoc, IndexName, QueryArgs0) ->
                 rexi:reply(index_call(Fun, DbName, Index, QueryArgs, MinSeq))
             catch
                 exit:{noproc, _} ->
-                    couch_log:error("Got NOPROC, re-trying", []),
                     %% try one more time to handle the case when Clouseau's LRU
                     %% closed the index in the middle of our call
                     rexi:reply(index_call(Fun, DbName, Index, QueryArgs, 
MinSeq))

Reply via email to