This is an automated email from the ASF dual-hosted git repository.
rnewson pushed a change to branch reduce-intra-cluster-conflicts
in repository https://gitbox.apache.org/repos/asf/couchdb.git
discard 4699ba239 config toggle between serial and parallel worker startup
discard 95de76f9e eunit tests to prove early termination on conflict
discard 9bcecaaa4 distribute load over nodes by dbname and range
discard 29f6a32d7 consider a conflict a final decision
discard ab9f34adb start workers sequentially by range
discard bc4d4ab78 refactor to allow delayed worker startup
add 549185c32 Don't use db handle after closing in dreyfus_index
add ab6bd038e Do not reset dreyfus purge_seq back to 0 in dreyfus
add b950ae0ac add group test for search
add 574768997 improve disk_monitor_test.exs
add 30293ec19 Merge pull request #5917 from apache/group-search-elixir-test
add 0b51823b8 refactor to allow delayed worker startup
add f99372f7b start workers sequentially by range
add 20038f89f consider a conflict a final decision
add 5213bde56 distribute load over nodes by dbname and range
add c82d2527b eunit tests to prove early termination on conflict
add 8d4b7935c config toggle between serial and parallel worker startup
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 (4699ba239)
\
N -- N -- N refs/heads/reduce-intra-cluster-conflicts (8d4b7935c)
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.
No new revisions were added by this update.
Summary of changes:
src/dreyfus/src/dreyfus_index.erl | 4 +--
src/dreyfus/src/dreyfus_index_updater.erl | 43 ++++++++++++++-----------------
test/elixir/test/config/search.elixir | 1 +
test/elixir/test/disk_monitor_test.exs | 3 +++
test/elixir/test/search_test.exs | 22 ++++++++++++++++
5 files changed, 48 insertions(+), 25 deletions(-)