This is an automated email from the ASF dual-hosted git repository.
chewbranca pushed a change to branch couch-stats-resource-tracker-v2
in repository https://gitbox.apache.org/repos/asf/couchdb.git
discard 2e30536b3 Add csrt delta to rexi_tests
discard 60bb6b1bf Inc IOQ calls
discard 4396a2278 Remove debug statement
discard 8967d163b Rework CSRT post experimentation
discard 9ef7c4be0 Port in csrt changes
add 7a1b7baed chore(powershell): Fix PSScriptAnalyzer warnings (#5158)
add 4a297c27a Put classpath in main jar manifest
add a2241d366 Merge pull request #5157 from
apache/nouveau-shorter-classpath
add 3bf8ce67a CVE backport policy
add 99894dc6d Merge pull request #5162 from apache/cve-backport-policy
add 82321a579 Improve fabric streams cleanup on error and timeouts
add c7776bf83 Fix epoch update sequence regression
add 83658d06d A few more quickjs scanner fixes
add 09cb52138 Removed unused close_lru gen_server call
add be0ba73a1 Update couch_lru to use maps
add 7b56cfec3 Make sure we never get an inconsistent couch_lru cache
add ae6e787bf Use persistent node name in a new header
add bbfc9d25f Expect the update sequence in header epochs list to regress
add 6531b8621 Remove unique_integer bottleneck from couch_lru
new 1fa358d8c Port in csrt changes
new e67690a62 Rework CSRT post experimentation
new e10d82ed8 Remove debug statement
new b3a38c2ea Inc IOQ calls
new a4fc93175 Add csrt delta to rexi_tests
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 (2e30536b3)
\
N -- N -- N refs/heads/couch-stats-resource-tracker-v2
(a4fc93175)
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.
The 5 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:
configure.ps1 | 41 ++--
nouveau/build.gradle | 11 +-
src/couch/src/couch_bt_engine_header.erl | 48 ++--
src/couch/src/couch_lru.erl | 258 +++++++++++++++++++--
src/couch/src/couch_server.erl | 7 -
.../src/couch_quickjs_scanner_plugin.erl | 4 +
.../src/couch_replicator_fabric.erl | 10 +-
src/couch_scanner/src/couch_scanner_plugin.erl | 17 +-
src/docs/src/cve/index.rst | 7 +
src/fabric/include/fabric.hrl | 8 -
src/fabric/src/fabric_streams.erl | 55 ++++-
src/fabric/src/fabric_view_all_docs.erl | 10 +-
src/fabric/src/fabric_view_changes.erl | 11 +-
src/fabric/src/fabric_view_map.erl | 12 +-
src/fabric/src/fabric_view_reduce.erl | 12 +-
15 files changed, 374 insertions(+), 137 deletions(-)