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/02/23 00:03:22 UTC

[couchdb] branch import-nouveau updated (699311f47 -> 27d416936)

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


    from 699311f47 re-add evictionListener (so index close is synchronous with eviction)
     add 27d416936 Replace Caffeine with custom index cache WIP

No new revisions were added by this update.

Summary of changes:
 .../org/apache/couchdb/nouveau/core/Index.java     |  27 +++-
 .../apache/couchdb/nouveau/NouveauApplication.java |   2 +-
 .../org/apache/couchdb/nouveau/core/IOUtils.java   |  18 +--
 .../apache/couchdb/nouveau/core/IndexManager.java  | 175 ++++++++++++---------
 .../nouveau/health/IndexManagerHealthCheck.java    |   1 -
 .../couchdb/nouveau/resources/IndexResource.java   |  48 ++++--
 .../couchdb/nouveau/core/IndexManagerTest.java     |  10 +-
 7 files changed, 182 insertions(+), 99 deletions(-)