nickva commented on issue #4891:
URL: https://github.com/apache/couchdb/issues/4891#issuecomment-1837056208

   The `fabric_rpc:all_docs/3 exit:timeout` looks a fabric request timeout. 
Wonder if it would help to increase fabric request_timeout value a bit:
   
   ```ini
   [fabric]
   request_timeout = 60000
   ```
   
   Maybe make that 90000 (90 sec).
   
   This one `mfa: fabric_rpc:open_revs/3 error:undef` indicates one of the 
functions in the call is not defined at all. In this case the first candidate 
might be the the `fabric_rpc:open_revs/3` function itself. That function is new 
in 3.3.2 so wonder if there is a possibility some of your nodes were upgraded 
and some were not , and some new nodes were dispatching requests to un-upgraded 
yet (old) <3.3.2 nodes.
   


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