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

thomasm pushed a commit to branch OAK-11781
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


The following commit(s) were added to refs/heads/OAK-11781 by this push:
     new c92b0f7b95 OAK-11781 Binary reference statistics are inaccurate for 
very large repositories
c92b0f7b95 is described below

commit c92b0f7b95864c9515456e6c28d94ecb0eaf5e9b
Author: Thomas Mueller <[email protected]>
AuthorDate: Wed Jul 2 14:27:41 2025 +0200

    OAK-11781 Binary reference statistics are inaccurate for very large 
repositories
---
 .../indexer/document/flatfile/analysis/modules/BinarySizeTest.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/oak-run-commons/src/test/java/org/apache/jackrabbit/oak/index/indexer/document/flatfile/analysis/modules/BinarySizeTest.java
 
b/oak-run-commons/src/test/java/org/apache/jackrabbit/oak/index/indexer/document/flatfile/analysis/modules/BinarySizeTest.java
index 999de0fd91..a7b38b3cd2 100644
--- 
a/oak-run-commons/src/test/java/org/apache/jackrabbit/oak/index/indexer/document/flatfile/analysis/modules/BinarySizeTest.java
+++ 
b/oak-run-commons/src/test/java/org/apache/jackrabbit/oak/index/indexer/document/flatfile/analysis/modules/BinarySizeTest.java
@@ -173,7 +173,7 @@ public class BinarySizeTest {
                 + "total reference count million: 0\n"
                 + "total reference size: 5000000000\n"
                 + "total reference size GiB: 4\n"
-                + "storage size: 0 MB; 15 entries\n"
+                + "storage size: 0 MB; 16 entries\n"
                 + "time: 0 seconds\n"
                 + "\n"
                 + "TopLargestBinaries\n"

Reply via email to