rnewson opened a new pull request #2672: View is partitioned if db and view are partitioned URL: https://github.com/apache/couchdb/pull/2672 ## Overview We've seen a crash if DbPartitioned is false and ViewPartitioned is true, which is obviously nonsense. The effect of the `nocase` is the termination of the couch_index_server gen_server, which is a serious amplification of a small (user-initiated) oddity. ## Testing recommendations Difficult to induce. The protection that prevents us creating a ddoc with partitioned:true if the db is partitioned:false must have a gap (perhaps ?new_edits=false / replicator path?) ## Related Issues or Pull Requests N/A ## Checklist - [x] Code is written and works correctly - [ ] Changes are covered by tests - [ ] Any new configurable parameters are documented in `rel/overlay/etc/default.ini` - [ ] 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: [email protected] With regards, Apache Git Services
