[
https://issues.apache.org/jira/browse/OAK-11264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Julian Reschke resolved OAK-11264.
----------------------------------
Resolution: Fixed
> CacheWarming tests seems flaky
> ------------------------------
>
> Key: OAK-11264
> URL: https://issues.apache.org/jira/browse/OAK-11264
> Project: Jackrabbit Oak
> Issue Type: Task
> Components: documentmk
> Reporter: José Andrés Cordero Benítez
> Assignee: Manfred Baedke
> Priority: Major
> Fix For: 1.76.0
>
>
> Following tests are failing from time to time the CI pipeline:
> {code:java}
> org.apache.jackrabbit.oak.plugins.document.prefetch.CacheWarmingTest.simple_cleanCaches_withprefetch
>
> org.apache.jackrabbit.oak.plugins.document.prefetch.CacheWarmingTest.prefetch
> org.apache.jackrabbit.oak.plugins.document.prefetch.CacheWarmingTest.simple_nocleanCaches_noprefetch
>
> org.apache.jackrabbit.oak.plugins.document.prefetch.CacheWarmingTest.simple_cleanCaches_noprefetch
>
> org.apache.jackrabbit.oak.plugins.document.prefetch.CacheWarmingTest.simple_nocleanCaches_withprefetch{code}
> Example build:
> [https://ci-builds.apache.org/job/Jackrabbit/job/jackrabbit-oak-trunk/1685/]
> They all failed with same stacktrace:
> {code:java}
> com.mongodb.MongoTimeoutException: Timed out after 30000 ms while waiting to
> connect. Client view of cluster state is {type=UNKNOWN,
> servers=[{address=localhost:33510, type=UNKNOWN, state=CONNECTING,
> exception={com.mongodb.MongoSocketOpenException: Exception opening socket},
> caused by {java.net.ConnectException: Connection refused (Connection
> refused)}}]
> at
> com.mongodb.internal.connection.BaseCluster.getDescription(BaseCluster.java:182)
> at
> com.mongodb.internal.connection.SingleServerCluster.getDescription(SingleServerCluster.java:41)
> at
> com.mongodb.client.internal.MongoClientDelegate.getConnectedClusterDescription(MongoClientDelegate.java:155)
> at
> com.mongodb.client.internal.MongoClientDelegate.createClientSession(MongoClientDelegate.java:105)
> at
> com.mongodb.client.internal.MongoClientDelegate$DelegateOperationExecutor.getClientSession(MongoClientDelegate.java:287)
> at
> com.mongodb.client.internal.MongoClientDelegate$DelegateOperationExecutor.execute(MongoClientDelegate.java:191)
> at
> com.mongodb.client.internal.MongoIterableImpl.execute(MongoIterableImpl.java:143)
> at
> com.mongodb.client.internal.MongoIterableImpl.iterator(MongoIterableImpl.java:92)
> at
> com.mongodb.client.internal.MappingIterable.iterator(MappingIterable.java:39)
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)