You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2023/03/06 13:16:46 UTC

[couchdb] branch import-nouveau updated (a51e74183 -> 8f1ea05c0)

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

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


    omit a51e74183 move all resource annotations to subclass
    omit 93836e531 add metric for lock map size
    omit 70617dc16 Query ser/deser beginnings
    omit b186502ad support legacy facet approach
    omit 752a4cfb8 remove unused lucene dependencies
    omit 0fbd5605c index-specific readwritelock
     add dd15d3d2d remove unused lucene dependencies
     add 26dd28d22 support legacy facet approach
     add 1e0d5750d Query ser/deser beginnings
     add 53f4adefa move all resource annotations to subclass
     add 8f1ea05c0 configurable lock count for IndexManager

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   (a51e74183)
            \
             N -- N -- N   refs/heads/import-nouveau (8f1ea05c0)

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:
 .../apache/couchdb/nouveau/core/IndexManager.java  | 68 +++++++++++-----------
 java/nouveau/server/nouveau.yaml                   |  1 +
 .../apache/couchdb/nouveau/NouveauApplication.java |  2 +-
 .../nouveau/NouveauApplicationConfiguration.java   | 11 ++++
 4 files changed, 47 insertions(+), 35 deletions(-)