This is an automated email from the ASF dual-hosted git repository.
ronny pushed a change to branch sm-v128-default-version
in repository https://gitbox.apache.org/repos/asf/couchdb.git
discard f73ea2dc7 chore: Use SpiderMonkey v128 as default version
add 58ab5e2f4 enhance _nouveau_cleanup
add 4d492823b Merge pull request #5632 from apache/enhance-nouveau-cleanup
add 4c708e403 BTree engine term cache
add 08cb7e819 Use config:get_integer/3 in couch_btree
add c5f630714 Fix and improve couch_btree testing
add 8d2508ce5 chore: Use SpiderMonkey v128 as default version
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 (f73ea2dc7)
\
N -- N -- N refs/heads/sm-v128-default-version (8d2508ce5)
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 | 61 ++--
.../couchdb/nouveau/core/IndexManagerTest.java | 77 ++++-
rel/overlay/etc/default.ini | 20 ++
src/chttpd/src/chttpd_node.erl | 1 +
src/couch/priv/stats_descriptions.cfg | 12 +
src/couch/src/couch_bt_engine.erl | 46 ++-
src/couch/src/couch_bt_engine_cache.erl | 292 ++++++++++++++++++
src/couch/src/couch_btree.erl | 326 ++++++++++++++-------
src/couch/src/couch_primary_sup.erl | 3 +-
.../test/eunit/couch_bt_engine_cache_test.erl | 102 +++++++
src/couch/test/eunit/couch_btree_tests.erl | 97 +++++-
src/couch_prometheus/src/couch_prometheus.erl | 12 +-
src/nouveau/src/nouveau_fabric_cleanup.erl | 5 +-
src/nouveau/src/nouveau_rpc.erl | 4 +-
14 files changed, 899 insertions(+), 159 deletions(-)
create mode 100644 src/couch/src/couch_bt_engine_cache.erl
create mode 100644 src/couch/test/eunit/couch_bt_engine_cache_test.erl