Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1571/
3 tests failed.
FAILED: org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_stored_idx
Error Message:
Some docs had errors -- check logs expected:<0> but was:<1>
Stack Trace:
java.lang.AssertionError: Some docs had errors -- check logs expected:<0> but
was:<1>
at
__randomizedtesting.SeedInfo.seed([915C419EB633AB03:813DEC67A391EE2D]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:472)
at
org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.checkField(TestStressCloudBlindAtomicUpdates.java:342)
at
org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_stored_idx(TestStressCloudBlindAtomicUpdates.java:241)
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:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
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.autoscaling.sim.TestComputePlanAction.testNodeAdded
Error Message:
ComputePlanAction should have computed exactly 1 operation, but was:
[org.apache.solr.client.solrj.request.CollectionAdminRequest$MoveReplica@37cdba1e,
org.apache.solr.client.solrj.request.CollectionAdminRequest$MoveReplica@6bde24e2]
expected:<1> but was:<2>
Stack Trace:
java.lang.AssertionError: ComputePlanAction should have computed exactly 1
operation, but was:
[org.apache.solr.client.solrj.request.CollectionAdminRequest$MoveReplica@37cdba1e,
org.apache.solr.client.solrj.request.CollectionAdminRequest$MoveReplica@6bde24e2]
expected:<1> but was:<2>
at
__randomizedtesting.SeedInfo.seed([915C419EB633AB03:F49F17E914900300]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:472)
at
org.apache.solr.cloud.autoscaling.sim.TestComputePlanAction.testNodeAdded(TestComputePlanAction.java:313)
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:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
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.metrics.rrd.SolrRrdBackendFactoryTest.testBasic
Error Message:
{} expected:<1> but was:<0>
Stack Trace:
java.lang.AssertionError: {} expected:<1> but was:<0>
at
__randomizedtesting.SeedInfo.seed([915C419EB633AB03:3AA65C8B69EF2D2D]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:472)
at
org.apache.solr.metrics.rrd.SolrRrdBackendFactoryTest.testBasic(SolrRrdBackendFactoryTest.java:90)
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:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
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 13226 lines...]
[junit4] Suite: org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates
[junit4] 2> 145121 INFO
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[915C419EB633AB03]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> Creating dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_915C419EB633AB03-001/init-core-data-001
[junit4] 2> 145122 WARN
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[915C419EB633AB03]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=19 numCloses=19
[junit4] 2> 145123 INFO
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[915C419EB633AB03]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 145133 INFO
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[915C419EB633AB03]-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> 145160 INFO
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[915C419EB633AB03]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 10 servers in
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_915C419EB633AB03-001/tempDir-001
[junit4] 2> 145163 INFO
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[915C419EB633AB03]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 145180 INFO (Thread-57) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 145180 INFO (Thread-57) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 145197 ERROR (Thread-57) [ ] o.a.z.s.ZooKeeperServer
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action
on ERROR or SHUTDOWN server state changes
[junit4] 2> 145279 INFO
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[915C419EB633AB03]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:45607
[junit4] 2> 145319 INFO (zkConnectionManagerCallback-139-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 145374 INFO (jetty-launcher-136-thread-3) [ ]
o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git:
daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
[junit4] 2> 145374 INFO (jetty-launcher-136-thread-2) [ ]
o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git:
daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
[junit4] 2> 145374 INFO (jetty-launcher-136-thread-1) [ ]
o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git:
daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
[junit4] 2> 145377 INFO (jetty-launcher-136-thread-6) [ ]
o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git:
daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
[junit4] 2> 145383 INFO (jetty-launcher-136-thread-5) [ ]
o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git:
daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
[junit4] 2> 145383 INFO (jetty-launcher-136-thread-7) [ ]
o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git:
daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
[junit4] 2> 145385 INFO (jetty-launcher-136-thread-4) [ ]
o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git:
daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
[junit4] 2> 145388 INFO (jetty-launcher-136-thread-8) [ ]
o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git:
daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
[junit4] 2> 145393 INFO (jetty-launcher-136-thread-9) [ ]
o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git:
daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
[junit4] 2> 145414 INFO (jetty-launcher-136-thread-10) [ ]
o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git:
daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
[junit4] 2> 145447 INFO (jetty-launcher-136-thread-6) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 145447 INFO (jetty-launcher-136-thread-6) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 145447 INFO (jetty-launcher-136-thread-6) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 145453 INFO (jetty-launcher-136-thread-6) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@4094c6c7{/solr,null,AVAILABLE}
[junit4] 2> 145455 INFO (jetty-launcher-136-thread-6) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@76cffddf{HTTP/1.1,[http/1.1]}{127.0.0.1:46408}
[junit4] 2> 145456 INFO (jetty-launcher-136-thread-6) [ ]
o.e.j.s.Server Started @145748ms
[junit4] 2> 145456 INFO (jetty-launcher-136-thread-6) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=46408}
[junit4] 2> 145456 ERROR (jetty-launcher-136-thread-6) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 145456 INFO (jetty-launcher-136-thread-6) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 145456 INFO (jetty-launcher-136-thread-6) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 145456 INFO (jetty-launcher-136-thread-6) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 145456 INFO (jetty-launcher-136-thread-6) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 145456 INFO (jetty-launcher-136-thread-6) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-06-25T18:20:23.067Z
[junit4] 2> 145524 INFO (jetty-launcher-136-thread-3) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 145524 INFO (jetty-launcher-136-thread-3) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 145524 INFO (jetty-launcher-136-thread-3) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 145544 INFO (jetty-launcher-136-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@514cfa57{/solr,null,AVAILABLE}
[junit4] 2> 145624 INFO (jetty-launcher-136-thread-9) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 145624 INFO (jetty-launcher-136-thread-9) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 145624 INFO (jetty-launcher-136-thread-9) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 145628 INFO (jetty-launcher-136-thread-9) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@4ee6a10e{/solr,null,AVAILABLE}
[junit4] 2> 145629 INFO (jetty-launcher-136-thread-9) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@7aca8ad8{HTTP/1.1,[http/1.1]}{127.0.0.1:43598}
[junit4] 2> 145629 INFO (jetty-launcher-136-thread-9) [ ]
o.e.j.s.Server Started @145921ms
[junit4] 2> 145629 INFO (jetty-launcher-136-thread-9) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=43598}
[junit4] 2> 145629 ERROR (jetty-launcher-136-thread-9) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 145629 INFO (jetty-launcher-136-thread-9) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 145629 INFO (jetty-launcher-136-thread-9) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 145629 INFO (jetty-launcher-136-thread-9) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 145629 INFO (jetty-launcher-136-thread-9) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 145629 INFO (jetty-launcher-136-thread-9) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-06-25T18:20:23.240Z
[junit4] 2> 145704 INFO (jetty-launcher-136-thread-7) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 145704 INFO (jetty-launcher-136-thread-7) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 145705 INFO (jetty-launcher-136-thread-7) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 145705 INFO (jetty-launcher-136-thread-7) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@63261161{/solr,null,AVAILABLE}
[junit4] 2> 145706 INFO (jetty-launcher-136-thread-7) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@468cc9c5{HTTP/1.1,[http/1.1]}{127.0.0.1:34535}
[junit4] 2> 145706 INFO (jetty-launcher-136-thread-7) [ ]
o.e.j.s.Server Started @145998ms
[junit4] 2> 145706 INFO (jetty-launcher-136-thread-7) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=34535}
[junit4] 2> 145706 ERROR (jetty-launcher-136-thread-7) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 145706 INFO (jetty-launcher-136-thread-7) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 145706 INFO (jetty-launcher-136-thread-7) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 145706 INFO (jetty-launcher-136-thread-7) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 145706 INFO (jetty-launcher-136-thread-7) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 145706 INFO (jetty-launcher-136-thread-7) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-06-25T18:20:23.317Z
[junit4] 2> 145752 INFO (jetty-launcher-136-thread-5) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 145752 INFO (jetty-launcher-136-thread-5) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 145752 INFO (jetty-launcher-136-thread-5) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 145756 INFO (jetty-launcher-136-thread-5) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@3402758d{/solr,null,AVAILABLE}
[junit4] 2> 145757 INFO (jetty-launcher-136-thread-5) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@950f9f4{HTTP/1.1,[http/1.1]}{127.0.0.1:33981}
[junit4] 2> 145757 INFO (jetty-launcher-136-thread-5) [ ]
o.e.j.s.Server Started @146049ms
[junit4] 2> 145757 INFO (jetty-launcher-136-thread-5) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=33981}
[junit4] 2> 145757 ERROR (jetty-launcher-136-thread-5) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 145757 INFO (jetty-launcher-136-thread-5) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 145757 INFO (jetty-launcher-136-thread-5) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 145757 INFO (jetty-launcher-136-thread-5) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 145757 INFO (jetty-launcher-136-thread-5) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 145757 INFO (jetty-launcher-136-thread-5) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-06-25T18:20:23.368Z
[junit4] 2> 145776 INFO (jetty-launcher-136-thread-8) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 145776 INFO (jetty-launcher-136-thread-8) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 145776 INFO (jetty-launcher-136-thread-8) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 145780 INFO (jetty-launcher-136-thread-8) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@484cce0e{/solr,null,AVAILABLE}
[junit4] 2> 145781 INFO (jetty-launcher-136-thread-8) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@3f5c9978{HTTP/1.1,[http/1.1]}{127.0.0.1:38133}
[junit4] 2> 145781 INFO (jetty-launcher-136-thread-8) [ ]
o.e.j.s.Server Started @146073ms
[junit4] 2> 145781 INFO (jetty-launcher-136-thread-8) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=38133}
[junit4] 2> 145781 ERROR (jetty-launcher-136-thread-8) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 145781 INFO (jetty-launcher-136-thread-8) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 145781 INFO (jetty-launcher-136-thread-8) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 145781 INFO (jetty-launcher-136-thread-8) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 145781 INFO (jetty-launcher-136-thread-8) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 145781 INFO (jetty-launcher-136-thread-8) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-06-25T18:20:23.392Z
[junit4] 2> 145832 INFO (jetty-launcher-136-thread-4) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 145832 INFO (jetty-launcher-136-thread-4) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 145832 INFO (jetty-launcher-136-thread-4) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 145840 INFO (jetty-launcher-136-thread-4) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@4b3379e{/solr,null,AVAILABLE}
[junit4] 2> 145841 INFO (jetty-launcher-136-thread-4) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@27174096{HTTP/1.1,[http/1.1]}{127.0.0.1:35480}
[junit4] 2> 145841 INFO (jetty-launcher-136-thread-4) [ ]
o.e.j.s.Server Started @146133ms
[junit4] 2> 145841 INFO (jetty-launcher-136-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=35480}
[junit4] 2> 145841 ERROR (jetty-launcher-136-thread-4) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 145841 INFO (jetty-launcher-136-thread-4) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 145841 INFO (jetty-launcher-136-thread-4) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 145841 INFO (jetty-launcher-136-thread-4) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 145841 INFO (jetty-launcher-136-thread-4) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 145841 INFO (jetty-launcher-136-thread-4) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-06-25T18:20:23.452Z
[junit4] 2> 145888 INFO (jetty-launcher-136-thread-10) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 145888 INFO (jetty-launcher-136-thread-10) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 145888 INFO (jetty-launcher-136-thread-10) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 145892 INFO (jetty-launcher-136-thread-10) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@e09e9f1{/solr,null,AVAILABLE}
[junit4] 2> 145892 INFO (jetty-launcher-136-thread-10) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@4f468c58{HTTP/1.1,[http/1.1]}{127.0.0.1:36890}
[junit4] 2> 145893 INFO (jetty-launcher-136-thread-10) [ ]
o.e.j.s.Server Started @146185ms
[junit4] 2> 145893 INFO (jetty-launcher-136-thread-10) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=36890}
[junit4] 2> 145893 ERROR (jetty-launcher-136-thread-10) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 145893 INFO (jetty-launcher-136-thread-10) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 145893 INFO (jetty-launcher-136-thread-10) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 145893 INFO (jetty-launcher-136-thread-10) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 145893 INFO (jetty-launcher-136-thread-10) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 145893 INFO (jetty-launcher-136-thread-10) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-06-25T18:20:23.504Z
[junit4] 2> 145940 INFO (jetty-launcher-136-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 145940 INFO (jetty-launcher-136-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 145940 INFO (jetty-launcher-136-thread-2) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 145944 INFO (jetty-launcher-136-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@442b48ea{/solr,null,AVAILABLE}
[junit4] 2> 145945 INFO (jetty-launcher-136-thread-2) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@21616282{HTTP/1.1,[http/1.1]}{127.0.0.1:33009}
[junit4] 2> 145945 INFO (jetty-launcher-136-thread-2) [ ]
o.e.j.s.Server Started @146237ms
[junit4] 2> 145945 INFO (jetty-launcher-136-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=33009}
[junit4] 2> 145945 ERROR (jetty-launcher-136-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 145945 INFO (jetty-launcher-136-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 145945 INFO (jetty-launcher-136-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 145945 INFO (jetty-launcher-136-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 145945 INFO (jetty-launcher-136-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 145945 INFO (jetty-launcher-136-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-06-25T18:20:23.556Z
[junit4] 2> 145952 INFO (jetty-launcher-136-thread-3) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@41526709{HTTP/1.1,[http/1.1]}{127.0.0.1:46702}
[junit4] 2> 145952 INFO (jetty-launcher-136-thread-3) [ ]
o.e.j.s.Server Started @146244ms
[junit4] 2> 145952 INFO (jetty-launcher-136-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=46702}
[junit4] 2> 145952 ERROR (jetty-launcher-136-thread-3) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 145953 INFO (jetty-launcher-136-thread-3) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 145953 INFO (jetty-launcher-136-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 145953 INFO (jetty-launcher-136-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 145953 INFO (jetty-launcher-136-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 145953 INFO (jetty-launcher-136-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-06-25T18:20:23.564Z
[junit4] 2> 145992 INFO (jetty-launcher-136-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 145992 INFO (jetty-launcher-136-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 145992 INFO (jetty-launcher-136-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 145996 INFO (jetty-launcher-136-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@5583e943{/solr,null,AVAILABLE}
[junit4] 2> 145997 INFO (jetty-launcher-136-thread-1) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@440a1d3d{HTTP/1.1,[http/1.1]}{127.0.0.1:38514}
[junit4] 2> 145998 INFO (jetty-launcher-136-thread-1) [ ]
o.e.j.s.Server Started @146290ms
[junit4] 2> 145998 INFO (jetty-launcher-136-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=38514}
[junit4] 2> 145998 ERROR (jetty-launcher-136-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 145998 INFO (jetty-launcher-136-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 145998 INFO (jetty-launcher-136-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 145998 INFO (jetty-launcher-136-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 145998 INFO (jetty-launcher-136-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 145998 INFO (jetty-launcher-136-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-06-25T18:20:23.609Z
[junit4] 2> 146021 INFO (zkConnectionManagerCallback-157-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 146040 INFO (zkConnectionManagerCallback-153-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 146040 INFO (zkConnectionManagerCallback-145-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 146048 INFO (zkConnectionManagerCallback-147-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 146056 INFO (zkConnectionManagerCallback-151-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 146060 INFO (zkConnectionManagerCallback-143-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 146084 INFO (zkConnectionManagerCallback-149-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 146084 INFO (zkConnectionManagerCallback-155-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 146090 INFO (jetty-launcher-136-thread-7) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 146091 INFO (jetty-launcher-136-thread-9) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 146091 INFO (jetty-launcher-136-thread-5) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 146091 INFO (jetty-launcher-136-thread-4) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 146091 INFO (jetty-launcher-136-thread-10) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 146091 INFO (jetty-launcher-136-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 146096 INFO (zkConnectionManagerCallback-141-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 146123 INFO (zkConnectionManagerCallback-159-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 146128 INFO (jetty-launcher-136-thread-8) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 146181 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
0x102dc6f69f90007, likely client has closed socket
[junit4] 2> 146182 INFO (jetty-launcher-136-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 146182 INFO (jetty-launcher-136-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 146182 INFO (jetty-launcher-136-thread-6) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 146268 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
0x102dc6f69f90005, likely client has closed socket
[junit4] 2> 146268 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
0x102dc6f69f90008, likely client has closed socket
[junit4] 2> 146532 INFO (jetty-launcher-136-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45607/solr
[junit4] 2> 146632 INFO (zkConnectionManagerCallback-163-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 146788 INFO (zkConnectionManagerCallback-165-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 147112 INFO (jetty-launcher-136-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45607/solr
[junit4] 2> 147137 INFO (jetty-launcher-136-thread-3)
[n:127.0.0.1:46702_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 147138 INFO (jetty-launcher-136-thread-3)
[n:127.0.0.1:46702_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:46702_solr
[junit4] 2> 147139 INFO (jetty-launcher-136-thread-3)
[n:127.0.0.1:46702_solr ] o.a.s.c.Overseer Overseer
(id=72862915068755980-127.0.0.1:46702_solr-n_0000000000) starting
[junit4] 2> 147195 INFO (jetty-launcher-136-thread-6) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45607/solr
[junit4] 2> 147213 INFO (zkConnectionManagerCallback-172-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 147242 INFO (jetty-launcher-136-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45607/solr
[junit4] 2> 147243 INFO (zkConnectionManagerCallback-181-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 147243 INFO (zkConnectionManagerCallback-184-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 147345 INFO (jetty-launcher-136-thread-10) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45607/solr
[junit4] 2> 147357 INFO (jetty-launcher-136-thread-3)
[n:127.0.0.1:46702_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:45607/solr ready
[junit4] 2> 147427 INFO (jetty-launcher-136-thread-7) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45607/solr
[junit4] 2> 147429 INFO (zkConnectionManagerCallback-176-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 147471 INFO (zkConnectionManagerCallback-188-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 147484 INFO (jetty-launcher-136-thread-3)
[n:127.0.0.1:46702_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:46702_solr
[junit4] 2> 147488 INFO (zkConnectionManagerCallback-191-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 147492 INFO (zkConnectionManagerCallback-196-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 147502 INFO (jetty-launcher-136-thread-2)
[n:127.0.0.1:33009_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 147511 INFO (jetty-launcher-136-thread-2)
[n:127.0.0.1:33009_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 147512 INFO (jetty-launcher-136-thread-4) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45607/solr
[junit4] 2> 147520 INFO (jetty-launcher-136-thread-2)
[n:127.0.0.1:33009_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 147520 INFO (jetty-launcher-136-thread-2)
[n:127.0.0.1:33009_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:33009_solr
[junit4] 2> 147532 INFO (zkConnectionManagerCallback-192-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 147544 INFO (jetty-launcher-136-thread-1)
[n:127.0.0.1:38514_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 147546 INFO (jetty-launcher-136-thread-1)
[n:127.0.0.1:38514_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 147565 INFO (zkCallback-189-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 147605 INFO
(OverseerStateUpdate-72862915068755980-127.0.0.1:46702_solr-n_0000000000) [
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 147606 INFO (jetty-launcher-136-thread-1)
[n:127.0.0.1:38514_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 147607 INFO (jetty-launcher-136-thread-1)
[n:127.0.0.1:38514_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:38514_solr
[junit4] 2> 147616 INFO (zkCallback-164-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 147628 INFO (zkConnectionManagerCallback-202-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 147628 INFO (zkConnectionManagerCallback-204-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 147659 INFO (zkCallback-180-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 147660 INFO (jetty-launcher-136-thread-8) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45607/solr
[junit4] 2> 147672 INFO (zkConnectionManagerCallback-209-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 147704 INFO (zkCallback-189-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 147708 INFO (jetty-launcher-136-thread-5) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45607/solr
[junit4] 2> 147711 INFO (zkConnectionManagerCallback-214-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 147711 INFO (jetty-launcher-136-thread-3)
[n:127.0.0.1:46702_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 147717 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
0x102dc6f69f90019, likely client has closed socket
[junit4] 2> 147724 INFO (jetty-launcher-136-thread-10)
[n:127.0.0.1:36890_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 147725 INFO (jetty-launcher-136-thread-6)
[n:127.0.0.1:46408_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 147729 INFO (jetty-launcher-136-thread-10)
[n:127.0.0.1:36890_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 147730 INFO (jetty-launcher-136-thread-6)
[n:127.0.0.1:46408_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 147731 INFO (zkConnectionManagerCallback-211-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 147731 INFO (jetty-launcher-136-thread-10)
[n:127.0.0.1:36890_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 147731 INFO (jetty-launcher-136-thread-10)
[n:127.0.0.1:36890_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:36890_solr
[junit4] 2> 147736 INFO (zkCallback-189-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 147746 INFO (jetty-launcher-136-thread-7)
[n:127.0.0.1:34535_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (4)
[junit4] 2> 147749 INFO (jetty-launcher-136-thread-7)
[n:127.0.0.1:34535_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 147752 INFO (jetty-launcher-136-thread-7)
[n:127.0.0.1:34535_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 147753 INFO (jetty-launcher-136-thread-7)
[n:127.0.0.1:34535_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:34535_solr
[junit4] 2> 147760 INFO (zkCallback-189-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 147816 INFO (zkCallback-190-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
[junit4] 2> 147860 INFO (zkCallback-190-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 147861 INFO (jetty-launcher-136-thread-6)
[n:127.0.0.1:46408_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 147861 INFO (jetty-launcher-136-thread-6)
[n:127.0.0.1:46408_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:46408_solr
[junit4] 2> 147863 INFO (zkCallback-180-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (5)
[junit4] 2> 147863 INFO (zkCallback-189-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
[junit4] 2> 147877 INFO (jetty-launcher-136-thread-3)
[n:127.0.0.1:46702_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_46702.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4a5197d7
[junit4] 2> 147882 INFO (jetty-launcher-136-thread-9) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45607/solr
[junit4] 2> 147893 INFO (zkCallback-190-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
[junit4] 2> 147905 INFO (jetty-launcher-136-thread-3)
[n:127.0.0.1:46702_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_46702.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4a5197d7
[junit4] 2> 147905 INFO (jetty-launcher-136-thread-3)
[n:127.0.0.1:46702_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_46702.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4a5197d7
[junit4] 2> 147906 INFO (jetty-launcher-136-thread-3)
[n:127.0.0.1:46702_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_915C419EB633AB03-001/tempDir-001/node2/.
[junit4] 2> 147907 INFO (zkConnectionManagerCallback-249-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 147907 INFO (zkCallback-180-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
[junit4] 2> 147912 INFO (zkConnectionManagerCallback-218-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 147979 INFO (zkConnectionManagerCallback-236-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 147968 INFO (zkCallback-164-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (6)
[junit4] 2> 147940 INFO (zkConnectionManagerCallback-221-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 147937 INFO (zkConnectionManagerCallback-242-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 147931 INFO (zkCallback-203-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (6)
[junit4] 2> 147931 INFO (zkCallback-208-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (6)
[junit4] 2> 147931 INFO (zkCallback-210-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 147984 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
0x102dc6f69f9001c, likely client has closed socket
[junit4] 2> 147985 INFO (jetty-launcher-136-thread-2)
[n:127.0.0.1:33009_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (6)
[junit4] 2> 147986 INFO (jetty-launcher-136-thread-10)
[n:127.0.0.1:36890_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (6)
[junit4] 2> 147988 INFO (jetty-launcher-136-thread-10)
[n:127.0.0.1:36890_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:45607/solr ready
[junit4] 2> 147991 INFO (jetty-launcher-136-thread-4)
[n:127.0.0.1:35480_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (6)
[junit4] 2> 148001 INFO (jetty-launcher-136-thread-4)
[n:127.0.0.1:35480_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 148012 INFO (zkCallback-210-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
[junit4] 2> 148013 INFO (jetty-launcher-136-thread-4)
[n:127.0.0.1:35480_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 148013 INFO (jetty-launcher-136-thread-4)
[n:127.0.0.1:35480_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:35480_solr
[junit4] 2> 148014 INFO (zkCallback-190-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
[junit4] 2> 148016 INFO (zkCallback-189-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
[junit4] 2> 148048 INFO (jetty-launcher-136-thread-10)
[n:127.0.0.1:36890_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 148066 INFO (jetty-launcher-136-thread-2)
[n:127.0.0.1:33009_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:45607/solr ready
[junit4] 2> 148100 INFO (jetty-launcher-136-thread-2)
[n:127.0.0.1:33009_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 148131 INFO (zkConnectionManagerCallback-258-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 148133 INFO (zkCallback-210-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
[junit4] 2> 148133 INFO (zkCallback-203-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
[junit4] 2> 148135 INFO (jetty-launcher-136-thread-6)
[n:127.0.0.1:46408_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (7)
[junit4] 2> 148136 INFO (jetty-launcher-136-thread-6)
[n:127.0.0.1:46408_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:45607/solr ready
[junit4] 2> 148144 INFO (zkCallback-180-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
[junit4] 2> 148145 INFO (zkCallback-208-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
[junit4] 2> 148164 INFO (zkCallback-164-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
[junit4] 2> 148166 INFO (zkConnectionManagerCallback-246-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 148167 INFO (jetty-launcher-136-thread-1)
[n:127.0.0.1:38514_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (7)
[junit4] 2> 148168 INFO (jetty-launcher-136-thread-1)
[n:127.0.0.1:38514_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:45607/solr ready
[junit4] 2> 148176 INFO (jetty-launcher-136-thread-6)
[n:127.0.0.1:46408_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 148234 INFO (zkCallback-217-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
[junit4] 2> 148235 INFO (zkCallback-235-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
[junit4] 2> 148235 INFO (zkCallback-241-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
[junit4] 2> 148236 INFO (zkConnectionManagerCallback-254-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 148238 INFO (jetty-launcher-136-thread-7)
[n:127.0.0.1:34535_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (7)
[junit4] 2> 148239 INFO (jetty-launcher-136-thread-7)
[n:127.0.0.1:34535_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:45607/solr ready
[junit4] 2> 148260 INFO (zkConnectionManagerCallback-269-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 148262 INFO (jetty-launcher-136-thread-4)
[n:127.0.0.1:35480_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (7)
[junit4] 2> 148263 INFO (jetty-launcher-136-thread-4)
[n:127.0.0.1:35480_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:45607/solr ready
[junit4] 2> 148269 INFO (zkConnectionManagerCallback-271-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 148277 INFO (jetty-launcher-136-thread-5)
[n:127.0.0.1:33981_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (7)
[junit4] 2> 148280 INFO (jetty-launcher-136-thread-5)
[n:127.0.0.1:33981_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 148287 INFO (jetty-launcher-136-thread-5)
[n:127.0.0.1:33981_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 148287 INFO (jetty-launcher-136-thread-5)
[n:127.0.0.1:33981_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:33981_solr
[junit4] 2> 148289 INFO (zkCallback-203-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
[junit4] 2> 148289 INFO (zkCallback-189-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
[junit4] 2> 148289 INFO (zkCallback-208-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
[junit4] 2> 148289 INFO (zkCallback-180-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
[junit4] 2> 148289 INFO (zkCallback-164-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
[junit4] 2> 148290 INFO (zkCallback-190-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
[junit4] 2> 148290 INFO (zkCallback-210-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
[junit4] 2> 148311 INFO (jetty-launcher-136-thread-1)
[n:127.0.0.1:38514_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 148336 INFO (jetty-launcher-136-thread-4)
[n:127.0.0.1:35480_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 148364 INFO (zkConnectionManagerCallback-238-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 148376 INFO (jetty-launcher-136-thread-8)
[n:127.0.0.1:38133_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (8)
[junit4] 2> 148379 INFO (jetty-launcher-136-thread-8)
[n:127.0.0.1:38133_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 148387 INFO (jetty-launcher-136-thread-8)
[n:127.0.0.1:38133_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 148387 INFO (jetty-launcher-136-thread-8)
[n:127.0.0.1:38133_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:38133_solr
[junit4] 2> 148389 INFO (zkCallback-208-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
[junit4] 2> 148389 INFO (zkCallback-180-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
[junit4] 2> 148389 INFO (zkCallback-190-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
[junit4] 2> 148389 INFO (zkCallback-203-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
[junit4] 2> 148390 INFO (zkCallback-210-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
[junit4] 2> 148390 INFO (zkCallback-164-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
[junit4] 2> 148392 INFO (zkCallback-189-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
[junit4] 2> 148408 INFO (zkCallback-241-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (9)
[junit4] 2> 148416 INFO (zkCallback-217-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (9)
[junit4] 2> 148453 INFO (zkCallback-257-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (9)
[junit4] 2> 148456 INFO (zkCallback-235-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (9)
[junit4] 2> 148456 INFO (zkCallback-245-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (9)
[junit4] 2> 148489 INFO (zkCallback-253-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (9)
[junit4] 2> 148489 INFO (zkCallback-270-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (9)
[junit4] 2> 148489 INFO (zkCallback-268-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (9)
[junit4] 2> 148516 INFO (zkConnectionManagerCallback-264-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 148521 INFO (zkConnectionManagerCallback-285-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 148524 INFO (jetty-launcher-136-thread-8)
[n:127.0.0.1:38133_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (9)
[junit4] 2> 148527 INFO (jetty-launcher-136-thread-8)
[n:127.0.0.1:38133_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:45607/solr ready
[junit4] 2> 148530 INFO (jetty-launcher-136-thread-9)
[n:127.0.0.1:43598_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (9)
[junit4] 2> 148532 INFO (jetty-launcher-136-thread-7)
[n:127.0.0.1:34535_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 148533 INFO (jetty-launcher-136-thread-9)
[n:127.0.0.1:43598_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 148535 INFO (jetty-launcher-136-thread-9)
[n:127.0.0.1:43598_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 148535 INFO (jetty-launcher-136-thread-9)
[n:127.0.0.1:43598_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:43598_solr
[junit4] 2> 148538 INFO (zkCallback-190-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
[junit4] 2> 148539 INFO (zkCallback-241-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
[junit4] 2> 148539 INFO (zkCallback-235-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
[junit4] 2> 148539 INFO (zkCallback-189-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
[junit4] 2> 148539 INFO (zkCallback-253-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
[junit4] 2> 148540 INFO (zkCallback-203-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
[junit4] 2> 148543 INFO (zkCallback-180-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
[junit4] 2> 148543 INFO (zkCallback-208-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
[junit4] 2> 148543 INFO (zkCallback-210-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
[junit4] 2> 148543 INFO (zkCallback-164-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
[junit4] 2> 148548 INFO (zkCallback-217-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
[junit4] 2> 148588 INFO (zkCallback-237-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
[junit4] 2> 148593 INFO (jetty-launcher-136-thread-1)
[n:127.0.0.1:38514_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38514.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4a5197d7
[junit4] 2> 148608 INFO (zkConnectionManagerCallback-292-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 148609 INFO (jetty-launcher-136-thread-5)
[n:127.0.0.1:33981_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (10)
[junit4] 2> 148611 INFO (jetty-launcher-136-thread-5)
[n:127.0.0.1:33981_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:45607/solr ready
[junit4] 2> 148616 INFO (zkCallback-268-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
[junit4] 2> 148620 INFO (zkCallback-270-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
[junit4] 2> 148628 INFO (zkCallback-245-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
[junit4] 2> 148628 INFO (zkCallback-257-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
[junit4] 2> 148657 INFO (zkCallback-263-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
[junit4] 2> 148658 INFO (jetty-launcher-136-thread-8)
[n:127.0.0.1:38133_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 148672 INFO (jetty-launcher-136-thread-5)
[n:127.0.0.1:33981_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 148682 INFO (zkCallback-237-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
[junit4] 2> 148734 INFO (zkCallback-284-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
[junit4] 2> 148741 INFO (jetty-launcher-136-thread-6)
[n:127.0.0.1:46408_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_46408.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4a5197d7
[junit4] 2> 148744 INFO (zkConnectionManagerCallback-298-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 148745 INFO (jetty-launcher-136-thread-9)
[n:127.0.0.1:43598_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (10)
[junit4] 2> 148746 INFO (jetty-launcher-136-thread-9)
[n:127.0.0.1:43598_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:45607/solr ready
[junit4] 2> 148756 INFO (jetty-launcher-136-thread-9)
[n:127.0.0.1:43598_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 148810 INFO (jetty-launcher-136-thread-6)
[n:127.0.0.1:46408_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_46408.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4a5197d7
[junit4] 2> 148811 INFO (jetty-launcher-136-thread-6)
[n:127.0.0.1:46408_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_46408.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4a5197d7
[junit4] 2> 148827 INFO (jetty-launcher-136-thread-2)
[n:127.0.0.1:33009_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_33009.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4a5197d7
[junit4] 2> 148843 INFO (jetty-launcher-136-thread-6)
[n:127.0.0.1:46408_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_915C419EB633AB03-001/tempDir-001/node4/.
[junit4] 2> 148850 INFO (jetty-launcher-136-thread-10)
[n:127.0.0.1:36890_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_36890.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4a5197d7
[junit4] 2> 148871 INFO (jetty-launcher-136-thread-4)
[n:127.0.0.1:35480_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_35480.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4a5197d7
[junit4] 2> 148874 INFO (jetty-launcher-136-thread-7)
[n:127.0.0.1:34535_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_34535.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4a5197d7
[junit4] 2> 148913 INFO (jetty-launcher-136-thread-1)
[n:127.0.0.1:38514_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38514.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4a5197d7
[junit4] 2> 148914 INFO (jetty-launcher-136-thread-1)
[n:127.0.0.1:38514_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38514.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4a5197d7
[junit4] 2> 148922 INFO (jetty-launcher-136-thread-1)
[n:127.0.0.1:38514_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_915C419EB633AB03-001/tempDir-001/node1/.
[junit4] 2> 148970 INFO (jetty-launcher-136-thread-2)
[n:127.0.0.1:33009_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_33009.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4a5197d7
[junit4] 2> 148971 INFO (jetty-launcher-136-thread-2)
[n:127.0.0.1:33009_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_33009.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4a5197d7
[junit4] 2> 148988 INFO (jetty-launcher-136-thread-5)
[n:127.0.0.1:33981_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_33981.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4a5197d7
[junit4] 2> 148989 INFO (jetty-launcher-136-thread-8)
[n:127.0.0.1:38133_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38133.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4a5197d7
[junit4] 2> 149020 INFO (jetty-launcher-136-thread-10)
[n:127.0.0.1:36890_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_36890.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4a5197d7
[junit4] 2> 149020 INFO (jetty-launcher-136-thread-10)
[n:127.0.0.1:36890_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_36890.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4a5197d7
[junit4] 2> 149030 INFO (jetty-launcher-136-thread-4)
[n:127.0.0.1:35480_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_35480.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4a5197d7
[junit4] 2> 149031 INFO (jetty-launcher-136-thread-4)
[n:127.0.0.1:35480_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_35480.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4a5197d7
[junit4] 2> 149032 INFO (jetty-launcher-136-thread-10)
[n:127.0.0.1:36890_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_915C419EB633AB03-001/tempDir-001/node10/.
[junit4] 2> 149035 INFO (jetty-launcher-136-thread-7)
[n:127.0.0.1:34535_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_34535.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4a5197d7
[junit4] 2> 149035 INFO (jetty-launcher-136-thread-7)
[n:127.0.0.1:34535_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_34535.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4a5197d7
[junit4] 2> 149048 INFO (jetty-launcher-136-thread-2)
[n:127.0.0.1:33009_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_915C419EB633AB03-001/tempDir-001/node3/.
[junit4] 2> 149050 INFO (jetty-launcher-136-thread-4)
[n:127.0.0.1:35480_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_915C419EB633AB03-001/tempDir-001/node7/.
[junit4] 2> 149053 INFO (jetty-launcher-136-thread-7)
[n:127.0.0.1:34535_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_915C419EB633AB03-001/tempDir-001/node6/.
[junit4] 2> 149054 INFO (jetty-launcher-136-thread-9)
[n:127.0.0.1:43598_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_43598.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4a5197d7
[junit4] 2> 149088 INFO (jetty-launcher-136-thread-8)
[n:127.0.0.1:38133_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38133.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4a5197d7
[junit4] 2> 149089 INFO (jetty-launcher-136-thread-8)
[n:127.0.0.1:38133_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38133.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4a5197d7
[junit4] 2> 149090 INFO (jetty-launcher-136-thread-8)
[n:127.0.0.1:38133_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_915C419EB633AB03-001/tempDir-001/node8/.
[junit4] 2> 149093 INFO (jetty-launcher-136-thread-9)
[n:127.0.0.1:43598_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_43598.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4a5197d7
[junit4] 2> 149094 INFO (jetty-launcher-136-thread-9)
[n:127.0.0.1:43598_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_43598.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4a5197d7
[junit4] 2> 149095 INFO (jetty-launcher-136-thread-9)
[n:127.0.0.1:43598_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_915C419EB633AB03-001/tempDir-001/node9/.
[junit4] 2> 149087 INFO (jetty-launcher-136-thread-5)
[n:127.0.0.1:33981_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_33981.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4a5197d7
[junit4] 2> 149095 INFO (jetty-launcher-136-thread-5)
[n:127.0.0.1:33981_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_33981.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4a5197d7
[junit4] 2> 149096 INFO (jetty-launcher-136-thread-5)
[n:127.0.0.1:33981_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_915C419EB633AB03-001/tempDir-001/node5/.
[junit4] 2> 150312 INFO (zkConnectionManagerCallback-301-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 150356 INFO (zkConnectionManagerCallback-306-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 150358 INFO
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[915C419EB633AB03]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (10)
[junit4] 2> 150359 INFO
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[915C419EB633AB03]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45607/solr ready
[junit4] 2> 151261 INFO (qtp1208428384-477) [n:127.0.0.1:38133_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> 151275 INFO (OverseerThreadFactory-180-thread-1) [ ]
o.a.s.c.a.c.CreateCollectionCmd Create collection test_col
[junit4] 2> 151400 INFO
(OverseerStateUpdate-72862915068755980-127.0.0.1:46702_solr-n_0000000000) [
] 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:33981/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 151403 INFO
(OverseerStateUpdate-72862915068755980-127.0.0.1:46702_solr-n_0000000000) [
] 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:46408/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 151406 INFO
(OverseerStateUpdate-72862915068755980-127.0.0.1:46702_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"test_col",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"test_col_shard2_replica_n4",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:46702/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 151409 INFO
(OverseerStateUpdate-72862915068755980-127.0.0.1:46702_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"test_col",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"test_col_shard2_replica_n6",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:43598/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 151412 INFO
(OverseerStateUpdate-72862915068755980-127.0.0.1:46702_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"test_col",
[junit4] 2> "shard":"shard3",
[junit4] 2> "core":"test_col_shard3_replica_n8",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:38514/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 151417 INFO
(OverseerStateUpdate-72862915068755980-127.0.0.1:46702_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"test_col",
[junit4] 2> "shard":"shard3",
[junit4] 2> "core":"test_col_shard3_replica_n10",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:36890/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 151420 INFO
(OverseerStateUpdate-72862915068755980-127.0.0.1:46702_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"test_col",
[junit4] 2> "shard":"shard4",
[junit4] 2> "core":"test_col_shard4_replica_n12",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:34535/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 151423 INFO
(OverseerStateUpdate-72862915068755980-127.0.0.1:46702_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"test_col",
[junit4] 2> "shard":"shard4",
[junit4] 2> "core":"test_col_shard4_replica_n14",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:33009/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 151426 INFO
(OverseerStateUpdate-72862915068755980-127.0.0.1:46702_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"test_col",
[junit4] 2> "shard":"shard5",
[junit4] 2> "core":"test_col_shard5_replica_n16",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:38133/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 151430 INFO
(OverseerStateUpdate-72862915068755980-127.0.0.1:46702_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"test_col",
[junit4] 2> "shard":"shard5",
[junit4] 2> "core":"test_col_shard5_replica_n18",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:35480/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 151642 INFO (qtp265530770-439) [n:127.0.0.1:46408_solr
x:test_col_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node5&name=test_col_shard1_replica_n2&action=CREATE&numShards=5&shard=shard1&wt=javabin
[junit4] 2> 151648 INFO (qtp162145606-538) [n:127.0.0.1:38514_solr
x:test_col_shard3_replica_n8] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node11&name=test_col_shard3_replica_n8&action=CREATE&numShards=5&shard=shard3&wt=javabin
[junit4] 2> 151652 INFO (qtp1208428384-471) [n:127.0.0.1:38133_solr
x:test_col_shard5_replica_n16] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node19&name=test_col_shard5_replica_n16&action=CREATE&numShards=5&shard=shard5&wt=javabin
[junit4] 2> 151656 INFO (qtp779476885-465) [n:127.0.0.1:43598_solr
x:test_col_shard2_replica_n6] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node9&name=test_col_shard2_replica_n6&action=CREATE&numShards=5&shard=shard2&wt=javabin
[junit4] 2> 151668 INFO (qtp669946023-494) [n:127.0.0.1:33981_solr
x:test_col_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node3&name=test_col_shard1_replica_n1&action=CREATE&numShards=5&shard=shard1&wt=javabin
[junit4] 2> 151703 INFO (qtp955002122-520) [n:127.0.0.1:36890_solr
x:test_col_shard3_replica_n10] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node13&name=test_col_shard3_replica_n10&action=CREATE&numShards=5&shard=shard3&wt=javabin
[junit4] 2> 151712 INFO (qtp432939657-483) [n:127.0.0.1:34535_solr
x:test_col_shard4_replica_n12] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node15&name=test_col_shard4_replica_n12&action=CREATE&numShards=5&shard=shard4&wt=javabin
[junit4] 2> 151721 INFO (qtp1994622966-509) [n:127.0.0.1:35480_solr
x:test_col_shard5_replica_n18] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node20&name=test_col_shard5_replica_n18&action=CREATE&numShards=5&shard=shard5&wt=javabin
[junit4] 2> 151740 INFO (qtp109370149-451) [n:127.0.0.1:46702_solr
x:test_col_shard2_replica_n4] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node7&name=test_col_shard2_replica_n4&action=CREATE&numShards=5&shard=shard2&wt=javabin
[junit4] 2> 151740 INFO (qtp109370149-451) [n:127.0.0.1:46702_solr
x:test_col_shard2_replica_n4] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 151741 INFO (qtp1562283310-530) [n:127.0.0.1:33009_solr
x:test_col_shard4_replica_n14] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node17&name=test_col_shard4_replica_n14&action=CREATE&numShards=5&shard=shard4&wt=javabin
[junit4] 2> 152708 INFO (qtp265530770-439) [n:127.0.0.1:46408_solr
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 152739 INFO (qtp162145606-538) [n:127.0.0.1:38514_solr
c:test_col s:shard3 r:core_node11 x:test_col_shard3_replica_n8]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 152770 INFO (qtp779476885-465) [n:127.0.0.1:43598_solr
c:test_col s:shard2 r:core_node9 x:test_col_shard2_replica_n6]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 152801 INFO (qtp1208428384-471) [n:127.0.0.1:38133_solr
c:test_col s:shard5 r:core_node19 x:test_col_shard5_replica_n16]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 152805 INFO (qtp265530770-439) [n:127.0.0.1:46408_solr
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2]
o.a.s.s.IndexSchema [test_col_shard1_replica_n2] S
[...truncated too long message...]
ngth is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/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 =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/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 =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml
resolve:
jar-checksums:
[mkdir] Created dir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/null1429187152
[copy] Copying 39 files to
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/null1429187152
[delete] Deleting directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/null1429187152
resolve-example:
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 =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml
resolve:
resolve-server:
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 =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml
resolve:
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 =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/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 =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/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 =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/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 =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/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 =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/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 =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/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 =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/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 =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/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 =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/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 =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/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 =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/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 =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/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 =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/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 =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/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 =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/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 =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml
resolve:
jar-checksums:
[mkdir] Created dir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/null185927152
[copy] Copying 247 files to
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/null185927152
[delete] Deleting directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/null185927152
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 33ms :: 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: 514 minutes 43 seconds
Archiving artifacts
WARN: No artifacts found that match the file pattern
"**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
WARN: java.lang.InterruptedException: no matches found within 10000
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]