Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/374/
Java: 64bit/jdk-9-ea+181 -XX:+UseCompressedOops -XX:+UseParallelGC
--illegal-access=deny
5 tests failed.
FAILED:
junit.framework.TestSuite.org.apache.solr.cloud.TestMiniSolrCloudClusterSSL
Error Message:
Could not initialize class org.apache.solr.cloud.TestMiniSolrCloudClusterSSL
Stack Trace:
java.lang.NoClassDefFoundError: Could not initialize class
org.apache.solr.cloud.TestMiniSolrCloudClusterSSL
at java.base/java.lang.Class.forName0(Native Method)
at java.base/java.lang.Class.forName(Class.java:375)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:620)
FAILED: junit.framework.TestSuite.org.apache.solr.core.TestLazyCores
Error Message:
1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 1)
Thread[id=19778, name=searcherExecutor-6089-thread-1, state=WAITING,
group=TGRP-TestLazyCores] at
java.base@9/jdk.internal.misc.Unsafe.park(Native Method) at
java.base@9/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
at
java.base@9/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
at
java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
at
java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
at
java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.base@9/java.lang.Thread.run(Thread.java:844)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE
scope at org.apache.solr.core.TestLazyCores:
1) Thread[id=19778, name=searcherExecutor-6089-thread-1, state=WAITING,
group=TGRP-TestLazyCores]
at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
at
java.base@9/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
at
java.base@9/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
at
java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
at
java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
at
java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.base@9/java.lang.Thread.run(Thread.java:844)
at __randomizedtesting.SeedInfo.seed([9C7F253424C2822F]:0)
FAILED: junit.framework.TestSuite.org.apache.solr.core.TestLazyCores
Error Message:
There are still zombie threads that couldn't be terminated: 1)
Thread[id=19778, name=searcherExecutor-6089-thread-1, state=WAITING,
group=TGRP-TestLazyCores] at
java.base@9/jdk.internal.misc.Unsafe.park(Native Method) at
java.base@9/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
at
java.base@9/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
at
java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
at
java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
at
java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.base@9/java.lang.Thread.run(Thread.java:844)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
1) Thread[id=19778, name=searcherExecutor-6089-thread-1, state=WAITING,
group=TGRP-TestLazyCores]
at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
at
java.base@9/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
at
java.base@9/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
at
java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
at
java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
at
java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.base@9/java.lang.Thread.run(Thread.java:844)
at __randomizedtesting.SeedInfo.seed([9C7F253424C2822F]:0)
FAILED:
org.apache.solr.cloud.TestSSLRandomization.testRandomizedSslAndClientAuth
Error Message:
Stack Trace:
java.lang.ExceptionInInitializerError
at
__randomizedtesting.SeedInfo.seed([9C7F253424C2822F:172B9453865DC353]:0)
at
org.apache.solr.cloud.TestSSLRandomization.testRandomizedSslAndClientAuth(TestSSLRandomization.java:50)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:844)
Caused by: java.lang.RuntimeException: Unable to initialize 'Default'
SSLContext Algorithm, JVM is borked
at
org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.<clinit>(TestMiniSolrCloudClusterSSL.java:67)
... 39 more
Caused by: java.security.NoSuchAlgorithmException: Error constructing
implementation (algorithm: Default, provider: SunJSSE, class:
sun.security.ssl.SSLContextImpl$DefaultSSLContext)
at
java.base/java.security.Provider$Service.newInstance(Provider.java:1831)
at
java.base/sun.security.jca.GetInstance.getInstance(GetInstance.java:236)
at
java.base/sun.security.jca.GetInstance.getInstance(GetInstance.java:164)
at java.base/javax.net.ssl.SSLContext.getInstance(SSLContext.java:168)
at java.base/javax.net.ssl.SSLContext.getDefault(SSLContext.java:99)
at
org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.<clinit>(TestMiniSolrCloudClusterSSL.java:64)
... 39 more
Caused by: java.security.KeyStoreException: problem accessing trust store
at
java.base/sun.security.ssl.TrustManagerFactoryImpl.engineInit(TrustManagerFactoryImpl.java:75)
at
java.base/javax.net.ssl.TrustManagerFactory.init(TrustManagerFactory.java:278)
at
java.base/sun.security.ssl.SSLContextImpl$DefaultManagersHolder.getTrustManagers(SSLContextImpl.java:945)
at
java.base/sun.security.ssl.SSLContextImpl$DefaultManagersHolder.<clinit>(SSLContextImpl.java:917)
at
java.base/sun.security.ssl.SSLContextImpl$DefaultSSLContext.<init>(SSLContextImpl.java:1090)
at
java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native
Method)
at
java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at
java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:488)
at java.base/java.security.Provider.newInstanceUtil(Provider.java:153)
at java.base/java.security.Provider.access$1100(Provider.java:107)
at
java.base/java.security.Provider$Service.newInstance(Provider.java:1824)
... 44 more
Caused by: java.io.IOException: Keystore was tampered with, or password was
incorrect
at
java.base/sun.security.provider.JavaKeyStore.engineLoad(JavaKeyStore.java:780)
at
java.base/sun.security.util.KeyStoreDelegator.engineLoad(KeyStoreDelegator.java:243)
at java.base/java.security.KeyStore.load(KeyStore.java:1479)
at
java.base/sun.security.ssl.TrustStoreManager$TrustAnchorManager.loadKeyStore(TrustStoreManager.java:367)
at
java.base/sun.security.ssl.TrustStoreManager$TrustAnchorManager.getTrustedCerts(TrustStoreManager.java:315)
at
java.base/sun.security.ssl.TrustStoreManager.getTrustedCerts(TrustStoreManager.java:59)
at
java.base/sun.security.ssl.TrustManagerFactoryImpl.engineInit(TrustManagerFactoryImpl.java:51)
... 55 more
Caused by: java.security.UnrecoverableKeyException: Password verification failed
at
java.base/sun.security.provider.JavaKeyStore.engineLoad(JavaKeyStore.java:778)
... 61 more
FAILED: org.apache.solr.core.TestLazyCores.testNoCommit
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([9C7F253424C2822F:431F84E5EFE5E18A]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:884)
at org.apache.solr.core.TestLazyCores.check10(TestLazyCores.java:847)
at
org.apache.solr.core.TestLazyCores.testNoCommit(TestLazyCores.java:829)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:844)
Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//result[@numFound='10']
xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int
name="QTime">0</int><lst name="params"><str
name="q">*:*</str></lst></lst><result name="response" numFound="0"
start="0"></result>
</response>
request was:q=*:*
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:877)
... 40 more
Build Log:
[...truncated 11798 lines...]
[junit4] Suite: org.apache.solr.cloud.TestSSLRandomization
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSSLRandomization_9C7F253424C2822F-001/init-core-data-001
[junit4] 2> 555152 WARN
(SUITE-TestSSLRandomization-seed#[9C7F253424C2822F]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
[junit4] 2> 555152 INFO
(SUITE-TestSSLRandomization-seed#[9C7F253424C2822F]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 555152 INFO
(SUITE-TestSSLRandomization-seed#[9C7F253424C2822F]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason="frequent SSL usage to make test
worth while", ssl=0.5, value=0.0/0.0, clientAuth=0.0/0.0)
[junit4] 2> 555153 INFO
(SUITE-TestSSLRandomization-seed#[9C7F253424C2822F]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 555154 INFO
(SUITE-TestSSLRandomization-seed#[9C7F253424C2822F]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSSLRandomization_9C7F253424C2822F-001/tempDir-001
[junit4] 2> 555154 INFO
(SUITE-TestSSLRandomization-seed#[9C7F253424C2822F]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 555159 INFO (Thread-1180) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 555160 INFO (Thread-1180) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 555164 ERROR (Thread-1180) [ ] o.a.z.s.ZooKeeperServer
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action
on ERROR or SHUTDOWN server state changes
[junit4] 2> 555260 INFO
(SUITE-TestSSLRandomization-seed#[9C7F253424C2822F]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:43161
[junit4] 2> 555269 INFO (jetty-launcher-1137-thread-1) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 555271 INFO (jetty-launcher-1137-thread-2) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 555289 INFO (jetty-launcher-1137-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@2671ffa6{/solr,null,AVAILABLE}
[junit4] 2> 555290 INFO (jetty-launcher-1137-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@30d63db4{SSL,[ssl,
http/1.1]}{127.0.0.1:35407}
[junit4] 2> 555290 INFO (jetty-launcher-1137-thread-2) [ ]
o.e.j.s.Server Started @556624ms
[junit4] 2> 555290 INFO (jetty-launcher-1137-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=35407}
[junit4] 2> 555290 WARN (jetty-launcher-1137-thread-2) [ ]
o.a.s.u.c.SSLConfigurations No keystore password found, using default.
[junit4] 2> 555290 WARN (jetty-launcher-1137-thread-2) [ ]
o.a.s.u.c.SSLConfigurations No truststore password found, using default.
[junit4] 2> 555290 INFO (jetty-launcher-1137-thread-2) [ ]
o.a.s.u.c.SSLConfigurations Setting javax.net.ssl.keyStorePassword
[junit4] 2> 555290 INFO (jetty-launcher-1137-thread-2) [ ]
o.a.s.u.c.SSLConfigurations Setting javax.net.ssl.trustStorePassword
[junit4] 2> 555290 ERROR (jetty-launcher-1137-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 555290 INFO (jetty-launcher-1137-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.1.0
[junit4] 2> 555290 INFO (jetty-launcher-1137-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 555290 INFO (jetty-launcher-1137-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 555290 INFO (jetty-launcher-1137-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-09-07T21:25:30.707937Z
[junit4] 2> 555291 INFO (jetty-launcher-1137-thread-3) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 555313 INFO (jetty-launcher-1137-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@125d95fb{/solr,null,AVAILABLE}
[junit4] 2> 555314 INFO (jetty-launcher-1137-thread-3) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@3871aa54{SSL,[ssl,
http/1.1]}{127.0.0.1:36443}
[junit4] 2> 555314 INFO (jetty-launcher-1137-thread-3) [ ]
o.e.j.s.Server Started @556649ms
[junit4] 2> 555314 INFO (jetty-launcher-1137-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=36443}
[junit4] 2> 555314 WARN (jetty-launcher-1137-thread-3) [ ]
o.a.s.u.c.SSLConfigurations No keystore password found, using default.
[junit4] 2> 555314 WARN (jetty-launcher-1137-thread-3) [ ]
o.a.s.u.c.SSLConfigurations No truststore password found, using default.
[junit4] 2> 555314 ERROR (jetty-launcher-1137-thread-3) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 555314 INFO (jetty-launcher-1137-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.1.0
[junit4] 2> 555314 INFO (jetty-launcher-1137-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 555315 INFO (jetty-launcher-1137-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 555315 INFO (jetty-launcher-1137-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-09-07T21:25:30.732235Z
[junit4] 2> 555320 INFO (jetty-launcher-1137-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 555324 INFO (jetty-launcher-1137-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 555325 INFO (jetty-launcher-1137-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@5d3e5a64{/solr,null,AVAILABLE}
[junit4] 2> 555327 INFO (jetty-launcher-1137-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@6316cda3{SSL,[ssl,
http/1.1]}{127.0.0.1:36879}
[junit4] 2> 555327 INFO (jetty-launcher-1137-thread-1) [ ]
o.e.j.s.Server Started @556662ms
[junit4] 2> 555327 INFO (jetty-launcher-1137-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=36879}
[junit4] 2> 555328 WARN (jetty-launcher-1137-thread-1) [ ]
o.a.s.u.c.SSLConfigurations No keystore password found, using default.
[junit4] 2> 555328 WARN (jetty-launcher-1137-thread-1) [ ]
o.a.s.u.c.SSLConfigurations No truststore password found, using default.
[junit4] 2> 555328 ERROR (jetty-launcher-1137-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 555328 INFO (jetty-launcher-1137-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.1.0
[junit4] 2> 555328 INFO (jetty-launcher-1137-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 555328 INFO (jetty-launcher-1137-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 555328 INFO (jetty-launcher-1137-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-09-07T21:25:30.745854Z
[junit4] 2> 555336 INFO (jetty-launcher-1137-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43161/solr
[junit4] 2> 555352 INFO (jetty-launcher-1137-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43161/solr
[junit4] 2> 555368 INFO (jetty-launcher-1137-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 555382 INFO (jetty-launcher-1137-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43161/solr
[junit4] 2> 555385 INFO (jetty-launcher-1137-thread-3) [ ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 555385 INFO (jetty-launcher-1137-thread-3) [ ]
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:36443_solr
[junit4] 2> 555386 INFO (jetty-launcher-1137-thread-3) [ ]
o.a.s.c.Overseer Overseer
(id=98619852755959815-127.0.0.1:36443_solr-n_0000000000) starting
[junit4] 2> 555396 INFO (jetty-launcher-1137-thread-3) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:36443_solr
[junit4] 2> 555397 INFO (zkCallback-1150-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 555399 INFO (jetty-launcher-1137-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 555400 INFO (jetty-launcher-1137-thread-2) [ ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 555400 INFO (jetty-launcher-1137-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 555401 INFO (jetty-launcher-1137-thread-2) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:35407_solr
[junit4] 2> 555401 INFO (zkCallback-1148-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 555401 INFO (zkCallback-1150-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 555404 INFO (zkCallback-1156-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 555404 INFO (jetty-launcher-1137-thread-1) [ ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 555405 INFO (jetty-launcher-1137-thread-1) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:36879_solr
[junit4] 2> 555405 INFO (zkCallback-1150-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 555412 INFO (zkCallback-1148-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 555412 INFO (zkCallback-1156-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 555434 INFO (jetty-launcher-1137-thread-2) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35407.solr.node' (registry
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6ec18142
[junit4] 2> 555440 INFO (jetty-launcher-1137-thread-2) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35407.solr.jvm' (registry
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6ec18142
[junit4] 2> 555440 INFO (jetty-launcher-1137-thread-2) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35407.solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6ec18142
[junit4] 2> 555441 INFO (jetty-launcher-1137-thread-2) [ ]
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSSLRandomization_9C7F253424C2822F-001/tempDir-001/node2/.
[junit4] 2> 555443 INFO (jetty-launcher-1137-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36879.solr.node' (registry
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6ec18142
[junit4] 2> 555448 INFO (jetty-launcher-1137-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36879.solr.jvm' (registry
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6ec18142
[junit4] 2> 555448 INFO (jetty-launcher-1137-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36879.solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6ec18142
[junit4] 2> 555448 INFO (jetty-launcher-1137-thread-1) [ ]
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSSLRandomization_9C7F253424C2822F-001/tempDir-001/node1/.
[junit4] 2> 555471 INFO (jetty-launcher-1137-thread-3) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36443.solr.node' (registry
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6ec18142
[junit4] 2> 555476 INFO (jetty-launcher-1137-thread-3) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36443.solr.jvm' (registry
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6ec18142
[junit4] 2> 555476 INFO (jetty-launcher-1137-thread-3) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36443.solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6ec18142
[junit4] 2> 555477 INFO (jetty-launcher-1137-thread-3) [ ]
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSSLRandomization_9C7F253424C2822F-001/tempDir-001/node3/.
[junit4] 2> 555505 INFO
(TEST-TestSSLRandomization.testSSLRandomizerEffectiveOdds-seed#[9C7F253424C2822F])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testSSLRandomizerEffectiveOdds
[junit4] 2> 555505 INFO
(TEST-TestSSLRandomization.testSSLRandomizerEffectiveOdds-seed#[9C7F253424C2822F])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testSSLRandomizerEffectiveOdds
[junit4] 2> 555512 INFO
(TEST-TestSSLRandomization.testRandomizedSslAndClientAuth-seed#[9C7F253424C2822F])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testRandomizedSslAndClientAuth
[junit4] 2> 555515 INFO
(TEST-TestSSLRandomization.testRandomizedSslAndClientAuth-seed#[9C7F253424C2822F])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testRandomizedSslAndClientAuth
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestSSLRandomization -Dtests.method=testRandomizedSslAndClientAuth
-Dtests.seed=9C7F253424C2822F -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=fr-BL -Dtests.timezone=Africa/Kampala -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] ERROR 0.01s J2 |
TestSSLRandomization.testRandomizedSslAndClientAuth <<<
[junit4] > Throwable #1: java.lang.ExceptionInInitializerError
[junit4] > at
__randomizedtesting.SeedInfo.seed([9C7F253424C2822F:172B9453865DC353]:0)
[junit4] > at
org.apache.solr.cloud.TestSSLRandomization.testRandomizedSslAndClientAuth(TestSSLRandomization.java:50)
[junit4] > at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4] > at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] > at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] > at
java.base/java.lang.reflect.Method.invoke(Method.java:564)
[junit4] > at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] > Caused by: java.lang.RuntimeException: Unable to initialize
'Default' SSLContext Algorithm, JVM is borked
[junit4] > at
org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.<clinit>(TestMiniSolrCloudClusterSSL.java:67)
[junit4] > ... 39 more
[junit4] > Caused by: java.security.NoSuchAlgorithmException: Error
constructing implementation (algorithm: Default, provider: SunJSSE, class:
sun.security.ssl.SSLContextImpl$DefaultSSLContext)
[junit4] > at
java.base/java.security.Provider$Service.newInstance(Provider.java:1831)
[junit4] > at
java.base/sun.security.jca.GetInstance.getInstance(GetInstance.java:236)
[junit4] > at
java.base/sun.security.jca.GetInstance.getInstance(GetInstance.java:164)
[junit4] > at
java.base/javax.net.ssl.SSLContext.getInstance(SSLContext.java:168)
[junit4] > at
java.base/javax.net.ssl.SSLContext.getDefault(SSLContext.java:99)
[junit4] > at
org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.<clinit>(TestMiniSolrCloudClusterSSL.java:64)
[junit4] > ... 39 more
[junit4] > Caused by: java.security.KeyStoreException: problem accessing
trust store
[junit4] > at
java.base/sun.security.ssl.TrustManagerFactoryImpl.engineInit(TrustManagerFactoryImpl.java:75)
[junit4] > at
java.base/javax.net.ssl.TrustManagerFactory.init(TrustManagerFactory.java:278)
[junit4] > at
java.base/sun.security.ssl.SSLContextImpl$DefaultManagersHolder.getTrustManagers(SSLContextImpl.java:945)
[junit4] > at
java.base/sun.security.ssl.SSLContextImpl$DefaultManagersHolder.<clinit>(SSLContextImpl.java:917)
[junit4] > at
java.base/sun.security.ssl.SSLContextImpl$DefaultSSLContext.<init>(SSLContextImpl.java:1090)
[junit4] > at
java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native
Method)
[junit4] > at
java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[junit4] > at
java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[junit4] > at
java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:488)
[junit4] > at
java.base/java.security.Provider.newInstanceUtil(Provider.java:153)
[junit4] > at
java.base/java.security.Provider.access$1100(Provider.java:107)
[junit4] > at
java.base/java.security.Provider$Service.newInstance(Provider.java:1824)
[junit4] > ... 44 more
[junit4] > Caused by: java.io.IOException: Keystore was tampered with, or
password was incorrect
[junit4] > at
java.base/sun.security.provider.JavaKeyStore.engineLoad(JavaKeyStore.java:780)
[junit4] > at
java.base/sun.security.util.KeyStoreDelegator.engineLoad(KeyStoreDelegator.java:243)
[junit4] > at
java.base/java.security.KeyStore.load(KeyStore.java:1479)
[junit4] > at
java.base/sun.security.ssl.TrustStoreManager$TrustAnchorManager.loadKeyStore(TrustStoreManager.java:367)
[junit4] > at
java.base/sun.security.ssl.TrustStoreManager$TrustAnchorManager.getTrustedCerts(TrustStoreManager.java:315)
[junit4] > at
java.base/sun.security.ssl.TrustStoreManager.getTrustedCerts(TrustStoreManager.java:59)
[junit4] > at
java.base/sun.security.ssl.TrustManagerFactoryImpl.engineInit(TrustManagerFactoryImpl.java:51)
[junit4] > ... 55 more
[junit4] > Caused by: java.security.UnrecoverableKeyException: Password
verification failed
[junit4] > at
java.base/sun.security.provider.JavaKeyStore.engineLoad(JavaKeyStore.java:778)
[junit4] > ... 61 more
[junit4] 2> 555524 INFO
(TEST-TestSSLRandomization.testBaseUrl-seed#[9C7F253424C2822F]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testBaseUrl
[junit4] 2> 555524 INFO
(TEST-TestSSLRandomization.testBaseUrl-seed#[9C7F253424C2822F]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testBaseUrl
[junit4] 2> 555532 INFO
(TEST-TestSSLRandomization.testSSLRandomizer-seed#[9C7F253424C2822F]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testSSLRandomizer
[junit4] 2> 555536 INFO
(TEST-TestSSLRandomization.testSSLRandomizer-seed#[9C7F253424C2822F]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testSSLRandomizer
[junit4] 2> 555540 INFO (jetty-closer-1138-thread-2) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@6316cda3{SSL,[ssl,
http/1.1]}{127.0.0.1:0}
[junit4] 2> 555540 INFO (jetty-closer-1138-thread-3) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@3871aa54{SSL,[ssl,
http/1.1]}{127.0.0.1:0}
[junit4] 2> 555540 INFO (jetty-closer-1138-thread-2) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1086040641
[junit4] 2> 555540 INFO (jetty-closer-1138-thread-3) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=715863869
[junit4] 2> 555541 INFO (jetty-closer-1138-thread-3) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 555541 INFO (jetty-closer-1138-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 555541 INFO (jetty-closer-1138-thread-3) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@14d97dc0: rootName =
solr_36443, domain = solr.node, service url = null, agent id = null] for
registry solr.node / com.codahale.metrics.MetricRegistry@28c34325
[junit4] 2> 555541 INFO (jetty-closer-1138-thread-2) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@5905294f: rootName =
solr_36879, domain = solr.node, service url = null, agent id = null] for
registry solr.node / com.codahale.metrics.MetricRegistry@4d00a7da
[junit4] 2> 555541 INFO (jetty-closer-1138-thread-1) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@30d63db4{SSL,[ssl,
http/1.1]}{127.0.0.1:0}
[junit4] 2> 555541 INFO (jetty-closer-1138-thread-1) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1955008934
[junit4] 2> 555541 INFO (jetty-closer-1138-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 555541 INFO (jetty-closer-1138-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@6d0e5ef9: rootName =
solr_35407, domain = solr.node, service url = null, agent id = null] for
registry solr.node / com.codahale.metrics.MetricRegistry@747e5e40
[junit4] 2> 555544 INFO (jetty-closer-1138-thread-3) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 555544 INFO (jetty-closer-1138-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 555544 INFO (jetty-closer-1138-thread-3) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@11618f52: rootName =
solr_36443, domain = solr.jvm, service url = null, agent id = null] for
registry solr.jvm / com.codahale.metrics.MetricRegistry@36b64ae2
[junit4] 2> 555544 INFO (jetty-closer-1138-thread-2) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@133ac03d: rootName =
solr_36879, domain = solr.jvm, service url = null, agent id = null] for
registry solr.jvm / com.codahale.metrics.MetricRegistry@36b64ae2
[junit4] 2> 555546 INFO (jetty-closer-1138-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 555546 INFO (jetty-closer-1138-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@39c1475c: rootName =
solr_35407, domain = solr.jvm, service url = null, agent id = null] for
registry solr.jvm / com.codahale.metrics.MetricRegistry@36b64ae2
[junit4] 2> 555546 INFO (jetty-closer-1138-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 555546 INFO (jetty-closer-1138-thread-2) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@64f2ee92: rootName =
solr_36879, domain = solr.jetty, service url = null, agent id = null] for
registry solr.jetty / com.codahale.metrics.MetricRegistry@50405296
[junit4] 2> 555547 INFO (jetty-closer-1138-thread-3) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 555547 INFO (jetty-closer-1138-thread-3) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@1e726fd2: rootName =
solr_36443, domain = solr.jetty, service url = null, agent id = null] for
registry solr.jetty / com.codahale.metrics.MetricRegistry@50405296
[junit4] 2> 555547 INFO (jetty-closer-1138-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 555547 INFO (jetty-closer-1138-thread-2) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 555547 INFO (jetty-closer-1138-thread-3) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 555547 INFO (jetty-closer-1138-thread-3) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 555547 INFO (jetty-closer-1138-thread-3) [ ]
o.a.s.c.Overseer Overseer
(id=98619852755959815-127.0.0.1:36443_solr-n_0000000000) closing
[junit4] 2> 555547 INFO
(OverseerStateUpdate-98619852755959815-127.0.0.1:36443_solr-n_0000000000) [
] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:36443_solr
[junit4] 2> 555547 INFO (zkCallback-1148-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
[junit4] 2> 555548 INFO (zkCallback-1150-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
[junit4] 2> 555548 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x15e5e3bcb520007, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] 2> 555548 INFO (zkCallback-1148-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
[junit4] 2> 555550 INFO (jetty-closer-1138-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 555550 INFO (jetty-closer-1138-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@72ac22bb: rootName =
solr_35407, domain = solr.jetty, service url = null, agent id = null] for
registry solr.jetty / com.codahale.metrics.MetricRegistry@50405296
[junit4] 2> 555550 INFO (jetty-closer-1138-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 555550 INFO (jetty-closer-1138-thread-1) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 557047 WARN (zkCallback-1156-thread-1) [ ]
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK:
[KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 557048 INFO (jetty-closer-1138-thread-2) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@5d3e5a64{/solr,null,UNAVAILABLE}
[junit4] 2> 557048 WARN (zkCallback-1150-thread-1) [ ]
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK:
[KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 557048 INFO (jetty-closer-1138-thread-3) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@125d95fb{/solr,null,UNAVAILABLE}
[junit4] 2> 557052 WARN (zkCallback-1148-thread-1) [ ]
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK:
[KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 557052 INFO (jetty-closer-1138-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@2671ffa6{/solr,null,UNAVAILABLE}
[junit4] 2> 557052 ERROR
(SUITE-TestSSLRandomization-seed#[9C7F253424C2822F]-worker) [ ]
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper
server won't take any action on ERROR or SHUTDOWN server state changes
[junit4] 2> 557052 INFO
(SUITE-TestSSLRandomization-seed#[9C7F253424C2822F]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:43161 43161
[junit4] 2> 557304 INFO (Thread-1180) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:43161 43161
[junit4] 2> 557304 WARN (Thread-1180) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 3 /solr/aliases.json
[junit4] 2> 3 /solr/security.json
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 3 /solr/clusterstate.json
[junit4] 2> 3 /solr/clusterprops.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 3 /solr/live_nodes
[junit4] 2> 3 /solr/collections
[junit4] 2>
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSSLRandomization_9C7F253424C2822F-001
[junit4] 2> Sep 07, 2017 9:25:32 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {},
docValues:{}, maxPointsInLeafNode=65, maxMBSortInHeap=6.330828854267258,
sim=RandomSimilarity(queryNorm=true): {}, locale=fr-BL, timezone=Africa/Kampala
[junit4] 2> NOTE: Linux 4.10.0-33-generic amd64/Oracle Corporation 9
(64-bit)/cpus=8,threads=1,free=149966816,total=468713472
[junit4] 2> NOTE: All tests run in this JVM:
[DistributedFacetPivotSmallTest, TestLegacyField, TestTrie, SimplePostToolTest,
TestRestoreCore, DeleteShardTest, DeleteLastCustomShardedReplicaTest,
TestRecovery, TestReplicaProperties, TestLegacyFieldCache,
TestSolrCloudSnapshots, TestRandomFlRTGCloud, PrimitiveFieldTypeTest,
OverseerTest, TestLRUStatsCache, SegmentsInfoRequestHandlerTest,
TestGraphTermsQParserPlugin, CdcrRequestHandlerTest, TestNumericRangeQuery64,
TestMinMaxOnMultiValuedField, SearchHandlerTest, TestCustomSort,
TestReversedWildcardFilterFactory, BJQParserTest, TestLFUCache,
ReplicationFactorTest, QueryResultKeyTest, UnloadDistributedZkTest,
TestSimpleTextCodec, TestStressUserVersions, TestNestedDocsSort,
CachingDirectoryFactoryTest, TestGeoJSONResponseWriter, DocumentBuilderTest,
CreateCollectionCleanupTest, TestLegacyTerms, TestImpersonationWithHadoopAuth,
TestCloudRecovery, TestSolrQueryResponse, CursorMarkTest, TestJsonRequest,
BasicDistributedZk2Test, SolrTestCaseJ4Test, StatsComponentTest,
TestQueryUtils, UninvertDocValuesMergePolicyTest,
TestTolerantUpdateProcessorRandomCloud, PreAnalyzedFieldTest,
TestHdfsBackupRestoreCore, LeaderElectionTest,
ClassificationUpdateProcessorIntegrationTest, FastVectorHighlighterTest,
TestSolrConfigHandlerCloud, TestSchemaManager, TestCollationFieldDocValues,
TestSSLRandomization]
[junit4] Completed [171/735 (1!)] on J2 in 2.69s, 4 tests, 1 error <<<
FAILURES!
[...truncated 677 lines...]
[junit4] Suite: org.apache.solr.core.TestLazyCores
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_9C7F253424C2822F-001/init-core-data-001
[junit4] 2> 1323619 WARN
(SUITE-TestLazyCores-seed#[9C7F253424C2822F]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=39 numCloses=39
[junit4] 2> 1323619 INFO
(SUITE-TestLazyCores-seed#[9C7F253424C2822F]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 1323620 INFO
(SUITE-TestLazyCores-seed#[9C7F253424C2822F]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0,
clientAuth=0.0/0.0)
[junit4] 2> 1323620 INFO
(SUITE-TestLazyCores-seed#[9C7F253424C2822F]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 1323621 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[9C7F253424C2822F]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testLazyLoad
[junit4] 2> 1323637 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[9C7F253424C2822F]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_9C7F253424C2822F-001/tempDir-001/solr.xml
[junit4] 2> 1323640 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[9C7F253424C2822F]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@6ec18142, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1323655 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[9C7F253424C2822F]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6ec18142
[junit4] 2> 1323661 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[9C7F253424C2822F]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6ec18142
[junit4] 2> 1323661 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[9C7F253424C2822F]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6ec18142
[junit4] 2> 1323662 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[9C7F253424C2822F]) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1323666 INFO (coreLoadExecutor-5931-thread-3) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 1323666 INFO (coreLoadExecutor-5931-thread-2) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 1323666 INFO (coreLoadExecutor-5931-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 1323676 INFO (coreLoadExecutor-5931-thread-3) [ ]
o.a.s.s.IndexSchema [collection5] Schema name=tiny
[junit4] 2> 1323676 INFO (coreLoadExecutor-5931-thread-2) [ ]
o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 1323676 INFO (coreLoadExecutor-5931-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=tiny
[junit4] 2> 1323677 INFO (coreLoadExecutor-5931-thread-3) [ ]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1323677 INFO (coreLoadExecutor-5931-thread-3) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_9C7F253424C2822F-001/tempDir-001/./collection5,
trusted=true
[junit4] 2> 1323677 INFO (coreLoadExecutor-5931-thread-3) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection5' (registry
'solr.core.collection5') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6ec18142
[junit4] 2> 1323677 INFO (coreLoadExecutor-5931-thread-3) [ ]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1323677 INFO (coreLoadExecutor-5931-thread-2) [ ]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1323677 INFO (coreLoadExecutor-5931-thread-2) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_9C7F253424C2822F-001/tempDir-001/./collection2,
trusted=true
[junit4] 2> 1323677 INFO (coreLoadExecutor-5931-thread-3) [ ]
o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_9C7F253424C2822F-001/tempDir-001/collection5],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_9C7F253424C2822F-001/tempDir-001/./collection5/data/]
[junit4] 2> 1323677 INFO (coreLoadExecutor-5931-thread-2) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection2' (registry
'solr.core.collection2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6ec18142
[junit4] 2> 1323678 INFO (coreLoadExecutor-5931-thread-2) [ ]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1323678 INFO (coreLoadExecutor-5931-thread-2) [ ]
o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_9C7F253424C2822F-001/tempDir-001/collection2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_9C7F253424C2822F-001/tempDir-001/./collection2/data/]
[junit4] 2> 1323678 INFO (coreLoadExecutor-5931-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1323678 INFO (coreLoadExecutor-5931-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_9C7F253424C2822F-001/tempDir-001/./collection1,
trusted=true
[junit4] 2> 1323678 INFO (coreLoadExecutor-5931-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry
'solr.core.collection1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6ec18142
[junit4] 2> 1323678 INFO (coreLoadExecutor-5931-thread-1) [ ]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1323678 INFO (coreLoadExecutor-5931-thread-1) [ ]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_9C7F253424C2822F-001/tempDir-001/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_9C7F253424C2822F-001/tempDir-001/./collection1/data/]
[junit4] 2> 1323679 INFO (coreLoadExecutor-5931-thread-3) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=43, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=57.2158203125,
floorSegmentMB=1.1796875, forceMergeDeletesPctAllowed=4.360608766339591,
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.34527346540312936
[junit4] 2> 1323679 INFO (coreLoadExecutor-5931-thread-2) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=43, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=57.2158203125,
floorSegmentMB=1.1796875, forceMergeDeletesPctAllowed=4.360608766339591,
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.34527346540312936
[junit4] 2> 1323680 INFO (coreLoadExecutor-5931-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=43, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=57.2158203125,
floorSegmentMB=1.1796875, forceMergeDeletesPctAllowed=4.360608766339591,
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.34527346540312936
[junit4] 2> 1323714 INFO (coreLoadExecutor-5931-thread-3) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1323714 INFO (coreLoadExecutor-5931-thread-3) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1323715 INFO (coreLoadExecutor-5931-thread-3) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=34, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.3010983445125637]
[junit4] 2> 1323715 INFO (coreLoadExecutor-5931-thread-3) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@4c6a24d2[collection5] main]
[junit4] 2> 1323715 INFO (coreLoadExecutor-5931-thread-3) [ ]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_9C7F253424C2822F-001/tempDir-001/collection5/conf
[junit4] 2> 1323715 INFO (coreLoadExecutor-5931-thread-3) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1323716 INFO (searcherExecutor-5932-thread-1) [ ]
o.a.s.c.SolrCore [collection5] Registered new searcher
Searcher@4c6a24d2[collection5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1323724 INFO (coreLoadExecutor-5931-thread-1) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1323724 INFO (coreLoadExecutor-5931-thread-1) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1323725 INFO (coreLoadExecutor-5931-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=34, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.3010983445125637]
[junit4] 2> 1323725 INFO (coreLoadExecutor-5931-thread-2) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1323725 INFO (coreLoadExecutor-5931-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@3e6a68d3[collection1] main]
[junit4] 2> 1323725 INFO (coreLoadExecutor-5931-thread-2) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1323725 INFO (coreLoadExecutor-5931-thread-1) [ ]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_9C7F253424C2822F-001/tempDir-001/collection1/conf
[junit4] 2> 1323726 INFO (coreLoadExecutor-5931-thread-1) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1323726 INFO (coreLoadExecutor-5931-thread-2) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=34, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.3010983445125637]
[junit4] 2> 1323726 INFO (coreLoadExecutor-5931-thread-2) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@6098bcd2[collection2] main]
[junit4] 2> 1323726 INFO (coreLoadExecutor-5931-thread-2) [ ]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_9C7F253424C2822F-001/tempDir-001/collection2/conf
[junit4] 2> 1323726 INFO (searcherExecutor-5934-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@3e6a68d3[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1323726 INFO (coreLoadExecutor-5931-thread-2) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1323728 INFO (searcherExecutor-5933-thread-1) [ ]
o.a.s.c.SolrCore [collection2] Registered new searcher
Searcher@6098bcd2[collection2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1323732 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[9C7F253424C2822F]) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 1323736 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[9C7F253424C2822F]) [ ]
o.a.s.s.IndexSchema [collection3] Schema name=tiny
[junit4] 2> 1323737 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[9C7F253424C2822F]) [ ]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1323737 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[9C7F253424C2822F]) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection3' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_9C7F253424C2822F-001/tempDir-001/./collection3,
trusted=true
[junit4] 2> 1323737 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[9C7F253424C2822F]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection3' (registry
'solr.core.collection3') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6ec18142
[junit4] 2> 1323737 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[9C7F253424C2822F]) [ ]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1323737 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[9C7F253424C2822F]) [ ]
o.a.s.c.SolrCore [[collection3] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_9C7F253424C2822F-001/tempDir-001/collection3],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_9C7F253424C2822F-001/tempDir-001/./collection3/data/]
[junit4] 2> 1323741 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[9C7F253424C2822F]) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=18, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=1.40625, noCFSRatio=1.0]
[junit4] 2> 1323782 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[9C7F253424C2822F]) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1323782 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[9C7F253424C2822F]) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1323783 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[9C7F253424C2822F]) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.MockRandomMergePolicy:
org.apache.lucene.index.MockRandomMergePolicy@7a8136f1
[junit4] 2> 1323783 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[9C7F253424C2822F]) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@604553c5[collection3] main]
[junit4] 2> 1323783 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[9C7F253424C2822F]) [ ]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_9C7F253424C2822F-001/tempDir-001/collection3/conf
[junit4] 2> 1323784 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[9C7F253424C2822F]) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1323784 INFO (searcherExecutor-5944-thread-1) [ ]
o.a.s.c.SolrCore [collection3] Registered new searcher
Searcher@604553c5[collection3]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1323787 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[9C7F253424C2822F]) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 1323790 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[9C7F253424C2822F]) [ ]
o.a.s.s.IndexSchema [collection4] Schema name=tiny
[junit4] 2> 1323791 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[9C7F253424C2822F]) [ ]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1323791 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[9C7F253424C2822F]) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection4' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_9C7F253424C2822F-001/tempDir-001/./collection4,
trusted=true
[junit4] 2> 1323791 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[9C7F253424C2822F]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection4' (registry
'solr.core.collection4') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6ec18142
[junit4] 2> 1323791 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[9C7F253424C2822F]) [ ]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1323791 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[9C7F253424C2822F]) [ ]
o.a.s.c.SolrCore [[collection4] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_9C7F253424C2822F-001/tempDir-001/collection4],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_9C7F253424C2822F-001/tempDir-001/./collection4/data/]
[junit4] 2> 1323793 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[9C7F253424C2822F]) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=22, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.21703419876743235]
[junit4] 2> 1323823 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[9C7F253424C2822F]) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1323823 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[9C7F253424C2822F]) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1323824 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[9C7F253424C2822F]) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=38, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=75.8681640625,
floorSegmentMB=1.5966796875, forceMergeDeletesPctAllowed=0.893227344376426,
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8263478678531752
[junit4] 2> 1323824 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[9C7F253424C2822F]) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@58ded6ce[collection4] main]
[junit4] 2> 1323824 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[9C7F253424C2822F]) [ ]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_9C7F253424C2822F-001/tempDir-001/collection4/conf
[junit4] 2> 1323824 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[9C7F253424C2822F]) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1323825 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[9C7F253424C2822F]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=449090866
[junit4] 2> 1323825 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[9C7F253424C2822F]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 1323825 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[9C7F253424C2822F]) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@53ce94b9: rootName = null,
domain = solr.node, service url = null, agent id = null] for registry solr.node
/ com.codahale.metrics.MetricRegistry@3f9f2e6
[junit4] 2> 1323825 INFO (searcherExecutor-5948-thread-1) [ ]
o.a.s.c.SolrCore [collection4] Registered new searcher
Searcher@58ded6ce[collection4]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1323827 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[9C7F253424C2822F]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 1323828 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[9C7F253424C2822F]) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@7e82d452: rootName = null,
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm /
com.codahale.metrics.MetricRegistry@11947a75
[junit4] 2> 1323830 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[9C7F253424C2822F]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 1323830 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[9C7F253424C2822F]) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@378777d4: rootName = null,
domain = solr.jetty, service url = null, agent id = null] for registry
solr.jetty / com.codahale.metrics.MetricRegistry@50405296
[junit4] 2> 1323830 INFO (coreCloseExecutor-5952-thread-1) [ ]
o.a.s.c.SolrCore [collection5] CLOSING SolrCore
org.apache.solr.core.SolrCore@4b292a7c
[junit4] 2> 1323830 INFO (coreCloseExecutor-5952-thread-2) [ ]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@15963ab3
[junit4] 2> 1323830 INFO (coreCloseExecutor-5952-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection5, tag=1260989052
[junit4] 2> 1323830 INFO (coreCloseExecutor-5952-thread-4) [ ]
o.a.s.c.SolrCore [collection2] CLOSING SolrCore
org.apache.solr.core.SolrCore@5c7248e7
[junit4] 2> 1323830 INFO (coreCloseExecutor-5952-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@6ebfe47d: rootName = null,
domain = solr.core.collection5, service url = null, agent id = null] for
registry solr.core.collection5 / com.codahale.metrics.MetricRegistry@3f7bdbb5
[junit4] 2> 1323830 INFO (coreCloseExecutor-5952-thread-3) [ ]
o.a.s.c.SolrCore [collection4] CLOSING SolrCore
org.apache.solr.core.SolrCore@157a6738
[junit4] 2> 1323830 INFO (coreCloseExecutor-5952-thread-5) [ ]
o.a.s.c.SolrCore [collection3] CLOSING SolrCore
org.apache.solr.core.SolrCore@6af3b648
[junit4] 2> 1323837 INFO (coreCloseExecutor-5952-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=362166963
[junit4] 2> 1323837 INFO (coreCloseExecutor-5952-thread-2) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@74de517c: rootName = null,
domain = solr.core.collection1, service url = null, agent id = null] for
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@34053825
[junit4] 2> 1323844 INFO (coreCloseExecutor-5952-thread-4) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection2, tag=1550993639
[junit4] 2> 1323844 INFO (coreCloseExecutor-5952-thread-4) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@3a79cb93: rootName = null,
domain = solr.core.collection2, service url = null, agent id = null] for
registry solr.core.collection2 / com.codahale.metrics.MetricRegistry@40273658
[junit4] 2> 1323851 INFO (coreCloseExecutor-5952-thread-3) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection4, tag=360343352
[junit4] 2> 1323851 INFO (coreCloseExecutor-5952-thread-3) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@1e5df01f: rootName = null,
domain = solr.core.collection4, service url = null, agent id = null] for
registry solr.core.collection4 / com.codahale.metrics.MetricRegistry@2e30183a
[junit4] 2> 1323857 INFO (coreCloseExecutor-5952-thread-5) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection3, tag=1794356808
[junit4] 2> 1323857 INFO (coreCloseExecutor-5952-thread-5) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@397573dc: rootName = null,
domain = solr.core.collection3, service url = null, agent id = null] for
registry solr.core.collection3 / com.codahale.metrics.MetricRegistry@658c2cec
[junit4] 2> 1323862 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[9C7F253424C2822F]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testLazyLoad
[junit4] 2> 1323863 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[9C7F253424C2822F]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testCachingLimit
[junit4] 2> 1323872 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[9C7F253424C2822F]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_9C7F253424C2822F-001/tempDir-002/solr.xml
[junit4] 2> 1323873 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[9C7F253424C2822F]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@6ec18142, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1323888 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[9C7F253424C2822F]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6ec18142
[junit4] 2> 1323894 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[9C7F253424C2822F]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6ec18142
[junit4] 2> 1323894 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[9C7F253424C2822F]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6ec18142
[junit4] 2> 1323895 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[9C7F253424C2822F]) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1323898 INFO (coreLoadExecutor-5959-thread-2) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 1323908 INFO (coreLoadExecutor-5959-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 1323908 INFO (coreLoadExecutor-5959-thread-3) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 1323912 INFO (coreLoadExecutor-5959-thread-2) [ ]
o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 1323913 INFO (coreLoadExecutor-5959-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=tiny
[junit4] 2> 1323913 INFO (coreLoadExecutor-5959-thread-3) [ ]
o.a.s.s.IndexSchema [collection5] Schema name=tiny
[junit4] 2> 1323914 INFO (coreLoadExecutor-5959-thread-2) [ ]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1323914 INFO (coreLoadExecutor-5959-thread-2) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_9C7F253424C2822F-001/tempDir-002/./collection2,
trusted=true
[junit4] 2> 1323914 INFO (coreLoadExecutor-5959-thread-2) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection2' (registry
'solr.core.collection2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6ec18142
[junit4] 2> 1323914 INFO (coreLoadExecutor-5959-thread-2) [ ]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1323914 INFO (coreLoadExecutor-5959-thread-2) [ ]
o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_9C7F253424C2822F-001/tempDir-002/collection2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_9C7F253424C2822F-001/tempDir-002/./collection2/data/]
[junit4] 2> 1323915 INFO (coreLoadExecutor-5959-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1323915 INFO (coreLoadExecutor-5959-thread-3) [ ]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1323915 INFO (coreLoadExecutor-5959-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_9C7F253424C2822F-001/tempDir-002/./collection1,
trusted=true
[junit4] 2> 1323915 INFO (coreLoadExecutor-5959-thread-3) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_9C7F253424C2822F-001/tempDir-002/./collection5,
trusted=true
[junit4] 2> 1323916 INFO (coreLoadExecutor-5959-thread-3) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection5' (registry
'solr.core.collection5') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6ec18142
[junit4] 2> 1323916 INFO (coreLoadExecutor-5959-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry
'solr.core.collection1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6ec18142
[junit4] 2> 1323916 INFO (coreLoadExecutor-5959-thread-3) [ ]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1323916 INFO (coreLoadExecutor-5959-thread-1) [ ]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1323916 INFO (coreLoadExecutor-5959-thread-3) [ ]
o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_9C7F253424C2822F-001/tempDir-002/collection5],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_9C7F253424C2822F-001/tempDir-002/./collection5/data/]
[junit4] 2> 1323916 INFO (coreLoadExecutor-5959-thread-1) [ ]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_9C7F253424C2822F-001/tempDir-002/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_9C7F253424C2822F-001/tempDir-002/./collection1/data/]
[junit4] 2> 1323917 INFO (coreLoadExecutor-5959-thread-2) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=43, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=57.2158203125,
floorSegmentMB=1.1796875, forceMergeDeletesPctAllowed=4.360608766339591,
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.34527346540312936
[junit4] 2> 1323918 INFO (coreLoadExecutor-5959-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=43, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=57.2158203125,
floorSegmentMB=1.1796875, forceMergeDeletesPctAllowed=4.360608766339591,
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.34527346540312936
[junit4] 2> 1323918 INFO (coreLoadExecutor-5959-thread-3) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=43, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=57.2158203125,
floorSegmentMB=1.1796875, forceMergeDeletesPctAllowed=4.360608766339591,
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.34527346540312936
[junit4] 2> 1323949 INFO (coreLoadExecutor-5959-thread-2) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1323949 INFO (coreLoadExecutor-5959-thread-2) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1323949 INFO (coreLoadExecutor-5959-thread-2) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=34, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.3010983445125637]
[junit4] 2> 1323950 INFO (coreLoadExecutor-5959-thread-2) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@24ae9c75[collection2] main]
[junit4] 2> 1323950 INFO (coreLoadExecutor-5959-thread-2) [ ]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_9C7F253424C2822F-001/tempDir-002/collection2/conf
[junit4] 2> 1323950 INFO (coreLoadExecutor-5959-thread-2) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1323951 INFO (searcherExecutor-5960-thread-1) [ ]
o.a.s.c.SolrCore [collection2] Registered new searcher
Searcher@24ae9c75[collection2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1323961 INFO (coreLoadExecutor-5959-thread-1) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1323961 INFO (coreLoadExecutor-5959-thread-1) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1323961 INFO (coreLoadExecutor-5959-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=34, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.3010983445125637]
[junit4] 2> 1323962 INFO (coreLoadExecutor-5959-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@7ca2e163[collection1] main]
[junit4] 2> 1323962 INFO (coreLoadExecutor-5959-thread-1) [ ]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_9C7F253424C2822F-001/tempDir-002/collection1/conf
[junit4] 2> 1323962 INFO (coreLoadExecutor-5959-thread-1) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1323962 INFO (searcherExecutor-5961-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@7ca2e163[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1323964 INFO (coreLoadExecutor-5959-thread-3) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1323964 INFO (coreLoadExecutor-5959-thread-3) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1323964 INFO (coreLoadExecutor-5959-thread-3) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=34, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.3010983445125637]
[junit4] 2> 1323965 INFO (coreLoadExecutor-5959-thread-3) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@6974dfb8[collection5] main]
[junit4] 2> 1323965 INFO (coreLoadExecutor-5959-thread-3) [ ]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_9C7F253424C2822F-001/tempDir-002/collection5/conf
[junit4] 2> 1323965 INFO (coreLoadExecutor-5959-thread-3) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1323966 INFO (searcherExecutor-5962-thread-1) [ ]
o.a.s.c.SolrCore [collection5] Registered new searcher
Searcher@6974dfb8[collection5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1323976 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[9C7F253424C2822F]) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 1323978 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[9C7F253424C2822F]) [ ]
o.a.s.s.IndexSchema [collection3] Schema name=tiny
[junit4] 2> 1323979 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[9C7F253424C2822F]) [ ]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1323979 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[9C7F253424C2822F]) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection3' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_9C7F253424C2822F-001/tempDir-002/./collection3,
trusted=true
[junit4] 2> 1323980 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[9C7F253424C2822F]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection3' (registry
'solr.core.collection3') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6ec18142
[junit4] 2> 1323980 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[9C7F253424C2822F]) [ ]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1323980 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[9C7F253424C2822F]) [ ]
o.a.s.c.SolrCore [[collection3] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_9C7F253424C2822F-001/tempDir-002/collection3],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_9C7F253424C2822F-001/tempDir-002/./collection3/data/]
[junit4] 2> 1323982 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[9C7F253424C2822F]) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1162712099,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 1324019 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[9C7F253424C2822F]) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1324019 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[9C7F253424C2822F]) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1324020 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[9C7F253424C2822F]) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=45, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=9.384765625,
floorSegmentMB=1.1611328125, forceMergeDeletesPctAllowed=21.821758389175944,
segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.31336477986478317
[junit4] 2> 1324020 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[9C7F253424C2822F]) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@1a09ee19[collection3] main]
[junit4] 2> 1324021 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[9C7F253424C2822F]) [ ]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_9C7F253424C2822F-001/tempDir-002/collection3/conf
[junit4] 2> 1324021 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[9C7F253424C2822F]) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1324022 INFO (searcherExecutor-5972-thread-1) [ ]
o.a.s.c.SolrCore [collection3] Registered new searcher
Searcher@1a09ee19[collection3]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1324024 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[9C7F253424C2822F]) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 1324028 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[9C7F253424C2822F]) [ ]
o.a.s.s.IndexSchema [collection4] Schema name=tiny
[junit4] 2> 1324028 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[9C7F253424C2822F]) [ ]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1324029 INFO (TEST-TestLazyCor
[...truncated too long message...]
unit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_9C7F253424C2822F-001
[junit4] 2> Sep 07, 2017 9:38:23 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> Sep 07, 2017 9:38:43 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> SEVERE: 1 thread leaked from SUITE scope at
org.apache.solr.core.TestLazyCores:
[junit4] 2> 1) Thread[id=19778, name=searcherExecutor-6089-thread-1,
state=WAITING, group=TGRP-TestLazyCores]
[junit4] 2> at java.base@9/jdk.internal.misc.Unsafe.park(Native
Method)
[junit4] 2> at
java.base@9/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
[junit4] 2> at
java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
[junit4] 2> at
java.base@9/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
[junit4] 2> at
java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
[junit4] 2> at
java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
[junit4] 2> at
java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
[junit4] 2> at java.base@9/java.lang.Thread.run(Thread.java:844)
[junit4] 2> Sep 07, 2017 9:38:43 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> INFO: Starting to interrupt leaked threads:
[junit4] 2> 1) Thread[id=19778, name=searcherExecutor-6089-thread-1,
state=WAITING, group=TGRP-TestLazyCores]
[junit4] 2> Sep 07, 2017 9:38:46 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> SEVERE: There are still zombie threads that couldn't be
terminated:
[junit4] 2> 1) Thread[id=19778, name=searcherExecutor-6089-thread-1,
state=WAITING, group=TGRP-TestLazyCores]
[junit4] 2> at java.base@9/jdk.internal.misc.Unsafe.park(Native
Method)
[junit4] 2> at
java.base@9/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
[junit4] 2> at
java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
[junit4] 2> at
java.base@9/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
[junit4] 2> at
java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
[junit4] 2> at
java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
[junit4] 2> at
java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
[junit4] 2> at java.base@9/java.lang.Thread.run(Thread.java:844)
[junit4] 2> NOTE: test params are: codec=Lucene70,
sim=RandomSimilarity(queryNorm=true): {}, locale=ps-AF, timezone=Europe/Tirane
[junit4] 2> NOTE: Linux 4.10.0-33-generic amd64/Oracle Corporation 9
(64-bit)/cpus=8,threads=2,free=295840232,total=532676608
[junit4] 2> NOTE: All tests run in this JVM:
[DistributedFacetPivotSmallTest, TestLegacyField, TestTrie, SimplePostToolTest,
TestRestoreCore, DeleteShardTest, DeleteLastCustomShardedReplicaTest,
TestRecovery, TestReplicaProperties, TestLegacyFieldCache,
TestSolrCloudSnapshots, TestRandomFlRTGCloud, PrimitiveFieldTypeTest,
OverseerTest, TestLRUStatsCache, SegmentsInfoRequestHandlerTest,
TestGraphTermsQParserPlugin, CdcrRequestHandlerTest, TestNumericRangeQuery64,
TestMinMaxOnMultiValuedField, SearchHandlerTest, TestCustomSort,
TestReversedWildcardFilterFactory, BJQParserTest, TestLFUCache,
ReplicationFactorTest, QueryResultKeyTest, UnloadDistributedZkTest,
TestSimpleTextCodec, TestStressUserVersions, TestNestedDocsSort,
CachingDirectoryFactoryTest, TestGeoJSONResponseWriter, DocumentBuilderTest,
CreateCollectionCleanupTest, TestLegacyTerms, TestImpersonationWithHadoopAuth,
TestCloudRecovery, TestSolrQueryResponse, CursorMarkTest, TestJsonRequest,
BasicDistributedZk2Test, SolrTestCaseJ4Test, StatsComponentTest,
TestQueryUtils, UninvertDocValuesMergePolicyTest,
TestTolerantUpdateProcessorRandomCloud, PreAnalyzedFieldTest,
TestHdfsBackupRestoreCore, LeaderElectionTest,
ClassificationUpdateProcessorIntegrationTest, FastVectorHighlighterTest,
TestSolrConfigHandlerCloud, TestSchemaManager, TestCollationFieldDocValues,
TestSSLRandomization, ReturnFieldsTest, JvmMetricsTest,
HdfsRestartWhileUpdatingTest, MetricsHandlerTest, TestIndexSearcher,
TestCollectionAPIs, TestManagedResourceStorage, SolrInfoBeanTest,
TestSubQueryTransformerCrossCore, AutoCommitTest,
DistributedFacetPivotLargeTest, CdcrBootstrapTest, SuggesterFSTTest,
TestPushWriter, TestIntervalFaceting, TestRuleBasedAuthorizationPlugin,
TestManagedSynonymGraphFilterFactory, QueryEqualityTest,
TestImplicitCoreProperties, DateMathParserTest, DirectoryFactoryTest,
TestConfigSetImmutable, SolrMetricManagerTest, TestDFRSimilarityFactory,
TestFastWriter, FullSolrCloudDistribCmdsTest, TestTolerantSearch,
HttpSolrCallGetCoreTest, TestUniqueKeyFieldResource, SolrCLIZkUtilsTest,
DistributedQueryComponentOptimizationTest, MigrateRouteKeyTest,
ExplicitHLLTest, TestFieldCacheSortRandom, TestSolrDeletionPolicy2,
TestNamedUpdateProcessors, PathHierarchyTokenizerFactoryTest,
CloudExitableDirectoryReaderTest, TestStressReorder, SolrJmxReporterTest,
HdfsDirectoryTest, LeaderFailureAfterFreshStartTest,
TestSchemaSimilarityResource, XsltUpdateRequestHandlerTest, TestSort,
BadIndexSchemaTest, InfixSuggestersTest, TermVectorComponentDistributedTest,
V2ApiIntegrationTest, TimeZoneUtilsTest, TestReload, ResponseLogComponentTest,
CopyFieldTest, SimpleFacetsTest, TestFieldCollectionResource,
CdcrUpdateLogTest, TestStressLiveNodes, TestAuthenticationFramework,
ChangedSchemaMergeTest, TestPrepRecovery, PolyFieldTest,
PingRequestHandlerTest, ShardRoutingTest, BasicZkTest, RecoveryZkTest,
TestReplicationHandler, TestRandomFaceting, TestZkChroot,
ShardRoutingCustomTest, ZkControllerTest, TestJoin, TestStressVersions,
HardAutoCommitTest, DistributedTermsComponentTest, TestRangeQuery,
TestSolr4Spatial, SolrCoreTest, SpellCheckComponentTest, TestGroupingSearch,
ConvertedLegacyTest, TestFunctionQuery, BasicFunctionalityTest, TestLazyCores]
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestLazyCores
-Dtests.seed=9C7F253424C2822F -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=ps-AF -Dtests.timezone=Europe/Tirane -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] ERROR 0.00s J2 | TestLazyCores (suite) <<<
[junit4] > Throwable #1:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE
scope at org.apache.solr.core.TestLazyCores:
[junit4] > 1) Thread[id=19778, name=searcherExecutor-6089-thread-1,
state=WAITING, group=TGRP-TestLazyCores]
[junit4] > at java.base@9/jdk.internal.misc.Unsafe.park(Native
Method)
[junit4] > at
java.base@9/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
[junit4] > at
java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
[junit4] > at
java.base@9/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
[junit4] > at
java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
[junit4] > at
java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
[junit4] > at
java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
[junit4] > at java.base@9/java.lang.Thread.run(Thread.java:844)
[junit4] > at
__randomizedtesting.SeedInfo.seed([9C7F253424C2822F]:0)Throwable #2:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
[junit4] > 1) Thread[id=19778, name=searcherExecutor-6089-thread-1,
state=WAITING, group=TGRP-TestLazyCores]
[junit4] > at java.base@9/jdk.internal.misc.Unsafe.park(Native
Method)
[junit4] > at
java.base@9/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
[junit4] > at
java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
[junit4] > at
java.base@9/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
[junit4] > at
java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
[junit4] > at
java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
[junit4] > at
java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
[junit4] > at java.base@9/java.lang.Thread.run(Thread.java:844)
[junit4] > at
__randomizedtesting.SeedInfo.seed([9C7F253424C2822F]:0)
[junit4] Completed [374/735 (2!)] on J2 in 27.72s, 9 tests, 3 errors <<<
FAILURES!
[...truncated 531 lines...]
[junit4] Suite: org.apache.solr.cloud.TestMiniSolrCloudClusterSSL
[junit4] ERROR 0.00s J2 | TestMiniSolrCloudClusterSSL (suite) <<<
[junit4] > Throwable #1: java.lang.NoClassDefFoundError: Could not
initialize class org.apache.solr.cloud.TestMiniSolrCloudClusterSSL
[junit4] > at java.base/java.lang.Class.forName0(Native Method)
[junit4] > at java.base/java.lang.Class.forName(Class.java:375)
[junit4] Completed [540/735 (3!)] on J2 in 0.00s, 0 tests, 1 error <<<
FAILURES!
[...truncated 39750 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]