This is an automated email from the ASF dual-hosted git repository.
rnewson pushed a change to branch user-partitioned-dbs-wip
in repository https://gitbox.apache.org/repos/asf/couchdb.git.
discard 03f2cc3 unpartition key in view responses
discard 03956d7 ?partition=foo
discard 28e0dfa WIP plumbing
discard 785213d WIP support user-partitioned views
discard 67dc469 add ?partitioned=true parameter when creating a database
discard 6e27629 fixup! bccd6accfabc4fa02c75183d652f4a3790f729b8
discard 7452c38 Extract side-effect free part of validate_args
discard bccd6ac introduce mem3_util:docid_hash/1 and docid_hash/2
new 2b63513 introduce mem3_util:docid_hash/1 and docid_hash/2
new 38245dd Extract side-effect free part of validate_args
new 28bb00b add ?partitioned=true parameter when creating a database
new 9c8e4af WIP support user-partitioned views
new 67de500 WIP plumbing
new 002e04c ?partition=foo
new 388df94 unpartition key in view responses
new 0ab80ec cleanup
new c36edd5 Only consult the shards holding the partition in question
new e89c39a map documents to shards by their partition
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (03f2cc3)
\
N -- N -- N refs/heads/user-partitioned-dbs-wip (e89c39a)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/couch_mrview/src/couch_mrview_util.erl | 7 -------
src/fabric/src/fabric_util.erl | 1 -
src/fabric/src/fabric_view.erl | 11 ++++++++---
src/mem3/src/mem3.erl | 8 +++++++-
src/mem3/src/mem3_shards.erl | 23 ++++++++++++++---------
5 files changed, 29 insertions(+), 21 deletions(-)