You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-dev@jackrabbit.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2018/05/23 16:33:16 UTC

BUILD FAILURE: Jackrabbit Oak - Build # 1456 - Failure

The Apache Jenkins build system has built Jackrabbit Oak (build #1456)

Status: Failure

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/1456/ to view the results.

Changes:
[mreutegg] OAK-6087: Avoid reads from MongoDB primary

Automatically use client sessions when running on MongoDB 3.6, otherwise fall back to the previous behaviour.
The feature can be disabled with a system property: -Doak.mongo.clientSession=false
Travis runs an additional build for oak-store-document on a MongoDB replica-set and a readPreference of secondaryPreferred

 

Test results:
1 tests failed.
FAILED:  org.apache.jackrabbit.oak.security.user.UserPrincipalProviderWithCacheTest.testConcurrentLoginWithCacheRemoval

Error Message:
unable to create new native thread

Stack Trace:
java.lang.OutOfMemoryError: unable to create new native thread
	at org.apache.jackrabbit.oak.security.user.UserPrincipalProviderWithCacheTest.testConcurrentLoginWithCacheRemoval(UserPrincipalProviderWithCacheTest.java:589)