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/03/27 15:02:47 UTC

[couchdb] branch reshard updated (c25a486 -> ce0f56b)

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

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


 discard c25a486  Implement resharding HTTP API
 discard e954ff2  Resharding supervisor and job manager
 discard b851994  Shard splitting job implementation
 discard 73f25fd  Update internal replicator to handle split shards
 discard 12cd837  Implement initial shard splitting data copy
     new 65aecf5  Implement initial shard splitting data copy
     new e554080  Update internal replicator to handle split shards
     new e8078d2  Shard splitting job implementation
     new abd6c47  Resharding supervisor and job manager
     new ce0f56b  Implement resharding HTTP API

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   (c25a486)
            \
             N -- N -- N   refs/heads/reshard (ce0f56b)

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 11640 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/src/couch_db.erl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)