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/28 23:04:04 UTC

[couchdb] branch shard-split updated (88faa27 -> 6ae3ab5)

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.


    from 88faa27  Add tests for shard's split changes feed
     add 8d7d47c  [fixup|fabric_view] move fabric ring logic to fabric_ring
     add 6ae3ab5  [fixup|tests] comment out continuous_feed_should_work_during_split for now

No new revisions were added by this update.

Summary of changes:
 src/fabric/src/fabric_db_doc_count.erl           |   4 +-
 src/fabric/src/fabric_db_info.erl                |   4 +-
 src/fabric/src/fabric_db_meta.erl                |   4 +-
 src/fabric/src/fabric_db_partition_info.erl      |   2 +-
 src/fabric/src/fabric_db_update_listener.erl     |   2 +-
 src/fabric/src/fabric_design_doc_count.erl       |   4 +-
 src/fabric/src/fabric_group_info.erl             |   4 +-
 src/fabric/src/fabric_ring.erl                   | 237 +++++++++++++++++++++++
 src/fabric/src/fabric_streams.erl                |   6 +-
 src/fabric/src/fabric_util.erl                   |   2 +-
 src/fabric/src/fabric_view.erl                   | 228 +---------------------
 src/fabric/src/fabric_view_changes.erl           |   6 +-
 src/fabric/src/fabric_view_map.erl               |   2 +-
 src/fabric/src/fabric_view_reduce.erl            |   2 +-
 src/mem3/test/mem3_reshard_changes_feed_test.erl |   4 +-
 15 files changed, 270 insertions(+), 241 deletions(-)
 create mode 100644 src/fabric/src/fabric_ring.erl