Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20844/
Java: 64bit/jdk-10-ea+29 -XX:+UseCompressedOops -XX:+UseSerialGC
4 tests failed.
FAILED:
junit.framework.TestSuite.org.apache.solr.client.solrj.request.TestV2Request
Error Message:
1 thread leaked from SUITE scope at
org.apache.solr.client.solrj.request.TestV2Request: 1) Thread[id=166,
name=Connection evictor, state=TIMED_WAITING, group=TGRP-TestV2Request]
at java.base@10-ea/java.lang.Thread.sleep(Native Method) at
app//org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
at java.base@10-ea/java.lang.Thread.run(Thread.java:844)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE
scope at org.apache.solr.client.solrj.request.TestV2Request:
1) Thread[id=166, name=Connection evictor, state=TIMED_WAITING,
group=TGRP-TestV2Request]
at java.base@10-ea/java.lang.Thread.sleep(Native Method)
at
app//org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
at java.base@10-ea/java.lang.Thread.run(Thread.java:844)
at __randomizedtesting.SeedInfo.seed([4E76B27468D7CBCC]:0)
FAILED: org.apache.solr.client.solrj.request.TestV2Request.testCloudSolrClient
Error Message:
Error from server at https://127.0.0.1:37773/solr: create the collection time
out:180s
Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException:
Error from server at https://127.0.0.1:37773/solr: create the collection time
out:180s
at
__randomizedtesting.SeedInfo.seed([4E76B27468D7CBCC:D78039C4CD6443A7]:0)
at
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException.create(HttpSolrClient.java:830)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:620)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
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.sendRequest(CloudSolrClient.java:1096)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:875)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:808)
at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
at
org.apache.solr.client.solrj.request.TestV2Request.assertSuccess(TestV2Request.java:42)
at
org.apache.solr.client.solrj.request.TestV2Request.doTest(TestV2Request.java:72)
at
org.apache.solr.client.solrj.request.TestV2Request.testCloudSolrClient(TestV2Request.java:68)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:844)
FAILED: org.apache.solr.client.solrj.request.TestV2Request.testHttpSolrClient
Error Message:
Error from server at https://127.0.0.1:44797/solr: create the collection time
out:180s
Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException:
Error from server at https://127.0.0.1:44797/solr: create the collection time
out:180s
at
__randomizedtesting.SeedInfo.seed([4E76B27468D7CBCC:966EAA5EC9E3D9EB]:0)
at
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException.create(HttpSolrClient.java:830)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:620)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
at
org.apache.solr.client.solrj.request.TestV2Request.assertSuccess(TestV2Request.java:42)
at
org.apache.solr.client.solrj.request.TestV2Request.doTest(TestV2Request.java:72)
at
org.apache.solr.client.solrj.request.TestV2Request.testHttpSolrClient(TestV2Request.java:62)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:844)
FAILED:
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testDeleteNonExistentCollection
Error Message:
Error from server at https://127.0.0.1:40587/solr: Could not fully remove
collection: awhollynewcollection_0
Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at https://127.0.0.1:40587/solr: Could not fully remove collection:
awhollynewcollection_0
at
__randomizedtesting.SeedInfo.seed([77C924AAD5883F92:90EE3497C2EB406B]:0)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
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.sendRequest(CloudSolrClient.java:1096)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:875)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:808)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:183)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:200)
at
org.apache.solr.cloud.MiniSolrCloudCluster.deleteAllCollections(MiniSolrCloudCluster.java:444)
at
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.clearCluster(CollectionsAPIDistributedZkTest.java:112)
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$9.evaluate(RandomizedRunner.java:968)
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)
Build Log:
[...truncated 12647 lines...]
[junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_77C924AAD5883F92-001/init-core-data-001
[junit4] 2> 1513190 WARN
(SUITE-CollectionsAPIDistributedZkTest-seed#[77C924AAD5883F92]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=61 numCloses=61
[junit4] 2> 1513190 INFO
(SUITE-CollectionsAPIDistributedZkTest-seed#[77C924AAD5883F92]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 1513191 INFO
(SUITE-CollectionsAPIDistributedZkTest-seed#[77C924AAD5883F92]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) 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> 1513192 INFO
(SUITE-CollectionsAPIDistributedZkTest-seed#[77C924AAD5883F92]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 1513193 INFO
(SUITE-CollectionsAPIDistributedZkTest-seed#[77C924AAD5883F92]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_77C924AAD5883F92-001/tempDir-001
[junit4] 2> 1513193 INFO
(SUITE-CollectionsAPIDistributedZkTest-seed#[77C924AAD5883F92]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1513193 INFO (Thread-6500) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1513193 INFO (Thread-6500) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 1513195 ERROR (Thread-6500) [ ] 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> 1513293 INFO
(SUITE-CollectionsAPIDistributedZkTest-seed#[77C924AAD5883F92]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:43135
[junit4] 2> 1513301 INFO (jetty-launcher-4306-thread-2) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 1513301 INFO (jetty-launcher-4306-thread-4) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 1513301 INFO (jetty-launcher-4306-thread-1) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 1513301 INFO (jetty-launcher-4306-thread-3) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 1513304 INFO (jetty-launcher-4306-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@480e063b{/solr,null,AVAILABLE}
[junit4] 2> 1513304 INFO (jetty-launcher-4306-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@c5d67d8{/solr,null,AVAILABLE}
[junit4] 2> 1513306 INFO (jetty-launcher-4306-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@4b11583a{SSL,[ssl,
http/1.1]}{127.0.0.1:?????}
[junit4] 2> 1513306 INFO (jetty-launcher-4306-thread-1) [ ]
o.e.j.s.Server Started @???????ms
[junit4] 2> 1513306 INFO (jetty-launcher-4306-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=46107}
[junit4] 2> 1513307 ERROR (jetty-launcher-4306-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1513307 INFO (jetty-launcher-4306-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 1513307 INFO (jetty-launcher-4306-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1513307 INFO (jetty-launcher-4306-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1513307 INFO (jetty-launcher-4306-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-11-05T23:15:38.377294Z
[junit4] 2> 1513307 INFO (jetty-launcher-4306-thread-3) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@4165b6c5{SSL,[ssl,
http/1.1]}{127.0.0.1:?????}
[junit4] 2> 1513308 INFO (jetty-launcher-4306-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@6a2a6ab1{/solr,null,AVAILABLE}
[junit4] 2> 1513308 INFO (jetty-launcher-4306-thread-3) [ ]
o.e.j.s.Server Started @???????ms
[junit4] 2> 1513308 INFO (jetty-launcher-4306-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=44169}
[junit4] 2> 1513308 ERROR (jetty-launcher-4306-thread-3) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1513308 INFO (jetty-launcher-4306-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 1513308 INFO (jetty-launcher-4306-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@4d7fb7a8{SSL,[ssl,
http/1.1]}{127.0.0.1:?????}
[junit4] 2> 1513308 INFO (jetty-launcher-4306-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1513308 INFO (jetty-launcher-4306-thread-2) [ ]
o.e.j.s.Server Started @???????ms
[junit4] 2> 1513308 INFO (jetty-launcher-4306-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1513308 INFO (jetty-launcher-4306-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=44079}
[junit4] 2> 1513308 INFO (jetty-launcher-4306-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-11-05T23:15:38.378826Z
[junit4] 2> 1513308 INFO (jetty-launcher-4306-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1513308 ERROR (jetty-launcher-4306-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1513309 INFO (jetty-launcher-4306-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 1513309 INFO (jetty-launcher-4306-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1513309 INFO (jetty-launcher-4306-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1513309 INFO (jetty-launcher-4306-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-11-05T23:15:38.379236Z
[junit4] 2> 1513310 INFO (jetty-launcher-4306-thread-1) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 1513310 INFO (jetty-launcher-4306-thread-1) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 1513311 INFO (jetty-launcher-4306-thread-4) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@329d22d7{/solr,null,AVAILABLE}
[junit4] 2> 1513312 INFO (jetty-launcher-4306-thread-4) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@1b0f26ad{SSL,[ssl,
http/1.1]}{127.0.0.1:?????}
[junit4] 2> 1513312 INFO (jetty-launcher-4306-thread-4) [ ]
o.e.j.s.Server Started @???????ms
[junit4] 2> 1513313 INFO (jetty-launcher-4306-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=40587}
[junit4] 2> 1513313 ERROR (jetty-launcher-4306-thread-4) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1513313 INFO (jetty-launcher-4306-thread-4) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 1513313 INFO (jetty-launcher-4306-thread-4) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1513313 INFO (jetty-launcher-4306-thread-4) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1513313 INFO (jetty-launcher-4306-thread-4) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-11-05T23:15:38.383467Z
[junit4] 2> 1513313 INFO (jetty-launcher-4306-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1513313 INFO (jetty-launcher-4306-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1513314 INFO (jetty-launcher-4306-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43135/solr
[junit4] 2> 1513314 INFO (jetty-launcher-4306-thread-4) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1513315 INFO (jetty-launcher-4306-thread-3) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 1513315 INFO (jetty-launcher-4306-thread-2) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 1513315 INFO (jetty-launcher-4306-thread-3) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 1513315 INFO (jetty-launcher-4306-thread-2) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 1513316 INFO (jetty-launcher-4306-thread-4) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 1513316 INFO (jetty-launcher-4306-thread-4) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 1513317 INFO (jetty-launcher-4306-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43135/solr
[junit4] 2> 1513317 INFO (jetty-launcher-4306-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43135/solr
[junit4] 2> 1513319 INFO (jetty-launcher-4306-thread-4) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43135/solr
[junit4] 2> 1513319 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 0x15f8e77d2990007, 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> 1513368 INFO (jetty-launcher-4306-thread-4) [ ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1513368 INFO (jetty-launcher-4306-thread-4) [ ]
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:40587_solr
[junit4] 2> 1513369 INFO (jetty-launcher-4306-thread-1) [ ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1513369 INFO (jetty-launcher-4306-thread-4) [ ]
o.a.s.c.Overseer Overseer
(id=98954362110935052-127.0.0.1:40587_solr-n_0000000000) starting
[junit4] 2> 1513369 INFO (jetty-launcher-4306-thread-2) [ ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1513369 INFO (jetty-launcher-4306-thread-1) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:46107_solr
[junit4] 2> 1513369 INFO (jetty-launcher-4306-thread-3) [ ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1513369 INFO (jetty-launcher-4306-thread-2) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:44079_solr
[junit4] 2> 1513370 INFO (zkCallback-4328-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1513370 INFO (zkCallback-4316-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1513370 INFO (zkCallback-4327-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1513370 INFO (zkCallback-4325-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1513371 INFO (zkCallback-4316-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1513371 INFO (zkCallback-4325-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1513371 INFO (zkCallback-4328-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1513371 INFO (zkCallback-4327-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1513371 INFO (jetty-launcher-4306-thread-3) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:44169_solr
[junit4] 2> 1513371 INFO (zkCallback-4327-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1513371 INFO (zkCallback-4328-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1513375 INFO (zkCallback-4316-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1513380 INFO (zkCallback-4325-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1513384 INFO (jetty-launcher-4306-thread-4) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:40587_solr
[junit4] 2> 1513384 INFO (zkCallback-4316-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1513384 INFO (zkCallback-4327-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1513387 INFO (zkCallback-4325-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1513387 INFO (zkCallback-4328-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1513400 INFO (jetty-launcher-4306-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@55414639
[junit4] 2> 1513407 INFO (jetty-launcher-4306-thread-2) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@55414639
[junit4] 2> 1513408 INFO (jetty-launcher-4306-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@55414639
[junit4] 2> 1513408 INFO (jetty-launcher-4306-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@55414639
[junit4] 2> 1513409 INFO (jetty-launcher-4306-thread-1) [ ]
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_77C924AAD5883F92-001/tempDir-001/node1
[junit4] 2> 1513413 INFO (jetty-launcher-4306-thread-2) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@55414639
[junit4] 2> 1513413 INFO (jetty-launcher-4306-thread-2) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@55414639
[junit4] 2> 1513414 INFO (jetty-launcher-4306-thread-2) [ ]
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_77C924AAD5883F92-001/tempDir-001/node2
[junit4] 2> 1513416 INFO (jetty-launcher-4306-thread-4) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@55414639
[junit4] 2> 1513417 INFO (jetty-launcher-4306-thread-3) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@55414639
[junit4] 2> 1513417 WARN (jetty-launcher-4306-thread-1) [ ]
o.a.s.m.r.j.JmxMetricsReporter Unable to register gauge
[junit4] 2> javax.management.InstanceNotFoundException:
solr:dom1=jvm,name0=memory,name1=pools,name2=CodeHeap-'non-nmethods',name=used
[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:214)
[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:1135)
[junit4] 2> at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
[junit4] 2> at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] 2> 1513421 INFO (jetty-launcher-4306-thread-4) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@55414639
[junit4] 2> 1513421 INFO (jetty-launcher-4306-thread-4) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@55414639
[junit4] 2> 1513422 INFO (jetty-launcher-4306-thread-4) [ ]
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_77C924AAD5883F92-001/tempDir-001/node4
[junit4] 2> 1513422 INFO (jetty-launcher-4306-thread-3) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@55414639
[junit4] 2> 1513422 INFO (jetty-launcher-4306-thread-3) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@55414639
[junit4] 2> 1513423 INFO (jetty-launcher-4306-thread-3) [ ]
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_77C924AAD5883F92-001/tempDir-001/node3
[junit4] 2> 1513493 INFO
(SUITE-CollectionsAPIDistributedZkTest-seed#[77C924AAD5883F92]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 1513494 INFO
(SUITE-CollectionsAPIDistributedZkTest-seed#[77C924AAD5883F92]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43135/solr ready
[junit4] 2> 1513503 INFO
(TEST-CollectionsAPIDistributedZkTest.testCoresAreDistributedAcrossNodes-seed#[77C924AAD5883F92])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testCoresAreDistributedAcrossNodes
[junit4] 2> 1513503 INFO
(TEST-CollectionsAPIDistributedZkTest.testCoresAreDistributedAcrossNodes-seed#[77C924AAD5883F92])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 1513514 INFO (qtp490612283-25546) [ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=2&collection.configName=conf&name=nodes_used_collection&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1513515 INFO (OverseerThreadFactory-6604-thread-1) [ ]
o.a.s.c.CreateCollectionCmd Create collection nodes_used_collection
[junit4] 2> 1513621 INFO
(OverseerStateUpdate-98954362110935052-127.0.0.1:40587_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"nodes_used_collection",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"nodes_used_collection_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:40587/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1513623 INFO
(OverseerStateUpdate-98954362110935052-127.0.0.1:40587_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"nodes_used_collection",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"nodes_used_collection_shard1_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:44169/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1513624 INFO
(OverseerStateUpdate-98954362110935052-127.0.0.1:40587_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"nodes_used_collection",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"nodes_used_collection_shard2_replica_n4",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:46107/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1513626 INFO
(OverseerStateUpdate-98954362110935052-127.0.0.1:40587_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"nodes_used_collection",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"nodes_used_collection_shard2_replica_n6",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:44079/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1513831 INFO (qtp490612283-25579) [ ]
o.a.s.u.TestInjection Inject random core creation delay of 2s
[junit4] 2> 1513843 INFO (qtp2085707086-25549) [ ]
o.a.s.u.TestInjection Inject random core creation delay of 2s
[junit4] 2> 1513843 INFO (qtp747147261-25578) [ ]
o.a.s.u.TestInjection Inject random core creation delay of 2s
[junit4] 2> 1513843 INFO (qtp669859599-25572) [ ]
o.a.s.u.TestInjection Inject random core creation delay of 2s
[junit4] 2> 1515831 INFO (qtp490612283-25579) [ ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=nodes_used_collection_shard2_replica_n6&action=CREATE&numShards=2&collection=nodes_used_collection&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1515832 INFO (qtp490612283-25579) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 1515834 INFO (zkCallback-4325-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/nodes_used_collection/state.json] for collection
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1515834 INFO (zkCallback-4325-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/nodes_used_collection/state.json] for collection
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1515843 INFO (qtp2085707086-25549) [ ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=nodes_used_collection_shard2_replica_n4&action=CREATE&numShards=2&collection=nodes_used_collection&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1515843 INFO (qtp2085707086-25549) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 1515843 INFO (qtp747147261-25578) [ ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=nodes_used_collection_shard1_replica_n1&action=CREATE&numShards=2&collection=nodes_used_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1515843 INFO (qtp747147261-25578) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 1515844 INFO (qtp669859599-25572) [ ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=nodes_used_collection_shard1_replica_n2&action=CREATE&numShards=2&collection=nodes_used_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1515844 INFO (qtp669859599-25572) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 1515946 INFO (zkCallback-4325-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/nodes_used_collection/state.json] for collection
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1515946 INFO (zkCallback-4328-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/nodes_used_collection/state.json] for collection
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1515946 INFO (zkCallback-4327-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/nodes_used_collection/state.json] for collection
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1515946 INFO (zkCallback-4328-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/nodes_used_collection/state.json] for collection
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1515946 INFO (zkCallback-4325-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/nodes_used_collection/state.json] for collection
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1515946 INFO (zkCallback-4316-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/nodes_used_collection/state.json] for collection
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1515946 INFO (zkCallback-4327-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/nodes_used_collection/state.json] for collection
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1515947 INFO (zkCallback-4316-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/nodes_used_collection/state.json] for collection
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1516842 INFO (qtp490612283-25579) [ ] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1516847 INFO (qtp490612283-25579) [ ] o.a.s.s.IndexSchema
[nodes_used_collection_shard2_replica_n6] Schema name=minimal
[junit4] 2> 1516849 INFO (qtp490612283-25579) [ ] o.a.s.s.IndexSchema
Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1516849 INFO (qtp490612283-25579) [ ]
o.a.s.c.CoreContainer Creating SolrCore
'nodes_used_collection_shard2_replica_n6' using configuration from collection
nodes_used_collection, trusted=true
[junit4] 2> 1516850 INFO (qtp490612283-25579) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.nodes_used_collection.shard2.replica_n6' (registry
'solr.core.nodes_used_collection.shard2.replica_n6') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@55414639
[junit4] 2> 1516850 INFO (qtp490612283-25579) [ ] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1516850 INFO (qtp490612283-25579) [ ] o.a.s.c.SolrCore
[[nodes_used_collection_shard2_replica_n6] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_77C924AAD5883F92-001/tempDir-001/node2/nodes_used_collection_shard2_replica_n6],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_77C924AAD5883F92-001/tempDir-001/node2/nodes_used_collection_shard2_replica_n6/data/]
[junit4] 2> 1516852 INFO (qtp747147261-25578) [ ] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1516852 INFO (qtp669859599-25572) [ ] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1516852 INFO (qtp2085707086-25549) [ ] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1516880 INFO (qtp669859599-25572) [ ] o.a.s.s.IndexSchema
[nodes_used_collection_shard1_replica_n2] Schema name=minimal
[junit4] 2> 1516880 INFO (qtp2085707086-25549) [ ] o.a.s.s.IndexSchema
[nodes_used_collection_shard2_replica_n4] Schema name=minimal
[junit4] 2> 1516880 INFO (qtp747147261-25578) [ ] o.a.s.s.IndexSchema
[nodes_used_collection_shard1_replica_n1] Schema name=minimal
[junit4] 2> 1516881 INFO (qtp669859599-25572) [ ] o.a.s.s.IndexSchema
Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1516881 INFO (qtp2085707086-25549) [ ] o.a.s.s.IndexSchema
Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1516881 INFO (qtp669859599-25572) [ ]
o.a.s.c.CoreContainer Creating SolrCore
'nodes_used_collection_shard1_replica_n2' using configuration from collection
nodes_used_collection, trusted=true
[junit4] 2> 1516881 INFO (qtp2085707086-25549) [ ]
o.a.s.c.CoreContainer Creating SolrCore
'nodes_used_collection_shard2_replica_n4' using configuration from collection
nodes_used_collection, trusted=true
[junit4] 2> 1516881 INFO (qtp747147261-25578) [ ] o.a.s.s.IndexSchema
Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1516881 INFO (qtp747147261-25578) [ ]
o.a.s.c.CoreContainer Creating SolrCore
'nodes_used_collection_shard1_replica_n1' using configuration from collection
nodes_used_collection, trusted=true
[junit4] 2> 1516881 INFO (qtp669859599-25572) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.nodes_used_collection.shard1.replica_n2' (registry
'solr.core.nodes_used_collection.shard1.replica_n2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@55414639
[junit4] 2> 1516881 INFO (qtp2085707086-25549) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.nodes_used_collection.shard2.replica_n4' (registry
'solr.core.nodes_used_collection.shard2.replica_n4') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@55414639
[junit4] 2> 1516881 INFO (qtp747147261-25578) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.nodes_used_collection.shard1.replica_n1' (registry
'solr.core.nodes_used_collection.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@55414639
[junit4] 2> 1516881 INFO (qtp2085707086-25549) [ ] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1516882 INFO (qtp747147261-25578) [ ] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1516882 INFO (qtp2085707086-25549) [ ] o.a.s.c.SolrCore
[[nodes_used_collection_shard2_replica_n4] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_77C924AAD5883F92-001/tempDir-001/node1/nodes_used_collection_shard2_replica_n4],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_77C924AAD5883F92-001/tempDir-001/node1/nodes_used_collection_shard2_replica_n4/data/]
[junit4] 2> 1516882 INFO (qtp747147261-25578) [ ] o.a.s.c.SolrCore
[[nodes_used_collection_shard1_replica_n1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_77C924AAD5883F92-001/tempDir-001/node4/nodes_used_collection_shard1_replica_n1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_77C924AAD5883F92-001/tempDir-001/node4/nodes_used_collection_shard1_replica_n1/data/]
[junit4] 2> 1516881 INFO (qtp669859599-25572) [ ] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1516882 INFO (qtp669859599-25572) [ ] o.a.s.c.SolrCore
[[nodes_used_collection_shard1_replica_n2] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_77C924AAD5883F92-001/tempDir-001/node3/nodes_used_collection_shard1_replica_n2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_77C924AAD5883F92-001/tempDir-001/node3/nodes_used_collection_shard1_replica_n2/data/]
[junit4] 2> 1516906 INFO (qtp490612283-25579) [ ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1516906 INFO (qtp490612283-25579) [ ] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1516919 INFO (qtp490612283-25579) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1516920 INFO (qtp490612283-25579) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1516920 INFO (qtp490612283-25579) [ ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@278858bc[nodes_used_collection_shard2_replica_n6] main]
[junit4] 2> 1516921 INFO (qtp490612283-25579) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 1516921 INFO (qtp490612283-25579) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 1516921 INFO (qtp490612283-25579) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1516921 INFO (qtp669859599-25572) [ ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1516921 INFO (qtp669859599-25572) [ ] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1516922 INFO (qtp2085707086-25549) [ ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1516922 INFO (qtp2085707086-25549) [ ] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1516922 INFO (qtp747147261-25578) [ ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1516922 INFO (qtp747147261-25578) [ ] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1516922 INFO (searcherExecutor-6613-thread-1) [ ]
o.a.s.c.SolrCore [nodes_used_collection_shard2_replica_n6] Registered new
searcher Searcher@278858bc[nodes_used_collection_shard2_replica_n6]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1516922 INFO (qtp490612283-25579) [ ] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1583269797683003392
[junit4] 2> 1516922 INFO (qtp669859599-25572) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1516922 INFO (qtp669859599-25572) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1516922 INFO (qtp2085707086-25549) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1516922 INFO (qtp2085707086-25549) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1516923 INFO (qtp747147261-25578) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1516923 INFO (qtp747147261-25578) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1516923 INFO (qtp669859599-25572) [ ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@24aa53cc[nodes_used_collection_shard1_replica_n2] main]
[junit4] 2> 1516923 INFO (qtp2085707086-25549) [ ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@5985c2fb[nodes_used_collection_shard2_replica_n4] main]
[junit4] 2> 1516923 INFO (qtp747147261-25578) [ ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@58956160[nodes_used_collection_shard1_replica_n1] main]
[junit4] 2> 1516923 INFO (qtp669859599-25572) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 1516924 INFO (qtp669859599-25572) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 1516924 INFO (qtp669859599-25572) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1516924 INFO (searcherExecutor-6614-thread-1) [ ]
o.a.s.c.SolrCore [nodes_used_collection_shard1_replica_n2] Registered new
searcher Searcher@24aa53cc[nodes_used_collection_shard1_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1516924 INFO (qtp669859599-25572) [ ] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1583269797685100544
[junit4] 2> 1516927 INFO (qtp747147261-25578) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 1516927 INFO (qtp2085707086-25549) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 1516927 INFO (qtp747147261-25578) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 1516928 INFO (qtp2085707086-25549) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 1516928 INFO (qtp2085707086-25549) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1516928 INFO (qtp747147261-25578) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1516928 INFO (searcherExecutor-6615-thread-1) [ ]
o.a.s.c.SolrCore [nodes_used_collection_shard2_replica_n4] Registered new
searcher Searcher@5985c2fb[nodes_used_collection_shard2_replica_n4]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1516928 INFO (searcherExecutor-6616-thread-1) [ ]
o.a.s.c.SolrCore [nodes_used_collection_shard1_replica_n1] Registered new
searcher Searcher@58956160[nodes_used_collection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1516929 INFO (qtp2085707086-25549) [ ] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1583269797690343424
[junit4] 2> 1516929 INFO (qtp747147261-25578) [ ] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1583269797690343424
[junit4] 2> 1516929 INFO (qtp669859599-25572) [ ]
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for
shard shard1: total=2 found=1 timeoutin=9999ms
[junit4] 2> 1516930 INFO (qtp490612283-25579) [ ]
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for
shard shard2: total=2 found=1 timeoutin=9998ms
[junit4] 2> 1517030 INFO (zkCallback-4325-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/nodes_used_collection/state.json] for collection
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1517030 INFO (zkCallback-4325-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/nodes_used_collection/state.json] for collection
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1517030 INFO (zkCallback-4316-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/nodes_used_collection/state.json] for collection
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1517030 INFO (zkCallback-4327-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/nodes_used_collection/state.json] for collection
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1517030 INFO (zkCallback-4328-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/nodes_used_collection/state.json] for collection
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1517030 INFO (zkCallback-4316-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/nodes_used_collection/state.json] for collection
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1517030 INFO (zkCallback-4327-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/nodes_used_collection/state.json] for collection
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1517030 INFO (zkCallback-4328-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/nodes_used_collection/state.json] for collection
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1517429 INFO (qtp669859599-25572) [ ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1517429 INFO (qtp669859599-25572) [ ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1517429 INFO (qtp669859599-25572) [ ] o.a.s.c.SyncStrategy
Sync replicas to
https://127.0.0.1:44169/solr/nodes_used_collection_shard1_replica_n2/
[junit4] 2> 1517430 INFO (qtp669859599-25572) [ ] o.a.s.u.PeerSync
PeerSync: core=nodes_used_collection_shard1_replica_n2
url=https://127.0.0.1:44169/solr START
replicas=[https://127.0.0.1:40587/solr/nodes_used_collection_shard1_replica_n1/]
nUpdates=100
[junit4] 2> 1517430 INFO (qtp490612283-25579) [ ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1517430 INFO (qtp490612283-25579) [ ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1517430 INFO (qtp490612283-25579) [ ] o.a.s.c.SyncStrategy
Sync replicas to
https://127.0.0.1:44079/solr/nodes_used_collection_shard2_replica_n6/
[junit4] 2> 1517431 INFO (qtp490612283-25579) [ ] o.a.s.u.PeerSync
PeerSync: core=nodes_used_collection_shard2_replica_n6
url=https://127.0.0.1:44079/solr START
replicas=[https://127.0.0.1:46107/solr/nodes_used_collection_shard2_replica_n4/]
nUpdates=100
[junit4] 2> 1517434 INFO (qtp747147261-25551) [ ] o.a.s.c.S.Request
[nodes_used_collection_shard1_replica_n1] webapp=/solr path=/get
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 1517435 INFO (qtp2085707086-25553) [ ] o.a.s.c.S.Request
[nodes_used_collection_shard2_replica_n4] webapp=/solr path=/get
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 1517730 INFO (qtp669859599-25572) [ ] o.a.s.u.PeerSync
PeerSync: core=nodes_used_collection_shard1_replica_n2
url=https://127.0.0.1:44169/solr DONE. We have no versions. sync failed.
[junit4] 2> 1517730 INFO (qtp669859599-25572) [ ] o.a.s.c.SyncStrategy
Leader's attempt to sync with shard failed, moving to the next candidate
[junit4] 2> 1517730 INFO (qtp669859599-25572) [ ]
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we
can't sync in that case - we were active before, so become leader anyway
[junit4] 2> 1517730 INFO (qtp669859599-25572) [ ]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 1517731 INFO (qtp490612283-25579) [ ] o.a.s.u.PeerSync
PeerSync: core=nodes_used_collection_shard2_replica_n6
url=https://127.0.0.1:44079/solr DONE. We have no versions. sync failed.
[junit4] 2> 1517731 INFO (qtp490612283-25579) [ ] o.a.s.c.SyncStrategy
Leader's attempt to sync with shard failed, moving to the next candidate
[junit4] 2> 1517731 INFO (qtp490612283-25579) [ ]
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we
can't sync in that case - we were active before, so become leader anyway
[junit4] 2> 1517731 INFO (qtp490612283-25579) [ ]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 1517734 INFO (qtp669859599-25572) [ ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:44169/solr/nodes_used_collection_shard1_replica_n2/ shard1
[junit4] 2> 1517734 INFO (qtp490612283-25579) [ ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:44079/solr/nodes_used_collection_shard2_replica_n6/ shard2
[junit4] 2> 1517835 INFO (zkCallback-4316-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/nodes_used_collection/state.json] for collection
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1517835 INFO (zkCallback-4316-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/nodes_used_collection/state.json] for collection
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1517835 INFO (zkCallback-4325-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/nodes_used_collection/state.json] for collection
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1517835 INFO (zkCallback-4328-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/nodes_used_collection/state.json] for collection
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1517835 INFO (zkCallback-4325-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/nodes_used_collection/state.json] for collection
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1517835 INFO (zkCallback-4328-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/nodes_used_collection/state.json] for collection
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1517835 INFO (zkCallback-4327-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/nodes_used_collection/state.json] for collection
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1517835 INFO (zkCallback-4327-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/nodes_used_collection/state.json] for collection
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1517885 INFO (qtp490612283-25579) [ ] o.a.s.c.ZkController
I am the leader, no recovery necessary
[junit4] 2> 1517885 INFO (qtp669859599-25572) [ ] o.a.s.c.ZkController
I am the leader, no recovery necessary
[junit4] 2> 1517899 INFO (qtp490612283-25579) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=nodes_used_collection_shard2_replica_n6&action=CREATE&numShards=2&collection=nodes_used_collection&shard=shard2&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=4068
[junit4] 2> 1517899 INFO (qtp669859599-25572) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=nodes_used_collection_shard1_replica_n2&action=CREATE&numShards=2&collection=nodes_used_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=4056
[junit4] 2> 1517937 INFO (qtp747147261-25578) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=nodes_used_collection_shard1_replica_n1&action=CREATE&numShards=2&collection=nodes_used_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=4094
[junit4] 2> 1517942 INFO (qtp2085707086-25549) [ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=nodes_used_collection_shard2_replica_n4&action=CREATE&numShards=2&collection=nodes_used_collection&shard=shard2&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=4099
[junit4] 2> 1517945 INFO (qtp490612283-25546) [ ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 1518034 INFO (zkCallback-4328-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/nodes_used_collection/state.json] for collection
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1518034 INFO (zkCallback-4325-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/nodes_used_collection/state.json] for collection
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1518034 INFO (zkCallback-4316-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/nodes_used_collection/state.json] for collection
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1518034 INFO (zkCallback-4325-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/nodes_used_collection/state.json] for collection
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1518034 INFO (zkCallback-4327-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/nodes_used_collection/state.json] for collection
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1518034 INFO (zkCallback-4316-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/nodes_used_collection/state.json] for collection
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1518034 INFO (zkCallback-4327-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/nodes_used_collection/state.json] for collection
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1518034 INFO (zkCallback-4328-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/nodes_used_collection/state.json] for collection
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1518945 INFO (qtp490612283-25546) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/collections
params={replicationFactor=2&collection.configName=conf&name=nodes_used_collection&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2}
status=0 QTime=5430
[junit4] 2> 1518946 INFO
(TEST-CollectionsAPIDistributedZkTest.testCoresAreDistributedAcrossNodes-seed#[77C924AAD5883F92])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testCoresAreDistributedAcrossNodes
[junit4] 2> 1518975 INFO
(TEST-CollectionsAPIDistributedZkTest.testSpecificConfigsets-seed#[77C924AAD5883F92])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testSpecificConfigsets
[junit4] 2> 1518976 INFO
(TEST-CollectionsAPIDistributedZkTest.testSpecificConfigsets-seed#[77C924AAD5883F92])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 1518977 INFO (qtp490612283-25574) [ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params
name=nodes_used_collection&action=DELETE&wt=javabin&version=2 and
sendToOCPQueue=true
[junit4] 2> 1518979 INFO (OverseerThreadFactory-6604-thread-2) [ ]
o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd :
action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
[junit4] 2> 1518979 INFO
(OverseerCollectionConfigSetProcessor-98954362110935052-127.0.0.1:40587_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> 1518983 INFO (qtp2085707086-25561) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.nodes_used_collection.shard2.replica_n4, tag=null
[junit4] 2> 1518983 INFO (qtp669859599-25548) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.nodes_used_collection.shard1.replica_n2, tag=null
[junit4] 2> 1518983 INFO (qtp490612283-25550) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.nodes_used_collection.shard2.replica_n6, tag=null
[junit4] 2> 1518984 INFO (qtp669859599-25548) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@585038ba: rootName = null,
domain = solr.core.nodes_used_collection.shard1.replica_n2, service url = null,
agent id = null] for registry solr.core.nodes_used_collection.shard1.replica_n2
/ com.codahale.metrics.MetricRegistry@2639f6ff
[junit4] 2> 1518984 INFO (qtp490612283-25550) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@73ca38cf: rootName = null,
domain = solr.core.nodes_used_collection.shard2.replica_n6, service url = null,
agent id = null] for registry solr.core.nodes_used_collection.shard2.replica_n6
/ com.codahale.metrics.MetricRegistry@72f28188
[junit4] 2> 1518983 INFO (qtp747147261-25547) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.nodes_used_collection.shard1.replica_n1, tag=null
[junit4] 2> 1518984 INFO (qtp747147261-25547) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@7266b4c5: rootName = null,
domain = solr.core.nodes_used_collection.shard1.replica_n1, service url = null,
agent id = null] for registry solr.core.nodes_used_collection.shard1.replica_n1
/ com.codahale.metrics.MetricRegistry@55176055
[junit4] 2> 1518983 INFO (qtp2085707086-25561) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@6e8a5d62: rootName = null,
domain = solr.core.nodes_used_collection.shard2.replica_n4, service url = null,
agent id = null] for registry solr.core.nodes_used_collection.shard2.replica_n4
/ com.codahale.metrics.MetricRegistry@51a3dc48
[junit4] 2> 1519001 INFO (qtp2085707086-25561) [ ] o.a.s.c.SolrCore
[nodes_used_collection_shard2_replica_n4] CLOSING SolrCore
org.apache.solr.core.SolrCore@7f9b0eee
[junit4] 2> 1519001 INFO (qtp2085707086-25561) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.nodes_used_collection.shard2.replica_n4, tag=2140868334
[junit4] 2> 1519001 INFO (qtp2085707086-25561) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.collection.nodes_used_collection.shard2.leader, tag=2140868334
[junit4] 2> 1519003 INFO (qtp2085707086-25561) [ ]
o.a.s.c.ShardLeaderElectionContextBase No version found for ephemeral leader
parent node, won't remove previous leader registration.
[junit4] 2> 1519003 INFO (qtp2085707086-25561) [ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={deleteInstanceDir=true&core=nodes_used_collection_shard2_replica_n4&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
status=0 QTime=20
[junit4] 2> 1519004 INFO (qtp669859599-25548) [ ] o.a.s.c.SolrCore
[nodes_used_collection_shard1_replica_n2] CLOSING SolrCore
org.apache.solr.core.SolrCore@2bd18c1
[junit4] 2> 1519004 INFO (qtp669859599-25548) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.nodes_used_collection.shard1.replica_n2, tag=45947073
[junit4] 2> 1519004 INFO (qtp669859599-25548) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.collection.nodes_used_collection.shard1.leader, tag=45947073
[junit4] 2> 1519006 INFO (qtp490612283-25550) [ ] o.a.s.c.SolrCore
[nodes_used_collection_shard2_replica_n6] CLOSING SolrCore
org.apache.solr.core.SolrCore@e67bc36
[junit4] 2> 1519006 INFO (qtp490612283-25550) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.nodes_used_collection.shard2.replica_n6, tag=241679414
[junit4] 2> 1519006 INFO (qtp490612283-25550) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.collection.nodes_used_collection.shard2.leader, tag=241679414
[junit4] 2> 1519007 INFO (qtp747147261-25547) [ ] o.a.s.c.SolrCore
[nodes_used_collection_shard1_replica_n1] CLOSING SolrCore
org.apache.solr.core.SolrCore@674ac48e
[junit4] 2> 1519007 INFO (qtp747147261-25547) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.nodes_used_collection.shard1.replica_n1, tag=1732953230
[junit4] 2> 1519007 INFO (qtp747147261-25547) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.collection.nodes_used_collection.shard1.leader, tag=1732953230
[junit4] 2> 1519007 WARN (zkCallback-4316-thread-1) [ ]
o.a.s.c.LeaderElector Our node is no longer in line to be leader
[junit4] 2> 1519007 WARN (zkCallback-4328-thread-2) [ ]
o.a.s.c.LeaderElector
[junit4] 2> org.apache.solr.common.SolrException: SolrCore not
found:nodes_used_collection_shard1_replica_n1 in []
[junit4] 2> at
org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:310)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:56)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:348)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$1.lambda$process$0(SolrZkClient.java:262)
[junit4] 2> at
java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
[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:1135)
[junit4] 2> at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
[junit4] 2> at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] 2> 1519008 INFO (qtp490612283-25550) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={deleteInstanceDir=true&core=nodes_used_collection_shard2_replica_n6&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
status=0 QTime=25
[junit4] 2> 1519008 INFO (qtp669859599-25548) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={deleteInstanceDir=true&core=nodes_used_collection_shard1_replica_n2&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
status=0 QTime=25
[junit4] 2> 1519012 INFO (qtp747147261-25547) [ ]
o.a.s.c.ShardLeaderElectionContextBase No version found for ephemeral leader
parent node, won't remove previous leader registration.
[junit4] 2> 1519012 INFO (qtp747147261-25547) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={deleteInstanceDir=true&core=nodes_used_collection_shard1_replica_n1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
status=0 QTime=29
[junit4] 2> 1519716 INFO (qtp490612283-25574) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/collections
params={name=nodes_used_collection&action=DELETE&wt=javabin&version=2} status=0
QTime=739
[junit4] 2> 1519717 INFO (qtp490612283-25577) [ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=1&collection.configName=conf2&name=withconfigset2&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1519719 INFO (OverseerThreadFactory-6604-thread-3) [ ]
o.a.s.c.CreateCollectionCmd Create collection withconfigset2
[junit4] 2> 1519719 INFO
(OverseerCollectionConfigSetProcessor-98954362110935052-127.0.0.1:40587_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> 1519928 INFO
(OverseerStateUpdate-98954362110935052-127.0.0.1:40587_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"withconfigset2",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"withconfigset2_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:46107/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1520131 INFO (qtp2085707086-25564) [ ]
o.a.s.u.TestInjection Inject random core creation delay of 2s
[junit4] 2> 1522131 INFO (qtp2085707086-25564) [ ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf2&newCollection=true&name=withconfigset2_shard1_replica_n1&action=CREATE&numShards=1&collection=withconfigset2&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1522135 INFO (zkCallback-4316-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/withconfigset2/state.json] for collection [withconfigset2]
has occurred - updating... (live nodes size: [4])
[junit4] 2> 1522135 INFO (zkCallback-4316-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/withconfigset2/state.json] for collection [withconfigset2]
has occurred - updating... (live nodes size: [4])
[junit4] 2> 1523138 INFO (qtp2085707086-25564) [ ] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1523141 INFO (qtp2085707086-25564) [ ] o.a.s.s.IndexSchema
[withconfigset2_shard1_replica_n1] Schema name=minimal
[junit4] 2> 1523142 INFO (qtp2085707086-25564) [ ] o.a.s.s.IndexSchema
Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1523142 INFO (qtp2085707086-25564) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'withconfigset2_shard1_replica_n1'
using configuration from collection withconfigset2, trusted=true
[junit4] 2> 1523143 INFO (qtp2085707086-25564) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.withconfigset2.shard1.replica_n1' (registry
'solr.core.withconfigset2.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@55414639
[junit4] 2> 1523143 INFO (qtp2085707086-25564) [ ] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1523143 INFO (qtp2085707086-25564) [ ] o.a.s.c.SolrCore
[[withconfigset2_shard1_replica_n1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_77C924AAD5883F92-001/tempDir-001/node1/withconfigset2_shard1_replica_n1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_77C924AAD5883F92-001/tempDir-001/node1/withconfigset2_shard1_replica_n1/data/]
[junit4] 2> 1523181 INFO (qtp2085707086-25564) [ ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1523181 INFO (qtp2085707086-25564) [ ] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1523182 INFO (qtp2085707086-25564) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1523182 INFO (qtp2085707086-25564) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1523183 INFO (qtp2085707086-25564) [ ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@4e907837[withconfigset2_shard1_replica_n1] main]
[junit4] 2> 1523184 INFO (qtp2085707086-25564) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf2
[junit4] 2> 1523184 INFO (qtp2085707086-25564) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf2
[junit4] 2> 1523184 INFO (qtp2085707086-25564) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1523185 INFO (searcherExecutor-6633-thread-1) [ ]
o.a.s.c.SolrCore [withconfigset2_shard1_replica_n1] Registered new searcher
Searcher@4e907837[withconfigset2_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1523185 INFO (qtp2085707086-25564) [ ] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1583269804250234880
[junit4] 2> 1523187 INFO (qtp2085707086-25564) [ ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1523187 INFO (qtp2085707086-25564) [ ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1523187 INFO (qtp2085707086-25564) [ ]
o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:46107/solr/withconfigset2_shard1_replica_n1/
[junit4] 2> 1523187 INFO (qtp2085707086-25564) [ ]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 1523187 INFO (qtp2085707086-25564) [ ]
o.a.s.c.SyncStrategy
https://127.0.0.1:46107/solr/withconfigset2_shard1_replica_n1/ has no replicas
[junit4] 2> 1523187 INFO (qtp2085707086-25564) [ ]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 1523188 INFO (qtp2085707086-25564) [ ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:46107/solr/withconfigset2_shard1_replica_n1/ shard1
[junit4] 2> 1523289 INFO (zkCallback-4316-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/withconfigset2/state.json] for collection [withconfigset2]
has occurred - updating... (live nodes size: [4])
[junit4] 2> 1523289 INFO (zkCallback-4316-thread-1) [ ]
[...truncated too long message...]
.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> 395159 ERROR (qtp999860346-63) [ ] o.a.s.c.ZkContainer
:org.apache.solr.common.SolrException: Error getting leader from zk for shard
shard2
[junit4] 2> at
org.apache.solr.cloud.ZkController.getLeader(ZkController.java:1207)
[junit4] 2> at
org.apache.solr.cloud.ZkController.register(ZkController.java:1079)
[junit4] 2> at
org.apache.solr.cloud.ZkController.register(ZkController.java:1014)
[junit4] 2> at
org.apache.solr.core.ZkContainer.lambda$registerInZk$0(ZkContainer.java:181)
[junit4] 2> at
org.apache.solr.core.ZkContainer.registerInZk(ZkContainer.java:208)
[junit4] 2> at
org.apache.solr.core.CoreContainer.registerCore(CoreContainer.java:890)
[junit4] 2> at
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1051)
[junit4] 2> at
org.apache.solr.core.CoreContainer.create(CoreContainer.java:952)
[junit4] 2> at
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:91)
[junit4] 2> at
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:384)
[junit4] 2> at
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:389)
[junit4] 2> at
org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
[junit4] 2> at
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
[junit4] 2> at
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:735)
[junit4] 2> at
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:716)
[junit4] 2> at
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:497)
[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:426)
[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.ssl.SslConnection.onFillable(SslConnection.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> Caused by: org.apache.solr.common.SolrException: No registered
leader was found after waiting for 1220000ms , collection: test slice: shard2
saw state=null with live_nodes=[]
[junit4] 2> at
org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:816)
[junit4] 2> at
org.apache.solr.common.cloud.ZkStateReader.getLeaderUrl(ZkStateReader.java:781)
[junit4] 2> at
org.apache.solr.cloud.ZkController.getLeader(ZkController.java:1178)
[junit4] 2> ... 44 more
[junit4] 2>
[junit4] 2> 395170 INFO (qtp999860346-63) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=config&newCollection=true&name=test_shard2_replica_n6&action=CREATE&numShards=2&collection=test&shard=shard2&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=389642
[junit4] 2> 395171 ERROR
(SUITE-TestV2Request-seed#[4E76B27468D7CBCC]-worker) [ ]
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper
server won't take any action on ERROR or SHUTDOWN server state changes
[junit4] 2> 395172 INFO
(SUITE-TestV2Request-seed#[4E76B27468D7CBCC]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:37465 37465
[junit4] 2> 400957 INFO (Thread-0) [ ] o.a.s.c.ZkTestServer connecting
to 127.0.0.1:37465 37465
[junit4] 2> 400959 WARN (Thread-0) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 5 /solr/aliases.json
[junit4] 2> 4 /solr/security.json
[junit4] 2> 4 /solr/configs/config
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 12 /solr/collections/test/state.json
[junit4] 2> 5 /solr/clusterstate.json
[junit4] 2> 5 /solr/clusterprops.json
[junit4] 2> 2
/solr/overseer_elect/election/98954500356833291-127.0.0.1:44797_solr-n_0000000000
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 5 /solr/live_nodes
[junit4] 2> 5 /solr/collections
[junit4] 2>
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.TestV2Request_4E76B27468D7CBCC-001
[junit4] 2> Nov 05, 2017 11:57:28 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> Nov 05, 2017 11:57:48 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> SEVERE: 1 thread leaked from SUITE scope at
org.apache.solr.client.solrj.request.TestV2Request:
[junit4] 2> 1) Thread[id=166, name=Connection evictor,
state=TIMED_WAITING, group=TGRP-TestV2Request]
[junit4] 2> at java.base@10-ea/java.lang.Thread.sleep(Native
Method)
[junit4] 2> at
app//org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
[junit4] 2> at
java.base@10-ea/java.lang.Thread.run(Thread.java:844)
[junit4] 2> Nov 05, 2017 11:57:48 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> INFO: Starting to interrupt leaked threads:
[junit4] 2> 1) Thread[id=166, name=Connection evictor,
state=TIMED_WAITING, group=TGRP-TestV2Request]
[junit4] 2> Nov 05, 2017 11:57:48 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> INFO: All leaked threads terminated.
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70),
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@5aa3d6c),
locale=fr-HT, timezone=America/Inuvik
[junit4] 2> NOTE: Linux 4.10.0-37-generic amd64/Oracle Corporation 10-ea
(64-bit)/cpus=8,threads=1,free=445259592,total=518979584
[junit4] 2> NOTE: All tests run in this JVM: [TestV2Request]
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestV2Request
-Dtests.seed=4E76B27468D7CBCC -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=fr-HT -Dtests.timezone=America/Inuvik -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] ERROR 0.00s J1 | TestV2Request (suite) <<<
[junit4] > Throwable #1:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE
scope at org.apache.solr.client.solrj.request.TestV2Request:
[junit4] > 1) Thread[id=166, name=Connection evictor,
state=TIMED_WAITING, group=TGRP-TestV2Request]
[junit4] > at java.base@10-ea/java.lang.Thread.sleep(Native
Method)
[junit4] > at
app//org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
[junit4] > at
java.base@10-ea/java.lang.Thread.run(Thread.java:844)
[junit4] > at
__randomizedtesting.SeedInfo.seed([4E76B27468D7CBCC]:0)
[junit4] Completed [123/146 (1!)] on J1 in 421.70s, 3 tests, 3 errors <<<
FAILURES!
[...truncated 39242 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]