wohali opened a new pull request #2149: Handle badmatch timeout in all_docs 
query
URL: https://github.com/apache/couchdb/pull/2149
 
 
   ## Overview
   
   Seeing this in logs:
   
   ```
   req_err(2563825449) badmatch : timeout
    [<<"fabric_view_all_docs:go/5 L105">>,<<"chttpd_db:all_docs_view/4 
L769">>,<<"chttpd:handle_req_after_auth/2 L320">>,<<"chttpd:process_request/1 
L303">>,<<"chttpd:handle_request_int/1 L243">>,<<"mochiweb_http:headers/6 
L128">>,<<"proc_lib:init_p_do_apply/3 L247">>]
   ```
   
   on 2.3.0.
   
   Believe this was introduced by:
   
   https://github.com/apache/couchd
   
b/commit/99825820d12d992c30caad007de3942761bf457e#diff-9d6b535641fc74e993a6c0a246313619L11
   1-R112
   
   where the `timeout` clause was removed by @eiri .
   
   This PR restores the missing clause.
   
   ## Testing recommendations
   
   `¯\_(ツ)_/¯`
   
   ## Checklist
   
   - [X] Code is written and works correctly
   - [X] Changes are covered by tests
   - [X] Any new configurable parameters are documented in 
`rel/overlay/etc/default.ini`
   - [X] A PR for documentation changes has been made in 
https://github.com/apache/couchdb-documentation
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to