This is an automated email from the ASF dual-hosted git repository.

rnewson pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git


    from f73e68d7b Merge pull request #4753 from apache/revert-peer-change
     add 8e27675ed upgrade gradle
     add b0116ffa2 Extract acc record
     add 80280dc05 Async dispatch to dedicated ibrowse process for performance
     add 52280982f Make some classes immutable
     add 5b8c23b77 Ensure an update fails if a previous update failed
     add 6898d6e48 reintroduce flow control for async index update
     new e63b9e699 Merge pull request #4749 from 
apache/nouveau-ibrowse-improvements

The 1 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:
 nouveau/gradle/wrapper/gradle-wrapper.properties   |   2 +-
 .../couchdb/nouveau/api/DocumentDeleteRequest.java |  33 +++--
 .../couchdb/nouveau/api/DocumentUpdateRequest.java |  36 ++---
 .../couchdb/nouveau/api/IndexInfoRequest.java      |  27 +++-
 .../org/apache/couchdb/nouveau/core/Index.java     |  44 +++---
 .../nouveau/core/UpdatesOutOfOrderException.java   |   9 +-
 .../couchdb/nouveau/health/IndexHealthCheck.java   |   2 +-
 .../couchdb/nouveau/resources/IndexResource.java   |  13 +-
 .../couchdb/nouveau/lucene9/Lucene9IndexTest.java  |  27 ++--
 src/nouveau/src/nouveau_api.erl                    | 138 ++++++++++++++-----
 src/nouveau/src/nouveau_index_manager.erl          |   4 +-
 src/nouveau/src/nouveau_index_updater.erl          | 152 ++++++++++++++++-----
 src/nouveau/src/nouveau_util.erl                   |  10 +-
 test/elixir/test/nouveau_test.exs                  |  15 +-
 14 files changed, 359 insertions(+), 153 deletions(-)

Reply via email to