You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2015/12/15 23:54:14 UTC

[JENKINS] Lucene-Solr-5.x-MacOSX (64bit/jdk1.7.0) - Build # 2889 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-MacOSX/2889/
Java: 64bit/jdk1.7.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

2 tests failed.
FAILED:  org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test

Error Message:
Captured an uncaught exception in thread: Thread[id=9021, name=Thread-3402, state=RUNNABLE, group=TGRP-FullSolrCloudDistribCmdsTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=9021, name=Thread-3402, state=RUNNABLE, group=TGRP-FullSolrCloudDistribCmdsTest]
Caused by: org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: IOException occured when talking to server at: http://127.0.0.1:59676/collection2_shard4_replica1
	at __randomizedtesting.SeedInfo.seed([A900DE3E4B8F9D2D]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:635)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:982)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:871)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:807)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:150)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:167)
	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest$1IndexThread.run(FullSolrCloudDistribCmdsTest.java:642)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:59676/collection2_shard4_replica1
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:589)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:608)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:605)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:232)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.http.NoHttpResponseException: 127.0.0.1:59676 failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:480)
	... 11 more


FAILED:  org.apache.solr.search.ReturnFieldsTest.testToString

Error Message:
expected:<...s=(globs=[],fields=[[score, test, id],okFieldNames=[null, score, test, id]],reqFieldNames=[id,...> but was:<...s=(globs=[],fields=[[id, test, score],okFieldNames=[null, id, test, score]],reqFieldNames=[id,...>

Stack Trace:
org.junit.ComparisonFailure: expected:<...s=(globs=[],fields=[[score, test, id],okFieldNames=[null, score, test, id]],reqFieldNames=[id,...> but was:<...s=(globs=[],fields=[[id, test, score],okFieldNames=[null, id, test, score]],reqFieldNames=[id,...>
	at __randomizedtesting.SeedInfo.seed([A900DE3E4B8F9D2D:7821693F7495F085]:0)
	at org.junit.Assert.assertEquals(Assert.java:125)
	at org.junit.Assert.assertEquals(Assert.java:147)
	at org.apache.solr.search.ReturnFieldsTest.testToString(ReturnFieldsTest.java:109)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	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:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	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:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 10511 lines...]
   [junit4] Suite: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A900DE3E4B8F9D2D-001/init-core-data-001
   [junit4]   2> 1503114 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[A900DE3E4B8F9D2D]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1503117 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1503117 INFO  (Thread-3243) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1503117 INFO  (Thread-3243) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1503218 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.ZkTestServer start zk server on port:59644
   [junit4]   2> 1503218 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1503219 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1503223 INFO  (zkCallback-1084-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@f7f332d name:ZooKeeperConnection Watcher:127.0.0.1:59644 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1503223 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1503223 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1503223 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 1503227 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1503228 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1503229 INFO  (zkCallback-1085-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6c9bfdf name:ZooKeeperConnection Watcher:127.0.0.1:59644/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1503229 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1503230 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1503230 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 1503233 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 1503237 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 1503240 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 1503243 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1503243 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1503247 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 1503248 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 1503251 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1503251 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1503254 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1503254 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1503257 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1503257 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1503261 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1503261 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 1503264 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1503264 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1503268 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1503268 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1503271 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1503271 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1503274 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1503275 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1503278 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1503278 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1503526 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A900DE3E4B8F9D2D-001/control-001/cores/collection1
   [junit4]   2> 1503528 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 1503532 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@56d00af2{/,null,AVAILABLE}
   [junit4]   2> 1503533 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.e.j.s.ServerConnector Started ServerConnector@747ec264{HTTP/1.1}{127.0.0.1:59647}
   [junit4]   2> 1503533 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.e.j.s.Server Started @1507500ms
   [junit4]   2> 1503534 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A900DE3E4B8F9D2D-001/tempDir-001/control/data, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A900DE3E4B8F9D2D-001/control-001/cores, hostPort=59647}
   [junit4]   2> 1503534 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@41692a49
   [junit4]   2> 1503534 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A900DE3E4B8F9D2D-001/control-001'
   [junit4]   2> 1503534 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1503534 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1503534 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1503535 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1503537 INFO  (zkCallback-1086-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@ac600cb name:ZooKeeperConnection Watcher:127.0.0.1:59644/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1503537 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1503537 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1503539 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1503539 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A900DE3E4B8F9D2D-001/control-001/solr.xml
   [junit4]   2> 1503588 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A900DE3E4B8F9D2D-001/control-001/cores
   [junit4]   2> 1503588 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.CoreContainer New CoreContainer 970613940
   [junit4]   2> 1503588 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A900DE3E4B8F9D2D-001/control-001]
   [junit4]   2> 1503588 WARN  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.CoreContainer Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A900DE3E4B8F9D2D-001/control-001/lib to classpath: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A900DE3E4B8F9D2D-001/control-001/lib
   [junit4]   2> 1503588 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1503590 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1503591 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1503591 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1503591 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59644/solr
   [junit4]   2> 1503591 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1503591 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1503592 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1503594 INFO  (zkCallback-1088-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@55fdab63 name:ZooKeeperConnection Watcher:127.0.0.1:59644 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1503594 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1503594 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1503596 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [n:127.0.0.1:59647_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1503598 INFO  (zkCallback-1089-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@653248d6 name:ZooKeeperConnection Watcher:127.0.0.1:59644/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1503598 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [n:127.0.0.1:59647_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1503600 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [n:127.0.0.1:59647_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1503604 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [n:127.0.0.1:59647_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1503611 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [n:127.0.0.1:59647_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1503615 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [n:127.0.0.1:59647_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1503619 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [n:127.0.0.1:59647_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1503623 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [n:127.0.0.1:59647_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1503626 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [n:127.0.0.1:59647_    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1503629 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [n:127.0.0.1:59647_    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1503632 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [n:127.0.0.1:59647_    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1503634 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [n:127.0.0.1:59647_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59647_
   [junit4]   2> 1503634 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [n:127.0.0.1:59647_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:59647_
   [junit4]   2> 1503637 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [n:127.0.0.1:59647_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1503640 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [n:127.0.0.1:59647_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1503643 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [n:127.0.0.1:59647_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1503644 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [n:127.0.0.1:59647_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95041510490243076-127.0.0.1:59647_-n_0000000000
   [junit4]   2> 1503644 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [n:127.0.0.1:59647_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:59647_
   [junit4]   2> 1503644 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [n:127.0.0.1:59647_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 1503647 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [n:127.0.0.1:59647_    ] o.a.s.c.Overseer Overseer (id=95041510490243076-127.0.0.1:59647_-n_0000000000) starting
   [junit4]   2> 1503651 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [n:127.0.0.1:59647_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 1503663 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [n:127.0.0.1:59647_    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1503663 INFO  (OverseerCollectionConfigSetProcessor-95041510490243076-127.0.0.1:59647_-n_0000000000) [n:127.0.0.1:59647_    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 1503664 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [n:127.0.0.1:59647_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1503664 INFO  (OverseerStateUpdate-95041510490243076-127.0.0.1:59647_-n_0000000000) [n:127.0.0.1:59647_    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 1503680 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [n:127.0.0.1:59647_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1503681 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [n:127.0.0.1:59647_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1503683 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [n:127.0.0.1:59647_    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A900DE3E4B8F9D2D-001/control-001/cores
   [junit4]   2> 1503684 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [n:127.0.0.1:59647_    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {transient=false, collection=control_collection, name=collection1, configSetProperties=configsetprops.json, loadOnStartup=true, coreNodeName=, shard=, schema=schema.xml, dataDir=data/, config=solrconfig.xml}
   [junit4]   2> 1503684 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [n:127.0.0.1:59647_    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A900DE3E4B8F9D2D-001/control-001/cores/collection1
   [junit4]   2> 1503684 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [n:127.0.0.1:59647_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1503686 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [n:127.0.0.1:59647_    ] o.a.s.s.SolrDispatchFilter user.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1
   [junit4]   2> 1503686 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [n:127.0.0.1:59647_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1503686 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 1503686 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 1503690 INFO  (OverseerStateUpdate-95041510490243076-127.0.0.1:59647_-n_0000000000) [n:127.0.0.1:59647_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "state":"down",
   [junit4]   2>   "node_name":"127.0.0.1:59647_",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "base_url":"http://127.0.0.1:59647",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection"} current state version: 0
   [junit4]   2> 1503690 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 1503690 INFO  (OverseerStateUpdate-95041510490243076-127.0.0.1:59647_-n_0000000000) [n:127.0.0.1:59647_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "state":"down",
   [junit4]   2>   "node_name":"127.0.0.1:59647_",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "base_url":"http://127.0.0.1:59647",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection"}
   [junit4]   2> 1503691 INFO  (OverseerStateUpdate-95041510490243076-127.0.0.1:59647_-n_0000000000) [n:127.0.0.1:59647_    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 1503692 INFO  (OverseerStateUpdate-95041510490243076-127.0.0.1:59647_-n_0000000000) [n:127.0.0.1:59647_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1503694 INFO  (zkCallback-1089-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_    ] o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1504692 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1504693 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 1504693 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 1504693 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from:/collections/control_collection
   [junit4]   2> 1504695 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1504695 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A900DE3E4B8F9D2D-001/control-001/cores/collection1'
   [junit4]   2> 1504695 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1504695 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1504697 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 1504705 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1504726 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.0
   [junit4]   2> 1504770 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1504778 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1505029 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1505030 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1505031 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1505034 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1505065 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection   x:collection1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf1', cwd=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1
   [junit4]   2> 1505065 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 1505065 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1505065 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A900DE3E4B8F9D2D-001/control-001/cores/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A900DE3E4B8F9D2D-001/control-001/cores/collection1/data/]
   [junit4]   2> 1505065 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d103a97
   [junit4]   2> 1505066 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A900DE3E4B8F9D2D-001/control-001/cores/collection1/data
   [junit4]   2> 1505066 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A900DE3E4B8F9D2D-001/control-001/cores/collection1/data/index/
   [junit4]   2> 1505066 WARN  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A900DE3E4B8F9D2D-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1505066 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A900DE3E4B8F9D2D-001/control-001/cores/collection1/data/index
   [junit4]   2> 1505066 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=49, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1505067 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@2ceea4d1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6786ac62),segFN=segments_1,generation=1}
   [junit4]   2> 1505067 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1505067 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A900DE3E4B8F9D2D-001/control-001/cores/collection1/data/
   [junit4]   2> 1505068 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A900DE3E4B8F9D2D-001/control-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1505071 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1505071 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1505072 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1505072 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1505072 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1505072 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1505072 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1505072 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1505072 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1505072 WARN  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 1505078 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1505090 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1505091 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1505092 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1505096 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/plugins,/update/csv,/admin/threads,/update,/replication,/admin/mbeans,/dump,/admin/system,standard,/get,/schema,/config,/admin/segments,/admin/file,/admin/logging,/admin/ping,/update/json/docs,/admin/properties,/admin/luke,/update/json
   [junit4]   2> 1505097 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1505098 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1505098 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1505099 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1505099 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1505099 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=38, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=73.5400390625, floorSegmentMB=2.0517578125, forceMergeDeletesPctAllowed=0.4713076404991434, segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2551558323395227
   [junit4]   2> 1505099 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@2ceea4d1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6786ac62),segFN=segments_1,generation=1}
   [junit4]   2> 1505099 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1505100 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@45ce14f9[collection1] main
   [junit4]   2> 1505100 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader Load collection config from:/collections/control_collection
   [junit4]   2> 1505101 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1505101 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1505102 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1505102 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 1505102 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1505103 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1505103 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1505103 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1505103 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1505104 INFO  (searcherExecutor-4202-thread-1-processing-r:core_node1 n:127.0.0.1:59647_ x:collection1 s:shard1 c:control_collection) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@45ce14f9[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1505104 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 1505104 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 1505104 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 1505104 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1520664169924263936
   [junit4]   2> 1505105 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1520664169924263936
   [junit4]   2> 1505105 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 1505106 INFO  (coreLoadExecutor-4201-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1505107 INFO  (coreZkRegister-4195-thread-1-processing-r:core_node1 n:127.0.0.1:59647_ x:collection1 s:shard1 c:control_collection) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController Register replica - core:collection1 address:http://127.0.0.1:59647 collection:control_collection shard:shard1
   [junit4]   2> 1505108 INFO  (coreZkRegister-4195-thread-1-processing-r:core_node1 n:127.0.0.1:59647_ x:collection1 s:shard1 c:control_collection) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 1505115 INFO  (coreZkRegister-4195-thread-1-processing-r:core_node1 n:127.0.0.1:59647_ x:collection1 s:shard1 c:control_collection) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.LeaderElector Joined leadership election with path: /collections/control_collection/leader_elect/shard1/election/95041510490243076-core_node1-n_0000000000
   [junit4]   2> 1505116 INFO  (coreZkRegister-4195-thread-1-processing-r:core_node1 n:127.0.0.1:59647_ x:collection1 s:shard1 c:control_collection) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 and weAreReplacement=false and leaderVoteWait=10000
   [junit4]   2> 1505119 INFO  (coreZkRegister-4195-thread-1-processing-r:core_node1 n:127.0.0.1:59647_ x:collection1 s:shard1 c:control_collection) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1505119 INFO  (coreZkRegister-4195-thread-1-processing-r:core_node1 n:127.0.0.1:59647_ x:collection1 s:shard1 c:control_collection) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1505119 INFO  (coreZkRegister-4195-thread-1-processing-r:core_node1 n:127.0.0.1:59647_ x:collection1 s:shard1 c:control_collection) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:59647/collection1/
   [junit4]   2> 1505119 INFO  (coreZkRegister-4195-thread-1-processing-r:core_node1 n:127.0.0.1:59647_ x:collection1 s:shard1 c:control_collection) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1505119 INFO  (coreZkRegister-4195-thread-1-processing-r:core_node1 n:127.0.0.1:59647_ x:collection1 s:shard1 c:control_collection) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:59647/collection1/ has no replicas
   [junit4]   2> 1505119 INFO  (OverseerStateUpdate-95041510490243076-127.0.0.1:59647_-n_0000000000) [n:127.0.0.1:59647_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection"} current state version: 1
   [junit4]   2> 1505120 INFO  (coreZkRegister-4195-thread-1-processing-r:core_node1 n:127.0.0.1:59647_ x:collection1 s:shard1 c:control_collection) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1505125 INFO  (coreZkRegister-4195-thread-1-processing-r:core_node1 n:127.0.0.1:59647_ x:collection1 s:shard1 c:control_collection) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
   [junit4]   2> 1505128 INFO  (coreZkRegister-4195-thread-1-processing-r:core_node1 n:127.0.0.1:59647_ x:collection1 s:shard1 c:control_collection) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:59647/collection1/ shard1
   [junit4]   2> 1505129 INFO  (OverseerStateUpdate-95041510490243076-127.0.0.1:59647_-n_0000000000) [n:127.0.0.1:59647_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "base_url":"http://127.0.0.1:59647",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 1505191 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1505192 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1505194 INFO  (zkCallback-1091-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3deba559 name:ZooKeeperConnection Watcher:127.0.0.1:59644/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1505194 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1505194 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1505194 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1505199 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1505199 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 1505199 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1505200 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1505202 INFO  (zkCallback-1092-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@17337e86 name:ZooKeeperConnection Watcher:127.0.0.1:59644/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1505202 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1505202 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1505206 INFO  (OverseerStateUpdate-95041510490243076-127.0.0.1:59647_-n_0000000000) [n:127.0.0.1:59647_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"create",
   [junit4]   2>   "name":"collection1",
   [junit4]   2>   "numShards":"3",
   [junit4]   2>   "stateFormat":"2"} current state version: 1
   [junit4]   2> 1505206 INFO  (OverseerStateUpdate-95041510490243076-127.0.0.1:59647_-n_0000000000) [n:127.0.0.1:59647_    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 1505207 INFO  (zkCallback-1089-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_    ] o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1505207 INFO  (zkCallback-1091-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1505231 INFO  (coreZkRegister-4195-thread-1-processing-r:core_node1 n:127.0.0.1:59647_ x:collection1 s:shard1 c:control_collection) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController We are http://127.0.0.1:59647/collection1/ and leader is http://127.0.0.1:59647/collection1/
   [junit4]   2> 1505232 INFO  (coreZkRegister-4195-thread-1-processing-r:core_node1 n:127.0.0.1:59647_ x:collection1 s:shard1 c:control_collection) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:59647
   [junit4]   2> 1505232 INFO  (coreZkRegister-4195-thread-1-processing-r:core_node1 n:127.0.0.1:59647_ x:collection1 s:shard1 c:control_collection) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1505232 INFO  (coreZkRegister-4195-thread-1-processing-r:core_node1 n:127.0.0.1:59647_ x:collection1 s:shard1 c:control_collection) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 1505232 INFO  (coreZkRegister-4195-thread-1-processing-r:core_node1 n:127.0.0.1:59647_ x:collection1 s:shard1 c:control_collection) [n:127.0.0.1:59647_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 1505236 INFO  (OverseerStateUpdate-95041510490243076-127.0.0.1:59647_-n_0000000000) [n:127.0.0.1:59647_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "state":"active",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "node_name":"127.0.0.1:59647_",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "base_url":"http://127.0.0.1:59647",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "numShards":"3",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection"} current state version: 2
   [junit4]   2> 1505237 INFO  (OverseerStateUpdate-95041510490243076-127.0.0.1:59647_-n_0000000000) [n:127.0.0.1:59647_    ] o.a.s.c.o.ReplicaMutator Update state numShards=3 message={
   [junit4]   2>   "state":"active",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "node_name":"127.0.0.1:59647_",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "base_url":"http://127.0.0.1:59647",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "numShards":"3",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection"}
   [junit4]   2> 1505237 INFO  (OverseerStateUpdate-95041510490243076-127.0.0.1:59647_-n_0000000000) [n:127.0.0.1:59647_    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/collection1/state.json
   [junit4]   2> 1505344 INFO  (zkCallback-1089-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_    ] o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1505345 INFO  (zkCallback-1091-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1505398 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A900DE3E4B8F9D2D-001/shard-1-001/cores/collection1
   [junit4]   2> 1505399 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A900DE3E4B8F9D2D-001/shard-1-001
   [junit4]   2> 1505400 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 1505403 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@cae6f18{/,null,AVAILABLE}
   [junit4]   2> 1505403 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.e.j.s.ServerConnector Started ServerConnector@fff9729{HTTP/1.1}{127.0.0.1:59653}
   [junit4]   2> 1505403 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.e.j.s.Server Started @1509370ms
   [junit4]   2> 1505403 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostPort=59653, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A900DE3E4B8F9D2D-001/shard-1-001/cores, hostContext=/, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A900DE3E4B8F9D2D-001/tempDir-001/jetty1, solrconfig=solrconfig.xml}
   [junit4]   2> 1505404 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@41692a49
   [junit4]   2> 1505404 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A900DE3E4B8F9D2D-001/shard-1-001'
   [junit4]   2> 1505404 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1505404 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1505404 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1505405 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1505407 INFO  (zkCallback-1093-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@432e9aa6 name:ZooKeeperConnection Watcher:127.0.0.1:59644/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1505407 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1505407 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1505409 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1505409 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A900DE3E4B8F9D2D-001/shard-1-001/solr.xml
   [junit4]   2> 1505465 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A900DE3E4B8F9D2D-001/shard-1-001/cores
   [junit4]   2> 1505465 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.CoreContainer New CoreContainer 434771625
   [junit4]   2> 1505465 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A900DE3E4B8F9D2D-001/shard-1-001]
   [junit4]   2> 1505465 WARN  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.CoreContainer Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A900DE3E4B8F9D2D-001/shard-1-001/lib to classpath: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A900DE3E4B8F9D2D-001/shard-1-001/lib
   [junit4]   2> 1505465 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1505467 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1505468 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1505468 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1505468 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59644/solr
   [junit4]   2> 1505468 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1505468 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1505469 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1505471 INFO  (zkCallback-1095-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@68d9abd4 name:ZooKeeperConnection Watcher:127.0.0.1:59644 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1505471 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1505471 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1505474 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [n:127.0.0.1:59653_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1505475 INFO  (zkCallback-1096-thread-1-processing-n:127.0.0.1:59653_) [n:127.0.0.1:59653_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@30435f94 name:ZooKeeperConnection Watcher:127.0.0.1:59644/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1505475 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [n:127.0.0.1:59653_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1505486 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [n:127.0.0.1:59653_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1506499 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [n:127.0.0.1:59653_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59653_
   [junit4]   2> 1506500 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [n:127.0.0.1:59653_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:59653_
   [junit4]   2> 1506503 INFO  (zkCallback-1091-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1506503 INFO  (zkCallback-1096-thread-1-processing-n:127.0.0.1:59653_) [n:127.0.0.1:59653_    ] o.a.s.c.c.ZkStateReader A live node change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1506503 INFO  (zkCallback-1089-thread-1-processing-n:127.0.0.1:59647_) [n:127.0.0.1:59647_    ] o.a.s.c.c.ZkStateReader A live node change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1506505 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [n:127.0.0.1:59653_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1506506 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [n:127.0.0.1:59653_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95041510490243081-127.0.0.1:59653_-n_0000000001
   [junit4]   2> 1506507 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [n:127.0.0.1:59653_    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95041510490243076-127.0.0.1:59647_-n_0000000000 to know if I could be the leader
   [junit4]   2> 1506521 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [n:127.0.0.1:59653_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1506521 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [n:127.0.0.1:59653_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1506522 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [n:127.0.0.1:59653_    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A900DE3E4B8F9D2D-001/shard-1-001/cores
   [junit4]   2> 1506523 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [n:127.0.0.1:59653_    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {loadOnStartup=true, configSetProperties=configsetprops.json, transient=false, collection=collection1, name=collection1, coreNodeName=, config=solrconfig.xml, schema=schema.xml, dataDir=data/, shard=}
   [junit4]   2> 1506523 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [n:127.0.0.1:59653_    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A900DE3E4B8F9D2D-001/shard-1-001/cores/collection1
   [junit4]   2> 1506523 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [n:127.0.0.1:59653_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1506525 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [n:127.0.0.1:59653_    ] o.a.s.s.SolrDispatchFilter user.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1
   [junit4]   2> 1506525 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A900DE3E4B8F9D2D]) [n:127.0.0.1:59653_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1506526 INFO  (coreLoadExecutor-4212-thread-1-processing-n:127.0.0.1:59653_) [n:127.0.0.1:59653_ c:collection1   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 1506526 INFO  (coreLoadExecutor-4212-thread-1-processing-n:127.0.0.1:59653_) [n:127.0.0.1:59653_ c:collection1   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 1506528 INFO  (coreLoadExecutor-4212-thread-1-processing-n:127.0.0.1:59653_) [n:127.0.0.1:59653_ c:collection1   x:collection1] o.a.s.c.ZkController Registering watch for collection collection1
   [junit4]   2> 1506528 INFO  (coreLoadExecutor-4212-thread-1-processing-n:127.0.0.1:59653_) [n:127.0.0.1:59653_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader addZkWatch collection1
   [junit4]   2> 1506528 INFO  (coreLoadExecutor-4212-thread-1-processing-n:127.0.0.1:59653_) [n:127.0.0.1:59653_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Add data for collection1 ver 0 
   [junit4]   2> 1506529 INFO  (coreLoadExecutor-4212-thread-1-processing-n:127.0.0.1:59653_) [n:127.0.0.1:59653_ c:collection1   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 1506529 INFO  (OverseerStateUpdate-95041510490243076-127.0.0.1:59647_-n_0000000000) [n:127.0.0.1:59647_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "state":"down",
   [junit4]   2>   "node_name":"127.0.0.1:59653_",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "base_url":"http://127.0.0.1:59653",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "numShards":"3",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1"} current state version: 3
   [junit4]   2> 1506529 INFO  (OverseerStateUpdate-95041510490243076-127.0.0.1:59647_-n_0000000000) [n:127.0.0.1:59647_    ] o.a.s.c.o.ReplicaMutator Update state numShards=3 message={
   [junit4]   2>   "state":"down",
   [junit4]   2>   "node_name":"127.0.0.1:59653_",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "base_url":"http://127.0.0.1:59653",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "numShards":"3",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1"}
   [junit4]   2> 1506529 INFO  (OverseerStateUpdate-95041510490243076-127.0.0.1:59647_-n_0000000000) [n:127.0.0.1:59647_    ] o.a.s.c.o.ReplicaMutator Collection already exists with numShards=3
   [junit4]   2> 1506529 INFO  (OverseerStateUpdate-95041510490243076-127.0.0.1:59647_-n_0000000000) [n:127.0.0.1:59647_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard3
   [junit4]   2> 1506634 INFO  (OverseerStateUpdate-95041510490243076-127.0.0.1:59647_-n_0000000000) [n:127.0.0.1:59647_    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 1506635 INFO  (zkCallback-1096-thread-1-processing-n:127.0.0.1:59653_) [n:127.0.0.1:59653_    ] o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1506636 INFO  (zkCallback-1096-thread-1-processing-n:127.0.0.1:59653_) [n:127.0.0.1:59653_    ] o.a.s.c.c.ZkStateReader Updating data for collection1 from 0 to 1 
   [junit4]   2> 1507530 INFO  (coreLoadExecutor-4212-thread-1-processing-n:127.0.0.1:59653_) [n:127.0.0.1:59653_ c:collection1   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1507530 INFO  (coreLoadExecutor-4212-thread-1-processing-n:127.0.0.1:59653_) [n:127.0.0.1:59653_ c:collection1   x:collection1] o.a.s.c.ZkController Check for collection zkNode:collection1
   [junit4]   2> 1507531 INFO  (coreLoadExecutor-4212-thread-1-processing-n:127.0.0.1:59653_) [n:127.0.0.1:59653_ c:collection1   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 1507531 INFO  (coreLoadExecutor-4212-thread-1-processing-n:127.0.0.1:59653_) [n:127.0.0.1:59653_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from:/collections/collection1
   [junit4]   2> 1507532 INFO  (coreLoadExecutor-4212-thread-1-processing-n:127.0.0.1:59653_) [n:127.0.0.1:59653_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1507532 INFO  (coreLoadExecutor-4212-thread-1-processing-n:127.0.0.1:59653_) [n:127.0.0.1:59653_ c:collection1   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A900DE3E4B8F9D2D-001/shard-1-001/cores/collection1'
   [junit4]   2> 1507532 INFO  (coreLoadExecutor-4212-thread-1-processing-n:127.0.0.1:59653_) [n:127.0.0.1:59653_ c:collection1   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1507532 INFO  (coreLoadExecutor-4212-thread-1-processing-n:127.0.0.1:59653_) [n:127.0.0.1:59653_ c:collection1   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1507535 INFO  (coreLoadExecutor-4212-thread-1-processing-n:127.0.0.1:59653_) [n:127.0.0.1:59653_ c:collection1   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 1507542 INFO  (coreLoadExecutor-4212-thread-1-processing-n:127.0.0.1:59653_) [n:127.0.0.1:59653_ c:collection1   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1507565 INFO  (coreLoadExecutor-4212-thread-1-processing-n:127.0.0.1:59653_) [n:127.0.0.1:59653_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.0
   [junit4]   2> 1507606 INFO  (coreLoadExecutor-4212-thread-1-processing-n:127.0.0.1:59653_) [n:127.0.0.1:59653_ c:collection1   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1507612 INFO  (coreLoadExecutor-4212-thread-1-processing-n:127.0.0.1:59653_) [n:127.0.0.1:59653_ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1507864 INFO  (coreLoadExecutor-4212-thread-1-processing-n:127.0.0.1:59653_) [n:127.0.0.1:59653_ c:collection1   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1507865 INFO  (coreLoadExecutor-4212-thread-1-processing-n:127.0.0.1:59653_) [n:127.0.0.1:59653_ c:collection1   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1507866 INFO  (coreLoadExecutor-4212-thread-1-processing-n:127.0.0.1:59653_) [n:127.0.0.1:59653_ c:collection1   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1507870 INFO  (coreLoadExecutor-4212-thread-1-processing-n:127.0.0.1:59653_) [n:127.0.0.1:59653_ c:collection1   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1507902 INFO  (coreLoadExecutor-4212-thread-1-processing-n:127.0.0.1:59653_) [n:127.0.0.1:59653_ c:collection1   x:collection1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf1', cwd=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1
   [junit4]   2> 1507902 INFO  (coreLoadExecutor-4212-thread-1-processing-n:127.0.0.1:59653_) [n:127.0.0.1:59653_ c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1507902 INFO  (coreLoadExecutor-4212-thread-1-processing-n:127.0.0.1:59653_) [n:127.0.0.1:59653_ c:collection1 s:shard3 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1507903 INFO  (coreLoadExecutor-4212-thread-1-processing-n:127.0.0.1:59653_) [n:127.0.0.1:59653_ c:collection1 s:shard3 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A900DE3E4

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

]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=xml&q=id:1&fl=xxx:id,yyy:id} hits=1 status=0 QTime=0
   [junit4]   2> 1819806 INFO  (TEST-ReturnFieldsTest.testCopyRename-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCopyRename
   [junit4]   2> 1819810 INFO  (TEST-ReturnFieldsTest.testFunctions-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testFunctions
   [junit4]   2> 1819810 INFO  (TEST-ReturnFieldsTest.testFunctions-seed#[A900DE3E4B8F9D2D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testFunctions
   [junit4]   2> 1819810 INFO  (SUITE-ReturnFieldsTest-seed#[A900DE3E4B8F9D2D]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1819810 INFO  (SUITE-ReturnFieldsTest-seed#[A900DE3E4B8F9D2D]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=294756923
   [junit4]   2> 1819811 INFO  (SUITE-ReturnFieldsTest-seed#[A900DE3E4B8F9D2D]-worker) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@70920e07
   [junit4]   2> 1819811 INFO  (SUITE-ReturnFieldsTest-seed#[A900DE3E4B8F9D2D]-worker) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=2,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 1819811 INFO  (SUITE-ReturnFieldsTest-seed#[A900DE3E4B8F9D2D]-worker) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1819811 INFO  (SUITE-ReturnFieldsTest-seed#[A900DE3E4B8F9D2D]-worker) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1819811 INFO  (SUITE-ReturnFieldsTest-seed#[A900DE3E4B8F9D2D]-worker) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1819812 INFO  (SUITE-ReturnFieldsTest-seed#[A900DE3E4B8F9D2D]-worker) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1819818 INFO  (SUITE-ReturnFieldsTest-seed#[A900DE3E4B8F9D2D]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1819818 INFO  (SUITE-ReturnFieldsTest-seed#[A900DE3E4B8F9D2D]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.ReturnFieldsTest_A900DE3E4B8F9D2D-001/init-core-data-001/index [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.ReturnFieldsTest_A900DE3E4B8F9D2D-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 1819818 INFO  (SUITE-ReturnFieldsTest-seed#[A900DE3E4B8F9D2D]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.ReturnFieldsTest_A900DE3E4B8F9D2D-001/init-core-data-001/index
   [junit4]   2> 1819818 INFO  (SUITE-ReturnFieldsTest-seed#[A900DE3E4B8F9D2D]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.ReturnFieldsTest_A900DE3E4B8F9D2D-001/init-core-data-001 [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.ReturnFieldsTest_A900DE3E4B8F9D2D-001/init-core-data-001;done=false>>]
   [junit4]   2> 1819818 INFO  (SUITE-ReturnFieldsTest-seed#[A900DE3E4B8F9D2D]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.ReturnFieldsTest_A900DE3E4B8F9D2D-001/init-core-data-001
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.ReturnFieldsTest_A900DE3E4B8F9D2D-001
   [junit4]   2> NOTE: test params are: codec=FastDecompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=5813, maxDocsPerChunk=2, blockSize=214), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=5813, blockSize=214)), sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=sk, timezone=Africa/Lome
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.7.0_80 (64-bit)/cpus=3,threads=1,free=384625592,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [HLLUtilTest, TestConfigSetsAPI, PathHierarchyTokenizerFactoryTest, SimpleMLTQParserTest, DocumentBuilderTest, TestMacros, TermsComponentTest, TestExclusionRuleCollectionAccess, TestManagedSchemaDynamicFieldResource, CoreMergeIndexesAdminHandlerTest, PolyFieldTest, TestSmileRequest, TestFileDictionaryLookup, TestManagedSchemaFieldTypeResource, OverriddenZkACLAndCredentialsProvidersTest, ScriptEngineTest, TestFunctionQuery, TestSchemaNameResource, QueryEqualityTest, TestSerializedLuceneMatchVersion, DistributedFacetPivotSmallAdvancedTest, PrimUtilsTest, TestHighlightDedupGrouping, MultiThreadedOCPTest, SolrRequestParserTest, TestJmxIntegration, CursorPagingTest, PreAnalyzedFieldTest, TestCloudPivotFacet, TestDistributedStatsComponentCardinality, DocValuesTest, DOMUtilTest, TestDistribDocBasedVersion, DistanceUnitsTest, UnloadDistributedZkTest, TestRequestForwarding, TestNRTOpen, TestManagedStopFilterFactory, UpdateParamsTest, DisMaxRequestHandlerTest, CloudExitableDirectoryReaderTest, AddBlockUpdateTest, MBeansHandlerTest, TimeZoneUtilsTest, BitVectorTest, SimpleFacetsTest, EnumFieldTest, PeerSyncTest, DocExpirationUpdateProcessorFactoryTest, MoreLikeThisHandlerTest, BasicDistributedZkTest, SharedFSAutoReplicaFailoverUtilsTest, TestRawTransformer, HdfsUnloadDistributedZkTest, TestConfigSetsAPIZkFailure, TestCodecSupport, AliasIntegrationTest, FastVectorHighlighterTest, TestDynamicLoading, ShardRoutingTest, IndexSchemaTest, DistributedQueueTest, DistribDocExpirationUpdateProcessorTest, HdfsDirectoryFactoryTest, ZkControllerTest, TestConfigOverlay, TestLazyCores, CoreAdminCreateDiscoverTest, TestRecoveryHdfs, TriLevelCompositeIdRoutingTest, SystemInfoHandlerTest, PingRequestHandlerTest, BigEndianAscendingWordDeserializerTest, URLClassifyProcessorTest, TestFieldCollectionResource, DistributedQueryElevationComponentTest, TestFieldTypeCollectionResource, PrimitiveFieldTypeTest, RequiredFieldsTest, TestSchemaSimilarityResource, TestDistributedSearch, TestBulkSchemaAPI, TestWordDelimiterFilterFactory, RestartWhileUpdatingTest, SampleTest, TestPostingsSolrHighlighter, BasicAuthIntegrationTest, SoftAutoCommitTest, DistributedFacetPivotLargeTest, TestSolrConfigHandlerCloud, TestAuthenticationFramework, TestSweetSpotSimilarityFactory, SSLMigrationTest, TestCoreContainer, TestLuceneMatchVersion, OverseerRolesTest, TestHighFrequencyDictionaryFactory, AnalysisAfterCoreReloadTest, TestSortByMinMaxFunction, TestStressReorder, TestJettySolrRunner, HdfsBasicDistributedZk2Test, TestTrieFacet, SimplePostToolTest, DataDrivenBlockJoinTest, BadComponentTest, TestConfigSetProperties, TestLRUCache, TestSolrQueryParserResource, SolrCoreTest, VersionInfoTest, ForceLeaderTest, TestJmxMonitoredMap, TestRTimerTree, CheckHdfsIndexTest, LeaderFailoverAfterPartitionTest, TestComponentsName, SOLR749Test, TestExceedMaxTermLength, SuggesterFSTTest, TestConfigReload, TestInfoStreamLogging, TestPhraseSuggestions, TestSortingResponseWriter, JsonLoaderTest, SpatialFilterTest, ResponseHeaderTest, DistributedFacetPivotWhiteBoxTest, TestHashPartitioner, HardAutoCommitTest, AlternateDirectoryTest, TestCursorMarkWithoutUniqueKey, JSONWriterTest, DistributedSpellCheckComponentTest, TestRandomDVFaceting, ZkCLITest, TestFaceting, TermVectorComponentDistributedTest, TestJoin, SpellCheckComponentTest, TestGroupingSearch, TestSort, DirectUpdateHandlerTest, TestIndexSearcher, CurrencyFieldXmlFileTest, CoreAdminHandlerTest, SuggesterTest, TestCSVLoader, SchemaVersionSpecificBehaviorTest, TestAtomicUpdateErrorCases, TestRemoteStreaming, DocValuesMultiTest, TestSolrDeletionPolicy1, IndexBasedSpellCheckerTest, LukeRequestHandlerTest, TestReversedWildcardFilterFactory, DocumentAnalysisRequestHandlerTest, RequestHandlersTest, FieldAnalysisRequestHandlerTest, IndexSchemaRuntimeFieldTest, RegexBoostProcessorTest, ReturnFieldsTest]
   [junit4] Completed [345/555 (2!)] on J0 in 0.74s, 13 tests, 1 failure <<< FAILURES!

[...truncated 685 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:794: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:738: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:59: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build.xml:233: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/common-build.xml:526: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:1456: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:1010: There were test failures: 555 suites (7 ignored), 2201 tests, 1 error, 1 failure, 87 ignored (37 assumptions) [seed: A900DE3E4B8F9D2D]

Total time: 78 minutes 23 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any