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 05:03:04 UTC

[couchdb] branch reshard updated (b26b71b -> a923a10)

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 b26b71b  [fixup|mem3_reshard_test] retry and target reset tests
 discard 5b2faed  [fixup|reshard_job] fix retry comment wording
 discard b6b557a  [fixup|reshard_api_test] remove stray debugFmt macro
 discard c69e731  [fixup|reshard_job] fix job retry logic
 discard dd6888d  [fixup|tests] various test cleanup
 discard d495866  [fixup|mem3_rep_test] minor fixups
 discard 741f190  [fixup|http api] disable function fix and validation code dry-ing
 discard 474e17e  [fixup|readme] many embarrassing grammar and other mistakes
 discard ded6605  [fixup|mem3_rpc] use a define instead of a constant
 discard 142a7b6  [fixup|dbdoc,index,job] formatting fixes, renames
 discard 4e25ab1  [fixup|readme] updated with comments from latest review
 discard d410412  [fixup][changes_feed_test]
 discard e9c7342  [fixup|mem3_rep] Fix split target sequence lookup
 discard e7e2123  [fixup|couch_db] cleanup remnants of previous split seq code
 discard bc6d6be  Implement resharding HTTP API
 discard 8462a14  Resharding supervisor and job manager
 discard c572496  Shard splitting job implementation
 discard 8795996  Update internal replicator to handle split shards
 discard 699df3b  Implement initial shard splitting data copy
 discard 3ec46c2  Uneven shard copy handling in mem3 and fabric
     new 941578d  Improve elixir test stability
     new cbc0dd4  Merge pull request #1991 from cloudant/improve-elixir-test-stability
     new 9d7a56e  Skip running PropEr's own unit tests
     new 3d4735b  Uneven shard copy handling in mem3 and fabric
     new c685162  Implement initial shard splitting data copy
     new 4026d44  Update internal replicator to handle split shards
     new ade1240  Shard splitting job implementation
     new 3836123  Resharding supervisor and job manager
     new a923a10  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   (b26b71b)
            \
             N -- N -- N   refs/heads/reshard (a923a10)

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:
 Makefile                                     |  2 +-
 src/couch/src/couch_db.erl                   |  4 ++--
 test/elixir/test/partition_all_docs_test.exs |  1 +
 test/elixir/test/partition_ddoc_test.exs     | 26 +++++++++++++++-----------
 4 files changed, 19 insertions(+), 14 deletions(-)