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/06 15:08:23 UTC

[couchdb] branch shard-split updated (fbfb116 -> afc3d47)

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 fbfb116  [fixup|fabric] introduce RingOpts to fabric_ring
 discard 3acda5c  [fixup|fabric_ring] Remove assumption that fabric_ring always gets a full ring
 discard 0febf61  [fixup|fabric_ring] Fix worker cleanup in fabric_ring
 discard ca67dec  [rexi] Optimize rexi:kill with rexi:kill_all
 discard 73cc65e  [fixup|fabric_ring] add tests for fabric_ring
 discard 5aa418a  [fixup|fabric] Fix remove overlapping shards behavior
 discard b4499da  [fixup|tests] comment out continuous_feed_should_work_during_split for now
 discard 8f10f1a  [fixup|fabric_view] move fabric ring logic to fabric_ring
 discard 1cc61f8  Add tests for shard's split changes feed
 discard 0ee42dc  Implement resharding HTTP API
 discard 2c4e953  Update internal replicator to replicate to multiple targets
 discard b26c25b  Implement initial shard splitting data copy
 discard 96a6077  Shard splitting job implementation
 discard 27df6cd  Resharding supervisor and job manager
 discard 5a76ebb  Uneven shard copy handling in mem3 and fabric
     new d8eec70  Jenkins add attachment test (#1953)
     new 0c7111c  test: port multiple_rows.js to Elixir test suite (#1958)
     new a36ec91  Improve chttpd_socket_buffer_size_test
     new aee2fd9  Add stats in fabric for partition and normal views (#1963)
     new 012a8a2  Uneven shard copy handling in mem3 and fabric
     new a55ea51  Implement initial shard splitting data copy
     new d4bded5  Update internal replicator to replicate to multiple targets
     new 731bfd7  Shard splitting job implementation
     new 89f1c79  Resharding supervisor and job manager
     new afc3d47  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   (fbfb116)
            \
             N -- N -- N   refs/heads/shard-split (afc3d47)

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 11630 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/chttpd/src/chttpd.erl                          |  37 +-
 src/chttpd/src/chttpd_db.erl                       |  15 +
 src/chttpd/test/chttpd_socket_buffer_size_test.erl | 152 +++----
 src/couch/priv/stats_descriptions.cfg              |  48 ++
 src/mango/src/mango_httpd.erl                      |   9 +-
 test/elixir/README.md                              |  12 +-
 test/elixir/test/attachments.exs                   | 482 +++++++++++++++++++++
 test/elixir/test/multiple_rows_test.exs            | 136 ++++++
 8 files changed, 786 insertions(+), 105 deletions(-)
 create mode 100644 test/elixir/test/attachments.exs
 create mode 100644 test/elixir/test/multiple_rows_test.exs