You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2018/08/06 06:12:24 UTC

[JENKINS] Lucene-Solr-NightlyTests-7.x - Build # 282 - Unstable

Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/282/

2 tests failed.
FAILED:  org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_dv_stored

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([28985B155DBE7023:BAA43A91E1F94DFB]: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:343)
	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_dv_stored(TestStressCloudBlindAtomicUpdates.java:210)
	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.api.collections.CustomCollectionTest.testCreateShardRepFactor

Error Message:
KeeperErrorCode = Session expired for /clusterstate.json

Stack Trace:
org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /clusterstate.json
	at __randomizedtesting.SeedInfo.seed([28985B155DBE7023:DC76D19145EA65E3]:0)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:130)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
	at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1105)
	at org.apache.solr.common.cloud.SolrZkClient.lambda$exists$3(SolrZkClient.java:317)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
	at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:317)
	at org.apache.solr.common.cloud.ZkStateReader.createClusterStateWatchersAndUpdate(ZkStateReader.java:441)
	at org.apache.solr.cloud.MiniSolrCloudCluster.deleteAllCollections(MiniSolrCloudCluster.java:451)
	at org.apache.solr.cloud.api.collections.CustomCollectionTest.ensureClusterEmpty(CustomCollectionTest.java:54)
	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$9.evaluate(RandomizedRunner.java:968)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at 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 14817 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates
   [junit4]   2> 4889052 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[28985B155DBE7023]-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-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_28985B155DBE7023-001/init-core-data-001
   [junit4]   2> 4889052 WARN  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[28985B155DBE7023]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 4889069 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[28985B155DBE7023]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 4889070 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[28985B155DBE7023]-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> 4889075 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[28985B155DBE7023]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 10 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_28985B155DBE7023-001/tempDir-001
   [junit4]   2> 4889075 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[28985B155DBE7023]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 4889085 INFO  (Thread-6653) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 4889085 INFO  (Thread-6653) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 4889087 ERROR (Thread-6653) [    ] 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> 4889177 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[28985B155DBE7023]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:40485
   [junit4]   2> 4889236 INFO  (zkConnectionManagerCallback-6884-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4889265 INFO  (jetty-launcher-6881-thread-1) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 4889266 INFO  (jetty-launcher-6881-thread-2) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 4889266 INFO  (jetty-launcher-6881-thread-3) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 4889267 INFO  (jetty-launcher-6881-thread-4) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 4889268 INFO  (jetty-launcher-6881-thread-5) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 4889277 INFO  (jetty-launcher-6881-thread-6) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 4889277 INFO  (jetty-launcher-6881-thread-7) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 4889278 INFO  (jetty-launcher-6881-thread-8) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 4889278 INFO  (jetty-launcher-6881-thread-9) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 4889279 INFO  (jetty-launcher-6881-thread-10) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 4889280 INFO  (jetty-launcher-6881-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4889280 INFO  (jetty-launcher-6881-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4889280 INFO  (jetty-launcher-6881-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 4889280 INFO  (jetty-launcher-6881-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@63479f97{/solr,null,AVAILABLE}
   [junit4]   2> 4889298 INFO  (jetty-launcher-6881-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@43c735e6{HTTP/1.1,[http/1.1]}{127.0.0.1:45901}
   [junit4]   2> 4889298 INFO  (jetty-launcher-6881-thread-1) [    ] o.e.j.s.Server Started @4889383ms
   [junit4]   2> 4889298 INFO  (jetty-launcher-6881-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45901}
   [junit4]   2> 4889298 ERROR (jetty-launcher-6881-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4889298 INFO  (jetty-launcher-6881-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 4889298 INFO  (jetty-launcher-6881-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.5.0
   [junit4]   2> 4889298 INFO  (jetty-launcher-6881-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4889298 INFO  (jetty-launcher-6881-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4889298 INFO  (jetty-launcher-6881-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-08-06T04:51:47.801Z
   [junit4]   2> 4889317 INFO  (jetty-launcher-6881-thread-9) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4889317 INFO  (jetty-launcher-6881-thread-9) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4889317 INFO  (jetty-launcher-6881-thread-9) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 4889318 INFO  (jetty-launcher-6881-thread-9) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@436f9831{/solr,null,AVAILABLE}
   [junit4]   2> 4889318 INFO  (jetty-launcher-6881-thread-9) [    ] o.e.j.s.AbstractConnector Started ServerConnector@e1fd09d{HTTP/1.1,[http/1.1]}{127.0.0.1:38352}
   [junit4]   2> 4889318 INFO  (jetty-launcher-6881-thread-9) [    ] o.e.j.s.Server Started @4889404ms
   [junit4]   2> 4889318 INFO  (jetty-launcher-6881-thread-9) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38352}
   [junit4]   2> 4889318 ERROR (jetty-launcher-6881-thread-9) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4889318 INFO  (jetty-launcher-6881-thread-9) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 4889318 INFO  (jetty-launcher-6881-thread-9) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.5.0
   [junit4]   2> 4889318 INFO  (jetty-launcher-6881-thread-9) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4889318 INFO  (jetty-launcher-6881-thread-9) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4889318 INFO  (jetty-launcher-6881-thread-9) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-08-06T04:51:47.821Z
   [junit4]   2> 4889320 INFO  (jetty-launcher-6881-thread-8) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4889320 INFO  (jetty-launcher-6881-thread-8) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4889320 INFO  (jetty-launcher-6881-thread-8) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 4889320 INFO  (jetty-launcher-6881-thread-8) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1d67340d{/solr,null,AVAILABLE}
   [junit4]   2> 4889320 INFO  (jetty-launcher-6881-thread-8) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5acdf8ac{HTTP/1.1,[http/1.1]}{127.0.0.1:42352}
   [junit4]   2> 4889320 INFO  (jetty-launcher-6881-thread-8) [    ] o.e.j.s.Server Started @4889406ms
   [junit4]   2> 4889320 INFO  (jetty-launcher-6881-thread-8) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42352}
   [junit4]   2> 4889320 ERROR (jetty-launcher-6881-thread-8) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4889320 INFO  (jetty-launcher-6881-thread-8) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 4889321 INFO  (jetty-launcher-6881-thread-8) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.5.0
   [junit4]   2> 4889321 INFO  (jetty-launcher-6881-thread-8) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4889321 INFO  (jetty-launcher-6881-thread-8) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4889321 INFO  (jetty-launcher-6881-thread-8) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-08-06T04:51:47.824Z
   [junit4]   2> 4889322 INFO  (jetty-launcher-6881-thread-7) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4889322 INFO  (jetty-launcher-6881-thread-7) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4889322 INFO  (jetty-launcher-6881-thread-7) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 4889322 INFO  (jetty-launcher-6881-thread-7) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@291e8217{/solr,null,AVAILABLE}
   [junit4]   2> 4889323 INFO  (jetty-launcher-6881-thread-7) [    ] o.e.j.s.AbstractConnector Started ServerConnector@288fadfc{HTTP/1.1,[http/1.1]}{127.0.0.1:43071}
   [junit4]   2> 4889323 INFO  (jetty-launcher-6881-thread-7) [    ] o.e.j.s.Server Started @4889408ms
   [junit4]   2> 4889323 INFO  (jetty-launcher-6881-thread-7) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43071}
   [junit4]   2> 4889323 ERROR (jetty-launcher-6881-thread-7) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4889323 INFO  (jetty-launcher-6881-thread-7) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 4889323 INFO  (jetty-launcher-6881-thread-7) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.5.0
   [junit4]   2> 4889323 INFO  (jetty-launcher-6881-thread-7) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4889323 INFO  (jetty-launcher-6881-thread-7) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4889323 INFO  (jetty-launcher-6881-thread-7) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-08-06T04:51:47.826Z
   [junit4]   2> 4889325 INFO  (jetty-launcher-6881-thread-6) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4889341 INFO  (jetty-launcher-6881-thread-6) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4889342 INFO  (jetty-launcher-6881-thread-6) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 4889379 INFO  (jetty-launcher-6881-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4889379 INFO  (jetty-launcher-6881-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4889379 INFO  (jetty-launcher-6881-thread-3) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 4889379 INFO  (jetty-launcher-6881-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@bb1b31d{/solr,null,AVAILABLE}
   [junit4]   2> 4889379 INFO  (jetty-launcher-6881-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5cddd03a{HTTP/1.1,[http/1.1]}{127.0.0.1:36746}
   [junit4]   2> 4889379 INFO  (jetty-launcher-6881-thread-3) [    ] o.e.j.s.Server Started @4889465ms
   [junit4]   2> 4889379 INFO  (jetty-launcher-6881-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36746}
   [junit4]   2> 4889379 ERROR (jetty-launcher-6881-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4889379 INFO  (jetty-launcher-6881-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 4889379 INFO  (jetty-launcher-6881-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.5.0
   [junit4]   2> 4889379 INFO  (jetty-launcher-6881-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4889380 INFO  (jetty-launcher-6881-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4889380 INFO  (jetty-launcher-6881-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-08-06T04:51:47.883Z
   [junit4]   2> 4889412 INFO  (jetty-launcher-6881-thread-6) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7d23077b{/solr,null,AVAILABLE}
   [junit4]   2> 4889413 INFO  (zkConnectionManagerCallback-6892-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4889580 INFO  (jetty-launcher-6881-thread-6) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6765842{HTTP/1.1,[http/1.1]}{127.0.0.1:42534}
   [junit4]   2> 4889580 INFO  (jetty-launcher-6881-thread-6) [    ] o.e.j.s.Server Started @4889666ms
   [junit4]   2> 4889580 INFO  (jetty-launcher-6881-thread-6) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42534}
   [junit4]   2> 4889581 ERROR (jetty-launcher-6881-thread-6) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4889581 INFO  (jetty-launcher-6881-thread-6) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 4889581 INFO  (jetty-launcher-6881-thread-6) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.5.0
   [junit4]   2> 4889581 INFO  (jetty-launcher-6881-thread-6) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4889581 INFO  (jetty-launcher-6881-thread-6) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4889581 INFO  (jetty-launcher-6881-thread-6) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-08-06T04:51:48.084Z
   [junit4]   2> 4889593 INFO  (zkConnectionManagerCallback-6888-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4889594 INFO  (zkConnectionManagerCallback-6894-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4889594 INFO  (jetty-launcher-6881-thread-5) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4889594 INFO  (jetty-launcher-6881-thread-5) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4889594 INFO  (jetty-launcher-6881-thread-5) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 4889595 INFO  (jetty-launcher-6881-thread-7) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4889596 INFO  (jetty-launcher-6881-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4889610 INFO  (jetty-launcher-6881-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1722111b{/solr,null,AVAILABLE}
   [junit4]   2> 4889611 INFO  (jetty-launcher-6881-thread-5) [    ] o.e.j.s.AbstractConnector Started ServerConnector@51a20ec6{HTTP/1.1,[http/1.1]}{127.0.0.1:37342}
   [junit4]   2> 4889611 INFO  (jetty-launcher-6881-thread-5) [    ] o.e.j.s.Server Started @4889696ms
   [junit4]   2> 4889611 INFO  (jetty-launcher-6881-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37342}
   [junit4]   2> 4889611 ERROR (jetty-launcher-6881-thread-5) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4889611 INFO  (jetty-launcher-6881-thread-5) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 4889611 INFO  (jetty-launcher-6881-thread-5) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.5.0
   [junit4]   2> 4889611 INFO  (jetty-launcher-6881-thread-5) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4889611 INFO  (jetty-launcher-6881-thread-5) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4889611 INFO  (jetty-launcher-6881-thread-5) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-08-06T04:51:48.114Z
   [junit4]   2> 4889630 INFO  (jetty-launcher-6881-thread-9) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4889647 INFO  (jetty-launcher-6881-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4889647 INFO  (jetty-launcher-6881-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4889647 INFO  (jetty-launcher-6881-thread-4) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 4889708 INFO  (jetty-launcher-6881-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3eea77{/solr,null,AVAILABLE}
   [junit4]   2> 4889708 INFO  (jetty-launcher-6881-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3c3b94e5{HTTP/1.1,[http/1.1]}{127.0.0.1:44829}
   [junit4]   2> 4889708 INFO  (jetty-launcher-6881-thread-4) [    ] o.e.j.s.Server Started @4889794ms
   [junit4]   2> 4889708 INFO  (jetty-launcher-6881-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44829}
   [junit4]   2> 4889708 ERROR (jetty-launcher-6881-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4889708 INFO  (jetty-launcher-6881-thread-4) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 4889708 INFO  (jetty-launcher-6881-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.5.0
   [junit4]   2> 4889708 INFO  (jetty-launcher-6881-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4889708 INFO  (jetty-launcher-6881-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4889708 INFO  (jetty-launcher-6881-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-08-06T04:51:48.211Z
   [junit4]   2> 4889764 INFO  (zkConnectionManagerCallback-6898-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4889777 INFO  (jetty-launcher-6881-thread-6) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4889780 INFO  (zkConnectionManagerCallback-6890-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4889781 INFO  (jetty-launcher-6881-thread-8) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4889793 INFO  (zkConnectionManagerCallback-6896-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4889801 INFO  (jetty-launcher-6881-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4889820 INFO  (jetty-launcher-6881-thread-10) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4889820 INFO  (jetty-launcher-6881-thread-10) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4889820 INFO  (jetty-launcher-6881-thread-10) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 4889841 INFO  (jetty-launcher-6881-thread-10) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@39e698f0{/solr,null,AVAILABLE}
   [junit4]   2> 4889842 INFO  (jetty-launcher-6881-thread-10) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7df735b9{HTTP/1.1,[http/1.1]}{127.0.0.1:39544}
   [junit4]   2> 4889842 INFO  (jetty-launcher-6881-thread-10) [    ] o.e.j.s.Server Started @4889928ms
   [junit4]   2> 4889842 INFO  (jetty-launcher-6881-thread-10) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39544}
   [junit4]   2> 4889842 ERROR (jetty-launcher-6881-thread-10) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4889842 INFO  (jetty-launcher-6881-thread-10) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 4889842 INFO  (jetty-launcher-6881-thread-10) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.5.0
   [junit4]   2> 4889842 INFO  (jetty-launcher-6881-thread-10) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4889842 INFO  (jetty-launcher-6881-thread-10) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4889842 INFO  (jetty-launcher-6881-thread-10) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-08-06T04:51:48.345Z
   [junit4]   2> 4889866 INFO  (zkConnectionManagerCallback-6886-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4889896 INFO  (jetty-launcher-6881-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4889976 INFO  (jetty-launcher-6881-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4889976 INFO  (jetty-launcher-6881-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4889976 INFO  (jetty-launcher-6881-thread-2) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 4889992 INFO  (jetty-launcher-6881-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3b763c62{/solr,null,AVAILABLE}
   [junit4]   2> 4889992 INFO  (jetty-launcher-6881-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5bf2c874{HTTP/1.1,[http/1.1]}{127.0.0.1:38515}
   [junit4]   2> 4889992 INFO  (jetty-launcher-6881-thread-2) [    ] o.e.j.s.Server Started @4890078ms
   [junit4]   2> 4889992 INFO  (jetty-launcher-6881-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38515}
   [junit4]   2> 4889992 ERROR (jetty-launcher-6881-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4889993 INFO  (jetty-launcher-6881-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 4889993 INFO  (jetty-launcher-6881-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.5.0
   [junit4]   2> 4889993 INFO  (jetty-launcher-6881-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4889993 INFO  (jetty-launcher-6881-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4889993 INFO  (jetty-launcher-6881-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-08-06T04:51:48.496Z
   [junit4]   2> 4890089 INFO  (zkConnectionManagerCallback-6900-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4890122 INFO  (jetty-launcher-6881-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4890284 INFO  (zkConnectionManagerCallback-6904-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4890341 INFO  (jetty-launcher-6881-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4890342 INFO  (zkConnectionManagerCallback-6902-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4890378 INFO  (jetty-launcher-6881-thread-10) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4890495 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 0x103b1d6396e000a, likely client has closed socket
   [junit4]   2> 4890517 INFO  (jetty-launcher-6881-thread-6) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40485/solr
   [junit4]   2> 4890613 INFO  (zkConnectionManagerCallback-6908-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4890720 INFO  (zkConnectionManagerCallback-6910-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4891743 INFO  (jetty-launcher-6881-thread-10) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40485/solr
   [junit4]   2> 4891780 INFO  (zkConnectionManagerCallback-6916-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4891910 INFO  (zkConnectionManagerCallback-6918-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4891936 INFO  (jetty-launcher-6881-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40485/solr
   [junit4]   2> 4892012 INFO  (zkConnectionManagerCallback-6922-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4892105 INFO  (zkConnectionManagerCallback-6924-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4892122 INFO  (jetty-launcher-6881-thread-10) [n:127.0.0.1:39544_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:39544_solr
   [junit4]   2> 4892123 INFO  (jetty-launcher-6881-thread-10) [n:127.0.0.1:39544_solr    ] o.a.s.c.Overseer Overseer (id=73097552612687886-127.0.0.1:39544_solr-n_0000000000) starting
   [junit4]   2> 4892265 INFO  (zkConnectionManagerCallback-6933-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4892359 INFO  (jetty-launcher-6881-thread-7) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40485/solr
   [junit4]   2> 4892437 INFO  (jetty-launcher-6881-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40485/solr
   [junit4]   2> 4892448 INFO  (jetty-launcher-6881-thread-10) [n:127.0.0.1:39544_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40485/solr ready
   [junit4]   2> 4892516 INFO  (jetty-launcher-6881-thread-2) [n:127.0.0.1:38515_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38515_solr
   [junit4]   2> 4892520 INFO  (zkConnectionManagerCallback-6937-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4892521 INFO  (OverseerStateUpdate-73097552612687886-127.0.0.1:39544_solr-n_0000000000) [    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:39544_solr
   [junit4]   2> 4892521 INFO  (jetty-launcher-6881-thread-10) [n:127.0.0.1:39544_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39544_solr
   [junit4]   2> 4892537 INFO  (OverseerStateUpdate-73097552612687886-127.0.0.1:39544_solr-n_0000000000) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 4892559 INFO  (jetty-launcher-6881-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40485/solr
   [junit4]   2> 4892646 INFO  (zkCallback-6932-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 4892646 INFO  (zkConnectionManagerCallback-6945-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4892648 INFO  (jetty-launcher-6881-thread-10) [n:127.0.0.1:39544_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 4892707 INFO  (zkConnectionManagerCallback-6947-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4892837 INFO  (zkConnectionManagerCallback-6941-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4892894 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 0x103b1d6396e0014, likely client has closed socket
   [junit4]   2> 4892914 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 0x103b1d6396e0013, likely client has closed socket
   [junit4]   2> 4892915 INFO  (zkCallback-6923-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 4893041 INFO  (jetty-launcher-6881-thread-7) [n:127.0.0.1:43071_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 4893056 INFO  (zkConnectionManagerCallback-6950-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4893077 INFO  (zkConnectionManagerCallback-6959-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4893113 INFO  (zkConnectionManagerCallback-6952-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4893216 INFO  (jetty-launcher-6881-thread-2) [n:127.0.0.1:38515_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 4893198 INFO  (jetty-launcher-6881-thread-7) [n:127.0.0.1:43071_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 4893252 INFO  (jetty-launcher-6881-thread-7) [n:127.0.0.1:43071_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43071_solr
   [junit4]   2> 4893255 INFO  (jetty-launcher-6881-thread-2) [n:127.0.0.1:38515_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40485/solr ready
   [junit4]   2> 4893276 INFO  (zkCallback-6917-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 4893314 INFO  (jetty-launcher-6881-thread-10) [n:127.0.0.1:39544_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39544.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1886f4e
   [junit4]   2> 4893325 INFO  (zkCallback-6958-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 4893333 INFO  (zkCallback-6923-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 4893349 INFO  (jetty-launcher-6881-thread-2) [n:127.0.0.1:38515_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 4893365 INFO  (jetty-launcher-6881-thread-4) [n:127.0.0.1:44829_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 4893415 INFO  (jetty-launcher-6881-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40485/solr
   [junit4]   2> 4893415 INFO  (zkCallback-6946-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 4893417 INFO  (zkConnectionManagerCallback-6968-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4893480 INFO  (jetty-launcher-6881-thread-10) [n:127.0.0.1:39544_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39544.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1886f4e
   [junit4]   2> 4893480 INFO  (jetty-launcher-6881-thread-10) [n:127.0.0.1:39544_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39544.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1886f4e
   [junit4]   2> 4893481 INFO  (jetty-launcher-6881-thread-10) [n:127.0.0.1:39544_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_28985B155DBE7023-001/tempDir-001/node10/.
   [junit4]   2> 4893490 INFO  (jetty-launcher-6881-thread-1) [n:127.0.0.1:45901_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 4893495 INFO  (jetty-launcher-6881-thread-2) [n:127.0.0.1:38515_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38515.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1886f4e
   [junit4]   2> 4893508 INFO  (zkConnectionManagerCallback-6970-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4893519 INFO  (jetty-launcher-6881-thread-2) [n:127.0.0.1:38515_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38515.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1886f4e
   [junit4]   2> 4893519 INFO  (jetty-launcher-6881-thread-2) [n:127.0.0.1:38515_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38515.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1886f4e
   [junit4]   2> 4893570 INFO  (jetty-launcher-6881-thread-2) [n:127.0.0.1:38515_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_28985B155DBE7023-001/tempDir-001/node2/.
   [junit4]   2> 4893570 INFO  (zkCallback-6932-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 4893655 INFO  (jetty-launcher-6881-thread-4) [n:127.0.0.1:44829_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 4893655 INFO  (jetty-launcher-6881-thread-4) [n:127.0.0.1:44829_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44829_solr
   [junit4]   2> 4893656 INFO  (zkCallback-6917-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 4893662 INFO  (zkConnectionManagerCallback-6975-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4893675 INFO  (jetty-launcher-6881-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40485/solr
   [junit4]   2> 4893691 INFO  (zkCallback-6923-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 4893707 INFO  (zkCallback-6932-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 4893708 INFO  (jetty-launcher-6881-thread-7) [n:127.0.0.1:43071_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 4893709 INFO  (jetty-launcher-6881-thread-7) [n:127.0.0.1:43071_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40485/solr ready
   [junit4]   2> 4893709 INFO  (jetty-launcher-6881-thread-1) [n:127.0.0.1:45901_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 4893709 INFO  (jetty-launcher-6881-thread-1) [n:127.0.0.1:45901_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45901_solr
   [junit4]   2> 4893744 INFO  (zkCallback-6923-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 4893744 INFO  (zkCallback-6917-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 4893746 INFO  (zkCallback-6932-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 4893746 INFO  (jetty-launcher-6881-thread-5) [n:127.0.0.1:37342_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 4893780 INFO  (zkCallback-6946-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (5)
   [junit4]   2> 4893780 INFO  (zkCallback-6958-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (5)
   [junit4]   2> 4893781 INFO  (zkCallback-6951-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (5)
   [junit4]   2> 4893782 INFO  (zkCallback-6949-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (5)
   [junit4]   2> 4893816 INFO  (jetty-launcher-6881-thread-7) [n:127.0.0.1:43071_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 4893983 INFO  (zkConnectionManagerCallback-6981-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4894126 INFO  (zkCallback-6974-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 4894201 INFO  (jetty-launcher-6881-thread-6) [n:127.0.0.1:42534_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 4894201 INFO  (jetty-launcher-6881-thread-5) [n:127.0.0.1:37342_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 4894202 INFO  (jetty-launcher-6881-thread-5) [n:127.0.0.1:37342_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37342_solr
   [junit4]   2> 4894215 INFO  (zkCallback-6923-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 4894219 INFO  (zkCallback-6932-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 4894235 INFO  (zkCallback-6946-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 4894251 INFO  (zkCallback-6974-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 4894252 INFO  (zkCallback-6951-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 4894252 INFO  (zkCallback-6949-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 4894252 INFO  (zkCallback-6969-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 4894255 INFO  (zkCallback-6917-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 4894255 INFO  (zkConnectionManagerCallback-6985-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4894257 INFO  (jetty-launcher-6881-thread-7) [n:127.0.0.1:43071_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43071.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1886f4e
   [junit4]   2> 4894272 INFO  (zkCallback-6958-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 4894292 INFO  (zkCallback-6909-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 4894312 INFO  (zkConnectionManagerCallback-6990-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4894330 INFO  (zkConnectionManagerCallback-6994-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4894347 INFO  (jetty-launcher-6881-thread-1) [n:127.0.0.1:45901_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (6)
   [junit4]   2> 4894382 INFO  (jetty-launcher-6881-thread-1) [n:127.0.0.1:45901_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40485/solr ready
   [junit4]   2> 4894382 INFO  (jetty-launcher-6881-thread-6) [n:127.0.0.1:42534_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 4894382 INFO  (jetty-launcher-6881-thread-6) [n:127.0.0.1:42534_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42534_solr
   [junit4]   2> 4894384 INFO  (jetty-launcher-6881-thread-1) [n:127.0.0.1:45901_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 4894384 INFO  (zkCallback-6923-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
   [junit4]   2> 4894384 INFO  (zkCallback-6946-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
   [junit4]   2> 4894384 INFO  (zkCallback-6958-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
   [junit4]   2> 4894384 INFO  (zkCallback-6949-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
   [junit4]   2> 4894384 INFO  (zkCallback-6951-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
   [junit4]   2> 4894384 INFO  (zkCallback-6974-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
   [junit4]   2> 4894388 INFO  (jetty-launcher-6881-thread-4) [n:127.0.0.1:44829_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (6)
   [junit4]   2> 4894401 INFO  (zkCallback-6932-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
   [junit4]   2> 4894404 INFO  (jetty-launcher-6881-thread-7) [n:127.0.0.1:43071_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43071.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1886f4e
   [junit4]   2> 4894404 INFO  (jetty-launcher-6881-thread-7) [n:127.0.0.1:43071_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43071.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1886f4e
   [junit4]   2> 4894405 INFO  (jetty-launcher-6881-thread-7) [n:127.0.0.1:43071_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_28985B155DBE7023-001/tempDir-001/node7/.
   [junit4]   2> 4894418 INFO  (zkCallback-6917-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
   [junit4]   2> 4894455 INFO  (jetty-launcher-6881-thread-3) [n:127.0.0.1:36746_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (7)
   [junit4]   2> 4894458 INFO  (jetty-launcher-6881-thread-4) [n:127.0.0.1:44829_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40485/solr ready
   [junit4]   2> 4894459 INFO  (zkCallback-6989-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
   [junit4]   2> 4894471 INFO  (jetty-launcher-6881-thread-4) [n:127.0.0.1:44829_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 4894475 INFO  (zkCallback-6993-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
   [junit4]   2> 4894477 INFO  (jetty-launcher-6881-thread-3) [n:127.0.0.1:36746_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 4894477 INFO  (jetty-launcher-6881-thread-3) [n:127.0.0.1:36746_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36746_solr
   [junit4]   2> 4894492 INFO  (zkCallback-6923-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
   [junit4]   2> 4894492 INFO  (zkCallback-6917-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
   [junit4]   2> 4894493 INFO  (zkCallback-6951-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
   [junit4]   2> 4894493 INFO  (zkCallback-6949-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
   [junit4]   2> 4894493 INFO  (zkCallback-6958-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
   [junit4]   2> 4894493 INFO  (zkCallback-6974-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
   [junit4]   2> 4894493 INFO  (zkCallback-6946-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
   [junit4]   2> 4894512 INFO  (zkCallback-6932-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
   [junit4]   2> 4894512 INFO  (zkCallback-6909-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (8)
   [junit4]   2> 4894528 INFO  (zkCallback-6969-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (8)
   [junit4]   2> 4894568 INFO  (zkCallback-6989-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
   [junit4]   2> 4894585 INFO  (zkCallback-6993-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
   [junit4]   2> 4894601 INFO  (zkCallback-6984-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
   [junit4]   2> 4894618 INFO  (jetty-launcher-6881-thread-4) [n:127.0.0.1:44829_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44829.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1886f4e
   [junit4]   2> 4894749 INFO  (jetty-launcher-6881-thread-4) [n:127.0.0.1:44829_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44829.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1886f4e
   [junit4]   2> 4894749 INFO  (jetty-launcher-6881-thread-4) [n:127.0.0.1:44829_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44829.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1886f4e
   [junit4]   2> 4894750 INFO  (zkConnectionManagerCallback-7008-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4894767 INFO  (zkConnectionManagerCallback-7003-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4894768 INFO  (jetty-launcher-6881-thread-5) [n:127.0.0.1:37342_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (8)
   [junit4]   2> 4894769 INFO  (jetty-launcher-6881-thread-5) [n:127.0.0.1:37342_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40485/solr ready
   [junit4]   2> 4894785 INFO  (jetty-launcher-6881-thread-6) [n:127.0.0.1:42534_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (8)
   [junit4]   2> 4894785 INFO  (jetty-launcher-6881-thread-5) [n:127.0.0.1:37342_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 4894800 INFO  (jetty-launcher-6881-thread-4) [n:127.0.0.1:44829_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_28985B155DBE7023-001/tempDir-001/node4/.
   [junit4]   2> 4894821 INFO  (jetty-launcher-6881-thread-6) [n:127.0.0.1:42534_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40485/solr ready
   [junit4]   2> 4894822 INFO  (jetty-launcher-6881-thread-1) [n:127.0.0.1:45901_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45901.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1886f4e
   [junit4]   2> 4894857 INFO  (jetty-launcher-6881-thread-6) [n:127.0.0.1:42534_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 4894910 INFO  (zkConnectionManagerCallback-7015-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4894911 INFO  (jetty-launcher-6881-thread-3) [n:127.0.0.1:36746_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (8)
   [junit4]   2> 4894912 INFO  (jetty-launcher-6881-thread-3) [n:127.0.0.1:36746_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40485/solr ready
   [junit4]   2> 4894930 INFO  (jetty-launcher-6881-thread-3) [n:127.0.0.1:36746_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 4894935 INFO  (jetty-launcher-6881-thread-1) [n:127.0.0.1:45901_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45901.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1886f4e
   [junit4]   2> 4894936 INFO  (jetty-launcher-6881-thread-1) [n:127.0.0.1:45901_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45901.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1886f4e
   [junit4]   2> 4894937 INFO  (jetty-launcher-6881-thread-1) [n:127.0.0.1:45901_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_28985B155DBE7023-001/tempDir-001/node1/.
   [junit4]   2> 4895007 INFO  (jetty-launcher-6881-thread-3) [n:127.0.0.1:36746_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36746.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1886f4e
   [junit4]   2> 4895041 INFO  (jetty-launcher-6881-thread-5) [n:127.0.0.1:37342_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37342.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1886f4e
   [junit4]   2> 4895203 INFO  (jetty-launcher-6881-thread-3) [n:127.0.0.1:36746_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36746.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1886f4e
   [junit4]   2> 4895203 INFO  (jetty-launcher-6881-thread-3) [n:127.0.0.1:36746_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36746.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1886f4e
   [junit4]   2> 4895204 INFO  (jetty-launcher-6881-thread-3) [n:127.0.0.1:36746_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_28985B155DBE7023-001/tempDir-001/node3/.
   [junit4]   2> 4895208 INFO  (jetty-launcher-6881-thread-6) [n:127.0.0.1:42534_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42534.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1886f4e
   [junit4]   2> 4895283 INFO  (jetty-launcher-6881-thread-5) [n:127.0.0.1:37342_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37342.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1886f4e
   [junit4]   2> 4895283 INFO  (jetty-launcher-6881-thread-5) [n:127.0.0.1:37342_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37342.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1886f4e
   [junit4]   2> 4895334 INFO  (jetty-launcher-6881-thread-5) [n:127.0.0.1:37342_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_28985B155DBE7023-001/tempDir-001/node5/.
   [junit4]   2> 4895369 INFO  (jetty-launcher-6881-thread-6) [n:127.0.0.1:42534_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42534.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1886f4e
   [junit4]   2> 4895370 INFO  (jetty-launcher-6881-thread-6) [n:127.0.0.1:42534_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42534.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1886f4e
   [junit4]   2> 4895371 INFO  (jetty-launcher-6881-thread-6) [n:127.0.0.1:42534_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_28985B155DBE7023-001/tempDir-001/node6/.
   [junit4]   2> 4895480 INFO  (jetty-launcher-6881-thread-8) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40485/solr
   [junit4]   2> 4895532 INFO  (zkConnectionManagerCallback-7020-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4895568 INFO  (zkConnectionManagerCallback-7022-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4895626 INFO  (jetty-launcher-6881-thread-8) [n:127.0.0.1:42352_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (8)
   [junit4]   2> 4895629 INFO  (jetty-launcher-6881-thread-8) [n:127.0.0.1:42352_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 4895629 INFO  (jetty-launcher-6881-thread-8) [n:127.0.0.1:42352_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42352_solr
   [junit4]   2> 4895662 INFO  (zkCallback-6974-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 4895663 INFO  (zkCallback-6946-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 4895663 INFO  (zkCallback-6984-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 4895663 INFO  (zkCallback-6969-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 4895663 INFO  (zkCallback-6909-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 4895663 INFO  (zkCallback-6923-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 4895663 INFO  (zkCallback-6951-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 4895663 INFO  (zkCallback-6993-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 4895663 INFO  (zkCallback-6958-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 4895664 INFO  (zkCallback-6917-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 4895664 INFO  (zkCallback-6932-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 4895678 INFO  (zkCallback-6949-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 4895699 INFO  (zkCallback-6989-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 4895699 INFO  (zkCallback-7021-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 4895700 INFO  (zkCallback-7002-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 4895717 INFO  (zkCallback-7014-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 4895752 INFO  (zkCallback-7007-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 4895900 INFO  (zkConnectionManagerCallback-7029-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4895901 INFO  (jetty-launcher-6881-thread-8) [n:127.0.0.1:42352_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (9)
   [junit4]   2> 4895914 INFO  (jetty-launcher-6881-thread-8) [n:127.0.0.1:42352_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40485/solr ready
   [junit4]   2> 4895917 INFO  (jetty-launcher-6881-thread-8) [n:127.0.0.1:42352_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 4896235 INFO  (jetty-launcher-6881-thread-8) [n:127.0.0.1:42352_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42352.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1886f4e
   [junit4]   2> 4896254 INFO  (jetty-launcher-6881-thread-8) [n:127.0.0.1:42352_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42352.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1886f4e
   [junit4]   2> 4896254 INFO  (jetty-launcher-6881-thread-8) [n:127.0.0.1:42352_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42352.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1886f4e
   [junit4]   2> 4896271 INFO  (jetty-launcher-6881-thread-8) [n:127.0.0.1:42352_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_28985B155DBE7023-001/tempDir-001/node8/.
   [junit4]   2> 4896483 INFO  (jetty-launcher-6881-thread-9) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40485/solr
   [junit4]   2> 4896535 INFO  (zkConnectionManagerCallback-7034-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4896539 INFO  (zkConnectionManagerCallback-7036-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4896606 INFO  (jetty-launcher-6881-thread-9) [n:127.0.0.1:38352_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (9)
   [junit4]   2> 4896618 INFO  (jetty-launcher-6881-thread-9) [n:127.0.0.1:38352_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 4896618 INFO  (jetty-launcher-6881-thread-9) [n:127.0.0.1:38352_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38352_solr
   [junit4]   2> 4896619 INFO  (zkCallback-7007-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 4896620 INFO  (zkCallback-6958-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 4896620 INFO  (zkCallback-6946-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 4896620 INFO  (zkCallback-6974-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 4896620 INFO  (zkCallback-6969-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 4896620 INFO  (zkCallback-6984-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 4896641 INFO  (zkCallback-6909-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 4896641 INFO  (zkCallback-6949-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 4896641 INFO  (zkCallback-7014-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 4896641 INFO  (zkCallback-6993-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 4896645 INFO  (zkCallback-7021-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 4896654 INFO  (zkCallback-6932-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 4896673 INFO  (zkCallback-7028-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 4896674 INFO  (zkCallback-6917-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 4896674 INFO  (zkCallback-6951-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 4896674 INFO  (zkCallback-7035-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 4896674 INFO  (zkCallback-6923-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 4896682 INFO  (zkCallback-6989-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 4896682 INFO  (zkCallback-7002-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 4896808 INFO  (zkConnectionManagerCallback-7043-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4896829 INFO  (jetty-launcher-6881-thread-9) [n:127.0.0.1:38352_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (10)
   [junit4]   2> 4896829 INFO  (jetty-launcher-6881-thread-9) [n:127.0.0.1:38352_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40485/solr ready
   [junit4]   2> 4896830 INFO  (jetty-launcher-6881-thread-9) [n:127.0.0.1:38352_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 4896893 INFO  (jetty-launcher-6881-thread-9) [n:127.0.0.1:38352_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38352.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1886f4e
   [junit4]   2> 4896933 INFO  (jetty-launcher-6881-thread-9) [n:127.0.0.1:38352_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38352.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1886f4e
   [junit4]   2> 4896933 INFO  (jetty-launcher-6881-thread-9) [n:127.0.0.1:38352_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38352.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1886f4e
   [junit4]   2> 4896948 INFO  (jetty-launcher-6881-thread-9) [n:127.0.0.1:38352_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_28985B155DBE7023-001/tempDir-001/node9/.
   [junit4]   2> 4898512 INFO  (zkConnectionManagerCallback-7046-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4898532 INFO  (zkConnectionManagerCallback-7051-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4898534 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[28985B155DBE7023]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (10)
   [junit4]   2> 4898552 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[28985B155DBE7023]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40485/solr ready
   [junit4]   2> 4901309 INFO  (qtp1947459953-27423) [n:127.0.0.1:43071_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> 4901361 INFO  (OverseerThreadFactory-10592-thread-1) [    ] o.a.s.c.a.c.CreateCollectionCmd Create collection test_col
   [junit4]   2> 4901655 INFO  (OverseerStateUpdate-73097552612687886-127.0.0.1:39544_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:37342/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 4901690 INFO  (OverseerStateUpdate-73097552612687886-127.0.0.1:39544_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:38352/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 4901692 INFO  (OverseerStateUpdate-73097552612687886-127.0.0.1:39544_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:39544/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 4901764 INFO  (OverseerStateUpdate-73097552612687886-127.0.0.1:39544_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:42534/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 4901779 INFO  (OverseerStateUpdate-73097552612687886-127.0.0.1:39544_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:42352/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 4901782 INFO  (OverseerStateUpdate-73097552612687886-127.0.0.1:39544_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:44829/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 4901838 INFO  (OverseerStateUpdate-73097552612687886-127.0.0.1:39544_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:43071/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 4902009 INFO  (OverseerStateUpdate-73097552612687886-127.0.0.1:39544_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:36746/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 4902010 INFO  (OverseerStateUpdate-73097552612687886-127.0.0.1:39544_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:38515/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 4902040 INFO  (OverseerStateUpdate-73097552612687886-127.0.0.1:39544_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_n17",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:45901/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 4902494 INFO  (qtp801247051-27455) [n:127.0.0.1:37342_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> 4902504 INFO  (qtp1196186852-27403) [n:127.0.0.1:38352_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> 4902511 INFO  (qtp854880817-27464) [n:127.0.0.1:39544_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> 4902512 INFO  (qtp854880817-27464) [n:127.0.0.1:39544_solr    x:test_col_shard2_replica_n4] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 4902522 INFO  (qtp1297327617-27500) [n:127.0.0.1:38515_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> 4902522 INFO  (qtp1297327617-27500) [n:127.0.0.1:38515_solr    x:test_col_shard5_replica_n16] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 4902583 INFO  (qtp1008382270-27435) [n:127.0.0.1:42534_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> 4902584 INFO  (qtp827774380-27394) [n:127.0.0.1:45901_solr    x:test_col_shard5_replica_n17] 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_n17&action=CREATE&numShards=5&shard=shard5&wt=javabin
   [junit4]   2> 4902664 INFO  (qtp291225888-27447) [n:127.0.0.1:36746_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_node18&name=test_col_shard4_replica_n14&action=CREATE&numShards=5&shard=shard4&wt=javabin
   [junit4]   2> 4902676 INFO  (qtp1947459953-27418) [n:127.0.0.1:43071_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> 4902677 INFO  (qtp7119326-27480) [n:127.0.0.1:44829_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> 4902680 INFO  (qtp59646373-27414) [n:127.0.0.1:42352_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> 4903792 INFO  (qtp1297327617-27500) [n:127.0.0.1:38515_solr c:test_col s:shard5 r:core_node19 x:test_col_shard5_replica_n16] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 4903973 INFO  (qtp1297327617-27500) [n:127.0.0.1:38515_solr c:test_col s:shard5 r:core_node19 x:test_col_shard5_replica_n16] o.a.s.s.IndexSchema [test_col_shard5_replica_n16] Schema name=minimal-atomic-stress
   [junit4]   2> 4903975 INFO  (qtp1297327617-27500) [n:127.0.0.1:38515_solr c:test_col s:shard5 r:core_node19 x:test_col_shard5_replica_n16] o.a.s.s.IndexSchema Loaded schema minimal-atomic-stress/1.6 with uniqueid field id
   [junit4]   2> 4903975 INFO  (qtp1297327617-27500) [n:127.0.0.1:38515_solr c:test_col s:shard5 r:core_node19 x:test_col_shard5_replica_n16] o.a.s.c.CoreContainer Creating SolrCore 'test_col_shard5_replica_n16' using configuration from collection test_col, trusted=true
   [junit4]   2> 4904013 INFO  (qtp1297327617-27500) [n:127.0.0.1:38515_solr c:test_col s:shard5 r:core_node19 x:test_col_shard5_replica_n16] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38515.solr.core.test_col.shard5.replica_n16' (registry 'solr.core.test_col.shard5.replica_n16') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1886f4e
   [junit4]   2> 4904013 INFO  (qtp1297327617-27500) [n:127.0.0.1:38515_solr c:test_col s:shard5 r:core_node19 x:test_col_shard5_replica_n16] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 4904013 INFO  (qtp1297327617-27500) [n:127.0.0.1:38515_solr c:test_col s:shard5 r:core_node19 x:test_col_shard5_replica_n16] o.a.s.c.SolrCore [[test_col_shard5_replica_n16] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_28985B155DBE7023-001/tempDir-001/node2/test_col_shard5_replica_n16], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_28985B155DBE7023-001/tempDir-001/node2/./test_col_shard5_replica_n16/data/]
   [junit4]   2> 4904260 INFO  (qtp801247051-27455) [n:127.0.0.1:37342_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 4904273 INFO  (qtp1297327617-27500) [n:127.0.0.1:38515_solr c:test_col s:shard5 r:core_node19 x:test_col_shard5_replica_n16] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=5, maxMergeAtOnceExplicit=8, maxMergedSegmentMB=21.515625, floorSegmentMB=1.29296875, forceMergeDeletesPctAllowed=9.074739598596565, segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, deletesPctAllowed=39.73005215315817
   [junit4]   2> 4904297 WARN  (qtp1297327617-27500) [n:127.0.0.1:38515_solr c:test_col s:shard5 r:core_node19 x:test_col_shard5_replica_n16] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 4904373 INFO  (qtp801247051-27455) [n:127.0.0.1:37342_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.s.IndexSchema [test_col_shard1_replica_n1] Schema name=minimal-atomic-stress
   [junit4]   2> 4904461 INFO  (qtp801247051-27455) [n:127.0.0.1:37342_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.s.IndexSchema Loa

[...truncated too long message...]

ngs.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-7.x/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-7.x/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-7.x/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-7.x/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-7.x/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-7.x/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-7.x/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-7.x/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-7.x/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-7.x/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-7.x/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-7.x/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-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/null317957469
     [copy] Copying 239 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/null317957469
   [delete] Deleting directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/null317957469

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 72ms :: artifacts dl 21ms
	---------------------------------------------------------------------
	|                  |            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 13 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath$34.hasMatch(FilePath.java:2678)
	at hudson.FilePath$34.invoke(FilePath.java:2557)
	at hudson.FilePath$34.invoke(FilePath.java:2547)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2918)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene2
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java:1036)
		at hudson.FilePath.act(FilePath.java:1025)
		at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
		at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
		at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
		at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
		at hudson.model.Build$BuildExecution.post2(Build.java:186)
		at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
		at hudson.model.Run.execute(Run.java:1819)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2920)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath.act(FilePath.java:1038)
	at hudson.FilePath.act(FilePath.java:1025)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1819)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)