Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/524/ Java: 64bit/jdk-9 -XX:+UseCompressedOops -XX:+UseParallelGC --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=18146, name=searcherExecutor-5134-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=18146, name=searcherExecutor-5134-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([A52E408FC6CA7E91]: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=18146, name=searcherExecutor-5134-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=18146, name=searcherExecutor-5134-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([A52E408FC6CA7E91]:0) FAILED: org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI Error Message: Error from server at http://127.0.0.1:34077/solr/awhollynewcollection_0_shard1_replica_n1: ClusterState says we are the leader (http://127.0.0.1:34077/solr/awhollynewcollection_0_shard1_replica_n1), but locally we don't think so. Request came from null Stack Trace: org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from server at http://127.0.0.1:34077/solr/awhollynewcollection_0_shard1_replica_n1: ClusterState says we are the leader (http://127.0.0.1:34077/solr/awhollynewcollection_0_shard1_replica_n1), but locally we don't think so. Request came from null at __randomizedtesting.SeedInfo.seed([A52E408FC6CA7E91:ED5B343BC0F95104]:0) at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:539) at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:993) at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:862) at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:793) at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178) at org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:233) at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:459) 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: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:34077/solr/awhollynewcollection_0_shard1_replica_n1: ClusterState says we are the leader (http://127.0.0.1:34077/solr/awhollynewcollection_0_shard1_replica_n1), but locally we don't think so. Request came from null at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:627) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413) at org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:516) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) ... 1 more FAILED: org.apache.solr.core.TestLazyCores.testNoCommit Error Message: Exception during query Stack Trace: java.lang.RuntimeException: Exception during query at __randomizedtesting.SeedInfo.seed([A52E408FC6CA7E91:7A4EE15E0DED1D34]: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 11958 lines...] [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest [junit4] 2> 304096 INFO (SUITE-CollectionsAPIDistributedZkTest-seed#[A52E408FC6CA7E91]-worker) [ ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom [junit4] 2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_A52E408FC6CA7E91-001/init-core-data-001 [junit4] 2> 304096 WARN (SUITE-CollectionsAPIDistributedZkTest-seed#[A52E408FC6CA7E91]-worker) [ ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=5 numCloses=5 [junit4] 2> 304096 INFO (SUITE-CollectionsAPIDistributedZkTest-seed#[A52E408FC6CA7E91]-worker) [ ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true [junit4] 2> 304097 INFO (SUITE-CollectionsAPIDistributedZkTest-seed#[A52E408FC6CA7E91]-worker) [ ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0) [junit4] 2> 304097 INFO (SUITE-CollectionsAPIDistributedZkTest-seed#[A52E408FC6CA7E91]-worker) [ ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_A52E408FC6CA7E91-001/tempDir-001 [junit4] 2> 304098 INFO (SUITE-CollectionsAPIDistributedZkTest-seed#[A52E408FC6CA7E91]-worker) [ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER [junit4] 2> 304098 INFO (Thread-527) [ ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 304098 INFO (Thread-527) [ ] o.a.s.c.ZkTestServer Starting server [junit4] 2> 304106 ERROR (Thread-527) [ ] 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> 304198 INFO (SUITE-CollectionsAPIDistributedZkTest-seed#[A52E408FC6CA7E91]-worker) [ ] o.a.s.c.ZkTestServer start zk server on port:34277 [junit4] 2> 304203 INFO (jetty-launcher-340-thread-2) [ ] o.e.j.s.Server jetty-9.3.20.v20170531 [junit4] 2> 304203 INFO (jetty-launcher-340-thread-3) [ ] o.e.j.s.Server jetty-9.3.20.v20170531 [junit4] 2> 304203 INFO (jetty-launcher-340-thread-4) [ ] o.e.j.s.Server jetty-9.3.20.v20170531 [junit4] 2> 304203 INFO (jetty-launcher-340-thread-1) [ ] o.e.j.s.Server jetty-9.3.20.v20170531 [junit4] 2> 304205 INFO (jetty-launcher-340-thread-3) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7aa1d254{/solr,null,AVAILABLE} [junit4] 2> 304205 INFO (jetty-launcher-340-thread-4) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1068c40{/solr,null,AVAILABLE} [junit4] 2> 304206 INFO (jetty-launcher-340-thread-1) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7a4a5899{/solr,null,AVAILABLE} [junit4] 2> 304206 INFO (jetty-launcher-340-thread-4) [ ] o.e.j.s.AbstractConnector Started ServerConnector@15c380e{HTTP/1.1,[http/1.1]}{127.0.0.1:42187} [junit4] 2> 304206 INFO (jetty-launcher-340-thread-3) [ ] o.e.j.s.AbstractConnector Started ServerConnector@75507381{HTTP/1.1,[http/1.1]}{127.0.0.1:34077} [junit4] 2> 304206 INFO (jetty-launcher-340-thread-4) [ ] o.e.j.s.Server Started @305874ms [junit4] 2> 304206 INFO (jetty-launcher-340-thread-3) [ ] o.e.j.s.Server Started @305874ms [junit4] 2> 304206 INFO (jetty-launcher-340-thread-4) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42187} [junit4] 2> 304206 INFO (jetty-launcher-340-thread-3) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34077} [junit4] 2> 304207 ERROR (jetty-launcher-340-thread-3) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 304207 ERROR (jetty-launcher-340-thread-4) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 304207 INFO (jetty-launcher-340-thread-3) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 7.1.0 [junit4] 2> 304207 INFO (jetty-launcher-340-thread-4) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 7.1.0 [junit4] 2> 304207 INFO (jetty-launcher-340-thread-3) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 304207 INFO (jetty-launcher-340-thread-4) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 304207 INFO (jetty-launcher-340-thread-3) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config dir: null [junit4] 2> 304207 INFO (jetty-launcher-340-thread-4) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config dir: null [junit4] 2> 304207 INFO (jetty-launcher-340-thread-3) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-09-30T19:27:32.924735Z [junit4] 2> 304207 INFO (jetty-launcher-340-thread-4) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-09-30T19:27:32.924756Z [junit4] 2> 304207 INFO (jetty-launcher-340-thread-2) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@17a6af04{/solr,null,AVAILABLE} [junit4] 2> 304207 INFO (jetty-launcher-340-thread-1) [ ] o.e.j.s.AbstractConnector Started ServerConnector@5256332e{HTTP/1.1,[http/1.1]}{127.0.0.1:42709} [junit4] 2> 304208 INFO (jetty-launcher-340-thread-1) [ ] o.e.j.s.Server Started @305875ms [junit4] 2> 304208 INFO (jetty-launcher-340-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42709} [junit4] 2> 304208 INFO (jetty-launcher-340-thread-2) [ ] o.e.j.s.AbstractConnector Started ServerConnector@3ee70b4a{HTTP/1.1,[http/1.1]}{127.0.0.1:45375} [junit4] 2> 304208 INFO (jetty-launcher-340-thread-2) [ ] o.e.j.s.Server Started @305875ms [junit4] 2> 304208 INFO (jetty-launcher-340-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45375} [junit4] 2> 304208 ERROR (jetty-launcher-340-thread-1) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 304208 ERROR (jetty-launcher-340-thread-2) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 304208 INFO (jetty-launcher-340-thread-1) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 7.1.0 [junit4] 2> 304208 INFO (jetty-launcher-340-thread-2) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 7.1.0 [junit4] 2> 304208 INFO (jetty-launcher-340-thread-1) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 304208 INFO (jetty-launcher-340-thread-2) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 304208 INFO (jetty-launcher-340-thread-1) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config dir: null [junit4] 2> 304208 INFO (jetty-launcher-340-thread-2) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config dir: null [junit4] 2> 304208 INFO (jetty-launcher-340-thread-1) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-09-30T19:27:32.925522Z [junit4] 2> 304208 INFO (jetty-launcher-340-thread-2) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-09-30T19:27:32.925540Z [junit4] 2> 304214 INFO (jetty-launcher-340-thread-1) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 304218 INFO (jetty-launcher-340-thread-4) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 304236 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 0x15ed4420fd70002, 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> 304237 INFO (jetty-launcher-340-thread-2) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 304237 INFO (jetty-launcher-340-thread-3) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 304247 INFO (jetty-launcher-340-thread-1) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34277/solr [junit4] 2> 304249 INFO (jetty-launcher-340-thread-4) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34277/solr [junit4] 2> 304255 INFO (jetty-launcher-340-thread-2) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34277/solr [junit4] 2> 304261 INFO (jetty-launcher-340-thread-3) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34277/solr [junit4] 2> 304305 INFO (jetty-launcher-340-thread-4) [ ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 304306 INFO (jetty-launcher-340-thread-2) [ ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 304314 INFO (jetty-launcher-340-thread-2) [ ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:45375_solr [junit4] 2> 304314 INFO (jetty-launcher-340-thread-2) [ ] o.a.s.c.Overseer Overseer (id=98749622047408139-127.0.0.1:45375_solr-n_0000000000) starting [junit4] 2> 304316 INFO (jetty-launcher-340-thread-4) [ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42187_solr [junit4] 2> 304326 INFO (zkCallback-361-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 304326 INFO (zkCallback-360-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 304330 INFO (jetty-launcher-340-thread-2) [ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45375_solr [junit4] 2> 304330 INFO (jetty-launcher-340-thread-3) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 304331 INFO (jetty-launcher-340-thread-3) [ ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 304332 INFO (jetty-launcher-340-thread-3) [ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34077_solr [junit4] 2> 304332 INFO (zkCallback-360-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 304333 INFO (zkCallback-361-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 304333 INFO (zkCallback-363-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 304340 INFO (zkCallback-360-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 304340 INFO (zkCallback-361-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 304340 INFO (zkCallback-363-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 304356 INFO (jetty-launcher-340-thread-4) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@788a02e [junit4] 2> 304364 INFO (jetty-launcher-340-thread-4) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@788a02e [junit4] 2> 304364 INFO (jetty-launcher-340-thread-4) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@788a02e [junit4] 2> 304365 INFO (jetty-launcher-340-thread-4) [ ] 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.CollectionsAPIDistributedZkTest_A52E408FC6CA7E91-001/tempDir-001/node4 [junit4] 2> 304366 INFO (jetty-launcher-340-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3) [junit4] 2> 304366 INFO (jetty-launcher-340-thread-1) [ ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 304367 INFO (jetty-launcher-340-thread-1) [ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42709_solr [junit4] 2> 304368 INFO (zkCallback-360-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 304368 INFO (zkCallback-361-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 304368 INFO (zkCallback-363-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 304371 INFO (jetty-launcher-340-thread-3) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@788a02e [junit4] 2> 304377 INFO (zkCallback-359-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 304380 INFO (jetty-launcher-340-thread-3) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@788a02e [junit4] 2> 304381 INFO (jetty-launcher-340-thread-3) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@788a02e [junit4] 2> 304382 INFO (jetty-launcher-340-thread-3) [ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_A52E408FC6CA7E91-001/tempDir-001/node3 [junit4] 2> 304386 INFO (jetty-launcher-340-thread-2) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@788a02e [junit4] 2> 304388 WARN (jetty-launcher-340-thread-3) [ ] o.a.s.m.r.j.JmxMetricsReporter Unable to register gauge [junit4] 2> javax.management.InstanceNotFoundException: solr:dom1=jvm,name0=os,name=processCpuLoad [junit4] 2> at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1083) [junit4] 2> at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.exclusiveUnregisterMBean(DefaultMBeanServerInterceptor.java:423) [junit4] 2> at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.unregisterMBean(DefaultMBeanServerInterceptor.java:411) [junit4] 2> at java.management/com.sun.jmx.mbeanserver.JmxMBeanServer.unregisterMBean(JmxMBeanServer.java:546) [junit4] 2> at org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter$JmxListener.registerMBean(JmxMetricsReporter.java:530) [junit4] 2> at org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter$JmxListener.onGaugeAdded(JmxMetricsReporter.java:565) [junit4] 2> at com.codahale.metrics.MetricRegistry.notifyListenerOfAddedMetric(MetricRegistry.java:454) [junit4] 2> at com.codahale.metrics.MetricRegistry.onMetricAdded(MetricRegistry.java:448) [junit4] 2> at com.codahale.metrics.MetricRegistry.register(MetricRegistry.java:89) [junit4] 2> at org.apache.solr.metrics.SolrMetricManager.registerAll(SolrMetricManager.java:525) [junit4] 2> at org.apache.solr.servlet.SolrDispatchFilter.setupJvmMetrics(SolrDispatchFilter.java:212) [junit4] 2> at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:186) [junit4] 2> at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:873) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1596) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1659) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1316) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1145) [junit4] 2> at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:448) [junit4] 2> at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:306) [junit4] 2> at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:179) [junit4] 2> at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69) [junit4] 2> at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:394) [junit4] 2> at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:367) [junit4] 2> at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:384) [junit4] 2> at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:247) [junit4] 2> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) [junit4] 2> at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188) [junit4] 2> at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) [junit4] 2> at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) [junit4] 2> at java.base/java.lang.Thread.run(Thread.java:844) [junit4] 2> 304390 WARN (jetty-launcher-340-thread-2) [ ] o.a.s.m.r.j.JmxMetricsReporter Unable to register gauge [junit4] 2> javax.management.InstanceNotFoundException: solr:dom1=jvm,name0=os,name=name [junit4] 2> at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1083) [junit4] 2> at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.exclusiveUnregisterMBean(DefaultMBeanServerInterceptor.java:423) [junit4] 2> at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.unregisterMBean(DefaultMBeanServerInterceptor.java:411) [junit4] 2> at java.management/com.sun.jmx.mbeanserver.JmxMBeanServer.unregisterMBean(JmxMBeanServer.java:546) [junit4] 2> at org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter$JmxListener.registerMBean(JmxMetricsReporter.java:530) [junit4] 2> at org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter$JmxListener.onGaugeAdded(JmxMetricsReporter.java:565) [junit4] 2> at org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter.lambda$start$0(JmxMetricsReporter.java:738) [junit4] 2> at java.base/java.util.HashMap.forEach(HashMap.java:1340) [junit4] 2> at org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter.start(JmxMetricsReporter.java:728) [junit4] 2> at org.apache.solr.metrics.reporters.SolrJmxReporter.doInit(SolrJmxReporter.java:109) [junit4] 2> at org.apache.solr.metrics.SolrMetricReporter.init(SolrMetricReporter.java:70) [junit4] 2> at org.apache.solr.metrics.SolrMetricManager.loadReporter(SolrMetricManager.java:849) [junit4] 2> at org.apache.solr.metrics.SolrMetricManager.loadReporters(SolrMetricManager.java:817) [junit4] 2> at org.apache.solr.core.CoreContainer.load(CoreContainer.java:544) [junit4] 2> at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:263) [junit4] 2> at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:183) [junit4] 2> at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:873) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1596) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1659) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1316) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1145) [junit4] 2> at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:448) [junit4] 2> at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:306) [junit4] 2> at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:179) [junit4] 2> at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69) [junit4] 2> at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:394) [junit4] 2> at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:367) [junit4] 2> at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:384) [junit4] 2> at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:247) [junit4] 2> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) [junit4] 2> at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188) [junit4] 2> at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) [junit4] 2> at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) [junit4] 2> at java.base/java.lang.Thread.run(Thread.java:844) [junit4] 2> 304393 INFO (jetty-launcher-340-thread-2) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@788a02e [junit4] 2> 304393 INFO (jetty-launcher-340-thread-2) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@788a02e [junit4] 2> 304394 INFO (jetty-launcher-340-thread-2) [ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_A52E408FC6CA7E91-001/tempDir-001/node2 [junit4] 2> 304423 INFO (jetty-launcher-340-thread-1) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@788a02e [junit4] 2> 304432 INFO (jetty-launcher-340-thread-1) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@788a02e [junit4] 2> 304432 INFO (jetty-launcher-340-thread-1) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@788a02e [junit4] 2> 304433 INFO (jetty-launcher-340-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.CollectionsAPIDistributedZkTest_A52E408FC6CA7E91-001/tempDir-001/node1 [junit4] 2> 304465 INFO (SUITE-CollectionsAPIDistributedZkTest-seed#[A52E408FC6CA7E91]-worker) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) [junit4] 2> 304465 INFO (SUITE-CollectionsAPIDistributedZkTest-seed#[A52E408FC6CA7E91]-worker) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34277/solr ready [junit4] 2> 304482 INFO (TEST-CollectionsAPIDistributedZkTest.testBadActionNames-seed#[A52E408FC6CA7E91]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testBadActionNames [junit4] 2> 304482 INFO (TEST-CollectionsAPIDistributedZkTest.testBadActionNames-seed#[A52E408FC6CA7E91]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) [junit4] 2> 304484 ERROR (qtp1740749712-2260) [ ] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Unknown action: BADACTION [junit4] 2> at org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:205) [junit4] 2> at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177) [junit4] 2> at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:745) [junit4] 2> at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:726) [junit4] 2> at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:507) [junit4] 2> at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382) [junit4] 2> at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759) [junit4] 2> at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582) [junit4] 2> at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224) [junit4] 2> at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512) [junit4] 2> at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185) [junit4] 2> at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112) [junit4] 2> at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) [junit4] 2> at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:493) [junit4] 2> at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134) [junit4] 2> at org.eclipse.jetty.server.Server.handle(Server.java:534) [junit4] 2> at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320) [junit4] 2> at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251) [junit4] 2> at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283) [junit4] 2> at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108) [junit4] 2> at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93) [junit4] 2> at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303) [junit4] 2> at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148) [junit4] 2> at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136) [junit4] 2> at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671) [junit4] 2> at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589) [junit4] 2> at java.base/java.lang.Thread.run(Thread.java:844) [junit4] 2> [junit4] 2> 304484 INFO (qtp1740749712-2260) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=badactioncollection&action=BADACTION&numShards=2&wt=javabin&version=2} status=400 QTime=0 [junit4] 2> 304485 INFO (TEST-CollectionsAPIDistributedZkTest.testBadActionNames-seed#[A52E408FC6CA7E91]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testBadActionNames [junit4] 2> 304505 INFO (TEST-CollectionsAPIDistributedZkTest.deletePartiallyCreatedCollection-seed#[A52E408FC6CA7E91]) [ ] o.a.s.SolrTestCaseJ4 ###Starting deletePartiallyCreatedCollection [junit4] 2> 304505 INFO (TEST-CollectionsAPIDistributedZkTest.deletePartiallyCreatedCollection-seed#[A52E408FC6CA7E91]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) [junit4] 2> 304506 INFO (qtp1740749712-2265) [ ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf&name=halfdeletedcollection&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 304507 INFO (OverseerThreadFactory-1062-thread-1) [ ] o.a.s.c.CreateCollectionCmd Create collection halfdeletedcollection [junit4] 2> 304507 WARN (OverseerThreadFactory-1062-thread-1) [ ] o.a.s.c.CreateCollectionCmd It is unusual to create a collection (halfdeletedcollection) without cores. [junit4] 2> 304611 INFO (qtp1740749712-2265) [ ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas [junit4] 2> 304611 INFO (qtp1740749712-2265) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf&name=halfdeletedcollection&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&wt=javabin&version=2} status=0 QTime=104 [junit4] 2> 304612 INFO (qtp1740749712-2271) [ ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params dataDir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_A52E408FC6CA7E91-001/tempDir-002&action=ADDREPLICA&collection=halfdeletedcollection&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 304613 INFO (OverseerCollectionConfigSetProcessor-98749622047408139-127.0.0.1:45375_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> 304613 INFO (OverseerThreadFactory-1062-thread-2) [ ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:34077_solr for creating new replica [junit4] 2> 304614 INFO (OverseerStateUpdate-98749622047408139-127.0.0.1:45375_solr-n_0000000000) [ ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"addreplica", [junit4] 2> "collection":"halfdeletedcollection", [junit4] 2> "shard":"shard1", [junit4] 2> "core":"halfdeletedcollection_shard1_replica_n41", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:34077/solr", [junit4] 2> "node_name":"127.0.0.1:34077_solr", [junit4] 2> "type":"NRT"} [junit4] 2> 304818 INFO (qtp2131484637-2257) [ ] o.a.s.u.TestInjection Inject random core creation delay of 5s [junit4] 2> 309819 INFO (qtp2131484637-2257) [ ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node42&dataDir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_A52E408FC6CA7E91-001/tempDir-002&collection.configName=conf&name=halfdeletedcollection_shard1_replica_n41&action=CREATE&collection=halfdeletedcollection&shard=shard1&wt=javabin&version=2&replicaType=NRT [junit4] 2> 309819 INFO (qtp2131484637-2257) [ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 309830 INFO (zkCallback-363-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/halfdeletedcollection/state.json] for collection [halfdeletedcollection] has occurred - updating... (live nodes size: [4]) [junit4] 2> 309845 INFO (zkCallback-363-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/halfdeletedcollection/state.json] for collection [halfdeletedcollection] has occurred - updating... (live nodes size: [4]) [junit4] 2> 309852 INFO (qtp2131484637-2257) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0 [junit4] 2> 309883 INFO (qtp2131484637-2257) [ ] o.a.s.s.IndexSchema [halfdeletedcollection_shard1_replica_n41] Schema name=minimal [junit4] 2> 309885 INFO (qtp2131484637-2257) [ ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 309885 INFO (qtp2131484637-2257) [ ] o.a.s.c.CoreContainer Creating SolrCore 'halfdeletedcollection_shard1_replica_n41' using configuration from collection halfdeletedcollection, trusted=true [junit4] 2> 309889 INFO (qtp2131484637-2257) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.halfdeletedcollection.shard1.replica_n41' (registry 'solr.core.halfdeletedcollection.shard1.replica_n41') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@788a02e [junit4] 2> 309889 INFO (qtp2131484637-2257) [ ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 309889 INFO (qtp2131484637-2257) [ ] o.a.s.c.SolrCore [[halfdeletedcollection_shard1_replica_n41] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_A52E408FC6CA7E91-001/tempDir-001/node3/halfdeletedcollection_shard1_replica_n41], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_A52E408FC6CA7E91-001/tempDir-002/] [junit4] 2> 310026 INFO (qtp2131484637-2257) [ ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 310026 INFO (qtp2131484637-2257) [ ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 310027 INFO (qtp2131484637-2257) [ ] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 310027 INFO (qtp2131484637-2257) [ ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 310034 INFO (qtp2131484637-2257) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@37620f7b[halfdeletedcollection_shard1_replica_n41] main] [junit4] 2> 310036 INFO (qtp2131484637-2257) [ ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf [junit4] 2> 310036 INFO (qtp2131484637-2257) [ ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 310037 INFO (qtp2131484637-2257) [ ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 310037 INFO (searcherExecutor-1071-thread-1) [ ] o.a.s.c.SolrCore [halfdeletedcollection_shard1_replica_n41] Registered new searcher Searcher@37620f7b[halfdeletedcollection_shard1_replica_n41] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 310038 INFO (qtp2131484637-2257) [ ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1579993958978682880 [junit4] 2> 310044 INFO (qtp2131484637-2257) [ ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 310044 INFO (qtp2131484637-2257) [ ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 310044 INFO (qtp2131484637-2257) [ ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:34077/solr/halfdeletedcollection_shard1_replica_n41/ [junit4] 2> 310045 INFO (qtp2131484637-2257) [ ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me [junit4] 2> 310045 INFO (qtp2131484637-2257) [ ] o.a.s.c.SyncStrategy http://127.0.0.1:34077/solr/halfdeletedcollection_shard1_replica_n41/ has no replicas [junit4] 2> 310045 INFO (qtp2131484637-2257) [ ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR [junit4] 2> 310048 INFO (qtp2131484637-2257) [ ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:34077/solr/halfdeletedcollection_shard1_replica_n41/ shard1 [junit4] 2> 310148 INFO (zkCallback-363-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/halfdeletedcollection/state.json] for collection [halfdeletedcollection] has occurred - updating... (live nodes size: [4]) [junit4] 2> 310148 INFO (zkCallback-363-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/halfdeletedcollection/state.json] for collection [halfdeletedcollection] has occurred - updating... (live nodes size: [4]) [junit4] 2> 310149 INFO (qtp2131484637-2257) [ ] o.a.s.c.ZkController I am the leader, no recovery necessary [junit4] 2> 310150 INFO (qtp2131484637-2257) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node42&dataDir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_A52E408FC6CA7E91-001/tempDir-002&collection.configName=conf&name=halfdeletedcollection_shard1_replica_n41&action=CREATE&collection=halfdeletedcollection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=5331 [junit4] 2> 310155 INFO (qtp1740749712-2271) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={dataDir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_A52E408FC6CA7E91-001/tempDir-002&action=ADDREPLICA&collection=halfdeletedcollection&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=5543 [junit4] 2> 310156 INFO (qtp1740749712-2243) [ ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=halfdeletedcollection&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 310174 INFO (OverseerCollectionConfigSetProcessor-98749622047408139-127.0.0.1:45375_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> 310174 INFO (OverseerThreadFactory-1062-thread-3) [ ] o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true [junit4] 2> 310175 INFO (qtp2131484637-2259) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.halfdeletedcollection.shard1.replica_n41, tag=null [junit4] 2> 310175 INFO (qtp2131484637-2259) [ ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@432ce2bc: rootName = null, domain = solr.core.halfdeletedcollection.shard1.replica_n41, service url = null, agent id = null] for registry solr.core.halfdeletedcollection.shard1.replica_n41 / com.codahale.metrics.MetricRegistry@641562d [junit4] 2> 310189 INFO (qtp2131484637-2259) [ ] o.a.s.c.SolrCore [halfdeletedcollection_shard1_replica_n41] CLOSING SolrCore org.apache.solr.core.SolrCore@200f548f [junit4] 2> 310189 INFO (qtp2131484637-2259) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.halfdeletedcollection.shard1.replica_n41, tag=537875599 [junit4] 2> 310189 INFO (qtp2131484637-2259) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.halfdeletedcollection.shard1.leader, tag=537875599 [junit4] 2> 310212 INFO (qtp2131484637-2259) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=halfdeletedcollection_shard1_replica_n41&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=37 [junit4] 2> 310915 INFO (qtp1740749712-2243) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=halfdeletedcollection&action=DELETE&wt=javabin&version=2} status=0 QTime=759 [junit4] 2> 310916 INFO (qtp1740749712-2260) [ ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 310916 INFO (qtp1740749712-2260) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 310916 INFO (qtp1740749712-2260) [ ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf&name=halfdeletedcollection&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 310918 INFO (OverseerThreadFactory-1062-thread-4) [ ] o.a.s.c.CreateCollectionCmd Create collection halfdeletedcollection [junit4] 2> 310919 INFO (OverseerCollectionConfigSetProcessor-98749622047408139-127.0.0.1:45375_solr-n_0000000000) [ ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist. Requestor may have disconnected from ZooKeeper [junit4] 2> 311125 INFO (OverseerStateUpdate-98749622047408139-127.0.0.1:45375_solr-n_0000000000) [ ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"halfdeletedcollection", [junit4] 2> "shard":"shard1", [junit4] 2> "core":"halfdeletedcollection_shard1_replica_n1", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:42709/solr", [junit4] 2> "type":"NRT"} [junit4] 2> 311127 INFO (OverseerStateUpdate-98749622047408139-127.0.0.1:45375_solr-n_0000000000) [ ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"halfdeletedcollection", [junit4] 2> "shard":"shard2", [junit4] 2> "core":"halfdeletedcollection_shard2_replica_n2", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:45375/solr", [junit4] 2> "type":"NRT"} [junit4] 2> 311332 INFO (qtp1740749712-2243) [ ] o.a.s.u.TestInjection Inject random core creation delay of 5s [junit4] 2> 311343 INFO (qtp1060716420-2272) [ ] o.a.s.u.TestInjection Inject random core creation delay of 5s [junit4] 2> 316332 INFO (qtp1740749712-2243) [ ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=halfdeletedcollection_shard1_replica_n1&action=CREATE&numShards=2&collection=halfdeletedcollection&shard=shard1&wt=javabin&version=2&replicaType=NRT [junit4] 2> 316332 INFO (qtp1740749712-2243) [ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 316335 INFO (zkCallback-359-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/halfdeletedcollection/state.json] for collection [halfdeletedcollection] has occurred - updating... (live nodes size: [4]) [junit4] 2> 316335 INFO (zkCallback-359-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/halfdeletedcollection/state.json] for collection [halfdeletedcollection] has occurred - updating... (live nodes size: [4]) [junit4] 2> 316343 INFO (qtp1060716420-2272) [ ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=halfdeletedcollection_shard2_replica_n2&action=CREATE&numShards=2&collection=halfdeletedcollection&shard=shard2&wt=javabin&version=2&replicaType=NRT [junit4] 2> 316344 INFO (qtp1060716420-2272) [ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 316447 INFO (zkCallback-359-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/halfdeletedcollection/state.json] for collection [halfdeletedcollection] has occurred - updating... (live nodes size: [4]) [junit4] 2> 316447 INFO (zkCallback-359-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/halfdeletedcollection/state.json] for collection [halfdeletedcollection] has occurred - updating... (live nodes size: [4]) [junit4] 2> 316447 INFO (zkCallback-360-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/halfdeletedcollection/state.json] for collection [halfdeletedcollection] has occurred - updating... (live nodes size: [4]) [junit4] 2> 316447 INFO (zkCallback-360-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/halfdeletedcollection/state.json] for collection [halfdeletedcollection] has occurred - updating... (live nodes size: [4]) [junit4] 2> 317339 INFO (qtp1740749712-2243) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0 [junit4] 2> 317379 INFO (qtp1740749712-2243) [ ] o.a.s.s.IndexSchema [halfdeletedcollection_shard1_replica_n1] Schema name=minimal [junit4] 2> 317380 INFO (qtp1740749712-2243) [ ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 317380 INFO (qtp1740749712-2243) [ ] o.a.s.c.CoreContainer Creating SolrCore 'halfdeletedcollection_shard1_replica_n1' using configuration from collection halfdeletedcollection, trusted=true [junit4] 2> 317380 INFO (qtp1740749712-2243) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.halfdeletedcollection.shard1.replica_n1' (registry 'solr.core.halfdeletedcollection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@788a02e [junit4] 2> 317380 INFO (qtp1740749712-2243) [ ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 317380 INFO (qtp1740749712-2243) [ ] o.a.s.c.SolrCore [[halfdeletedcollection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_A52E408FC6CA7E91-001/tempDir-001/node1/halfdeletedcollection_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_A52E408FC6CA7E91-001/tempDir-001/node1/halfdeletedcollection_shard1_replica_n1/data/] [junit4] 2> 317384 INFO (qtp1060716420-2272) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0 [junit4] 2> 317387 INFO (qtp1060716420-2272) [ ] o.a.s.s.IndexSchema [halfdeletedcollection_shard2_replica_n2] Schema name=minimal [junit4] 2> 317388 INFO (qtp1060716420-2272) [ ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 317388 INFO (qtp1060716420-2272) [ ] o.a.s.c.CoreContainer Creating SolrCore 'halfdeletedcollection_shard2_replica_n2' using configuration from collection halfdeletedcollection, trusted=true [junit4] 2> 317389 INFO (qtp1060716420-2272) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.halfdeletedcollection.shard2.replica_n2' (registry 'solr.core.halfdeletedcollection.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@788a02e [junit4] 2> 317389 INFO (qtp1060716420-2272) [ ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 317389 INFO (qtp1060716420-2272) [ ] o.a.s.c.SolrCore [[halfdeletedcollection_shard2_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_A52E408FC6CA7E91-001/tempDir-001/node2/halfdeletedcollection_shard2_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_A52E408FC6CA7E91-001/tempDir-001/node2/halfdeletedcollection_shard2_replica_n2/data/] [junit4] 2> 317425 INFO (qtp1740749712-2243) [ ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 317425 INFO (qtp1740749712-2243) [ ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 317426 INFO (qtp1740749712-2243) [ ] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 317426 INFO (qtp1740749712-2243) [ ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 317427 INFO (qtp1740749712-2243) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1ec355e9[halfdeletedcollection_shard1_replica_n1] main] [junit4] 2> 317428 INFO (qtp1740749712-2243) [ ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf [junit4] 2> 317428 INFO (qtp1740749712-2243) [ ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 317428 INFO (qtp1060716420-2272) [ ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 317428 INFO (qtp1060716420-2272) [ ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 317429 INFO (qtp1740749712-2243) [ ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 317429 INFO (qtp1740749712-2243) [ ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1579993966728708096 [junit4] 2> 317429 INFO (qtp1060716420-2272) [ ] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 317429 INFO (qtp1060716420-2272) [ ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 317431 INFO (qtp1060716420-2272) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@453bf1e3[halfdeletedcollection_shard2_replica_n2] main] [junit4] 2> 317431 INFO (searcherExecutor-1076-thread-1) [ ] o.a.s.c.SolrCore [halfdeletedcollection_shard1_replica_n1] Registered new searcher Searcher@1ec355e9[halfdeletedcollection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 317431 INFO (qtp1060716420-2272) [ ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf [junit4] 2> 317431 INFO (qtp1060716420-2272) [ ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 317432 INFO (qtp1060716420-2272) [ ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 317433 INFO (searcherExecutor-1077-thread-1) [ ] o.a.s.c.SolrCore [halfdeletedcollection_shard2_replica_n2] Registered new searcher Searcher@453bf1e3[halfdeletedcollection_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 317433 INFO (qtp1740749712-2243) [ ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 317433 INFO (qtp1740749712-2243) [ ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 317433 INFO (qtp1740749712-2243) [ ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:42709/solr/halfdeletedcollection_shard1_replica_n1/ [junit4] 2> 317433 INFO (qtp1740749712-2243) [ ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me [junit4] 2> 317433 INFO (qtp1740749712-2243) [ ] o.a.s.c.SyncStrategy http://127.0.0.1:42709/solr/halfdeletedcollection_shard1_replica_n1/ has no replicas [junit4] 2> 317433 INFO (qtp1740749712-2243) [ ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR [junit4] 2> 317433 INFO (qtp1060716420-2272) [ ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1579993966732902400 [junit4] 2> 317434 INFO (qtp1740749712-2243) [ ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:42709/solr/halfdeletedcollection_shard1_replica_n1/ shard1 [junit4] 2> 317436 INFO (qtp1060716420-2272) [ ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 317436 INFO (qtp1060716420-2272) [ ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 317436 INFO (qtp1060716420-2272) [ ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:45375/solr/halfdeletedcollection_shard2_replica_n2/ [junit4] 2> 317436 INFO (qtp1060716420-2272) [ ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me [junit4] 2> 317436 INFO (qtp1060716420-2272) [ ] o.a.s.c.SyncStrategy http://127.0.0.1:45375/solr/halfdeletedcollection_shard2_replica_n2/ has no replicas [junit4] 2> 317436 INFO (qtp1060716420-2272) [ ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR [junit4] 2> 317438 INFO (qtp1060716420-2272) [ ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:45375/solr/halfdeletedcollection_shard2_replica_n2/ shard2 [junit4] 2> 317539 INFO (zkCallback-360-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/halfdeletedcollection/state.json] for collection [halfdeletedcollection] has occurred - updating... (live nodes size: [4]) [junit4] 2> 317539 INFO (zkCallback-359-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/halfdeletedcollection/state.json] for collection [halfdeletedcollection] has occurred - updating... (live nodes size: [4]) [junit4] 2> 317539 INFO (zkCallback-360-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/halfdeletedcollection/state.json] for collection [halfdeletedcollection] has occurred - updating... (live nodes size: [4]) [junit4] 2> 317539 INFO (zkCallback-359-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/halfdeletedcollection/state.json] for collection [halfdeletedcollection] has occurred - updating... (live nodes size: [4]) [junit4] 2> 317585 INFO (qtp1740749712-2243) [ ] o.a.s.c.ZkController I am the leader, no recovery necessary [junit4] 2> 317586 INFO (qtp1740749712-2243) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=halfdeletedcollection_shard1_replica_n1&action=CREATE&numShards=2&collection=halfdeletedcollection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=6254 [junit4] 2> 317589 INFO (qtp1060716420-2272) [ ] o.a.s.c.ZkController I am the leader, no recovery necessary [junit4] 2> 317590 INFO (qtp1060716420-2272) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=halfdeletedcollection_shard2_replica_n2&action=CREATE&numShards=2&collection=halfdeletedcollection&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=6247 [junit4] 2> 317591 INFO (qtp1740749712-2260) [ ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas [junit4] 2> 317692 INFO (zkCallback-360-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/halfdeletedcollection/state.json] for collection [halfdeletedcollection] has occurred - updating... (live nodes size: [4]) [junit4] 2> 317692 INFO (zkCallback-359-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/halfdeletedcollection/state.json] for collection [halfdeletedcollection] has occurred - updating... (live nodes size: [4]) [junit4] 2> 317692 INFO (zkCallback-360-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/halfdeletedcollection/state.json] for collection [halfdeletedcollection] has occurred - updating... (live nodes size: [4]) [junit4] 2> 317692 INFO (zkCallback-359-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/halfdeletedcollection/state.json] for collection [halfdeletedcollection] has occurred - updating... (live nodes size: [4]) [junit4] 2> 318591 INFO (qtp1740749712-2260) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf&name=halfdeletedcollection&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=7674 [junit4] 2> 318592 INFO (qtp1740749712-2271) [ ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 318592 INFO (qtp1740749712-2271) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 318592 INFO (TEST-CollectionsAPIDistributedZkTest.deletePartiallyCreatedCollection-seed#[A52E408FC6CA7E91]) [ ] o.a.s.SolrTestCaseJ4 ###Ending deletePartiallyCreatedCollection [junit4] 2> 318629 INFO (TEST-CollectionsAPIDistributedZkTest.deleteCollectionRemovesStaleZkCollectionsNode-seed#[A52E408FC6CA7E91]) [ ] o.a.s.SolrTestCaseJ4 ###Starting deleteCollectionRemovesStaleZkCollectionsNode [junit4] 2> 318630 INFO (TEST-CollectionsAPIDistributedZkTest.deleteCollectionRemovesStaleZkCollectionsNode-seed#[A52E408FC6CA7E91]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) [junit4] 2> 318631 INFO (qtp1740749712-2245) [ ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=halfdeletedcollection&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 318637 INFO (OverseerThreadFactory-1062-thread-5) [ ] o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true [junit4] 2> 318638 INFO (OverseerCollectionConfigSetProcessor-98749622047408139-127.0.0.1:45375_solr-n_0000000000) [ ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000006 doesn't exist. Requestor may have disconnected from ZooKeeper [junit4] 2> 318639 INFO (qtp1740749712-2265) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.halfdeletedcollection.shard1.replica_n1, tag=null [junit4] 2> 318640 INFO (qtp1740749712-2265) [ ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@40d44c51: rootName = null, domain = solr.core.halfdeletedcollection.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.halfdeletedcollection.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@212cd528 [junit4] 2> 318646 INFO (qtp1060716420-2274) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.halfdeletedcollection.shard2.replica_n2, tag=null [junit4] 2> 318646 INFO (qtp1060716420-2274) [ ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5f454938: rootName = null, domain = solr.core.halfdeletedcollection.shard2.replica_n2, service url = null, agent id = null] for registry solr.core.halfdeletedcollection.shard2.replica_n2 / com.codahale.metrics.MetricRegistry@3caacf63 [junit4] 2> 318674 INFO (qtp1060716420-2274) [ ] o.a.s.c.SolrCore [halfdeletedcollection_shard2_replica_n2] CLOSING SolrCore org.apache.solr.core.SolrCore@1e528012 [junit4] 2> 318674 INFO (qtp1060716420-2274) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.halfdeletedcollection.shard2.replica_n2, tag=508723218 [junit4] 2> 318674 INFO (qtp1060716420-2274) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.halfdeletedcollection.shard2.leader, tag=508723218 [junit4] 2> 318680 INFO (qtp1740749712-2265) [ ] o.a.s.c.SolrCore [halfdeletedcollection_shard1_replica_n1] CLOSING SolrCore org.apache.solr.core.SolrCore@1385468b [junit4] 2> 318680 INFO (qtp1740749712-2265) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.halfdeletedcollection.shard1.replica_n1, tag=327501451 [junit4] 2> 318680 INFO (qtp1740749712-2265) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.halfdeletedcollection.shard1.leader, tag=327501451 [junit4] 2> 318696 INFO (qtp1740749712-2265) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=halfdeletedcollection_shard1_replica_n1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=56 [junit4] 2> 318713 INFO (qtp1060716420-2274) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=halfdeletedcollection_shard2_replica_n2&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=67 [junit4] 2> 319416 INFO (qtp1740749712-2245) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=halfdeletedcollection&action=DELETE&wt=javabin&version=2} status=0 QTime=784 [junit4] 2> 319417 INFO (qtp1740749712-2243) [ ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=out_of_sync_collection&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 319418 INFO (OverseerCollectionConfigSetProcessor-98749622047408139-127.0.0.1:45375_solr-n_0000000000) [ ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000008 doesn't exist. Requestor may have disconnected from ZooKeeper [junit4] 2> 319419 INFO (qtp1740749712-2243) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=out_of_sync_collection&action=DELETE&wt=javabin&version=2} status=0 QTime=2 [junit4] 2> 319420 INFO (qtp1740749712-2271) [ ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 319420 INFO (qtp1740749712-2271) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 319420 INFO (TEST-CollectionsAPIDistributedZkTest.deleteCollectionRemovesStaleZkCollectionsNode-seed#[A52E408FC6CA7E91]) [ ] o.a.s.SolrTestCaseJ4 ###Ending deleteCollectionRemovesStaleZkCollectionsNode [junit4] 2> 319440 INFO (TEST-CollectionsAPIDistributedZkTest.testCollectionReload-seed#[A52E408FC6CA7E91]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testCollectionReload [junit4] 2> 319440 INFO (TEST-CollectionsAPIDistributedZkTest.testCollectionReload-seed#[A52E408FC6CA7E91]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) [junit4] 2> 319442 INFO (qtp1740749712-2265) [ ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf&name=reloaded_collection&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 319442 INFO (OverseerThreadFactory-1062-thread-5) [ ] o.a.s.c.CreateCollectionCmd Create collection reloaded_collection [junit4] 2> 319443 INFO (OverseerCollectionConfigSetProcessor-98749622047408139-127.0.0.1:45375_solr-n_0000000000) [ ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000010 doesn't exist. Requestor may have disconnected from ZooKeeper [junit4] 2> 319647 INFO (OverseerStateUpdate-98749622047408139-127.0.0.1:45375_solr-n_0000000000) [ ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"reloaded_collection", [junit4] 2> "shard":"shard1", [junit4] 2> "core":"reloaded_collection_shard1_replica_n1", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:45375/solr", [junit4] 2> "type":"NRT"} [junit4] 2> 319648 INFO (OverseerStateUpdate-98749622047408139-127.0.0.1:45375_solr-n_0000000000) [ ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"reloaded_collection", [junit4] 2> "shard":"shard1", [junit4] 2> "core":"reloaded_collection_shard1_replica_n2", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:42187/solr", [junit4] 2> "type":"NRT"} [junit4] 2> 319649 INFO (OverseerStateUpdate-98749622047408139-127.0.0.1:45375_solr-n_0000000000) [ ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"reloaded_collection", [junit4] 2> "shard":"shard2", [junit4] 2> "core":"reloaded_collection_shard2_replica_n4", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:42709/solr", [junit4] 2> "type":"NRT"} [junit4] 2> 319650 INFO (OverseerStateUpdate-98749622047408139-127.0.0.1:45375_solr-n_0000000000) [ ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"reloaded_collection", [junit4] 2> "shard":"shard2", [junit4] 2> "core":"reloaded_collection_shard2_replica_n6", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:34077/solr", [junit4] 2> "type":"NRT"} [junit4] 2> 319852 INFO (qtp822050265-2266) [ ] o.a.s.u.TestInjection Inject random core creation delay of 5s [junit4] 2> 319852 INFO (qtp1060716420-2275) [ ] o.a.s.u.TestInjection Inject random core creation delay of 5s [junit4] 2> 319852 INFO (qtp1740749712-2260) [ ] o.a.s.u.TestInjection Inject random core creation delay of 5s [junit4] 2> 319853 INFO (qtp2131484637-2262) [ ] o.a.s.u.TestInjection Inject random core creation delay of 5s [junit4] 2> 324852 INFO (qtp822050265-2266) [ ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=reloaded_collection_shard1_replica_n2&action=CREATE&numShards=2&collection=reloaded_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT [junit4] 2> 324852 INFO (qtp822050265-2266) [ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 324852 INFO (qtp1060716420-2275) [ ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=reloaded_collection_shard1_replica_n1&action=CREATE&numShards=2&collection=reloaded_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT [junit4] 2> 324853 INFO (qtp2131484637-2262) [ ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=reloaded_collection_shard2_replica_n6&action=CREATE&numShards=2&collection=reloaded_collection&shard=shard2&wt=javabin&version=2&replicaType=NRT [junit4] 2> 324853 INFO (qtp1740749712-2260) [ ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=reloaded_collection_shard2_replica_n4&action=CREATE&numShards=2&collection=reloaded_collection&shard=shard2&wt=javabin&version=2&replicaType=NRT [junit4] 2> 324855 INFO (zkCallback-360-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/reloaded_collection/state.json] for collection [reloaded_collection] has occurred - updating... (live nodes size: [4]) [junit4] 2> 324855 INFO (zkCallback-360-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/reloaded_collection/state.json] for collection [reloaded_collection] has occurred - updating... (live nodes size: [4]) [junit4] 2> 324855 INFO (zkCallback-363-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/reloaded_collection/state.json] for collection [reloaded_collection] has occurred - updating... (live nodes size: [4]) [junit4] 2> 324855 INFO (zkCallback-363-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/reloaded_collection/state.json] for collection [reloaded_collection] has occurred - updating... (live nodes size: [4]) [junit4] 2> 324855 INFO (zkCallback-359-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/reloaded_collection/state.json] for collection [reloaded_collection] has occurred - updating... (live nodes size: [4]) [junit4] 2> 324855 INFO (zkCallback-359-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/reloaded_collection/state.json] for collection [reloaded_collection] has occurred - updating... (live nodes size: [4]) [junit4] 2> 324856 INFO (zkCallback-361-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/reloaded_collection/state.json] for collection [reloaded_collection] has occurred - updating... (live nodes size: [4]) [junit4] 2> 324856 INFO (zkCallback-361-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/reloaded_collection/state.json] for collection [reloaded_collection] has occurred - updating... (live nodes size: [4]) [junit4] 2> 324958 INFO (zkCallback-360-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/reloaded_collection/state.json] for collection [reloaded_collection] has occurred - updating... (live nodes size: [4]) [junit4] 2> 324958 INFO (zkCallback-360-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/reloaded_collection/state.json] for collection [reloaded_collection] has occurred - updating... (live nodes size: [4]) [junit4] 2> 324958 INFO (zkCallback-363-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/reloaded_collection/state.json] for collection [reloaded_collection] has occurred - updating... (live nodes size: [4]) [junit4] 2> 324958 INFO (zkCallback-363-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/reloaded_collection/state.json] for collection [reloaded_collection] has occurred - updating... (live nodes size: [4]) [junit4] 2> 324958 INFO (zkCallback-361-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/reloaded_collection/state.json] for collection [reloaded_collection] has occurred - updating... (live nodes size: [4]) [junit4] 2> 324958 INFO (zkCallback-359-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/reloaded_collection/state.json] for collection [reloaded_collection] has occurred - updating... (live nodes size: [4]) [junit4] 2> 324959 INFO (zkCallback-359-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/reloaded_collection/state.json] for collection [reloaded_collection] has occurred - updating... (live nodes size: [4]) [junit4] 2> 324960 INFO (zkCallback-361-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/reloaded_collection/state.json] for collection [reloaded_collection] has occurred - updating... (live nodes size: [4]) [ju [...truncated too long message...] d#[A52E408FC6CA7E91]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testRace [junit4] 2> 962696 INFO (SUITE-TestLazyCores-seed#[A52E408FC6CA7E91]-worker) [ ] o.a.s.SolrTestCaseJ4 ###deleteCore [junit4] 2> 962696 INFO (SUITE-TestLazyCores-seed#[A52E408FC6CA7E91]-worker) [ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1789771035 [junit4] 2> 962696 INFO (SUITE-TestLazyCores-seed#[A52E408FC6CA7E91]-worker) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null [junit4] 2> 962696 INFO (SUITE-TestLazyCores-seed#[A52E408FC6CA7E91]-worker) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null [junit4] 2> 962696 INFO (SUITE-TestLazyCores-seed#[A52E408FC6CA7E91]-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_A52E408FC6CA7E91-001 [junit4] 2> Sep 30, 2017 7:38:31 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks [junit4] 2> WARNING: Will linger awaiting termination of 1 leaked thread(s). [junit4] 2> Sep 30, 2017 7:38:51 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks [junit4] 2> SEVERE: 1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: [junit4] 2> 1) Thread[id=18146, name=searcherExecutor-5134-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 7:38:51 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll [junit4] 2> INFO: Starting to interrupt leaked threads: [junit4] 2> 1) Thread[id=18146, name=searcherExecutor-5134-thread-1, state=WAITING, group=TGRP-TestLazyCores] [junit4] 2> Sep 30, 2017 7:38:54 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll [junit4] 2> SEVERE: There are still zombie threads that couldn't be terminated: [junit4] 2> 1) Thread[id=18146, name=searcherExecutor-5134-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), sim=RandomSimilarity(queryNorm=true): {}, locale=es-GQ, timezone=ART [junit4] 2> NOTE: Linux 4.10.0-33-generic amd64/Oracle Corporation 9 (64-bit)/cpus=8,threads=2,free=231102296,total=492830720 [junit4] 2> NOTE: All tests run in this JVM: [SyncSliceTest, TestLeaderElectionZkExpiry, CloudExitableDirectoryReaderTest, TestHighFrequencyDictionaryFactory, SolrPluginUtilsTest, TestNonDefinedSimilarityFactory, TestPolicyCloud, SolrRequestParserTest, DefaultValueUpdateProcessorTest, TestFieldCacheSort, TestInPlaceUpdatesStandalone, SimpleMLTQParserTest, CachingDirectoryFactoryTest, HighlighterMaxOffsetTest, TestTestInjection, RAMDirectoryFactoryTest, TestExtendedDismaxParser, BinaryUpdateRequestHandlerTest, TestHdfsBackupRestoreCore, TestUseDocValuesAsStored, DirectoryFactoryTest, QueryElevationComponentTest, TestCrossCoreJoin, TestMacros, MergeStrategyTest, OutputWriterTest, SharedFSAutoReplicaFailoverTest, HLLUtilTest, TestSerializedLuceneMatchVersion, TestManagedSynonymFilterFactory, CdcrRequestHandlerTest, TestTolerantUpdateProcessorRandomCloud, MigrateRouteKeyTest, TestDistributedStatsComponentCardinality, ExplicitHLLTest, DistributedSpellCheckComponentTest, TestIndexingPerformance, TestSortByMinMaxFunction, JvmMetricsTest, TestDistributedSearch, TestReplicationHandler, TestFieldTypeCollectionResource, ManagedSchemaRoundRobinCloudTest, FieldAnalysisRequestHandlerTest, NodeMutatorTest, TestStressLiveNodes, WordBreakSolrSpellCheckerTest, TestManagedSchema, TestInitQParser, EchoParamsTest, BufferStoreTest, TestPHPSerializedResponseWriter, OpenExchangeRatesOrgProviderTest, TestFunctionQuery, TestSolrCloudSnapshots, TestComponentsName, CreateCollectionCleanupTest, TestStressLucene, TestDefaultStatsCache, TestBinaryResponseWriter, DistributedDebugComponentTest, SolrIndexConfigTest, TestWordDelimiterFilterFactory, TestDynamicFieldResource, ConjunctionSolrSpellCheckerTest, AddSchemaFieldsUpdateProcessorFactoryTest, V2ApiIntegrationTest, TestCloudRecovery, BasicDistributedZkTest, ReplicationFactorTest, FieldMutatingUpdateProcessorTest, TestSearcherReuse, TestCSVLoader, SuggesterWFSTTest, TestPKIAuthenticationPlugin, TestMergePolicyConfig, TestSimpleTextCodec, TestNumericTerms64, TestNumericRangeQuery64, TestRestoreCore, TestAuthenticationFramework, TestMissingGroups, TestSolr4Spatial2, PeerSyncWithIndexFingerprintCachingTest, TestFilteredDocIdSet, TestGeoJSONResponseWriter, TestFastOutputStream, TemplateUpdateProcessorTest, TestLMDirichletSimilarityFactory, BooleanFieldTest, OverseerStatusTest, DistributedQueryComponentOptimizationTest, TestCloudSchemaless, TestSolrDeletionPolicy1, BasicAuthStandaloneTest, HttpPartitionTest, TestConfig, TestCollationField, TestConfigSetsAPIExclusivity, TestPhraseSuggestions, SolrIndexSplitterTest, TestDelegationWithHadoopAuth, TestJoin, TestSSLRandomization, TestOmitPositions, TestAddFieldRealTimeGet, OverseerCollectionConfigSetProcessorTest, ActionThrottleTest, UUIDUpdateProcessorFallbackTest, TestCollectionAPIs, HdfsNNFailoverTest, SolrCoreTest, DistributedVersionInfoTest, TestLazyCores] [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestLazyCores -Dtests.seed=A52E408FC6CA7E91 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es-GQ -Dtests.timezone=ART -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=18146, name=searcherExecutor-5134-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([A52E408FC6CA7E91]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated: [junit4] > 1) Thread[id=18146, name=searcherExecutor-5134-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([A52E408FC6CA7E91]:0) [junit4] Completed [322/733 (2!)] on J0 in 27.67s, 9 tests, 3 errors <<< FAILURES! [...truncated 41043 lines...]
--------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org