Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/522/
Java: 64bit/jdk-9 -XX:-UseCompressedOops -XX:+UseG1GC --illegal-access=deny
4 tests failed.
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=5496, name=searcherExecutor-2825-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=5496, name=searcherExecutor-2825-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([5FC2E6EBAA84232C]: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=5496, name=searcherExecutor-2825-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=5496, name=searcherExecutor-2825-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([5FC2E6EBAA84232C]:0)
FAILED: org.apache.solr.cloud.LeaderElectionContextKeyTest.test
Error Message:
Stack Trace:
java.lang.AssertionError
at
__randomizedtesting.SeedInfo.seed([5FC2E6EBAA84232C:D796D93104784ED4]:0)
at org.junit.Assert.fail(Assert.java:92)
at org.junit.Assert.assertTrue(Assert.java:43)
at org.junit.Assert.assertTrue(Assert.java:54)
at
org.apache.solr.cloud.LeaderElectionContextKeyTest.test(LeaderElectionContextKeyTest.java:88)
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)
FAILED: org.apache.solr.core.TestLazyCores.testNoCommit
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([5FC2E6EBAA84232C:80A2473A61A34089]: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 11540 lines...]
[junit4] Suite: org.apache.solr.cloud.LeaderElectionContextKeyTest
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionContextKeyTest_5FC2E6EBAA84232C-001/init-core-data-001
[junit4] 2> 5704 WARN
(SUITE-LeaderElectionContextKeyTest-seed#[5FC2E6EBAA84232C]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=128 numCloses=128
[junit4] 2> 5704 INFO
(SUITE-LeaderElectionContextKeyTest-seed#[5FC2E6EBAA84232C]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 5705 INFO
(SUITE-LeaderElectionContextKeyTest-seed#[5FC2E6EBAA84232C]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) 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> 5705 INFO
(SUITE-LeaderElectionContextKeyTest-seed#[5FC2E6EBAA84232C]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 5706 INFO
(SUITE-LeaderElectionContextKeyTest-seed#[5FC2E6EBAA84232C]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionContextKeyTest_5FC2E6EBAA84232C-001/tempDir-001
[junit4] 2> 5709 INFO
(SUITE-LeaderElectionContextKeyTest-seed#[5FC2E6EBAA84232C]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 5711 INFO (Thread-1) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 5711 INFO (Thread-1) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 5798 ERROR (Thread-1) [ ] 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> 5810 INFO
(SUITE-LeaderElectionContextKeyTest-seed#[5FC2E6EBAA84232C]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:33305
[junit4] 2> 5981 INFO (jetty-launcher-3-thread-1) [ ] o.e.j.s.Server
jetty-9.3.20.v20170531
[junit4] 2> 6020 INFO (jetty-launcher-3-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@3cfbc32d{/solr,null,AVAILABLE}
[junit4] 2> 6028 INFO (jetty-launcher-3-thread-1) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@7b58d387{HTTP/1.1,[http/1.1]}{127.0.0.1:?????}
[junit4] 2> 6034 INFO (jetty-launcher-3-thread-1) [ ] o.e.j.s.Server
Started @????ms
[junit4] 2> 6034 INFO (jetty-launcher-3-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=41123}
[junit4] 2> 6049 ERROR (jetty-launcher-3-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 6050 INFO (jetty-launcher-3-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.1.0
[junit4] 2> 6050 INFO (jetty-launcher-3-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 6050 INFO (jetty-launcher-3-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 6070 INFO (jetty-launcher-3-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-09-30T10:39:53.919995Z
[junit4] 2> 6071 INFO (jetty-launcher-3-thread-1) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 6095 INFO (jetty-launcher-3-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 6131 INFO (jetty-launcher-3-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33305/solr
[junit4] 2> 6392 INFO (jetty-launcher-3-thread-1) [ ] o.a.s.c.Overseer
Overseer (id=null) closing
[junit4] 2> 6394 INFO (jetty-launcher-3-thread-1) [ ]
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:41123_solr
[junit4] 2> 6395 INFO (jetty-launcher-3-thread-1) [ ] o.a.s.c.Overseer
Overseer (id=98747547229421571-127.0.0.1:41123_solr-n_0000000000) starting
[junit4] 2> 6454 INFO (jetty-launcher-3-thread-1) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:41123_solr
[junit4] 2> 6466 INFO (zkCallback-10-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 6797 INFO (jetty-launcher-3-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41123.solr.node' (registry
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49628555
[junit4] 2> 6798 INFO (jetty-launcher-3-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41123.solr.jvm' (registry
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49628555
[junit4] 2> 6798 INFO (jetty-launcher-3-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41123.solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49628555
[junit4] 2> 6817 INFO (jetty-launcher-3-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/J1/temp/solr.cloud.LeaderElectionContextKeyTest_5FC2E6EBAA84232C-001/tempDir-001/node1/.
[junit4] 2> 7025 INFO
(SUITE-LeaderElectionContextKeyTest-seed#[5FC2E6EBAA84232C]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 7026 INFO
(SUITE-LeaderElectionContextKeyTest-seed#[5FC2E6EBAA84232C]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33305/solr ready
[junit4] 2> 7395 INFO (qtp106730061-41) [ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=1&collection.configName=config&maxShardsPerNode=1000&name=testCollection1&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 7415 INFO (OverseerThreadFactory-18-thread-1) [ ]
o.a.s.c.CreateCollectionCmd Create collection testCollection1
[junit4] 2> 7548 INFO
(OverseerStateUpdate-98747547229421571-127.0.0.1:41123_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testCollection1",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"testCollection1_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:41123/solr",
[junit4] 2> "type":"NRT"}
[junit4] 2> 7563 INFO
(OverseerStateUpdate-98747547229421571-127.0.0.1:41123_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testCollection1",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"testCollection1_shard2_replica_n3",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:41123/solr",
[junit4] 2> "type":"NRT"}
[junit4] 2> 7803 INFO (qtp106730061-43) [ ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node4&collection.configName=config&newCollection=true&name=testCollection1_shard2_replica_n3&action=CREATE&numShards=2&collection=testCollection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 7805 INFO (qtp106730061-43) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 7827 INFO (qtp106730061-38) [ ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node2&collection.configName=config&newCollection=true&name=testCollection1_shard1_replica_n1&action=CREATE&numShards=2&collection=testCollection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 7951 INFO (zkCallback-10-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/testCollection1/state.json] for collection [testCollection1]
has occurred - updating... (live nodes size: [1])
[junit4] 2> 7951 INFO (zkCallback-10-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/testCollection1/state.json] for collection [testCollection1]
has occurred - updating... (live nodes size: [1])
[junit4] 2> 8862 INFO (qtp106730061-38) [ ] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 7.1.0
[junit4] 2> 8867 INFO (qtp106730061-43) [ ] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 7.1.0
[junit4] 2> 8920 INFO (qtp106730061-38) [ ] o.a.s.s.IndexSchema
[testCollection1_shard1_replica_n1] Schema name=minimal
[junit4] 2> 8921 INFO (qtp106730061-43) [ ] o.a.s.s.IndexSchema
[testCollection1_shard2_replica_n3] Schema name=minimal
[junit4] 2> 8922 WARN (qtp106730061-38) [ ] o.a.s.c.SolrResourceLoader
Solr loaded a deprecated plugin/analysis class [solr.TrieIntField]. Please
consult documentation how to replace it accordingly.
[junit4] 2> 8923 WARN (qtp106730061-43) [ ] o.a.s.c.SolrResourceLoader
Solr loaded a deprecated plugin/analysis class [solr.TrieIntField]. Please
consult documentation how to replace it accordingly.
[junit4] 2> 8925 WARN (qtp106730061-38) [ ] o.a.s.c.SolrResourceLoader
Solr loaded a deprecated plugin/analysis class [solr.TrieLongField]. Please
consult documentation how to replace it accordingly.
[junit4] 2> 8926 INFO (qtp106730061-43) [ ] o.a.s.s.IndexSchema Loaded
schema minimal/1.1 with uniqueid field id
[junit4] 2> 8926 INFO (qtp106730061-38) [ ] o.a.s.s.IndexSchema Loaded
schema minimal/1.1 with uniqueid field id
[junit4] 2> 8926 INFO (qtp106730061-43) [ ] o.a.s.c.CoreContainer
Creating SolrCore 'testCollection1_shard2_replica_n3' using configuration from
collection testCollection1, trusted=true
[junit4] 2> 8926 INFO (qtp106730061-38) [ ] o.a.s.c.CoreContainer
Creating SolrCore 'testCollection1_shard1_replica_n1' using configuration from
collection testCollection1, trusted=true
[junit4] 2> 8928 INFO (qtp106730061-43) [ ] o.a.s.m.r.SolrJmxReporter
JMX monitoring for 'solr_41123.solr.core.testCollection1.shard2.replica_n3'
(registry 'solr.core.testCollection1.shard2.replica_n3') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@49628555
[junit4] 2> 8928 INFO (qtp106730061-38) [ ] o.a.s.m.r.SolrJmxReporter
JMX monitoring for 'solr_41123.solr.core.testCollection1.shard1.replica_n1'
(registry 'solr.core.testCollection1.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@49628555
[junit4] 2> 8928 INFO (qtp106730061-38) [ ] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 8928 INFO (qtp106730061-43) [ ] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 8928 INFO (qtp106730061-38) [ ] o.a.s.c.SolrCore
[[testCollection1_shard1_replica_n1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionContextKeyTest_5FC2E6EBAA84232C-001/tempDir-001/node1/testCollection1_shard1_replica_n1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionContextKeyTest_5FC2E6EBAA84232C-001/tempDir-001/node1/./testCollection1_shard1_replica_n1/data/]
[junit4] 2> 8928 INFO (qtp106730061-43) [ ] o.a.s.c.SolrCore
[[testCollection1_shard2_replica_n3] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionContextKeyTest_5FC2E6EBAA84232C-001/tempDir-001/node1/testCollection1_shard2_replica_n3],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionContextKeyTest_5FC2E6EBAA84232C-001/tempDir-001/node1/./testCollection1_shard2_replica_n3/data/]
[junit4] 2> 9015 INFO (qtp106730061-38) [ ] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 9015 INFO (qtp106730061-38) [ ] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 9025 INFO (qtp106730061-38) [ ] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 9025 INFO (qtp106730061-38) [ ] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 9027 INFO (qtp106730061-38) [ ] o.a.s.s.SolrIndexSearcher
Opening [Searcher@17096ba8[testCollection1_shard1_replica_n1] main]
[junit4] 2> 9031 INFO (qtp106730061-38) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/config
[junit4] 2> 9032 INFO (qtp106730061-38) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/config
[junit4] 2> 9033 INFO (qtp106730061-38) [ ] o.a.s.h.ReplicationHandler
Commits will be reserved for 10000ms.
[junit4] 2> 9043 INFO (qtp106730061-43) [ ] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 9043 INFO (qtp106730061-43) [ ] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 9044 INFO (searcherExecutor-22-thread-1) [ ]
o.a.s.c.SolrCore [testCollection1_shard1_replica_n1] Registered new searcher
Searcher@17096ba8[testCollection1_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 9044 INFO (qtp106730061-38) [ ] o.a.s.u.UpdateLog Could
not find max version in index or recent updates, using new clock
1579960759129997312
[junit4] 2> 9047 INFO (qtp106730061-43) [ ] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 9048 INFO (qtp106730061-43) [ ] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 9052 INFO (qtp106730061-43) [ ] o.a.s.s.SolrIndexSearcher
Opening [Searcher@6dc4cacb[testCollection1_shard2_replica_n3] main]
[junit4] 2> 9054 INFO (qtp106730061-43) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/config
[junit4] 2> 9056 INFO (qtp106730061-43) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/config
[junit4] 2> 9056 INFO (qtp106730061-43) [ ] o.a.s.h.ReplicationHandler
Commits will be reserved for 10000ms.
[junit4] 2> 9057 INFO (qtp106730061-43) [ ] o.a.s.u.UpdateLog Could
not find max version in index or recent updates, using new clock
1579960759143628800
[junit4] 2> 9060 INFO (searcherExecutor-21-thread-1) [ ]
o.a.s.c.SolrCore [testCollection1_shard2_replica_n3] Registered new searcher
Searcher@6dc4cacb[testCollection1_shard2_replica_n3]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 9072 INFO (qtp106730061-38) [ ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 9072 INFO (qtp106730061-38) [ ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 9072 INFO (qtp106730061-38) [ ] o.a.s.c.SyncStrategy Sync
replicas to http://127.0.0.1:41123/solr/testCollection1_shard1_replica_n1/
[junit4] 2> 9072 INFO (qtp106730061-43) [ ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 9073 INFO (qtp106730061-43) [ ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 9073 INFO (qtp106730061-43) [ ] o.a.s.c.SyncStrategy Sync
replicas to http://127.0.0.1:41123/solr/testCollection1_shard2_replica_n3/
[junit4] 2> 9075 INFO (qtp106730061-38) [ ] o.a.s.c.SyncStrategy Sync
Success - now sync replicas to me
[junit4] 2> 9075 INFO (qtp106730061-43) [ ] o.a.s.c.SyncStrategy Sync
Success - now sync replicas to me
[junit4] 2> 9075 INFO (qtp106730061-38) [ ] o.a.s.c.SyncStrategy
http://127.0.0.1:41123/solr/testCollection1_shard1_replica_n1/ has no replicas
[junit4] 2> 9075 INFO (qtp106730061-43) [ ] o.a.s.c.SyncStrategy
http://127.0.0.1:41123/solr/testCollection1_shard2_replica_n3/ has no replicas
[junit4] 2> 9075 INFO (qtp106730061-38) [ ]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 9075 INFO (qtp106730061-43) [ ]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 9090 INFO (qtp106730061-38) [ ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:41123/solr/testCollection1_shard1_replica_n1/ shard1
[junit4] 2> 9090 INFO (qtp106730061-43) [ ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:41123/solr/testCollection1_shard2_replica_n3/ shard2
[junit4] 2> 9197 INFO (zkCallback-10-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/testCollection1/state.json] for collection [testCollection1]
has occurred - updating... (live nodes size: [1])
[junit4] 2> 9197 INFO (zkCallback-10-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/testCollection1/state.json] for collection [testCollection1]
has occurred - updating... (live nodes size: [1])
[junit4] 2> 9243 INFO (qtp106730061-38) [ ] o.a.s.c.ZkController I am
the leader, no recovery necessary
[junit4] 2> 9243 INFO (qtp106730061-43) [ ] o.a.s.c.ZkController I am
the leader, no recovery necessary
[junit4] 2> 9263 INFO (qtp106730061-38) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=config&newCollection=true&name=testCollection1_shard1_replica_n1&action=CREATE&numShards=2&collection=testCollection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1435
[junit4] 2> 9274 INFO (qtp106730061-43) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=config&newCollection=true&name=testCollection1_shard2_replica_n3&action=CREATE&numShards=2&collection=testCollection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1472
[junit4] 2> 9332 INFO (qtp106730061-41) [ ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 9358 INFO (zkCallback-10-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/testCollection1/state.json] for collection [testCollection1]
has occurred - updating... (live nodes size: [1])
[junit4] 2> 9358 INFO (zkCallback-10-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/testCollection1/state.json] for collection [testCollection1]
has occurred - updating... (live nodes size: [1])
[junit4] 2> 9416 INFO
(OverseerCollectionConfigSetProcessor-98747547229421571-127.0.0.1:41123_solr-n_0000000000)
[ ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 10332 INFO (qtp106730061-41) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/collections
params={replicationFactor=1&collection.configName=config&maxShardsPerNode=1000&name=testCollection1&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2}
status=0 QTime=2948
[junit4] 2> 10335 INFO (qtp106730061-42) [ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=1&collection.configName=config&maxShardsPerNode=1000&name=testCollection2&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 10338 INFO (OverseerThreadFactory-18-thread-2) [ ]
o.a.s.c.CreateCollectionCmd Create collection testCollection2
[junit4] 2> 10569 INFO
(OverseerStateUpdate-98747547229421571-127.0.0.1:41123_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testCollection2",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"testCollection2_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:41123/solr",
[junit4] 2> "type":"NRT"}
[junit4] 2> 10571 INFO
(OverseerStateUpdate-98747547229421571-127.0.0.1:41123_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testCollection2",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"testCollection2_shard2_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:41123/solr",
[junit4] 2> "type":"NRT"}
[junit4] 2> 10764 INFO (qtp106730061-72) [ ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node3&collection.configName=config&newCollection=true&name=testCollection2_shard1_replica_n1&action=CREATE&numShards=2&collection=testCollection2&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 10764 INFO (qtp106730061-36) [ ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node4&collection.configName=config&newCollection=true&name=testCollection2_shard2_replica_n2&action=CREATE&numShards=2&collection=testCollection2&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 10870 INFO (zkCallback-10-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/testCollection2/state.json] for collection [testCollection2]
has occurred - updating... (live nodes size: [1])
[junit4] 2> 10870 INFO (zkCallback-10-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/testCollection2/state.json] for collection [testCollection2]
has occurred - updating... (live nodes size: [1])
[junit4] 2> 11779 INFO (qtp106730061-36) [ ] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 7.1.0
[junit4] 2> 11780 INFO (qtp106730061-72) [ ] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 7.1.0
[junit4] 2> 11791 INFO (qtp106730061-36) [ ] o.a.s.s.IndexSchema
[testCollection2_shard2_replica_n2] Schema name=minimal
[junit4] 2> 11794 INFO (qtp106730061-72) [ ] o.a.s.s.IndexSchema
[testCollection2_shard1_replica_n1] Schema name=minimal
[junit4] 2> 11794 INFO (qtp106730061-36) [ ] o.a.s.s.IndexSchema
Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 11794 INFO (qtp106730061-36) [ ] o.a.s.c.CoreContainer
Creating SolrCore 'testCollection2_shard2_replica_n2' using configuration from
collection testCollection2, trusted=true
[junit4] 2> 11794 INFO (qtp106730061-36) [ ] o.a.s.m.r.SolrJmxReporter
JMX monitoring for 'solr_41123.solr.core.testCollection2.shard2.replica_n2'
(registry 'solr.core.testCollection2.shard2.replica_n2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@49628555
[junit4] 2> 11795 INFO (qtp106730061-36) [ ] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 11795 INFO (qtp106730061-36) [ ] o.a.s.c.SolrCore
[[testCollection2_shard2_replica_n2] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionContextKeyTest_5FC2E6EBAA84232C-001/tempDir-001/node1/testCollection2_shard2_replica_n2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionContextKeyTest_5FC2E6EBAA84232C-001/tempDir-001/node1/./testCollection2_shard2_replica_n2/data/]
[junit4] 2> 11798 INFO (qtp106730061-72) [ ] o.a.s.s.IndexSchema
Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 11798 INFO (qtp106730061-72) [ ] o.a.s.c.CoreContainer
Creating SolrCore 'testCollection2_shard1_replica_n1' using configuration from
collection testCollection2, trusted=true
[junit4] 2> 11799 INFO (qtp106730061-72) [ ] o.a.s.m.r.SolrJmxReporter
JMX monitoring for 'solr_41123.solr.core.testCollection2.shard1.replica_n1'
(registry 'solr.core.testCollection2.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@49628555
[junit4] 2> 11799 INFO (qtp106730061-72) [ ] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 11800 INFO (qtp106730061-72) [ ] o.a.s.c.SolrCore
[[testCollection2_shard1_replica_n1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionContextKeyTest_5FC2E6EBAA84232C-001/tempDir-001/node1/testCollection2_shard1_replica_n1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionContextKeyTest_5FC2E6EBAA84232C-001/tempDir-001/node1/./testCollection2_shard1_replica_n1/data/]
[junit4] 2> 11937 INFO (qtp106730061-72) [ ] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 11937 INFO (qtp106730061-72) [ ] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 11939 INFO (qtp106730061-72) [ ] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 11939 INFO (qtp106730061-72) [ ] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 11940 INFO (qtp106730061-72) [ ] o.a.s.s.SolrIndexSearcher
Opening [Searcher@5475512e[testCollection2_shard1_replica_n1] main]
[junit4] 2> 11941 INFO (qtp106730061-36) [ ] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 11941 INFO (qtp106730061-36) [ ] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 11941 INFO (qtp106730061-72) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/config
[junit4] 2> 11941 INFO (qtp106730061-72) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/config
[junit4] 2> 11942 INFO (qtp106730061-72) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 11942 INFO (qtp106730061-72) [ ] o.a.s.u.UpdateLog Could
not find max version in index or recent updates, using new clock
1579960762168770560
[junit4] 2> 11943 INFO (qtp106730061-36) [ ] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 11943 INFO (qtp106730061-36) [ ] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 11944 INFO (searcherExecutor-32-thread-1) [ ]
o.a.s.c.SolrCore [testCollection2_shard1_replica_n1] Registered new searcher
Searcher@5475512e[testCollection2_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 11946 INFO (qtp106730061-36) [ ] o.a.s.s.SolrIndexSearcher
Opening [Searcher@4f268958[testCollection2_shard2_replica_n2] main]
[junit4] 2> 11947 INFO (qtp106730061-72) [ ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 11947 INFO (qtp106730061-72) [ ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 11947 INFO (qtp106730061-72) [ ] o.a.s.c.SyncStrategy Sync
replicas to http://127.0.0.1:41123/solr/testCollection2_shard1_replica_n1/
[junit4] 2> 11947 INFO (qtp106730061-72) [ ] o.a.s.c.SyncStrategy Sync
Success - now sync replicas to me
[junit4] 2> 11947 INFO (qtp106730061-72) [ ] o.a.s.c.SyncStrategy
http://127.0.0.1:41123/solr/testCollection2_shard1_replica_n1/ has no replicas
[junit4] 2> 11947 INFO (qtp106730061-72) [ ]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 11950 INFO (qtp106730061-72) [ ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:41123/solr/testCollection2_shard1_replica_n1/ shard1
[junit4] 2> 11950 INFO (qtp106730061-36) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/config
[junit4] 2> 11951 INFO (qtp106730061-36) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/config
[junit4] 2> 11952 INFO (qtp106730061-36) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 11953 INFO (searcherExecutor-31-thread-1) [ ]
o.a.s.c.SolrCore [testCollection2_shard2_replica_n2] Registered new searcher
Searcher@4f268958[testCollection2_shard2_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 11954 INFO (qtp106730061-36) [ ] o.a.s.u.UpdateLog Could
not find max version in index or recent updates, using new clock
1579960762181353472
[junit4] 2> 11958 INFO (qtp106730061-36) [ ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 11958 INFO (qtp106730061-36) [ ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 11958 INFO (qtp106730061-36) [ ] o.a.s.c.SyncStrategy Sync
replicas to http://127.0.0.1:41123/solr/testCollection2_shard2_replica_n2/
[junit4] 2> 11958 INFO (qtp106730061-36) [ ] o.a.s.c.SyncStrategy Sync
Success - now sync replicas to me
[junit4] 2> 11958 INFO (qtp106730061-36) [ ] o.a.s.c.SyncStrategy
http://127.0.0.1:41123/solr/testCollection2_shard2_replica_n2/ has no replicas
[junit4] 2> 11958 INFO (qtp106730061-36) [ ]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 11960 INFO (qtp106730061-36) [ ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:41123/solr/testCollection2_shard2_replica_n2/ shard2
[junit4] 2> 12063 INFO (zkCallback-10-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/testCollection2/state.json] for collection [testCollection2]
has occurred - updating... (live nodes size: [1])
[junit4] 2> 12064 INFO (zkCallback-10-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/testCollection2/state.json] for collection [testCollection2]
has occurred - updating... (live nodes size: [1])
[junit4] 2> 12101 INFO (qtp106730061-72) [ ] o.a.s.c.ZkController I am
the leader, no recovery necessary
[junit4] 2> 12103 INFO (qtp106730061-72) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=config&newCollection=true&name=testCollection2_shard1_replica_n1&action=CREATE&numShards=2&collection=testCollection2&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1339
[junit4] 2> 12111 INFO (qtp106730061-36) [ ] o.a.s.c.ZkController I am
the leader, no recovery necessary
[junit4] 2> 12113 INFO (qtp106730061-36) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=config&newCollection=true&name=testCollection2_shard2_replica_n2&action=CREATE&numShards=2&collection=testCollection2&shard=shard2&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1349
[junit4] 2> 12116 INFO (qtp106730061-42) [ ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 12215 INFO (zkCallback-10-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/testCollection2/state.json] for collection [testCollection2]
has occurred - updating... (live nodes size: [1])
[junit4] 2> 12215 INFO (zkCallback-10-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/testCollection2/state.json] for collection [testCollection2]
has occurred - updating... (live nodes size: [1])
[junit4] 2> 12340 INFO
(OverseerCollectionConfigSetProcessor-98747547229421571-127.0.0.1:41123_solr-n_0000000000)
[ ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000002 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 13116 INFO (qtp106730061-42) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/collections
params={replicationFactor=1&collection.configName=config&maxShardsPerNode=1000&name=testCollection2&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2}
status=0 QTime=2780
[junit4] 2> 13119 INFO
(SUITE-LeaderElectionContextKeyTest-seed#[5FC2E6EBAA84232C]-worker) [ ]
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection:
testCollection1 failOnTimeout:true timeout (sec):30
[junit4] 2> 13119 INFO
(SUITE-LeaderElectionContextKeyTest-seed#[5FC2E6EBAA84232C]-worker) [ ]
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection:
testCollection1
[junit4] 2> 13119 INFO
(SUITE-LeaderElectionContextKeyTest-seed#[5FC2E6EBAA84232C]-worker) [ ]
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection:
testCollection2 failOnTimeout:true timeout (sec):30
[junit4] 2> 13120 INFO
(SUITE-LeaderElectionContextKeyTest-seed#[5FC2E6EBAA84232C]-worker) [ ]
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection:
testCollection2
[junit4] 2> 13124 INFO
(TEST-LeaderElectionContextKeyTest.test-seed#[5FC2E6EBAA84232C]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting test
[junit4] 2> 13127 INFO (qtp106730061-43) [ ] o.a.s.m.SolrMetricManager
Closing metric reporters for
registry=solr.core.testCollection1.shard2.replica_n3, tag=null
[junit4] 2> 13127 INFO (qtp106730061-43) [ ] o.a.s.m.r.SolrJmxReporter
Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@979d1:
rootName = solr_41123, domain = solr.core.testCollection1.shard2.replica_n3,
service url = null, agent id = null] for registry
solr.core.testCollection1.shard2.replica_n3 /
com.codahale.metrics.MetricRegistry@5d55d41d
[junit4] 2> 13152 INFO (qtp106730061-43) [ ] o.a.s.c.SolrCore
[testCollection1_shard2_replica_n3] CLOSING SolrCore
org.apache.solr.core.SolrCore@74cf4a10
[junit4] 2> 13152 INFO (qtp106730061-43) [ ] o.a.s.m.SolrMetricManager
Closing metric reporters for
registry=solr.core.testCollection1.shard2.replica_n3, tag=1959741968
[junit4] 2> 13152 INFO (qtp106730061-43) [ ] o.a.s.m.SolrMetricManager
Closing metric reporters for
registry=solr.collection.testCollection1.shard2.leader, tag=1959741968
[junit4] 2> 13155 INFO (qtp106730061-43) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={deleteInstanceDir=false&core=testCollection1_shard2_replica_n3&deleteDataDir=false&action=UNLOAD&indexInfo=true&wt=javabin&version=2&deleteIndex=false}
status=0 QTime=28
[junit4] 2> 13156 INFO
(TEST-LeaderElectionContextKeyTest.test-seed#[5FC2E6EBAA84232C]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending test
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=LeaderElectionContextKeyTest -Dtests.method=test
-Dtests.seed=5FC2E6EBAA84232C -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=fa -Dtests.timezone=SystemV/AST4 -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[junit4] FAILURE 0.04s J1 | LeaderElectionContextKeyTest.test <<<
[junit4] > Throwable #1: java.lang.AssertionError
[junit4] > at
__randomizedtesting.SeedInfo.seed([5FC2E6EBAA84232C:D796D93104784ED4]:0)
[junit4] > at
org.apache.solr.cloud.LeaderElectionContextKeyTest.test(LeaderElectionContextKeyTest.java:88)
[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] 2> 13159 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 0x15ed25efb0d0005, 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> 13162 INFO (jetty-closer-4-thread-1) [ ]
o.e.j.s.AbstractConnector Stopped
ServerConnector@7b58d387{HTTP/1.1,[http/1.1]}{127.0.0.1:?}
[junit4] 2> 13163 INFO (jetty-closer-4-thread-1) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=672279785
[junit4] 2> 13163 INFO (jetty-closer-4-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 13163 INFO (jetty-closer-4-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@3a406473: rootName =
solr_41123, domain = solr.node, service url = null, agent id = null] for
registry solr.node / com.codahale.metrics.MetricRegistry@17788c13
[junit4] 2> 13171 INFO (jetty-closer-4-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 13172 INFO (jetty-closer-4-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@681654a6: rootName =
solr_41123, domain = solr.jvm, service url = null, agent id = null] for
registry solr.jvm / com.codahale.metrics.MetricRegistry@17c5a4e8
[junit4] 2> 13180 INFO (jetty-closer-4-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 13180 INFO (jetty-closer-4-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@cdaf0d2: rootName =
solr_41123, domain = solr.jetty, service url = null, agent id = null] for
registry solr.jetty / com.codahale.metrics.MetricRegistry@23c1915
[junit4] 2> 13182 INFO (jetty-closer-4-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 13183 INFO (coreCloseExecutor-41-thread-1) [ ]
o.a.s.c.SolrCore [testCollection1_shard1_replica_n1] CLOSING SolrCore
org.apache.solr.core.SolrCore@363d63c7
[junit4] 2> 13183 INFO (coreCloseExecutor-41-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.testCollection1.shard1.replica_n1, tag=909992903
[junit4] 2> 13183 INFO (coreCloseExecutor-41-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@53386c4: rootName =
solr_41123, domain = solr.core.testCollection1.shard1.replica_n1, service url =
null, agent id = null] for registry solr.core.testCollection1.shard1.replica_n1
/ com.codahale.metrics.MetricRegistry@54399aff
[junit4] 2> 13183 INFO (coreCloseExecutor-41-thread-2) [ ]
o.a.s.c.SolrCore [testCollection2_shard1_replica_n1] CLOSING SolrCore
org.apache.solr.core.SolrCore@151c8fb5
[junit4] 2> 13184 INFO (coreCloseExecutor-41-thread-3) [ ]
o.a.s.c.SolrCore [testCollection2_shard2_replica_n2] CLOSING SolrCore
org.apache.solr.core.SolrCore@5081dd75
[junit4] 2> 13196 INFO (coreCloseExecutor-41-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.testCollection2.shard1.replica_n1, tag=354193333
[junit4] 2> 13196 INFO (coreCloseExecutor-41-thread-2) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@75ed10bc: rootName =
solr_41123, domain = solr.core.testCollection2.shard1.replica_n1, service url =
null, agent id = null] for registry solr.core.testCollection2.shard1.replica_n1
/ com.codahale.metrics.MetricRegistry@7d99635b
[junit4] 2> 13206 INFO (coreCloseExecutor-41-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.collection.testCollection2.shard1.leader, tag=354193333
[junit4] 2> 13206 INFO (coreCloseExecutor-41-thread-3) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.testCollection2.shard2.replica_n2, tag=1350688117
[junit4] 2> 13206 INFO (coreCloseExecutor-41-thread-3) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@729aa4d6: rootName =
solr_41123, domain = solr.core.testCollection2.shard2.replica_n2, service url =
null, agent id = null] for registry solr.core.testCollection2.shard2.replica_n2
/ com.codahale.metrics.MetricRegistry@61a6d8bb
[junit4] 2> 13214 INFO (coreCloseExecutor-41-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.collection.testCollection1.shard1.leader, tag=909992903
[junit4] 2> 13214 INFO (coreCloseExecutor-41-thread-3) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.collection.testCollection2.shard2.leader, tag=1350688117
[junit4] 2> 13216 INFO (jetty-closer-4-thread-1) [ ] o.a.s.c.Overseer
Overseer (id=98747547229421571-127.0.0.1:41123_solr-n_0000000000) closing
[junit4] 2> 13216 INFO
(OverseerStateUpdate-98747547229421571-127.0.0.1:41123_solr-n_0000000000) [
] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:41123_solr
[junit4] 2> 13218 WARN (zkCallback-10-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> 13219 INFO (jetty-closer-4-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@3cfbc32d{/solr,null,UNAVAILABLE}
[junit4] 2> 13220 ERROR
(SUITE-LeaderElectionContextKeyTest-seed#[5FC2E6EBAA84232C]-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> 13221 INFO
(SUITE-LeaderElectionContextKeyTest-seed#[5FC2E6EBAA84232C]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:33305 33305
[junit4] 2> 28267 INFO (Thread-1) [ ] o.a.s.c.ZkTestServer connecting
to 127.0.0.1:33305 33305
[junit4] 2> 28268 WARN (Thread-1) [ ] o.a.s.c.ZkTestServer Watch limit
violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 2 /solr/aliases.json
[junit4] 2> 2 /solr/clusterprops.json
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 5 /solr/collections/testCollection2/state.json
[junit4] 2> 5 /solr/collections/testCollection1/state.json
[junit4] 2> 2 /solr/clusterstate.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 2 /solr/live_nodes
[junit4] 2> 2 /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/J1/temp/solr.cloud.LeaderElectionContextKeyTest_5FC2E6EBAA84232C-001
[junit4] 2> NOTE: test params are: codec=CheapBastard,
sim=RandomSimilarity(queryNorm=false): {}, locale=fa, timezone=SystemV/AST4
[junit4] 2> NOTE: Linux 4.10.0-33-generic amd64/Oracle Corporation 9
(64-bit)/cpus=8,threads=1,free=410382096,total=536870912
[junit4] 2> NOTE: All tests run in this JVM:
[TestMinMaxOnMultiValuedField, LeaderElectionContextKeyTest]
[junit4] Completed [6/733 (1!)] on J1 in 22.58s, 1 test, 1 failure <<<
FAILURES!
[...truncated 846 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/J0/temp/solr.core.TestLazyCores_5FC2E6EBAA84232C-001/init-core-data-001
[junit4] 2> 829625 WARN
(SUITE-TestLazyCores-seed#[5FC2E6EBAA84232C]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=47 numCloses=47
[junit4] 2> 829626 INFO
(SUITE-TestLazyCores-seed#[5FC2E6EBAA84232C]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 829626 INFO
(SUITE-TestLazyCores-seed#[5FC2E6EBAA84232C]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) 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> 829626 INFO
(SUITE-TestLazyCores-seed#[5FC2E6EBAA84232C]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 829627 INFO
(TEST-TestLazyCores.testCreateSame-seed#[5FC2E6EBAA84232C]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testCreateSame
[junit4] 2> 829661 INFO
(TEST-TestLazyCores.testCreateSame-seed#[5FC2E6EBAA84232C]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_5FC2E6EBAA84232C-001/tempDir-001/solr.xml
[junit4] 2> 829665 INFO
(TEST-TestLazyCores.testCreateSame-seed#[5FC2E6EBAA84232C]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@1aae7aff, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 829695 INFO
(TEST-TestLazyCores.testCreateSame-seed#[5FC2E6EBAA84232C]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1aae7aff
[junit4] 2> 829704 INFO
(TEST-TestLazyCores.testCreateSame-seed#[5FC2E6EBAA84232C]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1aae7aff
[junit4] 2> 829705 INFO
(TEST-TestLazyCores.testCreateSame-seed#[5FC2E6EBAA84232C]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1aae7aff
[junit4] 2> 829706 INFO
(TEST-TestLazyCores.testCreateSame-seed#[5FC2E6EBAA84232C]) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 829711 INFO (coreLoadExecutor-2763-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 829712 INFO (coreLoadExecutor-2763-thread-3) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 829716 INFO (coreLoadExecutor-2763-thread-2) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 829716 INFO (coreLoadExecutor-2763-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=tiny
[junit4] 2> 829737 INFO (coreLoadExecutor-2763-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 829737 INFO (coreLoadExecutor-2763-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/J0/temp/solr.core.TestLazyCores_5FC2E6EBAA84232C-001/tempDir-001/./collection1,
trusted=true
[junit4] 2> 829737 INFO (coreLoadExecutor-2763-thread-3) [ ]
o.a.s.s.IndexSchema [collection5] Schema name=tiny
[junit4] 2> 829737 INFO (coreLoadExecutor-2763-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@1aae7aff
[junit4] 2> 829737 INFO (coreLoadExecutor-2763-thread-1) [ ]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 829738 INFO (coreLoadExecutor-2763-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/J0/temp/solr.core.TestLazyCores_5FC2E6EBAA84232C-001/tempDir-001/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_5FC2E6EBAA84232C-001/tempDir-001/./collection1/data/]
[junit4] 2> 829739 INFO (coreLoadExecutor-2763-thread-3) [ ]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 829739 INFO (coreLoadExecutor-2763-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/J0/temp/solr.core.TestLazyCores_5FC2E6EBAA84232C-001/tempDir-001/./collection5,
trusted=true
[junit4] 2> 829739 INFO (coreLoadExecutor-2763-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=40, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 829740 INFO (coreLoadExecutor-2763-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@1aae7aff
[junit4] 2> 829740 INFO (coreLoadExecutor-2763-thread-3) [ ]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 829740 INFO (coreLoadExecutor-2763-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/J0/temp/solr.core.TestLazyCores_5FC2E6EBAA84232C-001/tempDir-001/collection5],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_5FC2E6EBAA84232C-001/tempDir-001/./collection5/data/]
[junit4] 2> 829740 INFO (coreLoadExecutor-2763-thread-2) [ ]
o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 829741 INFO (coreLoadExecutor-2763-thread-2) [ ]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 829741 INFO (coreLoadExecutor-2763-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/J0/temp/solr.core.TestLazyCores_5FC2E6EBAA84232C-001/tempDir-001/./collection2,
trusted=true
[junit4] 2> 829741 INFO (coreLoadExecutor-2763-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@1aae7aff
[junit4] 2> 829741 INFO (coreLoadExecutor-2763-thread-2) [ ]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 829741 INFO (coreLoadExecutor-2763-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/J0/temp/solr.core.TestLazyCores_5FC2E6EBAA84232C-001/tempDir-001/collection2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_5FC2E6EBAA84232C-001/tempDir-001/./collection2/data/]
[junit4] 2> 829742 INFO (coreLoadExecutor-2763-thread-3) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=40, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 829743 INFO (coreLoadExecutor-2763-thread-2) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=40, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 829782 INFO (coreLoadExecutor-2763-thread-1) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 829782 INFO (coreLoadExecutor-2763-thread-1) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 829783 INFO (coreLoadExecutor-2763-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1542662118,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 829783 INFO (coreLoadExecutor-2763-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@60336a43[collection1] main]
[junit4] 2> 829783 INFO (coreLoadExecutor-2763-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/J0/temp/solr.core.TestLazyCores_5FC2E6EBAA84232C-001/tempDir-001/collection1/conf
[junit4] 2> 829784 INFO (coreLoadExecutor-2763-thread-1) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 829784 INFO (searcherExecutor-2764-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@60336a43[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 829790 INFO (coreLoadExecutor-2763-thread-2) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 829790 INFO (coreLoadExecutor-2763-thread-2) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 829791 INFO (coreLoadExecutor-2763-thread-3) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 829791 INFO (coreLoadExecutor-2763-thread-2) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1542662118,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 829791 INFO (coreLoadExecutor-2763-thread-3) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 829792 INFO (coreLoadExecutor-2763-thread-2) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@1618c152[collection2] main]
[junit4] 2> 829792 INFO (coreLoadExecutor-2763-thread-3) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1542662118,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 829792 INFO (coreLoadExecutor-2763-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/J0/temp/solr.core.TestLazyCores_5FC2E6EBAA84232C-001/tempDir-001/collection2/conf
[junit4] 2> 829792 INFO (coreLoadExecutor-2763-thread-3) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@5d36b8c0[collection5] main]
[junit4] 2> 829792 INFO (coreLoadExecutor-2763-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/J0/temp/solr.core.TestLazyCores_5FC2E6EBAA84232C-001/tempDir-001/collection5/conf
[junit4] 2> 829793 INFO (coreLoadExecutor-2763-thread-2) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 829793 INFO (coreLoadExecutor-2763-thread-3) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 829793 INFO (searcherExecutor-2766-thread-1) [ ]
o.a.s.c.SolrCore [collection2] Registered new searcher
Searcher@1618c152[collection2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 829793 INFO (searcherExecutor-2765-thread-1) [ ]
o.a.s.c.SolrCore [collection5] Registered new searcher
Searcher@5d36b8c0[collection5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 829808 INFO
(TEST-TestLazyCores.testCreateSame-seed#[5FC2E6EBAA84232C]) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 829812 INFO
(TEST-TestLazyCores.testCreateSame-seed#[5FC2E6EBAA84232C]) [ ]
o.a.s.s.IndexSchema [collection4] Schema name=tiny
[junit4] 2> 829814 INFO
(TEST-TestLazyCores.testCreateSame-seed#[5FC2E6EBAA84232C]) [ ]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 829814 INFO
(TEST-TestLazyCores.testCreateSame-seed#[5FC2E6EBAA84232C]) [ ]
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/J0/temp/solr.core.TestLazyCores_5FC2E6EBAA84232C-001/tempDir-001/./collection4,
trusted=true
[junit4] 2> 829814 INFO
(TEST-TestLazyCores.testCreateSame-seed#[5FC2E6EBAA84232C]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection4' (registry
'solr.core.collection4') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1aae7aff
[junit4] 2> 829815 INFO
(TEST-TestLazyCores.testCreateSame-seed#[5FC2E6EBAA84232C]) [ ]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 829815 INFO
(TEST-TestLazyCores.testCreateSame-seed#[5FC2E6EBAA84232C]) [ ]
o.a.s.c.SolrCore [[collection4] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_5FC2E6EBAA84232C-001/tempDir-001/collection4],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_5FC2E6EBAA84232C-001/tempDir-001/./collection4/data/]
[junit4] 2> 829817 INFO
(TEST-TestLazyCores.testCreateSame-seed#[5FC2E6EBAA84232C]) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=46, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.3374978160491754]
[junit4] 2> 829859 INFO
(TEST-TestLazyCores.testCreateSame-seed#[5FC2E6EBAA84232C]) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 829859 INFO
(TEST-TestLazyCores.testCreateSame-seed#[5FC2E6EBAA84232C]) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 829860 INFO
(TEST-TestLazyCores.testCreateSame-seed#[5FC2E6EBAA84232C]) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=14, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=94.056640625,
floorSegmentMB=1.7734375, forceMergeDeletesPctAllowed=3.307708280835607,
segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 829860 INFO
(TEST-TestLazyCores.testCreateSame-seed#[5FC2E6EBAA84232C]) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@66facfa0[collection4] main]
[junit4] 2> 829860 INFO
(TEST-TestLazyCores.testCreateSame-seed#[5FC2E6EBAA84232C]) [ ]
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/J0/temp/solr.core.TestLazyCores_5FC2E6EBAA84232C-001/tempDir-001/collection4/conf
[junit4] 2> 829861 INFO
(TEST-TestLazyCores.testCreateSame-seed#[5FC2E6EBAA84232C]) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 829861 INFO (searcherExecutor-2777-thread-1) [ ]
o.a.s.c.SolrCore [collection4] Registered new searcher
Searcher@66facfa0[collection4]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 829865 INFO
(TEST-TestLazyCores.testCreateSame-seed#[5FC2E6EBAA84232C]) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 829869 INFO
(TEST-TestLazyCores.testCreateSame-seed#[5FC2E6EBAA84232C]) [ ]
o.a.s.s.IndexSchema [collection6] Schema name=tiny
[junit4] 2> 829870 INFO
(TEST-TestLazyCores.testCreateSame-seed#[5FC2E6EBAA84232C]) [ ]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 829870 INFO
(TEST-TestLazyCores.testCreateSame-seed#[5FC2E6EBAA84232C]) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection6' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_5FC2E6EBAA84232C-001/tempDir-001/./collection6,
trusted=true
[junit4] 2> 829871 INFO
(TEST-TestLazyCores.testCreateSame-seed#[5FC2E6EBAA84232C]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection6' (registry
'solr.core.collection6') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1aae7aff
[junit4] 2> 829871 INFO
(TEST-TestLazyCores.testCreateSame-seed#[5FC2E6EBAA84232C]) [ ]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 829871 INFO
(TEST-TestLazyCores.testCreateSame-seed#[5FC2E6EBAA84232C]) [ ]
o.a.s.c.SolrCore [[collection6] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_5FC2E6EBAA84232C-001/tempDir-001/collection6],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_5FC2E6EBAA84232C-001/tempDir-001/./collection6/data/]
[junit4] 2> 829873 INFO
(TEST-TestLazyCores.testCreateSame-seed#[5FC2E6EBAA84232C]) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=30, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=94.572265625,
floorSegmentMB=1.53125, forceMergeDeletesPctAllowed=3.56535972504794,
segmentsPerTier=24.0, maxCFSSegmentSizeMB=1.8427734375, noCFSRatio=1.0
[junit4] 2> 829903 INFO
(TEST-TestLazyCores.testCreateSame-seed#[5FC2E6EBAA84232C]) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 829903 INFO
(TEST-TestLazyCores.testCreateSame-seed#[5FC2E6EBAA84232C]) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 829904 INFO
(TEST-TestLazyCores.testCreateSame-seed#[5FC2E6EBAA84232C]) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=22, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=36.6513671875,
floorSegmentMB=1.3642578125, forceMergeDeletesPctAllowed=10.602737978140421,
segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.40731781932497935
[junit4] 2> 829904 INFO
(TEST-TestLazyCores.testCreateSame-seed#[5FC2E6EBAA84232C]) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@6ef37760[collection6] main]
[junit4] 2> 829905 INFO
(TEST-TestLazyCores.testCreateSame-seed#[5FC2E6EBAA84232C]) [ ]
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/J0/temp/solr.core.TestLazyCores_5FC2E6EBAA84232C-001/tempDir-001/collection6/conf
[junit4] 2> 829905 INFO
(TEST-TestLazyCores.testCreateSame-seed#[5FC2E6EBAA84232C]) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 829906 INFO (searcherExecutor-2781-thread-1) [ ]
o.a.s.c.SolrCore [collection6] Registered new searcher
Searcher@6ef37760[collection6]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 829910 INFO
(TEST-TestLazyCores.testCreateSame-seed#[5FC2E6EBAA84232C]) [ ]
o.a.s.h.a.CoreAdminOperation core create command
schema=schema.xml&dataDir=t12&name=collection2&action=CREATE&config=solrconfig.xml&wt=xml
[junit4] 2> 829910 WARN
(TEST-TestLazyCores.testCreateSame-seed#[5FC2E6EBAA84232C]) [ ]
o.a.s.c.CoreContainer Creating a core with existing name is not allowed
[junit4] 2> 829910 INFO
(TEST-TestLazyCores.testCreateSame-seed#[5FC2E6EBAA84232C]) [ ]
o.a.s.h.a.CoreAdminOperation core create command
schema=schema.xml&dataDir=t14&name=collection4&action=CREATE&config=solrconfig.xml&wt=xml
[junit4] 2> 829910 WARN
(TEST-TestLazyCores.testCreateSame-seed#[5FC2E6EBAA84232C]) [ ]
o.a.s.c.CoreContainer Creating a core with existing name is not allowed
[junit4] 2> 829910 INFO
(TEST-TestLazyCores.testCreateSame-seed#[5FC2E6EBAA84232C]) [ ]
o.a.s.h.a.CoreAdminOperation core create command
schema=schema.xml&dataDir=t15&name=collection5&action=CREATE&config=solrconfig.xml&wt=xml
[junit4] 2> 829910 WARN
(TEST-TestLazyCores.testCreateSame-seed#[5FC2E6EBAA84232C]) [ ]
o.a.s.c.CoreContainer Creating a core with existing name is not allowed
[junit4] 2> 829910 INFO
(TEST-TestLazyCores.testCreateSame-seed#[5FC2E6EBAA84232C]) [ ]
o.a.s.h.a.CoreAdminOperation core create command
schema=schema.xml&dataDir=t16&name=collection6&action=CREATE&config=solrconfig.xml&wt=xml
[junit4] 2> 829910 WARN
(TEST-TestLazyCores.testCreateSame-seed#[5FC2E6EBAA84232C]) [ ]
o.a.s.c.CoreContainer Creating a core with existing name is not allowed
[junit4] 2> 829910 INFO
(TEST-TestLazyCores.testCreateSame-seed#[5FC2E6EBAA84232C]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=89040258
[junit4] 2> 829910 INFO
(TEST-TestLazyCores.testCreateSame-seed#[5FC2E6EBAA84232C]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 829910 INFO
(TEST-TestLazyCores.testCreateSame-seed#[5FC2E6EBAA84232C]) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@1e211cc5: rootName = null,
domain = solr.node, service url = null, agent id = null] for registry solr.node
/ com.codahale.metrics.MetricRegistry@1cf615d0
[junit4] 2> 829913 INFO
(TEST-TestLazyCores.testCreateSame-seed#[5FC2E6EBAA84232C]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 829913 INFO
(TEST-TestLazyCores.testCreateSame-seed#[5FC2E6EBAA84232C]) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@2c393668: rootName = null,
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm /
com.codahale.metrics.MetricRegistry@159df592
[junit4] 2> 829915 INFO
(TEST-TestLazyCores.testCreateSame-seed#[5FC2E6EBAA84232C]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 829915 INFO
(TEST-TestLazyCores.testCreateSame-seed#[5FC2E6EBAA84232C]) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@49cdc903: rootName = null,
domain = solr.jetty, service url = null, agent id = null] for registry
solr.jetty / com.codahale.metrics.MetricRegistry@7cb1e86c
[junit4] 2> 829915 INFO (coreCloseExecutor-2785-thread-1) [ ]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@39f2c2ce
[junit4] 2> 829915 INFO (coreCloseExecutor-2785-thread-4) [ ]
o.a.s.c.SolrCore [collection2] CLOSING SolrCore
org.apache.solr.core.SolrCore@10246aba
[junit4] 2> 829915 INFO (coreCloseExecutor-2785-thread-5) [ ]
o.a.s.c.SolrCore [collection6] CLOSING SolrCore
org.apache.solr.core.SolrCore@2f371748
[junit4] 2> 829915 INFO (coreCloseExecutor-2785-thread-3) [ ]
o.a.s.c.SolrCore [collection4] CLOSING SolrCore
org.apache.solr.core.SolrCore@5c7081b8
[junit4] 2> 829915 INFO (coreCloseExecutor-2785-thread-2) [ ]
o.a.s.c.SolrCore [collection5] CLOSING SolrCore
org.apache.solr.core.SolrCore@9f40799
[junit4] 2> 829915 INFO (coreCloseExecutor-2785-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=972210894
[junit4] 2> 829916 INFO (coreCloseExecutor-2785-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@519e9886: rootName = null,
domain = solr.core.collection1, service url = null, agent id = null] for
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@1d7bc8a2
[junit4] 2> 829919 INFO (coreCloseExecutor-2785-thread-4) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection2, tag=270822074
[junit4] 2> 829919 INFO (coreCloseExecutor-2785-thread-4) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@4b81b856: rootName = null,
domain = solr.core.collection2, service url = null, agent id = null] for
registry solr.core.collection2 / com.codahale.metrics.MetricRegistry@14d013bb
[junit4] 2> 829931 INFO (coreCloseExecutor-2785-thread-5) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection6, tag=792139592
[junit4] 2> 829931 INFO (coreCloseExecutor-2785-thread-5) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@6ef3e6cd: rootName = null,
domain = solr.core.collection6, service url = null, agent id = null] for
registry solr.core.collection6 / com.codahale.metrics.MetricRegistry@2a73b9dd
[junit4] 2> 829935 INFO (coreCloseExecutor-2785-thread-3) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection4, tag=1550877112
[junit4] 2> 829935 INFO (coreCloseExecutor-2785-thread-3) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@8c6f54d: rootName = null,
domain = solr.core.collection4, service url = null, agent id = null] for
registry solr.core.collection4 / com.codahale.metrics.MetricRegistry@11c12c8e
[junit4] 2> 829942 INFO (coreCloseExecutor-2785-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection5, tag=166987673
[junit4] 2> 829942 INFO (coreCloseExecutor-2785-thread-2) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@1c3535b8: rootName = null,
domain = solr.core.collection5, service url = null, agent id = null] for
registry solr.core.collection5 / com.codahale.metrics.MetricRegistry@17c9827e
[junit4] 2> 829948 INFO
(TEST-TestLazyCores.testCreateSame-seed#[5FC2E6EBAA84232C]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testCreateSame
[junit4] 2> 829949 INFO
(TEST-TestLazyCores.testNoCommit-seed#[5FC2E6EBAA84232C]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testNoCommit
[junit4] 2> 829995 INFO
(TEST-TestLazyCores.testNoCommit-seed#[5FC2E6EBAA84232C]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_5FC2E6EBAA84232C-001/tempDir-002/solr.xml
[junit4] 2> 829998 INFO
(TEST-TestLazyCores.testNoCommit-seed#[5FC2E6EBAA84232C]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@1aae7aff, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 830025 INFO
(TEST-TestLazyCores.testNoCommit-seed#[5FC2E6EBAA84232C]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1aae7aff
[junit4] 2> 830035 INFO
(TEST-TestLazyCores.testNoCommit-seed#[5FC2E6EBAA84232C]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1aae7aff
[junit4] 2> 830035 INFO
(TEST-TestLazyCores.testNoCommit-seed#[5FC2E6EBAA84232C]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1aae7aff
[junit4] 2> 830036 INFO
(TEST-TestLazyCores.testNoCommit-seed#[5FC2E6EBAA84232C]) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 830043 INFO (coreLoadExecutor-2792-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 830043 INFO (coreLoadExecutor-2792-thread-3) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 830043 INFO (coreLoadExecutor-2792-thread-2) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 830060 INFO (coreLoadExecutor-2792-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=tiny
[junit4] 2> 830061 INFO (coreLoadExecutor-2792-thread-2) [ ]
o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 830061 INFO (coreLoadExecutor-2792-thread-3) [ ]
o.a.s.s.IndexSchema [collection5] Schema name=tiny
[junit4] 2> 830084 INFO (coreLoadExecutor-2792-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 830084 INFO (coreLoadExecutor-2792-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/J0/temp/solr.core.TestLazyCores_5FC2E6EBAA84232C-001/tempDir-002/./collection1,
trusted=true
[junit4] 2> 830084 INFO (coreLoadExecutor-2792-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@1aae7aff
[junit4] 2> 830084 INFO (coreLoadExecutor-2792-thread-1) [ ]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 830085 INFO (coreLoadExecutor-2792-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/J0/temp/solr.core.TestLazyCores_5FC2E6EBAA84232C-001/tempDir-002/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_5FC2E6EBAA84232C-001/tempDir-002/./collection1/data/]
[junit4] 2> 830085 INFO (coreLoadExecutor-2792-thread-2) [ ]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 830085 INFO (coreLoadExecutor-2792-thread-3) [ ]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 830085 INFO (coreLoadExecutor-2792-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/J0/temp/solr.core.TestLazyCores_5FC2E6EBAA84232C-001/tempDir-002/./collection2,
trusted=true
[junit4] 2> 830085 INFO (coreLoadExecutor-2792-thread-3) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configur
[...truncated too long message...]
s.MetricRegistry@7cf026f6
[junit4] 2> 837532 INFO (coreCloseExecutor-3084-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection2, tag=1583066541
[junit4] 2> 837532 INFO (coreCloseExecutor-3084-thread-2) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@44a7508f: rootName = null,
domain = solr.core.collection2, service url = null, agent id = null] for
registry solr.core.collection2 / com.codahale.metrics.MetricRegistry@15c78d93
[junit4] 2> 837545 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[5FC2E6EBAA84232C]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testMidUseUnload
[junit4] 2> 837546 INFO
(SUITE-TestLazyCores-seed#[5FC2E6EBAA84232C]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 837546 INFO
(SUITE-TestLazyCores-seed#[5FC2E6EBAA84232C]-worker) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1984930502
[junit4] 2> 837546 INFO
(SUITE-TestLazyCores-seed#[5FC2E6EBAA84232C]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 837546 INFO
(SUITE-TestLazyCores-seed#[5FC2E6EBAA84232C]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 837546 INFO
(SUITE-TestLazyCores-seed#[5FC2E6EBAA84232C]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_5FC2E6EBAA84232C-001
[junit4] 2> Sep 30, 2017 10:53:45 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> Sep 30, 2017 10:54:05 AM
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=5496, name=searcherExecutor-2825-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 30, 2017 10:54:05 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> INFO: Starting to interrupt leaked threads:
[junit4] 2> 1) Thread[id=5496, name=searcherExecutor-2825-thread-1,
state=WAITING, group=TGRP-TestLazyCores]
[junit4] 2> Sep 30, 2017 10:54:08 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> SEVERE: There are still zombie threads that couldn't be
terminated:
[junit4] 2> 1) Thread[id=5496, name=searcherExecutor-2825-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=Asserting(Lucene70):
{v_t=FSTOrd50, id=FSTOrd50, v_s=PostingsFormat(name=LuceneVarGapFixedInterval),
v_f=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, docValues:{},
maxPointsInLeafNode=526, maxMBSortInHeap=5.356709176493097,
sim=RandomSimilarity(queryNorm=true): {}, locale=en-IL,
timezone=America/Cambridge_Bay
[junit4] 2> NOTE: Linux 4.10.0-33-generic amd64/Oracle Corporation 9
(64-bit)/cpus=8,threads=2,free=413621312,total=536870912
[junit4] 2> NOTE: All tests run in this JVM: [TestExactStatsCache,
TestPivotHelperCode, RecoveryAfterSoftCommitTest, EchoParamsTest,
TestPushWriter, TestStressLucene, DistribDocExpirationUpdateProcessorTest,
ManagedSchemaRoundRobinCloudTest, BinaryUpdateRequestHandlerTest,
HighlighterMaxOffsetTest, TestQuerySenderNoQuery, TestPKIAuthenticationPlugin,
CoreAdminRequestStatusTest, ZkStateWriterTest, UpdateParamsTest, TestBadConfig,
SynonymTokenizerTest, TestSerializedLuceneMatchVersion,
TestWordDelimiterFilterFactory, SpellingQueryConverterTest, OverseerStatusTest,
TestBlendedInfixSuggestions, PeerSyncWithIndexFingerprintCachingTest,
MetricsHandlerTest, TestDocumentBuilder, SolrRequestParserTest,
TestCollectionAPI, OutputWriterTest,
TestOverriddenPrefixQueryForCustomFieldType, TestHighlightDedupGrouping,
BlockJoinFacetRandomTest, AnalysisErrorHandlingTest, BasicDistributedZkTest,
TestRealTimeGet, SuggesterWFSTTest, HdfsNNFailoverTest, SolrIndexConfigTest,
TestIntervalFaceting, TestFieldCacheWithThreads,
TestPHPSerializedResponseWriter, CursorPagingTest, HLLUtilTest,
SolrCLIZkUtilsTest, QueryResultKeyTest, TestNumericTerms64,
TestLuceneIndexBackCompat, TestSolrQueryParser,
ConjunctionSolrSpellCheckerTest, SolrGangliaReporterTest,
RAMDirectoryFactoryTest, DirectoryFactoryTest, TestCSVLoader,
TestFieldCacheSort, TestConfigSetImmutable, SpatialRPTFieldTypeTest,
TestCorePropertiesReload, LeaderElectionIntegrationTest,
TestCloudJSONFacetJoinDomain, TestPrepRecovery, CdcrRequestHandlerTest,
TestFieldTypeCollectionResource, DistributedSpellCheckComponentTest,
BigEndianAscendingWordDeserializerTest, TestUseDocValuesAsStored,
TestJsonFacets, TestLuceneMatchVersion, TestRandomDVFaceting,
TestReRankQParserPlugin, TestImplicitCoreProperties, ReplicationFactorTest,
TestCloudSchemaless, TestManagedSynonymFilterFactory, TestManagedResource,
TestCrossCoreJoin, TestComplexPhraseQParserPlugin, ExplicitHLLTest,
TestGeoJSONResponseWriter, TestBinaryResponseWriter, TestCloudRecovery,
TestLazyCores]
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestLazyCores
-Dtests.seed=5FC2E6EBAA84232C -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=en-IL -Dtests.timezone=America/Cambridge_Bay
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII
[junit4] ERROR 0.00s J0 | 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=5496, name=searcherExecutor-2825-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([5FC2E6EBAA84232C]:0)Throwable #2:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
[junit4] > 1) Thread[id=5496, name=searcherExecutor-2825-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([5FC2E6EBAA84232C]:0)
[junit4] Completed [269/733 (2!)] on J0 in 30.99s, 9 tests, 3 errors <<<
FAILURES!
[...truncated 41246 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]