This is an automated email from the ASF dual-hosted git repository.
thomasm pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
The following commit(s) were added to refs/heads/trunk by this push:
new 79ac7fd718 OAK-10549 Improve performance of facet count at scale
(Lucene) - reduce memory usage of the test
79ac7fd718 is described below
commit 79ac7fd718b1abb495635cec38f9887a4a2b9219
Author: Thomas Mueller <[email protected]>
AuthorDate: Mon Nov 20 11:36:35 2023 +0100
OAK-10549 Improve performance of facet count at scale (Lucene) - reduce
memory usage of the test
---
.../jackrabbit/oak/plugins/index/lucene/hybrid/ManyFacetsTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/oak-lucene/src/test/java/org/apache/jackrabbit/oak/plugins/index/lucene/hybrid/ManyFacetsTest.java
b/oak-lucene/src/test/java/org/apache/jackrabbit/oak/plugins/index/lucene/hybrid/ManyFacetsTest.java
index 3a6f5ee2ac..be0b0b2430 100644
---
a/oak-lucene/src/test/java/org/apache/jackrabbit/oak/plugins/index/lucene/hybrid/ManyFacetsTest.java
+++
b/oak-lucene/src/test/java/org/apache/jackrabbit/oak/plugins/index/lucene/hybrid/ManyFacetsTest.java
@@ -95,7 +95,7 @@ public class ManyFacetsTest extends AbstractQueryTest {
private static final String FACET_PROP = "facets";
private static final long REFRESH_DELTA = TimeUnit.SECONDS.toMillis(1);
- private static final int FACET_COUNT = 200;
+ private static final int FACET_COUNT = 10;
private ExecutorService executorService = Executors.newFixedThreadPool(2);
private OptionalEditorProvider optionalEditorProvider = new
OptionalEditorProvider();