You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2019/02/19 01:05:30 UTC

[couchdb] branch shard-split updated (b6cbebb -> 81358af)

This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a change to branch shard-split
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


 discard b6cbebb  Validate target's name before creation
 discard 65ac3bc  Restrict target map's size to min 2
 discard 2105343  Unwrap double try...catch in split/3
 discard 60992ff  Add unit tests for couch_db_split
 discard f91c708  Add tests for get_engine_path
 discard f9a2326  Add copy_purge_infos tests
 discard 7b8a1c0  Implement resharding HTTP API
 discard f74a32f  Update internal replicator to replicate to multiple targets
 discard 594dd87  Implement initial shard split data copy
 discard 603f2f8  Shard splitting job implementation
 discard fe6d547  Resharding supervisor and job manager
 discard 1042334  Uneven shard copy handling in mem3 and fabric
     new bde0d87  Uneven shard copy handling in mem3 and fabric
     new 7d93680  Resharding supervisor and job manager
     new 9a3ebc6  Shard splitting job implementation
     new 916a340  Implement initial shard split data copy
     new e447775  Update internal replicator to replicate to multiple targets
     new 42cb146  Implement resharding HTTP API
     new 53c739c  Add copy_purge_infos tests
     new c84b47d  Add tests for get_engine_path
     new d4c6064  Add unit tests for couch_db_split
     new b9e89d6  Unwrap double try...catch in split/3
     new 1d89105  Restrict target map's size to min 2
     new 81358af  Validate target's name before creation

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   (b6cbebb)
            \
             N -- N -- N   refs/heads/shard-split (81358af)

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 11612 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: