Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.7/17/
3 tests failed.
FAILED: org.apache.solr.cloud.LeaderTragicEventTest.test
Error Message:
Timeout waiting for new replica become leader Timeout waiting to see state for
collection=collection1
:DocCollection(collection1//collections/collection1/state.json/5)={
"pullReplicas":"0", "replicationFactor":"2", "shards":{"shard1":{
"range":"80000000-7fffffff", "state":"active", "replicas":{
"core_node3":{ "core":"collection1_shard1_replica_n1",
"base_url":"http://127.0.0.1:46233/solr",
"node_name":"127.0.0.1:46233_solr", "state":"active",
"type":"NRT", "force_set_state":"false"}, "core_node4":{
"core":"collection1_shard1_replica_n2",
"base_url":"http://127.0.0.1:45213/solr",
"node_name":"127.0.0.1:45213_solr", "state":"active",
"type":"NRT", "force_set_state":"false",
"leader":"true"}}}}, "router":{"name":"compositeId"},
"maxShardsPerNode":"1", "autoAddReplicas":"false", "nrtReplicas":"2",
"tlogReplicas":"0"} Live Nodes: [127.0.0.1:45213_solr, 127.0.0.1:46233_solr]
Last available state:
DocCollection(collection1//collections/collection1/state.json/5)={
"pullReplicas":"0", "replicationFactor":"2", "shards":{"shard1":{
"range":"80000000-7fffffff", "state":"active", "replicas":{
"core_node3":{ "core":"collection1_shard1_replica_n1",
"base_url":"http://127.0.0.1:46233/solr",
"node_name":"127.0.0.1:46233_solr", "state":"active",
"type":"NRT", "force_set_state":"false"}, "core_node4":{
"core":"collection1_shard1_replica_n2",
"base_url":"http://127.0.0.1:45213/solr",
"node_name":"127.0.0.1:45213_solr", "state":"active",
"type":"NRT", "force_set_state":"false",
"leader":"true"}}}}, "router":{"name":"compositeId"},
"maxShardsPerNode":"1", "autoAddReplicas":"false", "nrtReplicas":"2",
"tlogReplicas":"0"}
Stack Trace:
java.lang.AssertionError: Timeout waiting for new replica become leader
Timeout waiting to see state for collection=collection1
:DocCollection(collection1//collections/collection1/state.json/5)={
"pullReplicas":"0",
"replicationFactor":"2",
"shards":{"shard1":{
"range":"80000000-7fffffff",
"state":"active",
"replicas":{
"core_node3":{
"core":"collection1_shard1_replica_n1",
"base_url":"http://127.0.0.1:46233/solr",
"node_name":"127.0.0.1:46233_solr",
"state":"active",
"type":"NRT",
"force_set_state":"false"},
"core_node4":{
"core":"collection1_shard1_replica_n2",
"base_url":"http://127.0.0.1:45213/solr",
"node_name":"127.0.0.1:45213_solr",
"state":"active",
"type":"NRT",
"force_set_state":"false",
"leader":"true"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"1",
"autoAddReplicas":"false",
"nrtReplicas":"2",
"tlogReplicas":"0"}
Live Nodes: [127.0.0.1:45213_solr, 127.0.0.1:46233_solr]
Last available state:
DocCollection(collection1//collections/collection1/state.json/5)={
"pullReplicas":"0",
"replicationFactor":"2",
"shards":{"shard1":{
"range":"80000000-7fffffff",
"state":"active",
"replicas":{
"core_node3":{
"core":"collection1_shard1_replica_n1",
"base_url":"http://127.0.0.1:46233/solr",
"node_name":"127.0.0.1:46233_solr",
"state":"active",
"type":"NRT",
"force_set_state":"false"},
"core_node4":{
"core":"collection1_shard1_replica_n2",
"base_url":"http://127.0.0.1:45213/solr",
"node_name":"127.0.0.1:45213_solr",
"state":"active",
"type":"NRT",
"force_set_state":"false",
"leader":"true"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"1",
"autoAddReplicas":"false",
"nrtReplicas":"2",
"tlogReplicas":"0"}
at
__randomizedtesting.SeedInfo.seed([C25B89E5992E050B:4A0FB63F37D268F3]:0)
at org.junit.Assert.fail(Assert.java:88)
at
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:304)
at
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:282)
at
org.apache.solr.cloud.LeaderTragicEventTest.test(LeaderTragicEventTest.java:84)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
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:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
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
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.lang.Thread.run(Thread.java:748)
FAILED: org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_stored_idx
Error Message:
expected:<456> but was:<461>
Stack Trace:
java.lang.AssertionError: expected:<456> but was:<461>
at
__randomizedtesting.SeedInfo.seed([C25B89E5992E050B:D23A241C8C8C4025]:0)
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:645)
at org.junit.Assert.assertEquals(Assert.java:631)
at
org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.checkField(TestStressCloudBlindAtomicUpdates.java:282)
at
org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_stored_idx(TestStressCloudBlindAtomicUpdates.java:251)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
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:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
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
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.lang.Thread.run(Thread.java:748)
FAILED: org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_dv
Error Message:
Some docs had errors -- check logs expected:<0> but was:<8>
Stack Trace:
java.lang.AssertionError: Some docs had errors -- check logs expected:<0> but
was:<8>
at
__randomizedtesting.SeedInfo.seed([C25B89E5992E050B:F44FEBA313733F1A]:0)
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:645)
at
org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.checkField(TestStressCloudBlindAtomicUpdates.java:352)
at
org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_dv(TestStressCloudBlindAtomicUpdates.java:207)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
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:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
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
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.lang.Thread.run(Thread.java:748)
Build Log:
[...truncated 14710 lines...]
[junit4] Suite: org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates
[junit4] 2> Creating dataDir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_C25B89E5992E050B-001/init-core-data-001
[junit4] 2> 1856281 INFO
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[C25B89E5992E050B]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 1856282 INFO
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[C25B89E5992E050B]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=SSL overhead seems to cause
OutOfMemory when stress testing)
[junit4] 2> 1856282 INFO
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[C25B89E5992E050B]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 1856282 INFO
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[C25B89E5992E050B]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 10 servers in
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_C25B89E5992E050B-001/tempDir-001
[junit4] 2> 1856283 INFO
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[C25B89E5992E050B]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1856283 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1856283 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer Starting server
[junit4] 2> 1856383 INFO
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[C25B89E5992E050B]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:34998
[junit4] 2> 1856383 INFO
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[C25B89E5992E050B]-worker) [ ]
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:34998
[junit4] 2> 1856383 INFO
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[C25B89E5992E050B]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1 34998
[junit4] 2> 1856389 INFO (zkConnectionManagerCallback-7847-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1856394 INFO (zkConnectionManagerCallback-7849-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1856396 INFO (zkConnectionManagerCallback-7851-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1856398 WARN (jetty-launcher-7852-thread-1) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 1856398 WARN (jetty-launcher-7852-thread-2) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 1856399 INFO (jetty-launcher-7852-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 1856399 INFO (jetty-launcher-7852-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 1856399 INFO (jetty-launcher-7852-thread-2) [ ]
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
[junit4] 2> 1856399 WARN (jetty-launcher-7852-thread-3) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 1856399 INFO (jetty-launcher-7852-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 1856399 INFO (jetty-launcher-7852-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 1856399 INFO (jetty-launcher-7852-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 1856399 INFO (jetty-launcher-7852-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 1856399 INFO (jetty-launcher-7852-thread-3) [ ]
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
[junit4] 2> 1856399 INFO (jetty-launcher-7852-thread-1) [ ]
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
[junit4] 2> 1856400 WARN (jetty-launcher-7852-thread-4) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 1856400 INFO (jetty-launcher-7852-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 1856400 INFO (jetty-launcher-7852-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 1856400 INFO (jetty-launcher-7852-thread-4) [ ]
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
[junit4] 2> 1856401 INFO (jetty-launcher-7852-thread-4) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1856401 INFO (jetty-launcher-7852-thread-4) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1856401 INFO (jetty-launcher-7852-thread-4) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 1856402 INFO (jetty-launcher-7852-thread-4) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@74526c46{/solr,null,AVAILABLE}
[junit4] 2> 1856403 WARN (jetty-launcher-7852-thread-5) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 1856403 WARN (jetty-launcher-7852-thread-6) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 1856403 INFO (jetty-launcher-7852-thread-5) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 1856403 INFO (jetty-launcher-7852-thread-5) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 1856403 INFO (jetty-launcher-7852-thread-6) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 1856403 INFO (jetty-launcher-7852-thread-6) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 1856403 INFO (jetty-launcher-7852-thread-5) [ ]
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
[junit4] 2> 1856403 INFO (jetty-launcher-7852-thread-6) [ ]
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
[junit4] 2> 1856404 WARN (jetty-launcher-7852-thread-7) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 1856404 WARN (jetty-launcher-7852-thread-8) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 1856404 INFO (jetty-launcher-7852-thread-7) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 1856404 INFO (jetty-launcher-7852-thread-7) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 1856404 INFO (jetty-launcher-7852-thread-8) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 1856404 INFO (jetty-launcher-7852-thread-7) [ ]
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
[junit4] 2> 1856404 INFO (jetty-launcher-7852-thread-8) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 1856404 INFO (jetty-launcher-7852-thread-8) [ ]
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
[junit4] 2> 1856404 WARN (jetty-launcher-7852-thread-9) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 1856405 INFO (jetty-launcher-7852-thread-9) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 1856405 INFO (jetty-launcher-7852-thread-9) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 1856405 INFO (jetty-launcher-7852-thread-9) [ ]
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
[junit4] 2> 1856405 WARN (jetty-launcher-7852-thread-10) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 1856406 INFO (jetty-launcher-7852-thread-10) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 1856406 INFO (jetty-launcher-7852-thread-10) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 1856406 INFO (jetty-launcher-7852-thread-10) [ ]
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
[junit4] 2> 1856406 INFO (jetty-launcher-7852-thread-3) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1856407 INFO (jetty-launcher-7852-thread-3) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1856407 INFO (jetty-launcher-7852-thread-3) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 1856407 INFO (jetty-launcher-7852-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@20bdb7a1{/solr,null,AVAILABLE}
[junit4] 2> 1856419 INFO (jetty-launcher-7852-thread-4) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@787a6753{HTTP/1.1,[http/1.1]}{127.0.0.1:33334}
[junit4] 2> 1856419 INFO (jetty-launcher-7852-thread-4) [ ]
o.e.j.s.Server Started @1856483ms
[junit4] 2> 1856419 INFO (jetty-launcher-7852-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=33334}
[junit4] 2> 1856419 INFO (jetty-launcher-7852-thread-5) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1856419 INFO (jetty-launcher-7852-thread-5) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1856420 INFO (jetty-launcher-7852-thread-5) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 1856420 ERROR (jetty-launcher-7852-thread-4) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1856420 INFO (jetty-launcher-7852-thread-4) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1856420 INFO (jetty-launcher-7852-thread-4) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.7.2
[junit4] 2> 1856420 INFO (jetty-launcher-7852-thread-5) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@76644d0a{/solr,null,AVAILABLE}
[junit4] 2> 1856420 INFO (jetty-launcher-7852-thread-4) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1856420 INFO (jetty-launcher-7852-thread-4) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1856420 INFO (jetty-launcher-7852-thread-4) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-05-21T22:54:09.985Z
[junit4] 2> 1856421 INFO (jetty-launcher-7852-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1856421 INFO (jetty-launcher-7852-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1856421 INFO (jetty-launcher-7852-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 1856422 INFO (jetty-launcher-7852-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@6b06a44c{/solr,null,AVAILABLE}
[junit4] 2> 1856423 INFO (jetty-launcher-7852-thread-6) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1856423 INFO (jetty-launcher-7852-thread-6) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1856423 INFO (jetty-launcher-7852-thread-6) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 1856424 INFO (jetty-launcher-7852-thread-6) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@7eddca83{/solr,null,AVAILABLE}
[junit4] 2> 1856425 INFO (jetty-launcher-7852-thread-7) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1856425 INFO (jetty-launcher-7852-thread-7) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1856425 INFO (jetty-launcher-7852-thread-7) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 1856425 INFO (jetty-launcher-7852-thread-7) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@59672f3d{/solr,null,AVAILABLE}
[junit4] 2> 1856426 INFO (jetty-launcher-7852-thread-8) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1856426 INFO (jetty-launcher-7852-thread-8) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1856426 INFO (jetty-launcher-7852-thread-8) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 1856426 INFO (jetty-launcher-7852-thread-8) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@2895c25e{/solr,null,AVAILABLE}
[junit4] 2> 1856428 INFO (jetty-launcher-7852-thread-9) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1856428 INFO (jetty-launcher-7852-thread-9) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1856428 INFO (jetty-launcher-7852-thread-9) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 1856428 INFO (jetty-launcher-7852-thread-9) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@7a153b0e{/solr,null,AVAILABLE}
[junit4] 2> 1856429 INFO (jetty-launcher-7852-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1856429 INFO (jetty-launcher-7852-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1856429 INFO (jetty-launcher-7852-thread-2) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 1856429 INFO (jetty-launcher-7852-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@7baac980{/solr,null,AVAILABLE}
[junit4] 2> 1856430 INFO (jetty-launcher-7852-thread-1) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@19c4fc8e{HTTP/1.1,[http/1.1]}{127.0.0.1:35695}
[junit4] 2> 1856430 INFO (jetty-launcher-7852-thread-1) [ ]
o.e.j.s.Server Started @1856494ms
[junit4] 2> 1856430 INFO (jetty-launcher-7852-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=35695}
[junit4] 2> 1856431 ERROR (jetty-launcher-7852-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1856431 INFO (jetty-launcher-7852-thread-10) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1856431 INFO (jetty-launcher-7852-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1856431 INFO (jetty-launcher-7852-thread-10) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1856431 INFO (jetty-launcher-7852-thread-10) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 1856431 INFO (jetty-launcher-7852-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.7.2
[junit4] 2> 1856431 INFO (jetty-launcher-7852-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1856431 INFO (jetty-launcher-7852-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1856431 INFO (jetty-launcher-7852-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-05-21T22:54:09.996Z
[junit4] 2> 1856431 INFO (jetty-launcher-7852-thread-10) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@7d6abcb1{/solr,null,AVAILABLE}
[junit4] 2> 1856433 INFO (jetty-launcher-7852-thread-6) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@7660b4e8{HTTP/1.1,[http/1.1]}{127.0.0.1:36259}
[junit4] 2> 1856433 INFO (jetty-launcher-7852-thread-6) [ ]
o.e.j.s.Server Started @1856497ms
[junit4] 2> 1856433 INFO (jetty-launcher-7852-thread-6) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=36259}
[junit4] 2> 1856433 INFO (jetty-launcher-7852-thread-2) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@1be8fb31{HTTP/1.1,[http/1.1]}{127.0.0.1:46857}
[junit4] 2> 1856433 INFO (jetty-launcher-7852-thread-2) [ ]
o.e.j.s.Server Started @1856497ms
[junit4] 2> 1856433 ERROR (jetty-launcher-7852-thread-6) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1856433 INFO (jetty-launcher-7852-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=46857}
[junit4] 2> 1856433 INFO (jetty-launcher-7852-thread-6) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1856433 INFO (jetty-launcher-7852-thread-10) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@22920d3c{HTTP/1.1,[http/1.1]}{127.0.0.1:40511}
[junit4] 2> 1856433 INFO (jetty-launcher-7852-thread-10) [ ]
o.e.j.s.Server Started @1856497ms
[junit4] 2> 1856433 INFO (jetty-launcher-7852-thread-10) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=40511}
[junit4] 2> 1856433 ERROR (jetty-launcher-7852-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1856433 INFO (jetty-launcher-7852-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1856433 ERROR (jetty-launcher-7852-thread-10) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1856433 INFO (jetty-launcher-7852-thread-9) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@7556df7{HTTP/1.1,[http/1.1]}{127.0.0.1:40574}
[junit4] 2> 1856434 INFO (jetty-launcher-7852-thread-9) [ ]
o.e.j.s.Server Started @1856497ms
[junit4] 2> 1856434 INFO (jetty-launcher-7852-thread-9) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=40574}
[junit4] 2> 1856434 ERROR (jetty-launcher-7852-thread-9) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1856434 INFO (jetty-launcher-7852-thread-9) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1856434 INFO (jetty-launcher-7852-thread-8) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@50a75381{HTTP/1.1,[http/1.1]}{127.0.0.1:35108}
[junit4] 2> 1856434 INFO (jetty-launcher-7852-thread-8) [ ]
o.e.j.s.Server Started @1856498ms
[junit4] 2> 1856434 INFO (jetty-launcher-7852-thread-8) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=35108}
[junit4] 2> 1856434 ERROR (jetty-launcher-7852-thread-8) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1856434 INFO (jetty-launcher-7852-thread-8) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1856434 INFO (jetty-launcher-7852-thread-7) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@60d2f4b3{HTTP/1.1,[http/1.1]}{127.0.0.1:44413}
[junit4] 2> 1856434 INFO (jetty-launcher-7852-thread-7) [ ]
o.e.j.s.Server Started @1856498ms
[junit4] 2> 1856435 INFO (jetty-launcher-7852-thread-7) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=44413}
[junit4] 2> 1856435 ERROR (jetty-launcher-7852-thread-7) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1856435 INFO (jetty-launcher-7852-thread-7) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1856433 INFO (jetty-launcher-7852-thread-10) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1856434 INFO (jetty-launcher-7852-thread-5) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@2263bd69{HTTP/1.1,[http/1.1]}{127.0.0.1:43879}
[junit4] 2> 1856435 INFO (jetty-launcher-7852-thread-5) [ ]
o.e.j.s.Server Started @1856499ms
[junit4] 2> 1856435 INFO (jetty-launcher-7852-thread-5) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=43879}
[junit4] 2> 1856435 ERROR (jetty-launcher-7852-thread-5) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1856435 INFO (jetty-launcher-7852-thread-5) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1856435 INFO (jetty-launcher-7852-thread-5) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.7.2
[junit4] 2> 1856435 INFO (jetty-launcher-7852-thread-5) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1856435 INFO (jetty-launcher-7852-thread-5) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1856436 INFO (jetty-launcher-7852-thread-5) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-05-21T22:54:10.001Z
[junit4] 2> 1856436 INFO (jetty-launcher-7852-thread-3) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@7c27f57b{HTTP/1.1,[http/1.1]}{127.0.0.1:43358}
[junit4] 2> 1856436 INFO (jetty-launcher-7852-thread-3) [ ]
o.e.j.s.Server Started @1856500ms
[junit4] 2> 1856436 INFO (jetty-launcher-7852-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=43358}
[junit4] 2> 1856436 ERROR (jetty-launcher-7852-thread-3) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1856436 INFO (jetty-launcher-7852-thread-3) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1856436 INFO (jetty-launcher-7852-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.7.2
[junit4] 2> 1856436 INFO (jetty-launcher-7852-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1856436 INFO (jetty-launcher-7852-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1856436 INFO (jetty-launcher-7852-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-05-21T22:54:10.001Z
[junit4] 2> 1856436 INFO (jetty-launcher-7852-thread-8) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.7.2
[junit4] 2> 1856436 INFO (jetty-launcher-7852-thread-8) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1856437 INFO (jetty-launcher-7852-thread-8) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1856437 INFO (jetty-launcher-7852-thread-8) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-05-21T22:54:10.002Z
[junit4] 2> 1856437 INFO (jetty-launcher-7852-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.7.2
[junit4] 2> 1856437 INFO (jetty-launcher-7852-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1856437 INFO (jetty-launcher-7852-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1856437 INFO (jetty-launcher-7852-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-05-21T22:54:10.002Z
[junit4] 2> 1856437 INFO (jetty-launcher-7852-thread-7) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.7.2
[junit4] 2> 1856437 INFO (jetty-launcher-7852-thread-7) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1856437 INFO (jetty-launcher-7852-thread-7) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1856437 INFO (jetty-launcher-7852-thread-7) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-05-21T22:54:10.002Z
[junit4] 2> 1856437 INFO (jetty-launcher-7852-thread-6) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.7.2
[junit4] 2> 1856437 INFO (jetty-launcher-7852-thread-6) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1856437 INFO (jetty-launcher-7852-thread-6) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1856437 INFO (jetty-launcher-7852-thread-6) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-05-21T22:54:10.002Z
[junit4] 2> 1856438 INFO (jetty-launcher-7852-thread-10) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.7.2
[junit4] 2> 1856438 INFO (jetty-launcher-7852-thread-10) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1856438 INFO (jetty-launcher-7852-thread-10) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1856438 INFO (jetty-launcher-7852-thread-10) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-05-21T22:54:10.003Z
[junit4] 2> 1856438 INFO (jetty-launcher-7852-thread-9) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.7.2
[junit4] 2> 1856438 INFO (jetty-launcher-7852-thread-9) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1856438 INFO (jetty-launcher-7852-thread-9) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1856438 INFO (jetty-launcher-7852-thread-9) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-05-21T22:54:10.003Z
[junit4] 2> 1856451 INFO (zkConnectionManagerCallback-7854-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1856452 INFO (zkConnectionManagerCallback-7866-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1856452 INFO (jetty-launcher-7852-thread-4) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1856454 INFO (zkConnectionManagerCallback-7858-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1856455 INFO (zkConnectionManagerCallback-7856-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1856456 INFO (zkConnectionManagerCallback-7870-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1856456 INFO (zkConnectionManagerCallback-7868-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1856457 INFO (zkConnectionManagerCallback-7860-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1856457 INFO (zkConnectionManagerCallback-7864-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1856458 INFO (zkConnectionManagerCallback-7862-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1856458 INFO (zkConnectionManagerCallback-7872-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1856463 INFO (jetty-launcher-7852-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1856463 INFO (jetty-launcher-7852-thread-5) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1856464 INFO (jetty-launcher-7852-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1856464 INFO (jetty-launcher-7852-thread-10) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1856464 INFO (jetty-launcher-7852-thread-7) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1856465 INFO (jetty-launcher-7852-thread-6) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1856465 INFO (jetty-launcher-7852-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1856465 INFO (jetty-launcher-7852-thread-8) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1856465 INFO (jetty-launcher-7852-thread-9) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1856865 INFO (jetty-launcher-7852-thread-6) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 1856882 INFO (jetty-launcher-7852-thread-4) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 1856893 INFO (jetty-launcher-7852-thread-8) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 1856946 INFO (jetty-launcher-7852-thread-8) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34998/solr
[junit4] 2> 1856972 INFO (jetty-launcher-7852-thread-6) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34998/solr
[junit4] 2> 1857039 INFO (jetty-launcher-7852-thread-10) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 1857054 INFO (jetty-launcher-7852-thread-9) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 1857055 INFO (zkConnectionManagerCallback-7880-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1857070 INFO (jetty-launcher-7852-thread-3) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 1857080 INFO (jetty-launcher-7852-thread-2) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 1857088 INFO (jetty-launcher-7852-thread-10) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34998/solr
[junit4] 2> 1857112 INFO (jetty-launcher-7852-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34998/solr
[junit4] 2> 1857115 INFO (jetty-launcher-7852-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34998/solr
[junit4] 2> 1857123 INFO (zkConnectionManagerCallback-7876-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1857127 INFO (zkConnectionManagerCallback-7889-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1857129 INFO (zkConnectionManagerCallback-7885-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1857130 INFO (jetty-launcher-7852-thread-4) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34998/solr
[junit4] 2> 1857160 INFO (zkConnectionManagerCallback-7896-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1857188 INFO (jetty-launcher-7852-thread-9) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34998/solr
[junit4] 2> 1857200 INFO (zkConnectionManagerCallback-7899-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1857207 INFO (zkConnectionManagerCallback-7892-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1857252 INFO (jetty-launcher-7852-thread-6)
[n:127.0.0.1:36259_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:36259_solr
[junit4] 2> 1857253 INFO (jetty-launcher-7852-thread-6)
[n:127.0.0.1:36259_solr ] o.a.s.c.Overseer Overseer
(id=73343017089564689-127.0.0.1:36259_solr-n_0000000000) starting
[junit4] 2> 1857259 INFO (zkConnectionManagerCallback-7903-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1857265 INFO (zkConnectionManagerCallback-7908-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1857272 INFO (jetty-launcher-7852-thread-10)
[n:127.0.0.1:40511_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:40511_solr
[junit4] 2> 1857295 INFO (jetty-launcher-7852-thread-5) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 1857295 INFO (zkConnectionManagerCallback-7906-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1857296 INFO (zkConnectionManagerCallback-7917-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1857308 INFO (zkCallback-7888-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1857309 INFO (jetty-launcher-7852-thread-4)
[n:127.0.0.1:33334_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1857313 INFO (jetty-launcher-7852-thread-8)
[n:127.0.0.1:35108_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:35108_solr as DOWN
[junit4] 2> 1857315 INFO (jetty-launcher-7852-thread-8)
[n:127.0.0.1:35108_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 1857315 INFO (jetty-launcher-7852-thread-4)
[n:127.0.0.1:33334_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:33334_solr as DOWN
[junit4] 2> 1857315 INFO (jetty-launcher-7852-thread-8)
[n:127.0.0.1:35108_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:35108_solr
[junit4] 2> 1857340 INFO (zkCallback-7888-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1857340 INFO (zkConnectionManagerCallback-7915-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1857356 INFO (jetty-launcher-7852-thread-5) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34998/solr
[junit4] 2> 1857356 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid
0x1049115e0610015, likely client has closed socket
[junit4] 2> 1857356 INFO (jetty-launcher-7852-thread-4)
[n:127.0.0.1:33334_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 1857356 INFO (jetty-launcher-7852-thread-4)
[n:127.0.0.1:33334_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:33334_solr
[junit4] 2> 1857357 INFO (zkCallback-7907-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 1857357 INFO (jetty-launcher-7852-thread-6)
[n:127.0.0.1:36259_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 1857358 INFO (zkCallback-7888-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1857360 INFO (jetty-launcher-7852-thread-7) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 1857363 INFO (zkCallback-7902-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 1857364 INFO (zkCallback-7907-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1857365 INFO (jetty-launcher-7852-thread-6)
[n:127.0.0.1:36259_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:34998/solr ready
[junit4] 2> 1857367 INFO (zkConnectionManagerCallback-7919-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1857368 INFO (zkCallback-7916-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
[junit4] 2> 1857373 INFO (jetty-launcher-7852-thread-2)
[n:127.0.0.1:46857_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 1857378 INFO (jetty-launcher-7852-thread-2)
[n:127.0.0.1:46857_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:46857_solr as DOWN
[junit4] 2> 1857378 INFO (jetty-launcher-7852-thread-2)
[n:127.0.0.1:46857_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 1857378 INFO (jetty-launcher-7852-thread-2)
[n:127.0.0.1:46857_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:46857_solr
[junit4] 2> 1857380 INFO (zkCallback-7888-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1857380 INFO (zkCallback-7907-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1857381 INFO (zkConnectionManagerCallback-7925-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1857382 INFO (zkConnectionManagerCallback-7939-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1857384 INFO (zkCallback-7902-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1857384 INFO (zkCallback-7916-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1857386 INFO (jetty-launcher-7852-thread-7) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34998/solr
[junit4] 2> 1857395 INFO (zkCallback-7914-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
[junit4] 2> 1857396 INFO (zkCallback-7918-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1857406 INFO
(OverseerStateUpdate-73343017089564689-127.0.0.1:36259_solr-n_0000000000)
[n:127.0.0.1:36259_solr ] o.a.s.c.Overseer Starting to work on the main
queue : 127.0.0.1:36259_solr
[junit4] 2> 1857406 INFO (jetty-launcher-7852-thread-3)
[n:127.0.0.1:43358_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (4)
[junit4] 2> 1857406 INFO (jetty-launcher-7852-thread-6)
[n:127.0.0.1:36259_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:36259_solr as DOWN
[junit4] 2> 1857409 INFO (jetty-launcher-7852-thread-6)
[n:127.0.0.1:36259_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 1857409 INFO (jetty-launcher-7852-thread-6)
[n:127.0.0.1:36259_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:36259_solr
[junit4] 2> 1857412 INFO (zkCallback-7907-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 1857412 INFO (zkCallback-7916-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 1857412 INFO (zkCallback-7902-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 1857412 INFO (zkCallback-7888-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 1857416 INFO (jetty-launcher-7852-thread-3)
[n:127.0.0.1:43358_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:43358_solr as DOWN
[junit4] 2> 1857417 INFO (jetty-launcher-7852-thread-3)
[n:127.0.0.1:43358_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 1857417 INFO (jetty-launcher-7852-thread-3)
[n:127.0.0.1:43358_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:43358_solr
[junit4] 2> 1857418 INFO (zkCallback-7902-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
[junit4] 2> 1857419 INFO (zkCallback-7916-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
[junit4] 2> 1857419 INFO (zkCallback-7907-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
[junit4] 2> 1857420 INFO (zkCallback-7888-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
[junit4] 2> 1857467 INFO (zkConnectionManagerCallback-7942-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1857471 INFO (zkConnectionManagerCallback-7930-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1857473 INFO (jetty-launcher-7852-thread-10)
[n:127.0.0.1:40511_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (6)
[junit4] 2> 1857474 INFO (jetty-launcher-7852-thread-9)
[n:127.0.0.1:40574_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (6)
[junit4] 2> 1857474 INFO (jetty-launcher-7852-thread-10)
[n:127.0.0.1:40511_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:34998/solr ready
[junit4] 2> 1857479 INFO (jetty-launcher-7852-thread-9)
[n:127.0.0.1:40574_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:40574_solr as DOWN
[junit4] 2> 1857480 INFO (jetty-launcher-7852-thread-9)
[n:127.0.0.1:40574_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 1857480 INFO (jetty-launcher-7852-thread-9)
[n:127.0.0.1:40574_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:40574_solr
[junit4] 2> 1857481 INFO (zkCallback-7902-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
[junit4] 2> 1857482 INFO (zkCallback-7916-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
[junit4] 2> 1857482 INFO (zkCallback-7907-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
[junit4] 2> 1857489 INFO (zkConnectionManagerCallback-7947-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1857495 INFO (zkConnectionManagerCallback-7954-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1857497 INFO (jetty-launcher-7852-thread-4)
[n:127.0.0.1:33334_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (7)
[junit4] 2> 1857498 INFO (jetty-launcher-7852-thread-4)
[n:127.0.0.1:33334_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:34998/solr ready
[junit4] 2> 1857511 INFO (zkConnectionManagerCallback-7935-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1857512 INFO (jetty-launcher-7852-thread-8)
[n:127.0.0.1:35108_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (7)
[junit4] 2> 1857514 INFO (jetty-launcher-7852-thread-8)
[n:127.0.0.1:35108_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:34998/solr ready
[junit4] 2> 1857519 INFO (jetty-launcher-7852-thread-6)
[n:127.0.0.1:36259_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 1857535 INFO (jetty-launcher-7852-thread-1) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 1857536 INFO (zkCallback-7914-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (7)
[junit4] 2> 1857537 INFO (zkCallback-7918-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (7)
[junit4] 2> 1857546 INFO (zkCallback-7924-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (7)
[junit4] 2> 1857557 INFO (jetty-launcher-7852-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34998/solr
[junit4] 2> 1857559 INFO (jetty-launcher-7852-thread-8)
[n:127.0.0.1:35108_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 1857565 INFO (jetty-launcher-7852-thread-6)
[n:127.0.0.1:36259_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_36259.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@446c9cc8
[junit4] 2> 1857571 INFO (jetty-launcher-7852-thread-4)
[n:127.0.0.1:33334_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 1857578 INFO (jetty-launcher-7852-thread-10)
[n:127.0.0.1:40511_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 1857581 INFO (zkConnectionManagerCallback-7970-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1857587 INFO (zkCallback-7941-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
[junit4] 2> 1857588 INFO (zkCallback-7888-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
[junit4] 2> 1857588 INFO (zkCallback-7929-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
[junit4] 2> 1857588 INFO (jetty-launcher-7852-thread-6)
[n:127.0.0.1:36259_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_36259.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@446c9cc8
[junit4] 2> 1857589 INFO (jetty-launcher-7852-thread-6)
[n:127.0.0.1:36259_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_36259.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@446c9cc8
[junit4] 2> 1857590 INFO (jetty-launcher-7852-thread-5)
[n:127.0.0.1:43879_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (7)
[junit4] 2> 1857590 INFO (jetty-launcher-7852-thread-6)
[n:127.0.0.1:36259_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_C25B89E5992E050B-001/tempDir-001/node6/.
[junit4] 2> 1857591 INFO (zkConnectionManagerCallback-7965-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1857593 INFO (jetty-launcher-7852-thread-3)
[n:127.0.0.1:43358_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (7)
[junit4] 2> 1857604 INFO (zkConnectionManagerCallback-7981-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1857633 INFO (jetty-launcher-7852-thread-3)
[n:127.0.0.1:43358_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:34998/solr ready
[junit4] 2> 1857619 INFO (zkConnectionManagerCallback-7985-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1857641 INFO (zkConnectionManagerCallback-7976-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1857643 INFO (jetty-launcher-7852-thread-9)
[n:127.0.0.1:40574_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (7)
[junit4] 2> 1857645 INFO (jetty-launcher-7852-thread-9)
[n:127.0.0.1:40574_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:34998/solr ready
[junit4] 2> 1857651 INFO (jetty-launcher-7852-thread-5)
[n:127.0.0.1:43879_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:43879_solr as DOWN
[junit4] 2> 1857655 INFO (zkConnectionManagerCallback-7959-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1857655 INFO (jetty-launcher-7852-thread-3)
[n:127.0.0.1:43358_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 1857655 INFO (jetty-launcher-7852-thread-8)
[n:127.0.0.1:35108_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_35108.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@446c9cc8
[junit4] 2> 1857660 INFO (jetty-launcher-7852-thread-5)
[n:127.0.0.1:43879_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 1857660 INFO (jetty-launcher-7852-thread-5)
[n:127.0.0.1:43879_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:43879_solr
[junit4] 2> 1857661 INFO (jetty-launcher-7852-thread-2)
[n:127.0.0.1:46857_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (7)
[junit4] 2> 1857662 INFO (zkCallback-7902-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
[junit4] 2> 1857662 INFO (zkCallback-7916-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
[junit4] 2> 1857662 INFO (zkCallback-7914-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
[junit4] 2> 1857663 INFO (zkCallback-7888-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
[junit4] 2> 1857663 INFO (zkCallback-7918-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
[junit4] 2> 1857663 INFO (zkCallback-7907-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
[junit4] 2> 1857664 INFO (jetty-launcher-7852-thread-2)
[n:127.0.0.1:46857_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:34998/solr ready
[junit4] 2> 1857665 INFO (jetty-launcher-7852-thread-9)
[n:127.0.0.1:40574_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 1857669 INFO (jetty-launcher-7852-thread-7)
[n:127.0.0.1:44413_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (8)
[junit4] 2> 1857673 INFO (jetty-launcher-7852-thread-7)
[n:127.0.0.1:44413_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:44413_solr as DOWN
[junit4] 2> 1857680 INFO (jetty-launcher-7852-thread-7)
[n:127.0.0.1:44413_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 1857680 INFO (jetty-launcher-7852-thread-7)
[n:127.0.0.1:44413_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:44413_solr
[junit4] 2> 1857681 INFO (zkCallback-7888-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
[junit4] 2> 1857682 INFO (zkCallback-7918-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
[junit4] 2> 1857682 INFO (zkCallback-7914-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
[junit4] 2> 1857682 INFO (zkCallback-7907-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
[junit4] 2> 1857682 INFO (zkCallback-7916-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
[junit4] 2> 1857682 INFO (zkCallback-7902-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
[junit4] 2> 1857697 INFO (jetty-launcher-7852-thread-2)
[n:127.0.0.1:46857_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 1857721 INFO (zkCallback-7924-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (9)
[junit4] 2> 1857721 INFO (zkCallback-7941-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (9)
[junit4] 2> 1857721 INFO (zkCallback-7969-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (9)
[junit4] 2> 1857722 INFO (zkCallback-7929-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (9)
[junit4] 2> 1857722 INFO (zkCallback-7975-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (9)
[junit4] 2> 1857722 INFO (zkCallback-7958-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (9)
[junit4] 2> 1857722 INFO (zkCallback-7964-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (9)
[junit4] 2> 1857725 INFO (zkCallback-7953-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (9)
[junit4] 2> 1857725 INFO (zkCallback-7934-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (9)
[junit4] 2> 1857739 INFO (jetty-launcher-7852-thread-10)
[n:127.0.0.1:40511_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_40511.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@446c9cc8
[junit4] 2> 1857744 INFO (zkConnectionManagerCallback-7992-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1857747 INFO (zkCallback-7984-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
[junit4] 2> 1857747 INFO (zkConnectionManagerCallback-7997-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1857750 INFO (jetty-launcher-7852-thread-5)
[n:127.0.0.1:43879_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (9)
[junit4] 2> 1857752 INFO (jetty-launcher-7852-thread-5)
[n:127.0.0.1:43879_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:34998/solr ready
[junit4] 2> 1857761 INFO (jetty-launcher-7852-thread-1)
[n:127.0.0.1:35695_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (9)
[junit4] 2> 1857766 INFO (jetty-launcher-7852-thread-1)
[n:127.0.0.1:35695_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:35695_solr as DOWN
[junit4] 2> 1857767 INFO (jetty-launcher-7852-thread-5)
[n:127.0.0.1:43879_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 1857767 INFO (jetty-launcher-7852-thread-1)
[n:127.0.0.1:35695_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 1857767 INFO (jetty-launcher-7852-thread-1)
[n:127.0.0.1:35695_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:35695_solr
[junit4] 2> 1857771 INFO (zkCallback-7902-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
[junit4] 2> 1857771 INFO (zkCallback-7907-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
[junit4] 2> 1857771 INFO (zkCallback-7918-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
[junit4] 2> 1857771 INFO (zkCallback-7924-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
[junit4] 2> 1857772 INFO (zkCallback-7914-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
[junit4] 2> 1857772 INFO (zkCallback-7969-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
[junit4] 2> 1857772 INFO (zkCallback-7929-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
[junit4] 2> 1857772 INFO (zkCallback-7916-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
[junit4] 2> 1857772 INFO (zkCallback-7975-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
[junit4] 2> 1857772 INFO (zkCallback-7888-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
[junit4] 2> 1857773 INFO (zkCallback-7941-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
[junit4] 2> 1857773 INFO (zkCallback-7984-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
[junit4] 2> 1857781 INFO (jetty-launcher-7852-thread-4)
[n:127.0.0.1:33334_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_33334.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@446c9cc8
[junit4] 2> 1857782 INFO (zkCallback-7953-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
[junit4] 2> 1857783 INFO (zkCallback-7996-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
[junit4] 2> 1857783 INFO (zkCallback-7991-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
[junit4] 2> 1857787 INFO (zkCallback-7958-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
[junit4] 2> 1857788 INFO (zkCallback-7964-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
[junit4] 2> 1857790 INFO (zkCallback-7934-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
[junit4] 2> 1857806 INFO (zkConnectionManagerCallback-8005-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1857808 INFO (jetty-launcher-7852-thread-1)
[n:127.0.0.1:35695_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (10)
[junit4] 2> 1857809 INFO (jetty-launcher-7852-thread-1)
[n:127.0.0.1:35695_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:34998/solr ready
[junit4] 2> 1857816 INFO (jetty-launcher-7852-thread-1)
[n:127.0.0.1:35695_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 1857816 INFO (jetty-launcher-7852-thread-8)
[n:127.0.0.1:35108_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_35108.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@446c9cc8
[junit4] 2> 1857820 INFO (jetty-launcher-7852-thread-8)
[n:127.0.0.1:35108_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_35108.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@446c9cc8
[junit4] 2> 1857831 INFO (zkConnectionManagerCallback-8011-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1857833 INFO (jetty-launcher-7852-thread-7)
[n:127.0.0.1:44413_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (10)
[junit4] 2> 1857834 INFO (jetty-launcher-7852-thread-7)
[n:127.0.0.1:44413_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:34998/solr ready
[junit4] 2> 1857835 INFO (jetty-launcher-7852-thread-7)
[n:127.0.0.1:44413_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 1857835 INFO (jetty-launcher-7852-thread-8)
[n:127.0.0.1:35108_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_C25B89E5992E050B-001/tempDir-001/node8/.
[junit4] 2> 1857914 INFO (jetty-launcher-7852-thread-9)
[n:127.0.0.1:40574_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_40574.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@446c9cc8
[junit4] 2> 1857925 INFO (jetty-launcher-7852-thread-3)
[n:127.0.0.1:43358_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_43358.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@446c9cc8
[junit4] 2> 1857926 INFO (jetty-launcher-7852-thread-10)
[n:127.0.0.1:40511_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_40511.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@446c9cc8
[junit4] 2> 1857926 INFO (jetty-launcher-7852-thread-10)
[n:127.0.0.1:40511_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_40511.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@446c9cc8
[junit4] 2> 1857928 INFO (jetty-launcher-7852-thread-10)
[n:127.0.0.1:40511_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_C25B89E5992E050B-001/tempDir-001/node10/.
[junit4] 2> 1857937 INFO (jetty-launcher-7852-thread-4)
[n:127.0.0.1:33334_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_33334.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@446c9cc8
[junit4] 2> 1857938 INFO (jetty-launcher-7852-thread-4)
[n:127.0.0.1:33334_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_33334.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@446c9cc8
[junit4] 2> 1857939 INFO (jetty-launcher-7852-thread-4)
[n:127.0.0.1:33334_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_C25B89E5992E050B-001/tempDir-001/node4/.
[junit4] 2> 1857940 INFO (jetty-launcher-7852-thread-2)
[n:127.0.0.1:46857_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_46857.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@446c9cc8
[junit4] 2> 1857940 INFO (jetty-launcher-7852-thread-1)
[n:127.0.0.1:35695_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_35695.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@446c9cc8
[junit4] 2> 1857945 INFO (jetty-launcher-7852-thread-5)
[n:127.0.0.1:43879_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_43879.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@446c9cc8
[junit4] 2> 1858032 INFO (jetty-launcher-7852-thread-9)
[n:127.0.0.1:40574_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_40574.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@446c9cc8
[junit4] 2> 1858034 INFO (jetty-launcher-7852-thread-9)
[n:127.0.0.1:40574_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_40574.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@446c9cc8
[junit4] 2> 1858036 INFO (jetty-launcher-7852-thread-9)
[n:127.0.0.1:40574_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_C25B89E5992E050B-001/tempDir-001/node9/.
[junit4] 2> 1858038 INFO (jetty-launcher-7852-thread-7)
[n:127.0.0.1:44413_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44413.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@446c9cc8
[junit4] 2> 1858040 INFO (jetty-launcher-7852-thread-3)
[n:127.0.0.1:43358_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_43358.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@446c9cc8
[junit4] 2> 1858040 INFO (jetty-launcher-7852-thread-3)
[n:127.0.0.1:43358_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_43358.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@446c9cc8
[junit4] 2> 1858042 INFO (jetty-launcher-7852-thread-3)
[n:127.0.0.1:43358_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_C25B89E5992E050B-001/tempDir-001/node3/.
[junit4] 2> 1858044 INFO (jetty-launcher-7852-thread-2)
[n:127.0.0.1:46857_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_46857.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@446c9cc8
[junit4] 2> 1858045 INFO (jetty-launcher-7852-thread-2)
[n:127.0.0.1:46857_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_46857.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@446c9cc8
[junit4] 2> 1858048 INFO (jetty-launcher-7852-thread-1)
[n:127.0.0.1:35695_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_35695.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@446c9cc8
[junit4] 2> 1858048 INFO (jetty-launcher-7852-thread-1)
[n:127.0.0.1:35695_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_35695.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@446c9cc8
[junit4] 2> 1858050 INFO (jetty-launcher-7852-thread-2)
[n:127.0.0.1:46857_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_C25B89E5992E050B-001/tempDir-001/node2/.
[junit4] 2> 1858050 INFO (jetty-launcher-7852-thread-1)
[n:127.0.0.1:35695_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_C25B89E5992E050B-001/tempDir-001/node1/.
[junit4] 2> 1858056 INFO (jetty-launcher-7852-thread-5)
[n:127.0.0.1:43879_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_43879.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@446c9cc8
[junit4] 2> 1858065 INFO (jetty-launcher-7852-thread-5)
[n:127.0.0.1:43879_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_43879.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@446c9cc8
[junit4] 2> 1858070 INFO (jetty-launcher-7852-thread-5)
[n:127.0.0.1:43879_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_C25B89E5992E050B-001/tempDir-001/node5/.
[junit4] 2> 1858072 INFO (jetty-launcher-7852-thread-7)
[n:127.0.0.1:44413_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44413.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@446c9cc8
[junit4] 2> 1858073 INFO (jetty-launcher-7852-thread-7)
[n:127.0.0.1:44413_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44413.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@446c9cc8
[junit4] 2> 1858075 INFO (jetty-launcher-7852-thread-7)
[n:127.0.0.1:44413_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_C25B89E5992E050B-001/tempDir-001/node7/.
[junit4] 2> 1859439 INFO (zkConnectionManagerCallback-8017-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1859447 INFO
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[C25B89E5992E050B]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (10)
[junit4] 2> 1859451 INFO
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[C25B89E5992E050B]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34998/solr ready
[junit4] 2> 1859996 INFO (qtp733654633-55111) [n:127.0.0.1:40574_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&name=test_col&nrtReplicas=2&action=CREATE&numShards=5&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1860001 INFO
(OverseerThreadFactory-6930-thread-1-processing-n:127.0.0.1:36259_solr)
[n:127.0.0.1:36259_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
test_col
[junit4] 2> 1860121 INFO
(OverseerStateUpdate-73343017089564689-127.0.0.1:36259_solr-n_0000000000)
[n:127.0.0.1:36259_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"test_col",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"test_col_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:46857/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1860125 INFO
(OverseerStateUpdate-73343017089564689-127.0.0.1:36259_solr-n_0000000000)
[n:127.0.0.1:36259_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"test_col",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"test_col_shard1_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:40574/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1860129 INFO
(OverseerStateUpdate-73343017089564689-127.0.0.1:36259_solr-n_0000000000)
[n:127.0.0.1:36259_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"test_col",
[junit4] 2> "shard":"sha
[...truncated too long message...]
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/lucene/top-level-ivy-settings.xml
resolve:
jar-checksums:
[mkdir] Created dir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/solr/null650428741
[copy] Copying 242 files to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/solr/null650428741
[delete] Deleting directory
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/solr/null650428741
check-working-copy:
[ivy:cachepath] :: resolving dependencies ::
org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath] confs: [default]
[ivy:cachepath] found
org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath] found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath] found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] found org.apache.httpcomponents#httpclient;4.3.6 in
public
[ivy:cachepath] found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath] found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath] found commons-codec#commons-codec;1.6 in public
[ivy:cachepath] found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 52ms :: artifacts dl 4ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| default | 8 | 0 | 0 | 0 || 8 | 0 |
---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for
further details.
[wc-checker] Checking working copy status...
-jenkins-base:
BUILD SUCCESSFUL
Total time: 299 minutes 51 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2847)
at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2726)
at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2707)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene
at
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
at
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
at hudson.remoting.Channel.call(Channel.java:955)
at hudson.FilePath.act(FilePath.java:1072)
at hudson.FilePath.act(FilePath.java:1061)
at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
at
hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
at
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
at
hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
at
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
at hudson.model.Build$BuildExecution.post2(Build.java:186)
at
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
at hudson.model.Run.execute(Run.java:1835)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at
hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3088)
at hudson.remoting.UserRequest.perform(UserRequest.java:212)
at hudson.remoting.UserRequest.perform(UserRequest.java:54)
at hudson.remoting.Request$2.run(Request.java:369)
at
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no
matches found within 10000
at hudson.FilePath.act(FilePath.java:1074)
at hudson.FilePath.act(FilePath.java:1061)
at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
at
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
at
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
at hudson.model.Build$BuildExecution.post2(Build.java:186)
at
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
at hudson.model.Run.execute(Run.java:1835)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern
"**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]