You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2018/11/27 14:44:09 UTC

[GitHub] garrensmith opened a new pull request #1766: Add Global timeout for map/reduce queries

garrensmith opened a new pull request #1766: Add Global timeout for map/reduce queries
URL: https://github.com/apache/couchdb/pull/1766
 
 
   ## Overview
   
   This makes the global timeout for a map/reduce and all_docs request
   configurable via the config. It separates the config into global queries
   and partition queries so that it is possible to make the global timeout
   is for partitioned queries
   
   ## Testing recommendations
   
   Add the `global_partition_view_timeout` to the `[fabric]` config. You can then make queries and see if they timeout based on the value set.
   
   ## Checklist
   
   - [x] Code is written and works correctly;
   - [ ] Changes are covered by tests;
   - [ ] Documentation reflects the changes;
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services