This is an automated email from the ASF dual-hosted git repository.
rnewson pushed a change to branch auto-delete-3
in repository https://gitbox.apache.org/repos/asf/couchdb.git
from ade8dd1d4 Implement _update_drop_seq
add 4228522c8 convert state from record to struct
add 590a0171f refactor to allow error response
add 4528740e4 more enhancements and fixes
add 0f6d5a616 only call update_drop_seq if we have docs
add 897b80c43 shorten natural mem3 sync delay
add fa624ca94 fixes
add 4f8186aea remove unused import
add 11fea1405 start_size 10 as 5 too short to find a problem
add 1d428717b BUGFIX: copy drop_seq/count when splitting
add 3bca2a946 BUGFIX: drop seq algo fixes
add 57c035cdb better variable names in substitute_splits
No new revisions were added by this update.
Summary of changes:
Makefile | 3 +-
dev/run | 16 ++-
src/couch/src/couch_bt_engine.erl | 8 +-
src/couch/src/couch_bt_engine_compactor.erl | 2 +-
src/couch/src/couch_db_engine.erl | 17 +++
src/couch/src/couch_db_split.erl | 9 +-
src/fabric/src/fabric.erl | 2 +-
src/fabric/src/fabric_drop_seq.erl | 184 ++++++++++++------------
test/elixir/test/config/cluster-config.ini | 4 +
test/elixir/test/drop_seq_statem_test.exs | 216 +++++++++++++++-------------
10 files changed, 259 insertions(+), 202 deletions(-)
create mode 100644 test/elixir/test/config/cluster-config.ini