You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by gi...@git.apache.org on 2017/09/28 22:54:39 UTC

[GitHub] tonysun83 opened a new pull request #849: Fix external size bug when seq btree exists

tonysun83 opened a new pull request #849: Fix external size bug when seq btree exists
URL: https://github.com/apache/couchdb/pull/849
 
 
   ## Overview
   
   When users specify "options":  {"seq_indexed": true}, we will run
   reduced_external_size/1 on seq btrees. The reduce will return an
   integer because the reduce function is:
   couch_db_updater:btree_by_seq_reduce/2.
   This leads to a bad match error. Thanks @jiangphcn for finding this.
   
   ## Testing recommendations
   
   Unit testcase included.
   
   ## GitHub issue number
   
   <!-- If this is a significant change, please file a separate issue at:
        https://github.com/apache/couchdb/issues
        and include the number here and in commit message(s) using
        syntax like "Fixes #472" or "Fixes apache/couchdb#472".  -->
   This PR is the issue.
   
   ## Checklist
   
   - [X] Code is written and works correctly;
   - [X] 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