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 2016/07/09 06:12:32 UTC

[JENKINS] Lucene-Solr-master-MacOSX (64bit/jdk1.8.0) - Build # 3398 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/3398/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseG1GC

3 tests failed.
FAILED:  org.apache.solr.cloud.TestLocalFSCloudBackupRestore.test

Error Message:
Error from server at http://127.0.0.1:55567/solr: 'location' is not specified as a query parameter or as a default repository property or as a cluster property.

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:55567/solr: 'location' is not specified as a query parameter or as a default repository property or as a cluster property.
	at __randomizedtesting.SeedInfo.seed([5897C2097AF148B7:D0C3FDD3D40D254F]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:606)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:259)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:366)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1270)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1040)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:976)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:166)
	at org.apache.solr.cloud.AbstractCloudBackupRestoreTestCase.testInvalidPath(AbstractCloudBackupRestoreTestCase.java:149)
	at org.apache.solr.cloud.AbstractCloudBackupRestoreTestCase.test(AbstractCloudBackupRestoreTestCase.java:128)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.handler.TestReqParamsAPI.test

Error Message:
Could not get expected value  'CY val modified' for path 'response/params/y/c' full output: {   "responseHeader":{     "status":0,     "QTime":0},   "response":{     "znodeVersion":0,     "params":{"x":{         "a":"A val",         "b":"B val",         "":{"v":0}}}}},  from server:  http://127.0.0.1:64638/collection1

Stack Trace:
java.lang.AssertionError: Could not get expected value  'CY val modified' for path 'response/params/y/c' full output: {
  "responseHeader":{
    "status":0,
    "QTime":0},
  "response":{
    "znodeVersion":0,
    "params":{"x":{
        "a":"A val",
        "b":"B val",
        "":{"v":0}}}}},  from server:  http://127.0.0.1:64638/collection1
	at __randomizedtesting.SeedInfo.seed([5897C2097AF148B7:D0C3FDD3D40D254F]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:481)
	at org.apache.solr.handler.TestReqParamsAPI.testReqParams(TestReqParamsAPI.java:194)
	at org.apache.solr.handler.TestReqParamsAPI.test(TestReqParamsAPI.java:61)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.security.BasicAuthIntegrationTest.testBasics

Error Message:
IOException occured when talking to server at: http://127.0.0.1:63606/solr/testSolrCloudCollection_shard1_replica2

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: IOException occured when talking to server at: http://127.0.0.1:63606/solr/testSolrCloudCollection_shard1_replica2
	at __randomizedtesting.SeedInfo.seed([5897C2097AF148B7:654F6C25421F16C7]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:739)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1151)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1040)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:976)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.security.BasicAuthIntegrationTest.doExtraTests(BasicAuthIntegrationTest.java:193)
	at org.apache.solr.cloud.TestMiniSolrCloudClusterBase.testCollectionCreateSearchDelete(TestMiniSolrCloudClusterBase.java:196)
	at org.apache.solr.cloud.TestMiniSolrCloudClusterBase.testBasics(TestMiniSolrCloudClusterBase.java:79)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:63606/solr/testSolrCloudCollection_shard1_replica2
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:620)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:259)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:366)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:714)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	... 1 more
Caused by: org.apache.http.NoHttpResponseException: 127.0.0.1:63606 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.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:165)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:167)
	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.execchain.MainClientExec.execute(MainClientExec.java:271)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:511)
	... 10 more




Build Log:
[...truncated 10748 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestLocalFSCloudBackupRestore
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestLocalFSCloudBackupRestore_5897C2097AF148B7-001/init-core-data-001
   [junit4]   2> 372014 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[5897C2097AF148B7]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 372015 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[5897C2097AF148B7]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 372016 INFO  (Thread-989) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 372016 INFO  (Thread-989) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 372120 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[5897C2097AF148B7]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:55564
   [junit4]   2> 372120 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[5897C2097AF148B7]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 372121 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[5897C2097AF148B7]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 372145 INFO  (zkCallback-592-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@12a703c7 name:ZooKeeperConnection Watcher:127.0.0.1:55564 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 372145 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[5897C2097AF148B7]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 372145 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[5897C2097AF148B7]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 372145 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[5897C2097AF148B7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 372152 INFO  (jetty-launcher-591-thread-1) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 372152 INFO  (jetty-launcher-591-thread-2) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 372155 INFO  (jetty-launcher-591-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@36cbd4d6{/solr,null,AVAILABLE}
   [junit4]   2> 372155 INFO  (jetty-launcher-591-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@1ed199a{HTTP/1.1,[http/1.1]}{127.0.0.1:55566}
   [junit4]   2> 372155 INFO  (jetty-launcher-591-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@54bd5cf0{/solr,null,AVAILABLE}
   [junit4]   2> 372155 INFO  (jetty-launcher-591-thread-1) [    ] o.e.j.s.Server Started @378274ms
   [junit4]   2> 372155 INFO  (jetty-launcher-591-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=55566}
   [junit4]   2> 372156 INFO  (jetty-launcher-591-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@53cd0604{HTTP/1.1,[http/1.1]}{127.0.0.1:55567}
   [junit4]   2> 372156 INFO  (jetty-launcher-591-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@4554617c
   [junit4]   2> 372156 INFO  (jetty-launcher-591-thread-2) [    ] o.e.j.s.Server Started @378274ms
   [junit4]   2> 372156 INFO  (jetty-launcher-591-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=55567}
   [junit4]   2> 372156 INFO  (jetty-launcher-591-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestLocalFSCloudBackupRestore_5897C2097AF148B7-001/tempDir-001/node1'
   [junit4]   2> 372156 INFO  (jetty-launcher-591-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@4554617c
   [junit4]   2> 372156 INFO  (jetty-launcher-591-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestLocalFSCloudBackupRestore_5897C2097AF148B7-001/tempDir-001/node2'
   [junit4]   2> 372157 INFO  (jetty-launcher-591-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 372157 INFO  (jetty-launcher-591-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 372157 INFO  (jetty-launcher-591-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 372157 INFO  (jetty-launcher-591-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 372157 INFO  (jetty-launcher-591-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 372157 INFO  (jetty-launcher-591-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 372158 INFO  (jetty-launcher-591-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 372159 INFO  (jetty-launcher-591-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 372160 INFO  (zkCallback-593-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5084fb6e name:ZooKeeperConnection Watcher:127.0.0.1:55564/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 372160 INFO  (jetty-launcher-591-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 372160 INFO  (zkCallback-594-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@531430c3 name:ZooKeeperConnection Watcher:127.0.0.1:55564/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 372160 INFO  (jetty-launcher-591-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 372160 INFO  (jetty-launcher-591-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 372160 INFO  (jetty-launcher-591-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 372161 INFO  (jetty-launcher-591-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 372161 INFO  (jetty-launcher-591-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 372169 INFO  (jetty-launcher-591-thread-2) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestLocalFSCloudBackupRestore_5897C2097AF148B7-001/tempDir-001/node2/.
   [junit4]   2> 372170 INFO  (jetty-launcher-591-thread-1) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestLocalFSCloudBackupRestore_5897C2097AF148B7-001/tempDir-001/node1/.
   [junit4]   2> 372170 INFO  (jetty-launcher-591-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 1977053820
   [junit4]   2> 372170 INFO  (jetty-launcher-591-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 6736885
   [junit4]   2> 372170 INFO  (jetty-launcher-591-thread-1) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestLocalFSCloudBackupRestore_5897C2097AF148B7-001/tempDir-001/node1]
   [junit4]   2> 372170 INFO  (jetty-launcher-591-thread-2) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestLocalFSCloudBackupRestore_5897C2097AF148B7-001/tempDir-001/node2]
   [junit4]   2> 372171 WARN  (jetty-launcher-591-thread-1) [    ] o.a.s.c.CoreContainer Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestLocalFSCloudBackupRestore_5897C2097AF148B7-001/tempDir-001/node1/lib to classpath: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestLocalFSCloudBackupRestore_5897C2097AF148B7-001/tempDir-001/node1/lib
   [junit4]   2> 372171 WARN  (jetty-launcher-591-thread-2) [    ] o.a.s.c.CoreContainer Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestLocalFSCloudBackupRestore_5897C2097AF148B7-001/tempDir-001/node2/lib to classpath: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestLocalFSCloudBackupRestore_5897C2097AF148B7-001/tempDir-001/node2/lib
   [junit4]   2> 372171 INFO  (jetty-launcher-591-thread-1) [    ] 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,
   [junit4]   2> 372171 INFO  (jetty-launcher-591-thread-2) [    ] 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,
   [junit4]   2> 372173 INFO  (jetty-launcher-591-thread-2) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 372173 INFO  (jetty-launcher-591-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 372173 INFO  (jetty-launcher-591-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 372173 INFO  (jetty-launcher-591-thread-1) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 372173 INFO  (jetty-launcher-591-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55564/solr
   [junit4]   2> 372174 INFO  (jetty-launcher-591-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 372174 INFO  (jetty-launcher-591-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 372173 INFO  (jetty-launcher-591-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 372174 INFO  (jetty-launcher-591-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 372174 INFO  (jetty-launcher-591-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55564/solr
   [junit4]   2> 372174 INFO  (jetty-launcher-591-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 372174 INFO  (jetty-launcher-591-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 372175 INFO  (jetty-launcher-591-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 372175 INFO  (jetty-launcher-591-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 372177 INFO  (zkCallback-599-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@71de5b5a name:ZooKeeperConnection Watcher:127.0.0.1:55564 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 372177 INFO  (jetty-launcher-591-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 372177 INFO  (zkCallback-600-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1c64d082 name:ZooKeeperConnection Watcher:127.0.0.1:55564 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 372177 INFO  (jetty-launcher-591-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 372177 INFO  (jetty-launcher-591-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 372177 INFO  (jetty-launcher-591-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 372179 INFO  (jetty-launcher-591-thread-2) [n:127.0.0.1:55567_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$9/1673516618@5b999413
   [junit4]   2> 372179 INFO  (jetty-launcher-591-thread-1) [n:127.0.0.1:55566_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$9/1673516618@449324ce
   [junit4]   2> 372180 INFO  (jetty-launcher-591-thread-2) [n:127.0.0.1:55567_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 372181 INFO  (jetty-launcher-591-thread-1) [n:127.0.0.1:55566_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 372182 INFO  (zkCallback-601-thread-1-processing-n:127.0.0.1:55567_solr) [n:127.0.0.1:55567_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1104a20 name:ZooKeeperConnection Watcher:127.0.0.1:55564/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 372183 INFO  (jetty-launcher-591-thread-2) [n:127.0.0.1:55567_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 372183 INFO  (zkCallback-602-thread-1-processing-n:127.0.0.1:55566_solr) [n:127.0.0.1:55566_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@23f2facc name:ZooKeeperConnection Watcher:127.0.0.1:55564/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 372183 INFO  (jetty-launcher-591-thread-1) [n:127.0.0.1:55566_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 372184 INFO  (jetty-launcher-591-thread-2) [n:127.0.0.1:55567_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 372184 INFO  (jetty-launcher-591-thread-1) [n:127.0.0.1:55566_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 372187 INFO  (jetty-launcher-591-thread-1) [n:127.0.0.1:55566_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 372187 INFO  (jetty-launcher-591-thread-2) [n:127.0.0.1:55567_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 372192 INFO  (jetty-launcher-591-thread-1) [n:127.0.0.1:55566_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 372193 INFO  (jetty-launcher-591-thread-2) [n:127.0.0.1:55567_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 372210 INFO  (jetty-launcher-591-thread-1) [n:127.0.0.1:55566_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 372210 INFO  (jetty-launcher-591-thread-2) [n:127.0.0.1:55567_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 372215 INFO  (jetty-launcher-591-thread-1) [n:127.0.0.1:55566_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 372218 INFO  (jetty-launcher-591-thread-2) [n:127.0.0.1:55567_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 372223 INFO  (jetty-launcher-591-thread-2) [n:127.0.0.1:55567_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 372223 INFO  (jetty-launcher-591-thread-1) [n:127.0.0.1:55566_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 372225 INFO  (jetty-launcher-591-thread-1) [n:127.0.0.1:55566_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 372225 INFO  (jetty-launcher-591-thread-2) [n:127.0.0.1:55567_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 372228 INFO  (jetty-launcher-591-thread-1) [n:127.0.0.1:55566_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 372231 INFO  (jetty-launcher-591-thread-1) [n:127.0.0.1:55566_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 372234 INFO  (jetty-launcher-591-thread-1) [n:127.0.0.1:55566_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 372236 INFO  (jetty-launcher-591-thread-1) [n:127.0.0.1:55566_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 372237 INFO  (jetty-launcher-591-thread-2) [n:127.0.0.1:55567_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 372238 INFO  (jetty-launcher-591-thread-1) [n:127.0.0.1:55566_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 372238 INFO  (jetty-launcher-591-thread-2) [n:127.0.0.1:55567_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 372239 INFO  (jetty-launcher-591-thread-1) [n:127.0.0.1:55566_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 372240 INFO  (jetty-launcher-591-thread-2) [n:127.0.0.1:55567_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 372247 INFO  (jetty-launcher-591-thread-1) [n:127.0.0.1:55566_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 372247 INFO  (jetty-launcher-591-thread-2) [n:127.0.0.1:55567_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 372249 INFO  (jetty-launcher-591-thread-2) [n:127.0.0.1:55567_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 372250 INFO  (jetty-launcher-591-thread-1) [n:127.0.0.1:55566_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 372252 INFO  (jetty-launcher-591-thread-1) [n:127.0.0.1:55566_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 372252 INFO  (jetty-launcher-591-thread-2) [n:127.0.0.1:55567_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 372253 INFO  (jetty-launcher-591-thread-1) [n:127.0.0.1:55566_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96209549089570822-127.0.0.1:55566_solr-n_0000000000
   [junit4]   2> 372253 INFO  (jetty-launcher-591-thread-2) [n:127.0.0.1:55567_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96209549089570821-127.0.0.1:55567_solr-n_0000000001
   [junit4]   2> 372253 INFO  (jetty-launcher-591-thread-1) [n:127.0.0.1:55566_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:55566_solr
   [junit4]   2> 372253 INFO  (jetty-launcher-591-thread-1) [n:127.0.0.1:55566_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 372255 INFO  (jetty-launcher-591-thread-2) [n:127.0.0.1:55567_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96209549089570822-127.0.0.1:55566_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 372256 INFO  (jetty-launcher-591-thread-2) [n:127.0.0.1:55567_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55567_solr
   [junit4]   2> 372256 INFO  (jetty-launcher-591-thread-2) [n:127.0.0.1:55567_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:55567_solr
   [junit4]   2> 372257 INFO  (jetty-launcher-591-thread-1) [n:127.0.0.1:55566_solr    ] o.a.s.c.Overseer Overseer (id=96209549089570822-127.0.0.1:55566_solr-n_0000000000) starting
   [junit4]   2> 372258 INFO  (zkCallback-602-thread-1-processing-n:127.0.0.1:55566_solr) [n:127.0.0.1:55566_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 372258 INFO  (zkCallback-601-thread-1-processing-n:127.0.0.1:55567_solr) [n:127.0.0.1:55567_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 372260 INFO  (zkCallback-602-thread-1-processing-n:127.0.0.1:55566_solr) [n:127.0.0.1:55566_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 372261 INFO  (zkCallback-601-thread-1-processing-n:127.0.0.1:55567_solr) [n:127.0.0.1:55567_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 372262 INFO  (jetty-launcher-591-thread-1) [n:127.0.0.1:55566_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 372274 INFO  (jetty-launcher-591-thread-2) [n:127.0.0.1:55567_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 372274 INFO  (jetty-launcher-591-thread-2) [n:127.0.0.1:55567_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 372276 INFO  (jetty-launcher-591-thread-2) [n:127.0.0.1:55567_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestLocalFSCloudBackupRestore_5897C2097AF148B7-001/tempDir-001/node2/.
   [junit4]   2> 372276 INFO  (jetty-launcher-591-thread-2) [n:127.0.0.1:55567_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 372277 INFO  (jetty-launcher-591-thread-2) [n:127.0.0.1:55567_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1
   [junit4]   2> 372277 INFO  (jetty-launcher-591-thread-2) [n:127.0.0.1:55567_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 372279 INFO  (jetty-launcher-591-thread-1) [n:127.0.0.1:55566_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 372280 INFO  (OverseerCollectionConfigSetProcessor-96209549089570822-127.0.0.1:55566_solr-n_0000000000) [n:127.0.0.1:55566_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 372281 INFO  (OverseerStateUpdate-96209549089570822-127.0.0.1:55566_solr-n_0000000000) [n:127.0.0.1:55566_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 372281 INFO  (jetty-launcher-591-thread-1) [n:127.0.0.1:55566_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:55566_solr as DOWN
   [junit4]   2> 372284 INFO  (OverseerStateUpdate-96209549089570822-127.0.0.1:55566_solr-n_0000000000) [n:127.0.0.1:55566_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
   [junit4]   2> 372284 INFO  (jetty-launcher-591-thread-1) [n:127.0.0.1:55566_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55566_solr
   [junit4]   2> 372284 INFO  (jetty-launcher-591-thread-1) [n:127.0.0.1:55566_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:55566_solr
   [junit4]   2> 372287 INFO  (zkCallback-602-thread-1-processing-n:127.0.0.1:55566_solr) [n:127.0.0.1:55566_solr    ] 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> 372287 INFO  (zkCallback-601-thread-1-processing-n:127.0.0.1:55567_solr) [n:127.0.0.1:55567_solr    ] 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> 372287 INFO  (OverseerStateUpdate-96209549089570822-127.0.0.1:55566_solr-n_0000000000) [n:127.0.0.1:55566_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:55566_solr"} current state version: 0
   [junit4]   2> 372287 INFO  (OverseerStateUpdate-96209549089570822-127.0.0.1:55566_solr-n_0000000000) [n:127.0.0.1:55566_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:55566_solr
   [junit4]   2> 372288 INFO  (zkCallback-602-thread-1-processing-n:127.0.0.1:55566_solr) [n:127.0.0.1:55566_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 372288 INFO  (zkCallback-601-thread-1-processing-n:127.0.0.1:55567_solr) [n:127.0.0.1:55567_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 372316 INFO  (jetty-launcher-591-thread-1) [n:127.0.0.1:55566_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 372316 INFO  (jetty-launcher-591-thread-1) [n:127.0.0.1:55566_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 372318 INFO  (jetty-launcher-591-thread-1) [n:127.0.0.1:55566_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestLocalFSCloudBackupRestore_5897C2097AF148B7-001/tempDir-001/node1/.
   [junit4]   2> 372318 INFO  (jetty-launcher-591-thread-1) [n:127.0.0.1:55566_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 372319 INFO  (jetty-launcher-591-thread-1) [n:127.0.0.1:55566_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1
   [junit4]   2> 372319 INFO  (jetty-launcher-591-thread-1) [n:127.0.0.1:55566_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 372320 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[5897C2097AF148B7]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 372322 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[5897C2097AF148B7]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 372323 INFO  (zkCallback-605-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@47d5e06d name:ZooKeeperConnection Watcher:127.0.0.1:55564 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 372323 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[5897C2097AF148B7]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 372323 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[5897C2097AF148B7]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 372328 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[5897C2097AF148B7]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 372330 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[5897C2097AF148B7]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 372332 INFO  (zkCallback-608-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@a3e7b11 name:ZooKeeperConnection Watcher:127.0.0.1:55564/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 372333 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[5897C2097AF148B7]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 372333 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[5897C2097AF148B7]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 372333 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[5897C2097AF148B7]-worker) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 372335 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[5897C2097AF148B7]-worker) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 372336 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[5897C2097AF148B7]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 372340 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[5897C2097AF148B7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 372345 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[5897C2097AF148B7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 372397 INFO  (TEST-TestLocalFSCloudBackupRestore.test-seed#[5897C2097AF148B7]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 372404 INFO  (qtp1620261699-3376) [n:127.0.0.1:55567_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&property.customKey=customValue&collection.configName=conf1&maxShardsPerNode=2&autoAddReplicas=true&name=backuprestore&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 372408 INFO  (OverseerCollectionConfigSetProcessor-96209549089570822-127.0.0.1:55566_solr-n_0000000000) [n:127.0.0.1:55566_solr    ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{
   [junit4]   2>   "name":"backuprestore",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "maxShardsPerNode":"2",
   [junit4]   2>   "autoAddReplicas":"true",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "property.customKey":"customValue",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 372409 INFO  (OverseerThreadFactory-1382-thread-1-processing-n:127.0.0.1:55566_solr) [n:127.0.0.1:55566_solr    ] o.a.s.c.OverseerCollectionMessageHandler OverseerCollectionMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"backuprestore",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "maxShardsPerNode":"2",
   [junit4]   2>   "autoAddReplicas":"true",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "property.customKey":"customValue",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 372409 INFO  (OverseerThreadFactory-1382-thread-1-processing-n:127.0.0.1:55566_solr) [n:127.0.0.1:55566_solr    ] o.a.s.c.OverseerCollectionMessageHandler Create collection backuprestore
   [junit4]   2> 372409 INFO  (OverseerThreadFactory-1382-thread-1-processing-n:127.0.0.1:55566_solr) [n:127.0.0.1:55566_solr    ] o.a.s.c.OverseerCollectionMessageHandler creating collections conf node /collections/backuprestore 
   [junit4]   2> 372410 INFO  (OverseerThreadFactory-1382-thread-1-processing-n:127.0.0.1:55566_solr) [n:127.0.0.1:55566_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections/backuprestore
   [junit4]   2> 372413 INFO  (zkCallback-602-thread-1-processing-n:127.0.0.1:55566_solr) [n:127.0.0.1:55566_solr    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 372413 INFO  (zkCallback-601-thread-1-processing-n:127.0.0.1:55567_solr) [n:127.0.0.1:55567_solr    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 372413 INFO  (zkCallback-608-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 372418 INFO  (OverseerStateUpdate-96209549089570822-127.0.0.1:55566_solr-n_0000000000) [n:127.0.0.1:55566_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "name":"backuprestore",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "maxShardsPerNode":"2",
   [junit4]   2>   "autoAddReplicas":"true",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "property.customKey":"customValue",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 372418 INFO  (OverseerStateUpdate-96209549089570822-127.0.0.1:55566_solr-n_0000000000) [n:127.0.0.1:55566_solr    ] o.a.s.c.o.ClusterStateMutator building a new cName: backuprestore
   [junit4]   2> 372420 INFO  (OverseerStateUpdate-96209549089570822-127.0.0.1:55566_solr-n_0000000000) [n:127.0.0.1:55566_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/backuprestore/state.json
   [junit4]   2> 372522 INFO  (OverseerThreadFactory-1382-thread-1-processing-n:127.0.0.1:55566_solr) [n:127.0.0.1:55566_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating SolrCores for new collection backuprestore, shardNames [shard1, shard2] , replicationFactor : 2
   [junit4]   2> 372522 INFO  (OverseerThreadFactory-1382-thread-1-processing-n:127.0.0.1:55566_solr) [n:127.0.0.1:55566_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core backuprestore_shard1_replica1 as part of shard shard1 of collection backuprestore on 127.0.0.1:55567_solr
   [junit4]   2> 372523 INFO  (OverseerThreadFactory-1382-thread-1-processing-n:127.0.0.1:55566_solr) [n:127.0.0.1:55566_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core backuprestore_shard2_replica1 as part of shard shard2 of collection backuprestore on 127.0.0.1:55567_solr
   [junit4]   2> 372523 INFO  (OverseerThreadFactory-1382-thread-1-processing-n:127.0.0.1:55566_solr) [n:127.0.0.1:55566_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core backuprestore_shard2_replica2 as part of shard shard2 of collection backuprestore on 127.0.0.1:55566_solr
   [junit4]   2> 372523 INFO  (OverseerThreadFactory-1382-thread-1-processing-n:127.0.0.1:55566_solr) [n:127.0.0.1:55566_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core backuprestore_shard1_replica2 as part of shard shard1 of collection backuprestore on 127.0.0.1:55566_solr
   [junit4]   2> 372526 INFO  (qtp1620261699-3380) [n:127.0.0.1:55567_solr    ] o.a.s.h.a.CoreAdminOperation core create command property.customKey=customValue&qt=/admin/cores&collection.configName=conf1&name=backuprestore_shard1_replica1&action=CREATE&numShards=2&collection=backuprestore&shard=shard1&wt=javabin&version=2
   [junit4]   2> 372526 INFO  (qtp1620261699-3378) [n:127.0.0.1:55567_solr    ] o.a.s.h.a.CoreAdminOperation core create command property.customKey=customValue&qt=/admin/cores&collection.configName=conf1&name=backuprestore_shard2_replica1&action=CREATE&numShards=2&collection=backuprestore&shard=shard2&wt=javabin&version=2
   [junit4]   2> 372527 INFO  (qtp1620261699-3380) [n:127.0.0.1:55567_solr    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=backuprestore_shard1_replica1, collection.configName=conf1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=backuprestore, customKey=customValue, numShards=2, dataDir=data/, shard=shard1}
   [junit4]   2> 372527 INFO  (qtp1620261699-3378) [n:127.0.0.1:55567_solr    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=backuprestore_shard2_replica1, collection.configName=conf1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=backuprestore, customKey=customValue, numShards=2, dataDir=data/, shard=shard2}
   [junit4]   2> 372529 INFO  (qtp1260277080-3371) [n:127.0.0.1:55566_solr    ] o.a.s.h.a.CoreAdminOperation core create command property.customKey=customValue&qt=/admin/cores&collection.configName=conf1&name=backuprestore_shard2_replica2&action=CREATE&numShards=2&collection=backuprestore&shard=shard2&wt=javabin&version=2
   [junit4]   2> 372529 INFO  (qtp1260277080-3375) [n:127.0.0.1:55566_solr    ] o.a.s.h.a.CoreAdminOperation core create command property.customKey=customValue&qt=/admin/cores&collection.configName=conf1&name=backuprestore_shard1_replica2&action=CREATE&numShards=2&collection=backuprestore&shard=shard1&wt=javabin&version=2
   [junit4]   2> 372530 INFO  (qtp1260277080-3371) [n:127.0.0.1:55566_solr    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=backuprestore_shard2_replica2, collection.configName=conf1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=backuprestore, customKey=customValue, numShards=2, dataDir=data/, shard=shard2}
   [junit4]   2> 372530 INFO  (qtp1260277080-3375) [n:127.0.0.1:55566_solr    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=backuprestore_shard1_replica2, collection.configName=conf1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=backuprestore, customKey=customValue, numShards=2, dataDir=data/, shard=shard1}
   [junit4]   2> 372531 INFO  (qtp1620261699-3380) [n:127.0.0.1:55567_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 372531 INFO  (qtp1620261699-3378) [n:127.0.0.1:55567_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 372534 INFO  (qtp1260277080-3371) [n:127.0.0.1:55566_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 372534 INFO  (qtp1260277080-3375) [n:127.0.0.1:55566_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 372536 INFO  (qtp1620261699-3380) [n:127.0.0.1:55567_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController Registering watch for collection backuprestore
   [junit4]   2> 372536 INFO  (qtp1620261699-3378) [n:127.0.0.1:55567_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController Registering watch for collection backuprestore
   [junit4]   2> 372536 INFO  (qtp1620261699-3378) [n:127.0.0.1:55567_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 372537 INFO  (qtp1260277080-3371) [n:127.0.0.1:55566_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.ZkController Registering watch for collection backuprestore
   [junit4]   2> 372537 INFO  (qtp1260277080-3375) [n:127.0.0.1:55566_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.ZkController Registering watch for collection backuprestore
   [junit4]   2> 372537 INFO  (qtp1260277080-3375) [n:127.0.0.1:55566_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 372538 INFO  (qtp1620261699-3380) [n:127.0.0.1:55567_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.c.ZkStateReader Add data for [backuprestore] ver [0]
   [junit4]   2> 372538 INFO  (qtp1620261699-3380) [n:127.0.0.1:55567_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 372538 INFO  (OverseerStateUpdate-96209549089570822-127.0.0.1:55566_solr-n_0000000000) [n:127.0.0.1:55566_solr    ] o.a.s.c.Overseer processMessage: queueSize: 4, message = {
   [junit4]   2>   "core":"backuprestore_shard1_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:55567/solr",
   [junit4]   2>   "node_name":"127.0.0.1:55567_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 372539 INFO  (OverseerStateUpdate-96209549089570822-127.0.0.1:55566_solr-n_0000000000) [n:127.0.0.1:55566_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"backuprestore_shard1_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:55567/solr",
   [junit4]   2>   "node_name":"127.0.0.1:55567_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 372539 INFO  (qtp1260277080-3371) [n:127.0.0.1:55566_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.c.ZkStateReader Add data for [backuprestore] ver [0]
   [junit4]   2> 372539 INFO  (qtp1260277080-3371) [n:127.0.0.1:55566_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 372541 INFO  (OverseerStateUpdate-96209549089570822-127.0.0.1:55566_solr-n_0000000000) [n:127.0.0.1:55566_solr    ] o.a.s.c.Overseer processMessage: queueSize: 4, message = {
   [junit4]   2>   "core":"backuprestore_shard2_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:55567/solr",
   [junit4]   2>   "node_name":"127.0.0.1:55567_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 372541 INFO  (OverseerStateUpdate-96209549089570822-127.0.0.1:55566_solr-n_0000000000) [n:127.0.0.1:55566_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"backuprestore_shard2_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:55567/solr",
   [junit4]   2>   "node_name":"127.0.0.1:55567_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 372545 INFO  (OverseerStateUpdate-96209549089570822-127.0.0.1:55566_solr-n_0000000000) [n:127.0.0.1:55566_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, message = {
   [junit4]   2>   "core":"backuprestore_shard2_replica2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:55566/solr",
   [junit4]   2>   "node_name":"127.0.0.1:55566_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 372545 INFO  (OverseerStateUpdate-96209549089570822-127.0.0.1:55566_solr-n_0000000000) [n:127.0.0.1:55566_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"backuprestore_shard2_replica2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:55566/solr",
   [junit4]   2>   "node_name":"127.0.0.1:55566_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 372548 INFO  (OverseerStateUpdate-96209549089570822-127.0.0.1:55566_solr-n_0000000000) [n:127.0.0.1:55566_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "core":"backuprestore_shard1_replica2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:55566/solr",
   [junit4]   2>   "node_name":"127.0.0.1:55566_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 372548 INFO  (OverseerStateUpdate-96209549089570822-127.0.0.1:55566_solr-n_0000000000) [n:127.0.0.1:55566_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"backuprestore_shard1_replica2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:55566/solr",
   [junit4]   2>   "node_name":"127.0.0.1:55566_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 372658 INFO  (OverseerStateUpdate-96209549089570822-127.0.0.1:55566_solr-n_0000000000) [n:127.0.0.1:55566_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/backuprestore/state.json version: 0
   [junit4]   2> 372660 INFO  (zkCallback-601-thread-1-processing-n:127.0.0.1:55567_solr) [n:127.0.0.1:55567_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/backuprestore/state.json] for collection [backuprestore] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 372660 INFO  (zkCallback-602-thread-1-processing-n:127.0.0.1:55566_solr) [n:127.0.0.1:55566_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/backuprestore/state.json] for collection [backuprestore] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 372660 INFO  (zkCallback-601-thread-1-processing-n:127.0.0.1:55567_solr) [n:127.0.0.1:55567_solr    ] o.a.s.c.c.ZkStateReader Updating data for [backuprestore] from [0] to [1]
   [junit4]   2> 372660 INFO  (zkCallback-602-thread-1-processing-n:127.0.0.1:55566_solr) [n:127.0.0.1:55566_solr    ] o.a.s.c.c.ZkStateReader Updating data for [backuprestore] from [0] to [1]
   [junit4]   2> 373548 INFO  (qtp1260277080-3375) [n:127.0.0.1:55566_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.ZkController waiting to find shard id in clusterstate for backuprestore_shard1_replica2
   [junit4]   2> 373548 INFO  (qtp1620261699-3380) [n:127.0.0.1:55567_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController waiting to find shard id in clusterstate for backuprestore_shard1_replica1
   [junit4]   2> 373548 INFO  (qtp1260277080-3371) [n:127.0.0.1:55566_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.ZkController waiting to find shard id in clusterstate for backuprestore_shard2_replica2
   [junit4]   2> 373549 INFO  (qtp1260277080-3371) [n:127.0.0.1:55566_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.ZkController Check for collection zkNode:backuprestore
   [junit4]   2> 373548 INFO  (qtp1620261699-3380) [n:127.0.0.1:55567_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController Check for collection zkNode:backuprestore
   [junit4]   2> 373548 INFO  (qtp1260277080-3375) [n:127.0.0.1:55566_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.ZkController Check for collection zkNode:backuprestore
   [junit4]   2> 373548 INFO  (qtp1620261699-3378) [n:127.0.0.1:55567_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController waiting to find shard id in clusterstate for backuprestore_shard2_replica1
   [junit4]   2> 373549 INFO  (qtp1620261699-3378) [n:127.0.0.1:55567_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController Check for collection zkNode:backuprestore
   [junit4]   2> 373549 INFO  (qtp1260277080-3371) [n:127.0.0.1:55566_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 373549 INFO  (qtp1620261699-3380) [n:127.0.0.1:55567_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 373549 INFO  (qtp1620261699-3380) [n:127.0.0.1:55567_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/backuprestore]
   [junit4]   2> 373549 INFO  (qtp1260277080-3371) [n:127.0.0.1:55566_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/backuprestore]
   [junit4]   2> 373550 INFO  (qtp1260277080-3375) [n:127.0.0.1:55566_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 373550 INFO  (qtp1260277080-3375) [n:127.0.0.1:55566_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/backuprestore]
   [junit4]   2> 373550 INFO  (qtp1620261699-3378) [n:127.0.0.1:55567_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 373550 INFO  (qtp1620261699-3378) [n:127.0.0.1:55567_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/backuprestore]
   [junit4]   2> 373551 INFO  (qtp1260277080-3371) [n:127.0.0.1:55566_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.c.ZkStateReader path=[/collections/backuprestore] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 373551 INFO  (qtp1260277080-3371) [n:127.0.0.1:55566_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestLocalFSCloudBackupRestore_5897C2097AF148B7-001/tempDir-001/node1/backuprestore_shard2_replica2'
   [junit4]   2> 373551 INFO  (qtp1620261699-3380) [n:127.0.0.1:55567_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.c.ZkStateReader path=[/collections/backuprestore] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 373551 INFO  (qtp1620261699-3380) [n:127.0.0.1:55567_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestLocalFSCloudBackupRestore_5897C2097AF148B7-001/tempDir-001/node2/backuprestore_shard1_replica1'
   [junit4]   2> 373551 INFO  (qtp1260277080-3371) [n:127.0.0.1:55566_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 373551 INFO  (qtp1260277080-3371) [n:127.0.0.1:55566_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 373551 INFO  (qtp1620261699-3380) [n:127.0.0.1:55567_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 373552 INFO  (qtp1620261699-3380) [n:127.0.0.1:55567_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 373552 INFO  (qtp1260277080-3375) [n:127.0.0.1:55566_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.c.ZkStateReader path=[/collections/backuprestore] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 373552 INFO  (qtp1260277080-3375) [n:127.0.0.1:55566_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestLocalFSCloudBackupRestore_5897C2097AF148B7-001/tempDir-001/node1/backuprestore_shard1_replica2'
   [junit4]   2> 373552 INFO  (qtp1260277080-3375) [n:127.0.0.1:55566_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 373552 INFO  (qtp1260277080-3375) [n:127.0.0.1:55566_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 373552 INFO  (qtp1620261699-3378) [n:127.0.0.1:55567_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.c.ZkStateReader path=[/collections/backuprestore] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 373553 INFO  (qtp1620261699-3378) [n:127.0.0.1:55567_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestLocalFSCloudBackupRestore_5897C2097AF148B7-001/tempDir-001/node2/backuprestore_shard2_replica1'
   [junit4]   2> 373553 INFO  (qtp1620261699-3378) [n:127.0.0.1:55567_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 373553 INFO  (qtp1620261699-3378) [n:127.0.0.1:55567_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 373554 INFO  (qtp1620261699-3380) [n:127.0.0.1:55567_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 373554 INFO  (qtp1260277080-3371) [n:127.0.0.1:55566_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 373556 INFO  (qtp1260277080-3375) [n:127.0.0.1:55566_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 373558 INFO  (qtp1620261699-3378) [n:127.0.0.1:55567_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 373562 INFO  (qtp1620261699-3380) [n:127.0.0.1:55567_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 373563 INFO  (qtp1260277080-3371) [n:127.0.0.1:55566_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 373566 INFO  (qtp1620261699-3380) [n:127.0.0.1:55567_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 373566 INFO  (qtp1260277080-3371) [n:127.0.0.1:55566_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 373568 INFO  (qtp1260277080-3375) [n:127.0.0.1:55566_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 373570 INFO  (qtp1620261699-3380) [n:127.0.0.1:55567_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 373570 INFO  (qtp1260277080-3371) [n:127.0.0.1:55566_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 373570 INFO  (qtp1260277080-3375) [n:127.0.0.1:55566_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 373571 INFO  (qtp1620261699-3378) [n:127.0.0.1:55567_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 373572 INFO  (qtp1620261699-3378) [n:127.0.0.1:55567_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 373593 INFO  (qtp1260277080-3375) [n:127.0.0.1:55566_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 373594 INFO  (qtp1620261699-3378) [n:127.0.0.1:55567_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 373594 INFO  (qtp1620261699-3380) [n:127.0.0.1:55567_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.s.IndexSchema [backuprestore_shard1_replica1] Schema name=minimal
   [junit4]   2> 373595 INFO  (qtp1260277080-3371) [n:127.0.0.1:55566_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.s.IndexSchema [backuprestore_shard2_replica2] Schema name=minimal
   [junit4]   2> 373598 INFO  (qtp1260277080-3375) [n:127.0.0.1:55566_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.s.IndexSchema [backuprestore_shard1_replica2] Schema name=minimal
   [junit4]   2> 373599 INFO  (qtp1620261699-3380) [n:127.0.0.1:55567_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 373600 INFO  (qtp1620261699-3378) [n:127.0.0.1:55567_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.s.IndexSchema [backuprestore_shard2_replica1] Schema name=minimal
   [junit4]   2> 373601 INFO  (qtp1260277080-3375) [n:127.0.0.1:55566_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 373602 INFO  (qtp1620261699-3378) [n:127.0.0.1:55567_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 373602 INFO  (qtp1260277080-3375) [n:127.0.0.1:55566_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] 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-master-MacOSX/solr/build/solr-core/test/J1
   [junit4]   2> 373602 INFO  (qtp1260277080-3375) [n:127.0.0.1:55566_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.CoreContainer Creating SolrCore 'backuprestore_shard1_replica2' using configuration from collection backuprestore
   [junit4]   2> 373603 INFO  (qtp1260277080-3375) [n:127.0.0.1:55566_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica2] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 373603 INFO  (qtp1260277080-3375) [n:127.0.0.1:55566_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica2] o.a.s.c.SolrCore [[backuprestore_shard1_replica2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestLocalFSCloudBackupRestore_5897C2097AF148B7-001/tempDir-001/node1/backuprestore_shard1_replica2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestLocalFSCloudBackupRestore_5897C2097AF148B7-001/tempDir-001/node1/./backuprestore_shard1_replica2/data/]
   [junit4]   2> 373603 INFO  (qtp1260277080-3375) [n:127.0.0.1:55566_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica2] o.a.s.c.SolrCore JMX monitoring not detected for core: backuprestore_shard1_replica2
   [junit4]   2> 373603 INFO  (qtp1620261699-3380) [n:127.0.0.1:55567_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] 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-master-MacOSX/solr/build/solr-core/test/J1
   [junit4]   2> 373603 INFO  (qtp1620261699-3378) [n:127.0.0.1:55567_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] 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-master-MacOSX/solr/build/solr-core/test/J1
   [junit4]   2> 373603 INFO  (qtp1260277080-3375) [n:127.0.0.1:55566_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica2] o.a.s.c.CachingDirectoryFactory return new directory for /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestLocalFSCloudBackupRestore_5897C2097AF148B7-001/tempDir-001/node1/./backuprestore_shard1_replica2/data
   [junit4]   2> 373604 INFO  (qtp1620261699-3378) [n:127.0.0.1:55567_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.CoreContainer Creating SolrCore 'backuprestore_shard2_replica1' using configuration from collection backuprestore
   [junit4]   2> 373603 INFO  (qtp1620261699-3380) [n:127.0.0.1:55567_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.CoreContainer Creating SolrCore 'backuprestore_shard1_replica1' using configuration from collection backuprestore
   [junit4]   2> 373604 INFO  (qtp1620261699-3378) [n:127.0.0.1:55567_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 373604 INFO  (qtp1620261699-3380) [n:127.0.0.1:55567_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 373604 INFO  (qtp1620261699-3378) [n:127.0.0.1:55567_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.SolrCore [[backuprestore_shard2_replica1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestLocalFSCloudBackupRestore_5897C2097AF148B7-001/tempDir-001/node2/backuprestore_shard2_replica1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestLocalFSCloudBackupRestore_5897C2097AF148B7-001/tempDir-001/node2/./backuprestore_shard2_replica1/data/]
   [junit4]   2> 373604 INFO  (qtp1620261699-3378) [n:127.0.0.1:55567_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.SolrCore JMX monitoring not detected for core: backuprestore_shard2_replica1
   [junit4]   2> 373604 INFO  (qtp1620261699-3380) [n:127.0.0.1:55567_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore [[backuprestore_shard1_replica1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestLocalFSCloudBackupRestore_5897C2097AF148B7-001/tempDir-001/node2/backuprestore_shard1_replica1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestLocalFSCloudBackupRestore_5897C2097AF148B7-001/tempDir-001/node2/./backuprestore_shard1_replica1/data/]
   [junit4]   2> 373604 INFO  (qtp1620261699-3380) [n:127.0.0.1:55567_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore JMX monitoring not detected for core: backuprestore_shard1_replica1
   [junit4]   2> 373604 INFO  (qtp1260277080-3371) [n:127.0.0.1:55566_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 373605 INFO  (qtp1620261699-3380) [n:127.0.0.1:55567_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.CachingDirectoryFactory return new directory for /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestLocalFSCloudBackupRestore_5897C2097AF148B7-001/tempDir-001/node2/./backuprestore_shard1_replica1/data
   [junit4]   2> 373605 INFO  (qtp1620261699-3378) [n:127.0.0.1:55567_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.CachingDirectoryFactory return new directory for /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestLocalFSCloudBackupRestore_5897C2097AF148B7-001/tempDir-001/node2/./backuprestore_shard2_replica1/data
   [junit4]   2> 373605 INFO  (qtp1260277080-3375) [n:127.0.0.1:55566_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica2] o.a.s.c.SolrCore New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestLocalFSCloudBackupRestore_5897C2097AF148B7-001/tempDir-001/node1/./backuprestore_shard1_replica2/data/index/
   [junit4]   2> 373605 WARN  (qtp1260277080-3375) [n:127.0.0.1:55566_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica2] o.a.s.c.SolrCore [backuprestore_shard1_replica2] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestLocalFSCloudBackupRestore_5897C2097AF148B7-001/tempDir-001/node1/./backuprestore_shard1_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 373605 INFO  (qtp1260277080-3371) [n:127.0.0.1:55566_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] 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-master-MacOSX/solr/build/solr-core/test/J1
   [junit4]   2> 373605 INFO  (qtp1260277080-3371) [n:127.0.0.1:55566_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.CoreContainer Creating SolrCore 'backuprestore_shard2_replica2' using configuration from collection backuprestore
   [junit4]   2> 373605 INFO  (qtp1260277080-3375) [n:127.0.0.1:55566_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica2] o.a.s.c.CachingDirectoryFactory return new directory for /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestLocalFSCloudBackupRestore_5897C2097AF148B7-001/tempDir-001/node1/./backuprestore_shard1_replica2/data/index
   [junit4]   2> 373605 INFO  (qtp1260277080-3371) [n:127.0.0.1:55566_solr c:backuprestore s:shard2 r:core_node3 x:backuprestore_shard2_replica2] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 373605 INFO  (qtp1260277080-3371) [n:127.0.0.1:55566_solr c:backuprestore s:shard2 r:core_node3 x:backuprestore_shard2_replica2] o.a.s.c.SolrCore [[backuprestore_shard2_replica2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestLocalFSCloudBackupRestore_5897C2097AF148B7-001/tempDir-001/node1/backuprestore_shard2_replica2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestLocalFSCloudBackupRestore_5897C2097AF148B7-001/tempDir-001/node1/./backuprestore_shard2_replica2/data/]
   [junit4]   2> 373606 INFO  (qtp1620261699-3378) [n:127.0.0.1:55567_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.SolrCore New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestLocalFSCloudBackupRestore_5897C2097AF148B7-001/tempDir-001/node2/./backuprestore_shard2_replica1/data/index/
   [junit4]   2> 373606 INFO  (qtp1260277080-3371) [n:127.0.0.1:55566_solr c:backuprestore s:shard2 r:core_node3 x:backuprestore_shard2_replica2] o.a.s.c.SolrCore JMX monitoring not detected for core: backuprestore_shard2_replica2
   [junit4]   2> 373606 WARN  (qtp1620261699-3378) [n:127.0.0.1:55567_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.SolrCore [backuprestore_shard2_replica1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestLocalFSCloudBackupRestore_5897C2097AF148B7-001/tempDir-001/node2/./backuprestore_shard2_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 373607 INFO  (qtp1260277080-3371) [n:127.0.0.1:55566_solr c:backuprestore s:shard2 r:core_node3 x:backuprestore_shard2_replica2] o.a.s.c.CachingDirectoryFactory return new directory for /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestLocalFSCloudBackupRestore_5897C2097AF148B7-001/tempDir-001/node1/./backuprestore_shard2_replica2/data
   [junit4]   2> 373606 INFO  (qtp1620261699-3380) [n:127.0.0.1:55567_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestLocalFSCloudBackupRestore_5897C2097AF148B7-001/tempDir-001/node2/./backuprestore_shard1_replica1/data/index/
   [junit4]   2> 373607 INFO  (qtp1620261699-3378) [n:127.0.0.1:55567_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.CachingDirectoryFactory return new directory for /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestLocalFSCloudBackupRestore_5897C2097AF148B7-001/tempDir-001/node2/./backuprestore_shard2_replica1/data/index
   [junit4]   2> 373607 WARN  (qtp1620261699-3380) [n:127.0.0.1:55567_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore [backuprestore_shard1_replica1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestLocalFSCloudBackupRestore_5897C2097AF148B7-001/tempDir-001/node2/./backuprestore_shard1_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 373608 INFO  (qtp1260277080-3371) [n:127.0.0.1:55566_solr c:backuprestore s:shard2 r:core_node3 x:backuprestore_shard2_replica2] o.a.s.c.SolrCore New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestLocalFSCloudBacku

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

lExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 1584930 INFO  (zkCallback-7698-thread-2-processing-n:127.0.0.1:64650_) [n:127.0.0.1:64650_    ] 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> 1584931 INFO  (TEST-TestReqParamsAPI.test-seed#[5897C2097AF148B7]) [    ] o.a.s.c.Overseer Overseer (id=96209626450624529-127.0.0.1:64650_-n_0000000004) closing
   [junit4]   2> 1584931 INFO  (OverseerStateUpdate-96209626450624529-127.0.0.1:64650_-n_0000000004) [n:127.0.0.1:64650_    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:64650_
   [junit4]   2> 1584934 INFO  (zkCallback-7698-thread-2-processing-n:127.0.0.1:64650_) [n:127.0.0.1:64650_    ] 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> 1584934 WARN  (zkCallback-7698-thread-2-processing-n:127.0.0.1:64650_) [n:127.0.0.1:64650_    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1584936 INFO  (TEST-TestReqParamsAPI.test-seed#[5897C2097AF148B7]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@65a89e71{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1584936 INFO  (TEST-TestReqParamsAPI.test-seed#[5897C2097AF148B7]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2b552c1f{/,null,UNAVAILABLE}
   [junit4]   2> 1584938 INFO  (TEST-TestReqParamsAPI.test-seed#[5897C2097AF148B7]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:64614 64614
   [junit4]   2> 1584956 INFO  (Thread-3894) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:64614 64614
   [junit4]   2> 1589789 WARN  (Thread-3894) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	30	/solr/configs/conf1
   [junit4]   2> 	6	/solr/aliases.json
   [junit4]   2> 	6	/solr/clusterprops.json
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 	4	/solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	36	/solr/overseer/queue
   [junit4]   2> 	26	/solr/overseer/collection-queue-work
   [junit4]   2> 	6	/solr/live_nodes
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 	4	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestReqParamsAPI -Dtests.method=test -Dtests.seed=5897C2097AF148B7 -Dtests.slow=true -Dtests.locale=sk-SK -Dtests.timezone=US/Aleutian -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 37.3s J0 | TestReqParamsAPI.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Could not get expected value  'CY val modified' for path 'response/params/y/c' full output: {
   [junit4]    >   "responseHeader":{
   [junit4]    >     "status":0,
   [junit4]    >     "QTime":0},
   [junit4]    >   "response":{
   [junit4]    >     "znodeVersion":0,
   [junit4]    >     "params":{"x":{
   [junit4]    >         "a":"A val",
   [junit4]    >         "b":"B val",
   [junit4]    >         "":{"v":0}}}}},  from server:  http://127.0.0.1:64638/collection1
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([5897C2097AF148B7:D0C3FDD3D40D254F]:0)
   [junit4]    > 	at org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:481)
   [junit4]    > 	at org.apache.solr.handler.TestReqParamsAPI.testReqParams(TestReqParamsAPI.java:194)
   [junit4]    > 	at org.apache.solr.handler.TestReqParamsAPI.test(TestReqParamsAPI.java:61)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1589820 INFO  (SUITE-TestReqParamsAPI-seed#[5897C2097AF148B7]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_5897C2097AF148B7-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {}, docValues:{}, maxPointsInLeafNode=2008, maxMBSortInHeap=6.975860232530239, sim=RandomSimilarity(queryNorm=false): {}, locale=sk-SK, timezone=US/Aleutian
   [junit4]   2> NOTE: Mac OS X 10.11.5 x86_64/Oracle Corporation 1.8.0_92 (64-bit)/cpus=3,threads=1,free=158110080,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [HdfsBasicDistributedZk2Test, BasicDistributedZkTest, XsltUpdateRequestHandlerTest, TestFieldResource, SSLMigrationTest, OutOfBoxZkACLAndCredentialsProvidersTest, TestCloudDeleteByQuery, TestHighlightDedupGrouping, TestTrackingShardHandlerFactory, XmlUpdateRequestHandlerTest, TolerantUpdateProcessorTest, ZkControllerTest, TestUseDocValuesAsStored, TestExactSharedStatsCache, TestWordDelimiterFilterFactory, HighlighterTest, TestSolrDeletionPolicy1, DOMUtilTest, BlockCacheTest, CursorMarkTest, TestComponentsName, TestCodecSupport, ClusterStateUpdateTest, UUIDFieldTest, TestPKIAuthenticationPlugin, TestReplicationHandler, TestAddFieldRealTimeGet, TestXmlQParser, StressHdfsTest, TestLMDirichletSimilarityFactory, AsyncMigrateRouteKeyTest, TestStressReorder, TestRandomRequestDistribution, SegmentsInfoRequestHandlerTest, HdfsThreadLeakTest, TriLevelCompositeIdRoutingTest, TestConfigSetsAPIExclusivity, TestRemoteStreaming, DirectSolrSpellCheckerTest, HdfsUnloadDistributedZkTest, TestMacros, TestCollectionAPI, CloudExitableDirectoryReaderTest, DistribCursorPagingTest, PreAnalyzedFieldTest, ShardRoutingTest, TestSmileRequest, SimplePostToolTest, TestStressUserVersions, SystemInfoHandlerTest, TestExpandComponent, TestHdfsCloudBackupRestore, TestGroupingSearch, TestFieldCacheSanityChecker, SchemaVersionSpecificBehaviorTest, AnalyticsMergeStrategyTest, CollectionsAPIAsyncDistributedZkTest, TestScoreJoinQPNoScore, BadComponentTest, RequiredFieldsTest, ZkCLITest, TestElisionMultitermQuery, IndexBasedSpellCheckerTest, TestPseudoReturnFields, TestStressLiveNodes, DistribJoinFromCollectionTest, TestMiniSolrCloudClusterSSL, TestFreeTextSuggestions, TestXIncludeConfig, TestStressVersions, IndexSchemaTest, SpatialFilterTest, TestFieldCache, TestEmbeddedSolrServerConstructors, SolrCoreTest, TestConfigSetImmutable, DocumentAnalysisRequestHandlerTest, DistanceUnitsTest, TestTolerantSearch, JSONWriterTest, MigrateRouteKeyTest, HdfsDirectoryFactoryTest, TestNumericTerms32, WrapperMergePolicyFactoryTest, TestBlobHandler, StandardRequestHandlerTest, SharedFSAutoReplicaFailoverUtilsTest, HdfsLockFactoryTest, TestFieldTypeResource, SliceStateTest, ChaosMonkeyNothingIsSafeTest, TestSolrFieldCacheMBean, DistributedQueryElevationComponentTest, TestRawResponseWriter, HighlighterMaxOffsetTest, TestBlendedInfixSuggestions, PeerSyncTest, DataDrivenBlockJoinTest, AnalysisAfterCoreReloadTest, DistributedFacetPivotSmallTest, SuggestComponentTest, DistributedSuggestComponentTest, TestRestManager, SolrXmlInZkTest, QueryEqualityTest, DeleteLastCustomShardedReplicaTest, TestUninvertingReader, RulesTest, DocValuesTest, TestRTimerTree, TestDocSet, TestManagedSynonymFilterFactory, RankQueryTest, TestDefaultStatsCache, TestHashQParserPlugin, ConjunctionSolrSpellCheckerTest, UpdateParamsTest, TestLockTree, TestShortCircuitedRequests, RemoteQueryErrorTest, SampleTest, TestPhraseSuggestions, TestIBSimilarityFactory, SolrIndexConfigTest, TestUniqueKeyFieldResource, SuggesterFSTTest, TestLRUStatsCache, DeleteShardTest, TestJmxIntegration, SoftAutoCommitTest, SOLR749Test, TestConfig, TestCustomSort, TestSQLHandler, PathHierarchyTokenizerFactoryTest, TestManagedSchemaAPI, TestDynamicFieldResource, TestCollapseQParserPlugin, TestArbitraryIndexDir, TestMiniSolrCloudClusterBase, TestPartialUpdateDeduplication, TestUpdate, TestDFRSimilarityFactory, CursorPagingTest, TestReqParamsAPI]
   [junit4] Completed [308/620 (3!)] on J0 in 37.34s, 1 test, 1 failure <<< FAILURES!

[...truncated 1076 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/build.xml:740: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/build.xml:684: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/build.xml:59: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build.xml:233: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/common-build.xml:530: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/common-build.xml:1443: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/common-build.xml:984: There were test failures: 620 suites (10 ignored), 2635 tests, 2 errors, 1 failure, 140 ignored (88 assumptions) [seed: 5897C2097AF148B7]

Total time: 86 minutes 44 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



[JENKINS] Lucene-Solr-master-MacOSX (64bit/jdk1.8.0) - Build # 3400 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/3400/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader

Error Message:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:56910/forceleader_test_collection_shard1_replica2]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:56910/forceleader_test_collection_shard1_replica2]
	at __randomizedtesting.SeedInfo.seed([32F0374606770814:D46703863FF5F175]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:753)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1151)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1040)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:976)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.sendDocsWithRetry(AbstractFullDistribZkTestBase.java:753)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.sendDocsWithRetry(AbstractFullDistribZkTestBase.java:741)
	at org.apache.solr.cloud.ForceLeaderTest.sendDoc(ForceLeaderTest.java:424)
	at org.apache.solr.cloud.ForceLeaderTest.assertSendDocFails(ForceLeaderTest.java:315)
	at org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader(ForceLeaderTest.java:110)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:56910/forceleader_test_collection_shard1_replica2]
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:393)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:747)
	... 49 more
Caused by: org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://127.0.0.1:56910/forceleader_test_collection_shard1_replica2
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:613)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:259)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:382)
	... 50 more
Caused by: org.apache.http.conn.HttpHostConnectException: Connect to 127.0.0.1:56910 [/127.0.0.1] failed: Connection refused
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:151)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:353)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:380)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:511)
	... 54 more
Caused by: java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:589)
	at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:74)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:134)
	... 64 more




Build Log:
[...truncated 11233 lines...]
   [junit4] Suite: org.apache.solr.cloud.ForceLeaderTest
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_32F0374606770814-001/init-core-data-001
   [junit4]   2> 1240699 INFO  (SUITE-ForceLeaderTest-seed#[32F0374606770814]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 1240699 INFO  (SUITE-ForceLeaderTest-seed#[32F0374606770814]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1240701 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1240702 INFO  (Thread-2357) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1240702 INFO  (Thread-2357) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1240802 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.ZkTestServer start zk server on port:56731
   [junit4]   2> 1240802 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1240802 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1240823 INFO  (zkCallback-1421-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@31587d03 name:ZooKeeperConnection Watcher:127.0.0.1:56731 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1240823 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1240824 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1240824 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 1240828 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1240828 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1240830 INFO  (zkCallback-1422-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4e654550 name:ZooKeeperConnection Watcher:127.0.0.1:56731/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1240830 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1240831 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1240831 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 1240833 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 1240836 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 1240838 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 1240842 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1240842 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1240846 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1240846 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 1240849 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1240849 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1240855 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1240855 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1240858 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1240858 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1240862 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1240862 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 1240865 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1240865 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1240868 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1240868 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1240871 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1240871 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1240874 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1240875 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1240878 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1240878 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1241195 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_32F0374606770814-001/control-001/cores/collection1
   [junit4]   2> 1241200 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1241202 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3eae0186{/,null,AVAILABLE}
   [junit4]   2> 1241203 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.e.j.s.ServerConnector Started ServerConnector@1c23816c{HTTP/1.1,[http/1.1]}{127.0.0.1:56735}
   [junit4]   2> 1241204 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.e.j.s.Server Started @1247681ms
   [junit4]   2> 1241204 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_32F0374606770814-001/tempDir-001/control/data, hostContext=/, hostPort=56734, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_32F0374606770814-001/control-001/cores}
   [junit4]   2> 1241204 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@4554617c
   [junit4]   2> 1241204 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_32F0374606770814-001/control-001'
   [junit4]   2> 1241204 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1241204 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1241205 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1241206 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1241208 INFO  (zkCallback-1423-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1a0a95da name:ZooKeeperConnection Watcher:127.0.0.1:56731/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1241208 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1241209 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1241211 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1241211 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_32F0374606770814-001/control-001/solr.xml
   [junit4]   2> 1241218 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_32F0374606770814-001/control-001/cores
   [junit4]   2> 1241218 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.CoreContainer New CoreContainer 581387541
   [junit4]   2> 1241218 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_32F0374606770814-001/control-001]
   [junit4]   2> 1241218 WARN  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.CoreContainer Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_32F0374606770814-001/control-001/lib to classpath: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_32F0374606770814-001/control-001/lib
   [junit4]   2> 1241218 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] 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,
   [junit4]   2> 1241224 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 1241224 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1241224 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1241224 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56731/solr
   [junit4]   2> 1241224 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1241224 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1241225 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1241227 INFO  (zkCallback-1426-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@751f5919 name:ZooKeeperConnection Watcher:127.0.0.1:56731 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1241228 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1241228 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1241230 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [n:127.0.0.1:56734_    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$53/1839696858@2c097625
   [junit4]   2> 1241230 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [n:127.0.0.1:56734_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1241232 INFO  (zkCallback-1427-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2a4273cb name:ZooKeeperConnection Watcher:127.0.0.1:56731/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1241232 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [n:127.0.0.1:56734_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1241234 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [n:127.0.0.1:56734_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1241238 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [n:127.0.0.1:56734_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1241244 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [n:127.0.0.1:56734_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1241248 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [n:127.0.0.1:56734_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1241252 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [n:127.0.0.1:56734_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1241255 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [n:127.0.0.1:56734_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1241259 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [n:127.0.0.1:56734_    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1241261 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [n:127.0.0.1:56734_    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1241263 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [n:127.0.0.1:56734_    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1241265 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [n:127.0.0.1:56734_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1241266 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [n:127.0.0.1:56734_    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 1241267 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [n:127.0.0.1:56734_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1241272 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [n:127.0.0.1:56734_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1241274 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [n:127.0.0.1:56734_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1241277 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [n:127.0.0.1:56734_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1241278 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [n:127.0.0.1:56734_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96213869600440324-127.0.0.1:56734_-n_0000000000
   [junit4]   2> 1241278 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [n:127.0.0.1:56734_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:56734_
   [junit4]   2> 1241279 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [n:127.0.0.1:56734_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 1241281 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [n:127.0.0.1:56734_    ] o.a.s.c.Overseer Overseer (id=96213869600440324-127.0.0.1:56734_-n_0000000000) starting
   [junit4]   2> 1241284 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [n:127.0.0.1:56734_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 1241295 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [n:127.0.0.1:56734_    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=10000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1241295 INFO  (OverseerCollectionConfigSetProcessor-96213869600440324-127.0.0.1:56734_-n_0000000000) [n:127.0.0.1:56734_    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 1241297 INFO  (OverseerStateUpdate-96213869600440324-127.0.0.1:56734_-n_0000000000) [n:127.0.0.1:56734_    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 1241297 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [n:127.0.0.1:56734_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56734_
   [junit4]   2> 1241297 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [n:127.0.0.1:56734_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:56734_
   [junit4]   2> 1241300 INFO  (OverseerStateUpdate-96213869600440324-127.0.0.1:56734_-n_0000000000) [n:127.0.0.1:56734_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1241300 INFO  (zkCallback-1427-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 1241301 INFO  (zkCallback-1427-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1241313 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [n:127.0.0.1:56734_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1241313 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [n:127.0.0.1:56734_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1241314 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [n:127.0.0.1:56734_    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_32F0374606770814-001/control-001/cores
   [junit4]   2> 1241315 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [n:127.0.0.1:56734_    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=control_collection, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 1241315 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [n:127.0.0.1:56734_    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_32F0374606770814-001/control-001/cores/collection1
   [junit4]   2> 1241316 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [n:127.0.0.1:56734_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1241318 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 1241318 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 1241319 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [n:127.0.0.1:56734_    ] o.a.s.s.SolrDispatchFilter user.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1
   [junit4]   2> 1241319 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [n:127.0.0.1:56734_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1241320 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ c:control_collection   x:collection1] o.a.s.c.ZkController Collection control_collection not visible yet, but flagging it so a watch is registered when it becomes visible
   [junit4]   2> 1241321 INFO  (OverseerStateUpdate-96213869600440324-127.0.0.1:56734_-n_0000000000) [n:127.0.0.1:56734_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:56734",
   [junit4]   2>   "node_name":"127.0.0.1:56734_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 1241321 INFO  (OverseerStateUpdate-96213869600440324-127.0.0.1:56734_-n_0000000000) [n:127.0.0.1:56734_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:56734",
   [junit4]   2>   "node_name":"127.0.0.1:56734_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1241321 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Deleting data for [control_collection]
   [junit4]   2> 1241322 INFO  (OverseerStateUpdate-96213869600440324-127.0.0.1:56734_-n_0000000000) [n:127.0.0.1:56734_    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 1241322 INFO  (OverseerStateUpdate-96213869600440324-127.0.0.1:56734_-n_0000000000) [n:127.0.0.1:56734_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1241323 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 1241324 INFO  (zkCallback-1427-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_    ] 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> 1242324 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1242325 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 1242326 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 1242326 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 1242327 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 1242327 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_32F0374606770814-001/control-001/cores/collection1'
   [junit4]   2> 1242327 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1242327 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1242329 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 1242336 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1242339 WARN  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ c:control_collection   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1242340 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1242347 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1242353 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1242430 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1242439 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ c:control_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1242440 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ c:control_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1242455 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1242458 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1242461 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1242462 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1242466 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ 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-master-MacOSX/solr/build/solr-core/test/J1
   [junit4]   2> 1242466 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 1242467 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1242467 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ 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-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_32F0374606770814-001/control-001/cores/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_32F0374606770814-001/control-001/cores/collection1/data/]
   [junit4]   2> 1242467 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ 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@7d8d7474
   [junit4]   2> 1242468 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_32F0374606770814-001/control-001/cores/collection1/data
   [junit4]   2> 1242468 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ 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-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_32F0374606770814-001/control-001/cores/collection1/data/index/
   [junit4]   2> 1242468 WARN  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_32F0374606770814-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1242469 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_32F0374606770814-001/control-001/cores/collection1/data/index
   [junit4]   2> 1242470 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ 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=40, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=49.79296875, floorSegmentMB=1.6533203125, forceMergeDeletesPctAllowed=28.61851958576213, segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1242476 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ 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(SimpleFSDirectory@/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_32F0374606770814-001/index-SimpleFSDirectory-001 lockFactory=org.apache.lucene.store.NativeFSLockFactory@318adeeb),segFN=segments_1,generation=1}
   [junit4]   2> 1242476 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1242476 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:56734_ 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-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_32F0374606770814-001/control-001/cores/collection1/data/
   [junit4]   2> 1242477 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:56734_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_32F0374606770814-001/control-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1242503 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1242503 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1242503 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1242503 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1242503 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1242503 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ 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> 1242504 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ 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> 1242504 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ 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> 1242504 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ 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> 1242504 WARN  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ 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> 1242508 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1242509 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1242510 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1242511 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1242514 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/dump,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 1242514 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ 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> 1242514 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ 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> 1242515 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ 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> 1242516 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1242516 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1242517 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ 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=13, maxMergedSegmentMB=1.5224609375, floorSegmentMB=0.716796875, forceMergeDeletesPctAllowed=21.14908649996161, segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.13078464588940913
   [junit4]   2> 1242518 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ 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(SimpleFSDirectory@/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_32F0374606770814-001/index-SimpleFSDirectory-001 lockFactory=org.apache.lucene.store.NativeFSLockFactory@318adeeb),segFN=segments_1,generation=1}
   [junit4]   2> 1242518 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1242518 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@340ff60a[collection1] main]
   [junit4]   2> 1242519 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ 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> 1242520 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ 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> 1242520 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ 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> 1242521 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1242521 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 1242521 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ 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> 1242522 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ 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> 1242522 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ 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> 1242522 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1242522 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1242523 INFO  (searcherExecutor-3558-thread-1-processing-n:127.0.0.1:56734_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56734_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@340ff60a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1242523 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ 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> 1242523 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ 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> 1242523 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ 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> 1242523 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ 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 1539421915514404864
   [junit4]   2> 1242525 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ 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 1539421915514404864
   [junit4]   2> 1242525 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 1242526 INFO  (coreLoadExecutor-3557-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1242526 INFO  (coreZkRegister-3551-thread-1-processing-n:127.0.0.1:56734_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56734_ 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:56734 collection:control_collection shard:shard1
   [junit4]   2> 1242528 INFO  (coreZkRegister-3551-thread-1-processing-n:127.0.0.1:56734_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56734_ 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> 1242536 INFO  (coreZkRegister-3551-thread-1-processing-n:127.0.0.1:56734_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56734_ 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/96213869600440324-core_node1-n_0000000000
   [junit4]   2> 1242536 INFO  (coreZkRegister-3551-thread-1-processing-n:127.0.0.1:56734_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56734_ 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> 1242538 INFO  (coreZkRegister-3551-thread-1-processing-n:127.0.0.1:56734_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56734_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1242538 INFO  (coreZkRegister-3551-thread-1-processing-n:127.0.0.1:56734_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56734_ 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> 1242539 INFO  (coreZkRegister-3551-thread-1-processing-n:127.0.0.1:56734_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56734_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:56734/collection1/
   [junit4]   2> 1242539 INFO  (coreZkRegister-3551-thread-1-processing-n:127.0.0.1:56734_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56734_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1242539 INFO  (coreZkRegister-3551-thread-1-processing-n:127.0.0.1:56734_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56734_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:56734/collection1/ has no replicas
   [junit4]   2> 1242539 INFO  (OverseerStateUpdate-96213869600440324-127.0.0.1:56734_-n_0000000000) [n:127.0.0.1:56734_    ] 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> 1242540 INFO  (coreZkRegister-3551-thread-1-processing-n:127.0.0.1:56734_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56734_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1242545 INFO  (coreZkRegister-3551-thread-1-processing-n:127.0.0.1:56734_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56734_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/96213869600440324-core_node1-n_0000000000
   [junit4]   2> 1242547 INFO  (coreZkRegister-3551-thread-1-processing-n:127.0.0.1:56734_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56734_ 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:56734/collection1/ shard1
   [junit4]   2> 1242549 INFO  (OverseerStateUpdate-96213869600440324-127.0.0.1:56734_-n_0000000000) [n:127.0.0.1:56734_    ] 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:56734",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 1242653 INFO  (zkCallback-1427-thread-1-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_    ] 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> 1242699 INFO  (coreZkRegister-3551-thread-1-processing-n:127.0.0.1:56734_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56734_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController We are http://127.0.0.1:56734/collection1/ and leader is http://127.0.0.1:56734/collection1/
   [junit4]   2> 1242699 INFO  (coreZkRegister-3551-thread-1-processing-n:127.0.0.1:56734_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56734_ 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:56734
   [junit4]   2> 1242700 INFO  (coreZkRegister-3551-thread-1-processing-n:127.0.0.1:56734_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56734_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1242700 INFO  (coreZkRegister-3551-thread-1-processing-n:127.0.0.1:56734_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56734_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 1242700 INFO  (coreZkRegister-3551-thread-1-processing-n:127.0.0.1:56734_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56734_ 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> 1242701 INFO  (coreZkRegister-3551-thread-1-processing-n:127.0.0.1:56734_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56734_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader Checking legacy cluster state for collection control_collection
   [junit4]   2> 1242702 INFO  (OverseerStateUpdate-96213869600440324-127.0.0.1:56734_-n_0000000000) [n:127.0.0.1:56734_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:56734",
   [junit4]   2>   "node_name":"127.0.0.1:56734_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 2
   [junit4]   2> 1242703 INFO  (OverseerStateUpdate-96213869600440324-127.0.0.1:56734_-n_0000000000) [n:127.0.0.1:56734_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:56734",
   [junit4]   2>   "node_name":"127.0.0.1:56734_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1242807 INFO  (zkCallback-1427-thread-3-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_    ] 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> 1242825 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1242826 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1242828 INFO  (zkCallback-1431-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@35b5d454 name:ZooKeeperConnection Watcher:127.0.0.1:56731/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1242828 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1242828 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1242828 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1242830 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 1242831 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1242833 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1243121 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_32F0374606770814-001/shard-1-001/cores/collection1
   [junit4]   2> 1243122 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_32F0374606770814-001/shard-1-001
   [junit4]   2> 1243123 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1243125 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@14aa65d7{/,null,AVAILABLE}
   [junit4]   2> 1243125 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.e.j.s.ServerConnector Started ServerConnector@46e46a77{HTTP/1.1,[http/1.1]}{127.0.0.1:56743}
   [junit4]   2> 1243125 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.e.j.s.Server Started @1249602ms
   [junit4]   2> 1243125 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_32F0374606770814-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=56742, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_32F0374606770814-001/shard-1-001/cores}
   [junit4]   2> 1243126 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@4554617c
   [junit4]   2> 1243126 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_32F0374606770814-001/shard-1-001'
   [junit4]   2> 1243126 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1243126 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1243127 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1243127 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1243129 INFO  (zkCallback-1432-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7782c name:ZooKeeperConnection Watcher:127.0.0.1:56731/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1243129 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1243130 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1243131 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1243131 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_32F0374606770814-001/shard-1-001/solr.xml
   [junit4]   2> 1243165 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_32F0374606770814-001/shard-1-001/cores
   [junit4]   2> 1243166 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.CoreContainer New CoreContainer 841819898
   [junit4]   2> 1243166 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_32F0374606770814-001/shard-1-001]
   [junit4]   2> 1243166 WARN  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.CoreContainer Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_32F0374606770814-001/shard-1-001/lib to classpath: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_32F0374606770814-001/shard-1-001/lib
   [junit4]   2> 1243166 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] 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,
   [junit4]   2> 1243170 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 1243170 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1243170 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1243170 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56731/solr
   [junit4]   2> 1243170 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1243170 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1243170 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1243172 INFO  (zkCallback-1435-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3ef70040 name:ZooKeeperConnection Watcher:127.0.0.1:56731 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1243173 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1243173 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1243175 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [n:127.0.0.1:56742_    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$53/1839696858@11d1eadf
   [junit4]   2> 1243176 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [n:127.0.0.1:56742_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1243177 INFO  (zkCallback-1436-thread-1-processing-n:127.0.0.1:56742_) [n:127.0.0.1:56742_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@72a30570 name:ZooKeeperConnection Watcher:127.0.0.1:56731/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1243177 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [n:127.0.0.1:56742_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1243187 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [n:127.0.0.1:56742_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1243189 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [n:127.0.0.1:56742_    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 1243190 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [n:127.0.0.1:56742_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1243195 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [n:127.0.0.1:56742_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1243195 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [n:127.0.0.1:56742_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96213869600440328-127.0.0.1:56742_-n_0000000001
   [junit4]   2> 1243196 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [n:127.0.0.1:56742_    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96213869600440324-127.0.0.1:56734_-n_0000000000 to know if I could be the leader
   [junit4]   2> 1243197 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [n:127.0.0.1:56742_    ] o.a.s.c.ZkController Publish node=127.0.0.1:56742_ as DOWN
   [junit4]   2> 1243199 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [n:127.0.0.1:56742_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56742_
   [junit4]   2> 1243199 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [n:127.0.0.1:56742_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:56742_
   [junit4]   2> 1243200 INFO  (OverseerStateUpdate-96213869600440324-127.0.0.1:56734_-n_0000000000) [n:127.0.0.1:56734_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:56742_"} current state version: 3
   [junit4]   2> 1243200 INFO  (OverseerStateUpdate-96213869600440324-127.0.0.1:56734_-n_0000000000) [n:127.0.0.1:56734_    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:56742_
   [junit4]   2> 1243201 INFO  (zkCallback-1436-thread-1-processing-n:127.0.0.1:56742_) [n:127.0.0.1:56742_    ] 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> 1243201 INFO  (zkCallback-1427-thread-2-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_    ] 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> 1243201 INFO  (zkCallback-1431-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> 1243203 INFO  (zkCallback-1431-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1243203 INFO  (zkCallback-1427-thread-2-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1243204 INFO  (zkCallback-1436-thread-1-processing-n:127.0.0.1:56742_) [n:127.0.0.1:56742_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1243210 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [n:127.0.0.1:56742_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1243210 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [n:127.0.0.1:56742_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1243211 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [n:127.0.0.1:56742_    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_32F0374606770814-001/shard-1-001/cores
   [junit4]   2> 1243212 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [n:127.0.0.1:56742_    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=collection1, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 1243213 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [n:127.0.0.1:56742_    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_32F0374606770814-001/shard-1-001/cores/collection1
   [junit4]   2> 1243213 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [n:127.0.0.1:56742_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1243214 INFO  (coreLoadExecutor-3568-thread-1-processing-n:127.0.0.1:56742_) [n:127.0.0.1:56742_ c:collection1   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 1243214 INFO  (coreLoadExecutor-3568-thread-1-processing-n:127.0.0.1:56742_) [n:127.0.0.1:56742_ c:collection1   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 1243215 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [n:127.0.0.1:56742_    ] o.a.s.s.SolrDispatchFilter user.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1
   [junit4]   2> 1243215 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[32F0374606770814]) [n:127.0.0.1:56742_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1243216 INFO  (coreLoadExecutor-3568-thread-1-processing-n:127.0.0.1:56742_) [n:127.0.0.1:56742_ c:collection1   x:collection1] o.a.s.c.ZkController Collection collection1 not visible yet, but flagging it so a watch is registered when it becomes visible
   [junit4]   2> 1243216 INFO  (OverseerStateUpdate-96213869600440324-127.0.0.1:56734_-n_0000000000) [n:127.0.0.1:56734_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:56742",
   [junit4]   2>   "node_name":"127.0.0.1:56742_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"} current state version: 3
   [junit4]   2> 1243216 INFO  (OverseerStateUpdate-96213869600440324-127.0.0.1:56734_-n_0000000000) [n:127.0.0.1:56734_    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:56742",
   [junit4]   2>   "node_name":"127.0.0.1:56742_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1243216 INFO  (OverseerStateUpdate-96213869600440324-127.0.0.1:56734_-n_0000000000) [n:127.0.0.1:56734_    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 1243216 INFO  (OverseerStateUpdate-96213869600440324-127.0.0.1:56734_-n_0000000000) [n:127.0.0.1:56734_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 1243217 INFO  (coreLoadExecutor-3568-thread-1-processing-n:127.0.0.1:56742_) [n:127.0.0.1:56742_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Deleting data for [collection1]
   [junit4]   2> 1243218 INFO  (coreLoadExecutor-3568-thread-1-processing-n:127.0.0.1:56742_) [n:127.0.0.1:56742_ c:collection1   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 1243327 INFO  (zkCallback-1431-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: [2])
   [junit4]   2> 1243327 INFO  (zkCallback-1436-thread-1-processing-n:127.0.0.1:56742_) [n:127.0.0.1:56742_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1243327 INFO  (zkCallback-1427-thread-2-processing-n:127.0.0.1:56734_) [n:127.0.0.1:56734_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1244219 INFO  (coreLoadExecutor-3568-thread-1-processing-n:127.0.0.1:56742_) [n:127.0.0.1:56742_ c:collection1   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1244219 INFO  (coreLoadExecutor-3568-thread-1-processing-n:127.0.0.1:56742_) [n:127.0.0.1:56742_ c:collection1   x:collection1] o.a.s.c.ZkController Check for collection zkNode:collection1
   [junit4]   2> 1244220 INFO  (coreLoadExecutor-3568-thread-1-processing-n:127.0.0.1:56742_) [n:127.0.0.1:56742_ c:collection1   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 1244220 INFO  (coreLoadExecutor-3568-thread-1-processing-n:127.0.0.1:56742_) [n:127.0.0.1:56742_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/collection1]
   [junit4]   2> 1244222 INFO  (coreLoadExecutor-3568-thread-1-processing-n:127.0.0.1:56742_) [n:127.0.0.1:56742_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/collection1] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 1244222 INFO  (coreLoadExecutor-3568-thread-1-processing-n:127.0.0.1:56742_) [n:127.0.0.1:56742_ c:collection1   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Sol

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

CII
   [junit4] ERROR   34.6s J1 | ForceLeaderTest.testReplicasInLIRNoLeader <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:56910/forceleader_test_collection_shard1_replica2]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([32F0374606770814:D46703863FF5F175]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:753)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1151)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1040)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:976)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.sendDocsWithRetry(AbstractFullDistribZkTestBase.java:753)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.sendDocsWithRetry(AbstractFullDistribZkTestBase.java:741)
   [junit4]    > 	at org.apache.solr.cloud.ForceLeaderTest.sendDoc(ForceLeaderTest.java:424)
   [junit4]    > 	at org.apache.solr.cloud.ForceLeaderTest.assertSendDocFails(ForceLeaderTest.java:315)
   [junit4]    > 	at org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader(ForceLeaderTest.java:110)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:56910/forceleader_test_collection_shard1_replica2]
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:393)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:747)
   [junit4]    > 	... 49 more
   [junit4]    > Caused by: org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://127.0.0.1:56910/forceleader_test_collection_shard1_replica2
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:613)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:259)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:413)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:382)
   [junit4]    > 	... 50 more
   [junit4]    > Caused by: org.apache.http.conn.HttpHostConnectException: Connect to 127.0.0.1:56910 [/127.0.0.1] failed: Connection refused
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:151)
   [junit4]    > 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:353)
   [junit4]    > 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:380)
   [junit4]    > 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
   [junit4]    > 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
   [junit4]    > 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
   [junit4]    > 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
   [junit4]    > 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:511)
   [junit4]    > 	... 54 more
   [junit4]    > Caused by: java.net.ConnectException: Connection refused
   [junit4]    > 	at java.net.PlainSocketImpl.socketConnect(Native Method)
   [junit4]    > 	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
   [junit4]    > 	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
   [junit4]    > 	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
   [junit4]    > 	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
   [junit4]    > 	at java.net.Socket.connect(Socket.java:589)
   [junit4]    > 	at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:74)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:134)
   [junit4]    > 	... 64 more
   [junit4]   2> 1349805 INFO  (SUITE-ForceLeaderTest-seed#[32F0374606770814]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_32F0374606770814-001
   [junit4]   2> NOTE: test params are: codec=Lucene62, sim=RandomSimilarity(queryNorm=false): {}, locale=ga, timezone=SystemV/AST4ADT
   [junit4]   2> NOTE: Mac OS X 10.11.5 x86_64/Oracle Corporation 1.8.0_92 (64-bit)/cpus=3,threads=1,free=203436704,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [DateMathParserTest, LoggingHandlerTest, SignatureUpdateProcessorFactoryTest, DistributedIntervalFacetingTest, SolrCloudExampleTest, SuggesterTSTTest, BinaryUpdateRequestHandlerTest, SpellPossibilityIteratorTest, TestStandardQParsers, SolrIndexSplitterTest, TestNumericTerms64, TestFieldSortValues, BaseCdcrDistributedZkTest, BasicAuthIntegrationTest, TestSolrDeletionPolicy2, TestClusterStateMutator, SuggestComponentContextFilterQueryTest, TestCloudPseudoReturnFields, TestFieldTypeCollectionResource, TestSizeLimitedDistributedMap, MergeStrategyTest, TestConfigSetProperties, TestSchemaNameResource, DistributedFacetPivotLargeTest, TestIntervalFaceting, TestDistributedMissingSort, QueryParsingTest, FileUtilsTest, TestLocalFSCloudBackupRestore, TestValueSourceCache, DeleteStatusTest, TestDistribIDF, ResourceLoaderTest, AddBlockUpdateTest, TestRecovery, DebugComponentTest, DistributedFacetPivotSmallAdvancedTest, FieldAnalysisRequestHandlerTest, TestJsonFacets, SimpleCollectionCreateDeleteTest, DistanceFunctionTest, SearchHandlerTest, HdfsTlogReplayBufferedWhileIndexingTest, TestTolerantUpdateProcessorCloud, TestSolrIndexConfig, TestRandomCollapseQParserPlugin, TestAuthorizationFramework, TestSolrJ, QueryResultKeyTest, TestCloudSchemaless, TestCustomDocTransformer, DocValuesMissingTest, TestQuerySenderListener, WordBreakSolrSpellCheckerTest, CdcrReplicationHandlerTest, TestStressCloudBlindAtomicUpdates, ResponseHeaderTest, AsyncCallRequestStatusResponseTest, FileBasedSpellCheckerTest, ResponseLogComponentTest, TestBadConfig, LukeRequestHandlerTest, TestGraphMLResponseWriter, ConfigSetsAPITest, TestConfigSetsAPI, AnalyticsQueryTest, TestSolr4Spatial2, HdfsBasicDistributedZkTest, TestNamedUpdateProcessors, HdfsChaosMonkeySafeLeaderTest, TestOverriddenPrefixQueryForCustomFieldType, TermVectorComponentTest, FacetPivotSmallTest, BlockJoinFacetRandomTest, SolrInfoMBeanTest, TlogReplayBufferedWhileIndexingTest, TestFileDictionaryLookup, TestManagedResourceStorage, SpellingQueryConverterTest, TestCoreDiscovery, CollectionTooManyReplicasTest, TestAuthenticationFramework, TestSuggestSpellingConverter, TestFiltering, HLLUtilTest, SortByFunctionTest, OverriddenZkACLAndCredentialsProvidersTest, TestSubQueryTransformerDistrib, ZkNodePropsTest, NoCacheHeaderTest, TestJoin, JavabinLoaderTest, TestAtomicUpdateErrorCases, TestLMJelinekMercerSimilarityFactory, CopyFieldTest, TestRealTimeGet, CollectionReloadTest, TestSolrCoreProperties, TestHdfsUpdateLog, SolrCmdDistributorTest, LeaderElectionIntegrationTest, TestStressRecovery, TestAnalyzeInfixSuggestions, TestConfigOverlay, BasicDistributedZk2Test, TestSlowCompositeReaderWrapper, OverseerStatusTest, CacheHeaderTest, DirectUpdateHandlerOptimizeTest, ForceLeaderTest]
   [junit4] Completed [233/620 (1!)] on J1 in 109.15s, 3 tests, 1 error, 1 skipped <<< FAILURES!

[...truncated 1274 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/build.xml:740: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/build.xml:684: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/build.xml:59: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build.xml:233: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/common-build.xml:530: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/common-build.xml:1443: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/common-build.xml:984: There were test failures: 620 suites (10 ignored), 2635 tests, 1 error, 140 ignored (88 assumptions) [seed: 32F0374606770814]

Total time: 89 minutes 44 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



[JENKINS] Lucene-Solr-master-MacOSX (64bit/jdk1.8.0) - Build # 3399 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/3399/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseSerialGC

3 tests failed.
FAILED:  org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test

Error Message:
No live SolrServers available to handle this request:[http://127.0.0.1:60230/jxg/i/c8n_1x3_lf_shard1_replica1]

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: No live SolrServers available to handle this request:[http://127.0.0.1:60230/jxg/i/c8n_1x3_lf_shard1_replica1]
	at __randomizedtesting.SeedInfo.seed([48A1952C754CF868:C0F5AAF6DBB09590]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:739)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1151)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1040)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:976)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.sendDocsWithRetry(AbstractFullDistribZkTestBase.java:753)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.sendDocsWithRetry(AbstractFullDistribZkTestBase.java:741)
	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:178)
	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:57)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:60230/jxg/i/c8n_1x3_lf_shard1_replica1]
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:393)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:714)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	... 1 more
Caused by: org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://127.0.0.1:60230/jxg/i/c8n_1x3_lf_shard1_replica1
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:613)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:259)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:382)
	... 6 more
Caused by: org.apache.http.conn.HttpHostConnectException: Connect to 127.0.0.1:60230 [/127.0.0.1] failed: Connection refused
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:151)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:353)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:380)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:511)
	... 10 more
Caused by: java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:589)
	at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:74)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:134)
	... 20 more


FAILED:  org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigAliasReplication

Error Message:
expected:<1> but was:<0>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<0>
	at __randomizedtesting.SeedInfo.seed([48A1952C754CF868:BFD27B74B3A4578E]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigAliasReplication(TestReplicationHandler.java:1327)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.TestLocalFSCloudBackupRestore.test

Error Message:
Error from server at https://127.0.0.1:61562/solr: 'location' is not specified as a query parameter or as a default repository property or as a cluster property.

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:61562/solr: 'location' is not specified as a query parameter or as a default repository property or as a cluster property.
	at __randomizedtesting.SeedInfo.seed([48A1952C754CF868:C0F5AAF6DBB09590]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:606)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:259)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:366)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1270)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1040)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:976)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:166)
	at org.apache.solr.cloud.AbstractCloudBackupRestoreTestCase.testInvalidPath(AbstractCloudBackupRestoreTestCase.java:149)
	at org.apache.solr.cloud.AbstractCloudBackupRestoreTestCase.test(AbstractCloudBackupRestoreTestCase.java:128)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 10488 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReplicationHandler
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_48A1952C754CF868-001/init-core-data-001
   [junit4]   2> 22927 INFO  (SUITE-TestReplicationHandler-seed#[48A1952C754CF868]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 22934 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[48A1952C754CF868]) [    ] o.a.s.SolrTestCaseJ4 ###Starting doTestIndexAndConfigReplication
   [junit4]   2> 22935 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[48A1952C754CF868]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_48A1952C754CF868-001/solr-instance-001/collection1
   [junit4]   2> 24129 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[48A1952C754CF868]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 24333 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[48A1952C754CF868]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1784d451{/solr,null,AVAILABLE}
   [junit4]   2> 24387 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[48A1952C754CF868]) [    ] o.e.j.s.ServerConnector Started ServerConnector@396846d3{HTTP/1.1,[http/1.1]}{127.0.0.1:53981}
   [junit4]   2> 24387 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[48A1952C754CF868]) [    ] o.e.j.s.Server Started @30174ms
   [junit4]   2> 24387 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[48A1952C754CF868]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_48A1952C754CF868-001/solr-instance-001/collection1/data, hostContext=/solr, hostPort=53981}
   [junit4]   2> 24425 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[48A1952C754CF868]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@4554617c
   [junit4]   2> 24427 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[48A1952C754CF868]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_48A1952C754CF868-001/solr-instance-001'
   [junit4]   2> 24427 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[48A1952C754CF868]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 24427 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[48A1952C754CF868]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 24509 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[48A1952C754CF868]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_48A1952C754CF868-001/solr-instance-001/solr.xml
   [junit4]   2> 24534 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[48A1952C754CF868]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_48A1952C754CF868-001/solr-instance-001/.
   [junit4]   2> 24534 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[48A1952C754CF868]) [    ] o.a.s.c.CoreContainer New CoreContainer 880542610
   [junit4]   2> 24534 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[48A1952C754CF868]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_48A1952C754CF868-001/solr-instance-001]
   [junit4]   2> 24534 WARN  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[48A1952C754CF868]) [    ] o.a.s.c.CoreContainer Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_48A1952C754CF868-001/solr-instance-001/lib to classpath: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_48A1952C754CF868-001/solr-instance-001/lib
   [junit4]   2> 24568 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[48A1952C754CF868]) [    ] 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,
   [junit4]   2> 24575 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[48A1952C754CF868]) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 24575 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[48A1952C754CF868]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 24575 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[48A1952C754CF868]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 24576 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[48A1952C754CF868]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 24576 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[48A1952C754CF868]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 24581 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[48A1952C754CF868]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_48A1952C754CF868-001/solr-instance-001/.
   [junit4]   2> 24588 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[48A1952C754CF868]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 24589 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[48A1952C754CF868]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_48A1952C754CF868-001/solr-instance-001/./collection1
   [junit4]   2> 24589 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[48A1952C754CF868]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 24590 INFO  (coreLoadExecutor-35-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_48A1952C754CF868-001/solr-instance-001/collection1'
   [junit4]   2> 24591 INFO  (coreLoadExecutor-35-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 24592 INFO  (coreLoadExecutor-35-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 24595 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[48A1952C754CF868]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 24595 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[48A1952C754CF868]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 24611 INFO  (coreLoadExecutor-35-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 24617 INFO  (coreLoadExecutor-35-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 24631 INFO  (coreLoadExecutor-35-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 24640 INFO  (coreLoadExecutor-35-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 24645 INFO  (coreLoadExecutor-35-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 24649 INFO  (coreLoadExecutor-35-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_48A1952C754CF868-001/solr-instance-001/collection1'
   [junit4]   2> 24649 INFO  (coreLoadExecutor-35-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_48A1952C754CF868-001/solr-instance-001/./collection1
   [junit4]   2> 24650 INFO  (coreLoadExecutor-35-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 24650 INFO  (coreLoadExecutor-35-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_48A1952C754CF868-001/solr-instance-001/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_48A1952C754CF868-001/solr-instance-001/./collection1/data/]
   [junit4]   2> 24650 INFO  (coreLoadExecutor-35-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 24651 INFO  (coreLoadExecutor-35-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_48A1952C754CF868-001/solr-instance-001/./collection1/data
   [junit4]   2> 24651 INFO  (coreLoadExecutor-35-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_48A1952C754CF868-001/solr-instance-001/./collection1/data/index/
   [junit4]   2> 24651 WARN  (coreLoadExecutor-35-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_48A1952C754CF868-001/solr-instance-001/./collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 24651 INFO  (coreLoadExecutor-35-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_48A1952C754CF868-001/solr-instance-001/./collection1/data/index
   [junit4]   2> 24656 INFO  (coreLoadExecutor-35-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@2082658d
   [junit4]   2> 24678 INFO  (coreLoadExecutor-35-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@4d6d193f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@b79499f),segFN=segments_1,generation=1}
   [junit4]   2> 24678 INFO  (coreLoadExecutor-35-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 24688 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_48A1952C754CF868-001/solr-instance-001/./collection1/data/
   [junit4]   2> 24690 INFO  (coreLoadExecutor-35-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 24695 INFO  (coreLoadExecutor-35-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 24697 INFO  (coreLoadExecutor-35-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 24698 INFO  (coreLoadExecutor-35-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 24699 INFO  (coreLoadExecutor-35-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 24702 INFO  (coreLoadExecutor-35-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 24702 INFO  (coreLoadExecutor-35-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,lazy,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 24702 INFO  (coreLoadExecutor-35-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 24702 INFO  (coreLoadExecutor-35-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 24702 INFO  (coreLoadExecutor-35-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 24713 INFO  (coreLoadExecutor-35-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=36, maxMergeAtOnceExplicit=10, maxMergedSegmentMB=40.7578125, floorSegmentMB=2.00390625, forceMergeDeletesPctAllowed=24.274275573514615, segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3383651671801549
   [junit4]   2> 24734 INFO  (coreLoadExecutor-35-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@4d6d193f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@b79499f),segFN=segments_1,generation=1}
   [junit4]   2> 24734 INFO  (coreLoadExecutor-35-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 24735 INFO  (coreLoadExecutor-35-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6959cb0d[collection1] main]
   [junit4]   2> 24735 INFO  (coreLoadExecutor-35-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_48A1952C754CF868-001/solr-instance-001/collection1/conf
   [junit4]   2> 24735 INFO  (coreLoadExecutor-35-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_48A1952C754CF868-001/solr-instance-001/collection1/conf}
   [junit4]   2> 24735 INFO  (coreLoadExecutor-35-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_48A1952C754CF868-001/solr-instance-001/collection1/conf
   [junit4]   2> 24736 INFO  (coreLoadExecutor-35-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 24736 INFO  (coreLoadExecutor-35-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following config files: schema.xml,xslt/dummy.xsl
   [junit4]   2> 24736 INFO  (coreLoadExecutor-35-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 24736 INFO  (searcherExecutor-36-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@6959cb0d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 24736 INFO  (coreLoadExecutor-35-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 25152 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[48A1952C754CF868]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_48A1952C754CF868-001/solr-instance-002/collection1
   [junit4]   2> 25161 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[48A1952C754CF868]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 25164 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[48A1952C754CF868]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@70c084ba{/solr,null,AVAILABLE}
   [junit4]   2> 25165 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[48A1952C754CF868]) [    ] o.e.j.s.ServerConnector Started ServerConnector@4d270457{HTTP/1.1,[http/1.1]}{127.0.0.1:53982}
   [junit4]   2> 25165 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[48A1952C754CF868]) [    ] o.e.j.s.Server Started @30952ms
   [junit4]   2> 25165 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[48A1952C754CF868]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_48A1952C754CF868-001/solr-instance-002/collection1/data, hostContext=/solr, hostPort=53982}
   [junit4]   2> 25166 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[48A1952C754CF868]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@4554617c
   [junit4]   2> 25166 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[48A1952C754CF868]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_48A1952C754CF868-001/solr-instance-002'
   [junit4]   2> 25166 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[48A1952C754CF868]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 25166 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[48A1952C754CF868]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 25167 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[48A1952C754CF868]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_48A1952C754CF868-001/solr-instance-002/solr.xml
   [junit4]   2> 25189 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[48A1952C754CF868]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_48A1952C754CF868-001/solr-instance-002/.
   [junit4]   2> 25189 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[48A1952C754CF868]) [    ] o.a.s.c.CoreContainer New CoreContainer 335222277
   [junit4]   2> 25189 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[48A1952C754CF868]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_48A1952C754CF868-001/solr-instance-002]
   [junit4]   2> 25189 WARN  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[48A1952C754CF868]) [    ] o.a.s.c.CoreContainer Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_48A1952C754CF868-001/solr-instance-002/lib to classpath: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_48A1952C754CF868-001/solr-instance-002/lib
   [junit4]   2> 25190 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[48A1952C754CF868]) [    ] 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,
   [junit4]   2> 25193 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[48A1952C754CF868]) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 25193 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[48A1952C754CF868]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 25194 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[48A1952C754CF868]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 25194 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[48A1952C754CF868]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 25194 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[48A1952C754CF868]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 25195 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[48A1952C754CF868]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_48A1952C754CF868-001/solr-instance-002/.
   [junit4]   2> 25198 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[48A1952C754CF868]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 25198 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[48A1952C754CF868]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_48A1952C754CF868-001/solr-instance-002/./collection1
   [junit4]   2> 25199 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[48A1952C754CF868]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 25201 INFO  (coreLoadExecutor-45-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_48A1952C754CF868-001/solr-instance-002/collection1'
   [junit4]   2> 25201 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[48A1952C754CF868]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 25201 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[48A1952C754CF868]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 25201 INFO  (coreLoadExecutor-45-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 25201 INFO  (coreLoadExecutor-45-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 25216 INFO  (coreLoadExecutor-45-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 25228 INFO  (coreLoadExecutor-45-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 25239 INFO  (coreLoadExecutor-45-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 25243 INFO  (coreLoadExecutor-45-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 25254 INFO  (coreLoadExecutor-45-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 25258 INFO  (coreLoadExecutor-45-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_48A1952C754CF868-001/solr-instance-002/collection1'
   [junit4]   2> 25259 INFO  (coreLoadExecutor-45-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_48A1952C754CF868-001/solr-instance-002/./collection1
   [junit4]   2> 25259 INFO  (coreLoadExecutor-45-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 25260 INFO  (coreLoadExecutor-45-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_48A1952C754CF868-001/solr-instance-002/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_48A1952C754CF868-001/solr-instance-002/./collection1/data/]
   [junit4]   2> 25260 INFO  (coreLoadExecutor-45-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 25262 INFO  (coreLoadExecutor-45-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_48A1952C754CF868-001/solr-instance-002/./collection1/data
   [junit4]   2> 25263 INFO  (coreLoadExecutor-45-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_48A1952C754CF868-001/solr-instance-002/./collection1/data/index/
   [junit4]   2> 25263 WARN  (coreLoadExecutor-45-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_48A1952C754CF868-001/solr-instance-002/./collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 25263 INFO  (coreLoadExecutor-45-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_48A1952C754CF868-001/solr-instance-002/./collection1/data/index
   [junit4]   2> 25263 INFO  (coreLoadExecutor-45-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@58eb1cae
   [junit4]   2> 25305 INFO  (coreLoadExecutor-45-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@537c0d9d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@64b441f5),segFN=segments_1,generation=1}
   [junit4]   2> 25305 INFO  (coreLoadExecutor-45-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 25307 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_48A1952C754CF868-001/solr-instance-002/./collection1/data/
   [junit4]   2> 25309 INFO  (coreLoadExecutor-45-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 25314 INFO  (coreLoadExecutor-45-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 25315 INFO  (coreLoadExecutor-45-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 25316 INFO  (coreLoadExecutor-45-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 25317 INFO  (coreLoadExecutor-45-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 25321 INFO  (coreLoadExecutor-45-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 25323 INFO  (coreLoadExecutor-45-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,lazy,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 25323 INFO  (coreLoadExecutor-45-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 25323 INFO  (coreLoadExecutor-45-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 25324 INFO  (coreLoadExecutor-45-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 25324 INFO  (coreLoadExecutor-45-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=36, maxMergeAtOnceExplicit=10, maxMergedSegmentMB=40.7578125, floorSegmentMB=2.00390625, forceMergeDeletesPctAllowed=24.274275573514615, segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3383651671801549
   [junit4]   2> 25343 INFO  (coreLoadExecutor-45-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@537c0d9d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@64b441f5),segFN=segments_1,generation=1}
   [junit4]   2> 25343 INFO  (coreLoadExecutor-45-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 25343 INFO  (coreLoadExecutor-45-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@bd35ef6[collection1] main]
   [junit4]   2> 25344 INFO  (coreLoadExecutor-45-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_48A1952C754CF868-001/solr-instance-002/collection1/conf
   [junit4]   2> 25344 INFO  (coreLoadExecutor-45-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_48A1952C754CF868-001/solr-instance-002/collection1/conf}
   [junit4]   2> 25344 INFO  (coreLoadExecutor-45-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_48A1952C754CF868-001/solr-instance-002/collection1/conf
   [junit4]   2> 25344 INFO  (coreLoadExecutor-45-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 25364 INFO  (coreLoadExecutor-45-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 1000ms
   [junit4]   2> 25365 INFO  (searcherExecutor-46-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@bd35ef6[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 25365 INFO  (coreLoadExecutor-45-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 27113 INFO  (qtp620603939-40) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=80
   [junit4]   2> 27118 INFO  (qtp620603939-39) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/select params={q=*:*&sort=id+desc&wt=javabin&version=2} hits=0 status=0 QTime=84
   [junit4]   2> 27278 INFO  (qtp620603939-41) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 27387 INFO  (qtp620603939-42) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[0]} 0 69
   [junit4]   2> 27390 INFO  (qtp620603939-43) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1]} 0 1
   [junit4]   2> 27393 INFO  (qtp620603939-38) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2]} 0 0
   [junit4]   2> 27397 INFO  (qtp620603939-36) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[3]} 0 0
   [junit4]   2> 27400 INFO  (qtp620603939-39) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[4]} 0 0
   [junit4]   2> 27402 INFO  (qtp620603939-40) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[5]} 0 0
   [junit4]   2> 27405 INFO  (qtp620603939-41) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[6]} 0 0
   [junit4]   2> 27414 INFO  (qtp620603939-42) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[7]} 0 6
   [junit4]   2> 27417 INFO  (qtp620603939-43) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[8]} 0 0
   [junit4]   2> 27421 INFO  (qtp620603939-38) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[9]} 0 1
   [junit4]   2> 27424 INFO  (qtp620603939-36) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[10]} 0 0
   [junit4]   2> 27431 INFO  (qtp620603939-39) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[11]} 0 1
   [junit4]   2> 27435 INFO  (qtp620603939-40) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[12]} 0 2
   [junit4]   2> 27438 INFO  (qtp620603939-41) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[13]} 0 1
   [junit4]   2> 27442 INFO  (qtp620603939-42) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[14]} 0 1
   [junit4]   2> 27445 INFO  (qtp620603939-43) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[15]} 0 0
   [junit4]   2> 27447 INFO  (qtp620603939-38) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[16]} 0 0
   [junit4]   2> 27449 INFO  (qtp620603939-36) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[17]} 0 0
   [junit4]   2> 27451 INFO  (qtp620603939-39) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[18]} 0 0
   [junit4]   2> 27454 INFO  (qtp620603939-40) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[19]} 0 0
   [junit4]   2> 27459 INFO  (qtp620603939-40) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[20]} 0 3
   [junit4]   2> 27462 INFO  (qtp620603939-41) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[21]} 0 0
   [junit4]   2> 27465 INFO  (qtp620603939-42) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[22]} 0 1
   [junit4]   2> 27468 INFO  (qtp620603939-43) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[23]} 0 0
   [junit4]   2> 27471 INFO  (qtp620603939-38) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[24]} 0 0
   [junit4]   2> 27473 INFO  (qtp620603939-36) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[25]} 0 0
   [junit4]   2> 27475 INFO  (qtp620603939-39) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[26]} 0 0
   [junit4]   2> 27484 INFO  (qtp620603939-40) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[27]} 0 7
   [junit4]   2> 27489 INFO  (qtp620603939-41) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[28]} 0 3
   [junit4]   2> 27492 INFO  (qtp620603939-42) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[29]} 0 0
   [junit4]   2> 27496 INFO  (qtp620603939-43) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[30]} 0 2
   [junit4]   2> 27500 INFO  (qtp620603939-38) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[31]} 0 0
   [junit4]   2> 27503 INFO  (qtp620603939-36) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[32]} 0 1
   [junit4]   2> 27505 INFO  (qtp620603939-39) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[33]} 0 0
   [junit4]   2> 27507 INFO  (qtp620603939-40) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[34]} 0 0
   [junit4]   2> 27509 INFO  (qtp620603939-40) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[35]} 0 0
   [junit4]   2> 27519 INFO  (qtp620603939-41) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[36]} 0 8
   [junit4]   2> 27521 INFO  (qtp620603939-42) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[37]} 0 0
   [junit4]   2> 27526 INFO  (qtp620603939-43) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[38]} 0 2
   [junit4]   2> 27529 INFO  (qtp620603939-38) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[39]} 0 1
   [junit4]   2> 27537 INFO  (qtp620603939-36) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[40]} 0 5
   [junit4]   2> 27540 INFO  (qtp620603939-39) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[41]} 0 0
   [junit4]   2> 27543 INFO  (qtp620603939-40) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[42]} 0 1
   [junit4]   2> 27548 INFO  (qtp620603939-41) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[43]} 0 3
   [junit4]   2> 27552 INFO  (qtp620603939-42) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[44]} 0 0
   [junit4]   2> 27555 INFO  (qtp620603939-43) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[45]} 0 1
   [junit4]   2> 27558 INFO  (qtp620603939-38) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[46]} 0 1
   [junit4]   2> 27562 INFO  (qtp620603939-36) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[47]} 0 1
   [junit4]   2> 27565 INFO  (qtp620603939-39) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[48]} 0 0
   [junit4]   2> 27568 INFO  (qtp620603939-40) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[49]} 0 0
   [junit4]   2> 27572 INFO  (qtp620603939-41) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[50]} 0 0
   [junit4]   2> 27577 INFO  (qtp620603939-42) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[51]} 0 3
   [junit4]   2> 27581 INFO  (qtp620603939-43) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[52]} 0 1
   [junit4]   2> 27584 INFO  (qtp620603939-38) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[53]} 0 0
   [junit4]   2> 27588 INFO  (qtp620603939-36) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[54]} 0 1
   [junit4]   2> 27590 INFO  (qtp620603939-39) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[55]} 0 0
   [junit4]   2> 27592 INFO  (qtp620603939-40) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[56]} 0 0
   [junit4]   2> 27595 INFO  (qtp620603939-41) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[57]} 0 0
   [junit4]   2> 27598 INFO  (qtp620603939-42) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[58]} 0 0
   [junit4]   2> 27602 INFO  (qtp620603939-43) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[59]} 0 0
   [junit4]   2> 27604 INFO  (qtp620603939-38) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[60]} 0 0
   [junit4]   2> 27607 INFO  (qtp620603939-36) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[61]} 0 0
   [junit4]   2> 27609 INFO  (qtp620603939-39) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[62]} 0 0
   [junit4]   2> 27613 INFO  (qtp620603939-40) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[63]} 0 1
   [junit4]   2> 27615 INFO  (qtp620603939-41) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[64]} 0 0
   [junit4]   2> 27617 INFO  (qtp620603939-42) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[65]} 0 0
   [junit4]   2> 27620 INFO  (qtp620603939-43) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[66]} 0 0
   [junit4]   2> 27622 INFO  (qtp620603939-38) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[67]} 0 0
   [junit4]   2> 27625 INFO  (qtp620603939-38) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[68]} 0 0
   [junit4]   2> 27627 INFO  (qtp620603939-39) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[69]} 0 0
   [junit4]   2> 27629 INFO  (qtp620603939-40) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[70]} 0 0
   [junit4]   2> 27631 INFO  (qtp620603939-41) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[71]} 0 0
   [junit4]   2> 27634 INFO  (qtp620603939-42) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[72]} 0 0
   [junit4]   2> 27637 INFO  (qtp620603939-43) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[73]} 0 0
   [junit4]   2> 27640 INFO  (qtp620603939-36) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[74]} 0 0
   [junit4]   2> 27642 INFO  (qtp620603939-38) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[75]} 0 0
   [junit4]   2> 27644 INFO  (qtp620603939-39) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[76]} 0 0
   [junit4]   2> 27648 INFO  (qtp620603939-40) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[77]} 0 2
   [junit4]   2> 27651 INFO  (qtp620603939-41) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[78]} 0 0
   [junit4]   2> 27653 INFO  (qtp620603939-42) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[79]} 0 0
   [junit4]   2> 27657 INFO  (qtp620603939-43) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[80]} 0 2
   [junit4]   2> 27660 INFO  (qtp620603939-36) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[81]} 0 0
   [junit4]   2> 27663 INFO  (qtp620603939-38) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[82]} 0 0
   [junit4]   2> 27665 INFO  (qtp620603939-39) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[83]} 0 0
   [junit4]   2> 27667 INFO  (qtp620603939-40) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[84]} 0 0
   [junit4]   2> 27670 INFO  (qtp620603939-41) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[85]} 0 0
   [junit4]   2> 27673 INFO  (qtp620603939-42) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[86]} 0 0
   [junit4]   2> 27676 INFO  (qtp620603939-43) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[87]} 0 0
   [junit4]   2> 27678 INFO  (qtp620603939-36) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[88]} 0 0
   [junit4]   2> 27681 INFO  (qtp620603939-38) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[89]} 0 0
   [junit4]   2> 27685 INFO  (qtp620603939-39) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[90]} 0 0
   [junit4]   2> 27688 INFO  (qtp620603939-40) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[91]} 0 0
   [junit4]   2> 27690 INFO  (qtp620603939-41) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[92]} 0 0
   [junit4]   2> 27692 INFO  (qtp620603939-42) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[93]} 0 0
   [junit4]   2> 27695 INFO  (qtp620603939-43) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[94]} 0 2
   [junit4]   2> 27697 INFO  (qtp620603939-36) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[95]} 0 0
   [junit4]   2> 27700 INFO  (qtp620603939-38) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[96]} 0 0
   [junit4]   2> 27702 INFO  (qtp620603939-39) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[97]} 0 0
   [junit4]   2> 27704 INFO  (qtp620603939-40) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[98]} 0 0
   [junit4]   2> 27708 INFO  (qtp620603939-41) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[99]} 0 2
   [junit4]   2> 27710 INFO  (qtp620603939-42) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[100]} 0 0
   [junit4]   2> 27712 INFO  (qtp620603939-43) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[101]} 0 0
   [junit4]   2> 27714 INFO  (qtp620603939-36) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[102]} 0 0
   [junit4]   2> 27716 INFO  (qtp620603939-38) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[103]} 0 0
   [junit4]   2> 27720 INFO  (qtp620603939-39) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[104]} 0 1
   [junit4]   2> 27724 INFO  (qtp620603939-39) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[105]} 0 3
   [junit4]   2> 27727 INFO  (qtp620603939-41) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[106]} 0 0
   [junit4]   2> 27729 INFO  (qtp620603939-42) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[107]} 0 0
   [junit4]   2> 27732 INFO  (qtp620603939-43) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[108]} 0 0
   [junit4]   2> 27735 INFO  (qtp620603939-36) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[109]} 0 0
   [junit4]   2> 27738 INFO  (qtp620603939-38) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[110]} 0 2
   [junit4]   2> 27740 INFO  (qtp620603939-40) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[111]} 0 0
   [junit4]   2> 27743 INFO  (qtp620603939-39) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[112]} 0 1
   [junit4]   2> 27746 INFO  (qtp620603939-41) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[113]} 0 0
   [junit4]   2> 27748 INFO  (qtp620603939-42) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[114]} 0 0
   [junit4]   2> 27750 INFO  (qtp620603939-43) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[115]} 0 0
   [junit4]   2> 27757 INFO  (qtp620603939-36) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[116]} 0 4
   [junit4]   2> 27759 INFO  (qtp620603939-38) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[117]} 0 0
   [junit4]   2> 27763 INFO  (qtp620603939-40) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[118]} 0 1
   [junit4]   2> 27765 INFO  (qtp620603939-39) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[119]} 0 0
   [junit4]   2> 27768 INFO  (qtp620603939-41) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[120]} 0 0
   [junit4]   2> 27770 INFO  (qtp620603939-42) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[121]} 0 0
   [junit4]   2> 27772 INFO  (qtp620603939-43) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[122]} 0 0
   [junit4]   2> 27775 INFO  (qtp620603939-36) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[123]} 0 0
   [junit4]   2> 27780 INFO  (qtp620603939-38) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[124]} 0 1
   [junit4]   2> 27782 INFO  (qtp620603939-40) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[125]} 0 0
   [junit4]   2> 27784 INFO  (qtp620603939-39) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[126]} 0 0
   [junit4]   2> 27787 INFO  (qtp620603939-41) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[127]} 0 0
   [junit4]   2> 27790 INFO  (qtp620603939-42) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[128]} 0 0
   [junit4]   2> 27793 INFO  (qtp620603939-43) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[129]} 0 0
   [junit4]   2> 27795 INFO  (qtp620603939-36) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[130]} 0 0
   [junit4]   2> 27797 INFO  (qtp620603939-38) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[131]} 0 0
   [junit4]   2> 27799 INFO  (qtp620603939-40) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[132]} 0 0
   [junit4]   2> 27801 INFO  (qtp620603939-39) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[133]} 0 0
   [junit4]   2> 27809 INFO  (qtp620603939-41) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[134]} 0 0
   [junit4]   2> 27811 INFO  (qtp620603939-42) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[135]} 0 0
   [junit4]   2> 27815 INFO  (qtp620603939-43) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[136]} 0 2
   [junit4]   2> 27818 INFO  (qtp620603939-36) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[137]} 0 1
   [junit4]   2> 27821 INFO  (qtp620603939-38) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[138]} 0 0
   [junit4]   2> 27824 INFO  (qtp620603939-40) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[139]} 0 1
   [junit4]   2> 27827 INFO  (qtp620603939-39) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[140]} 0 2
   [junit4]   2> 27829 INFO  (qtp620603939-41) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[141]} 0 0
   [junit4]   2> 27831 INFO  (qtp620603939-42) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[142]} 0 0
   [junit4]   2> 27833 INFO  (qtp620603939-43) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[143]} 0 0
   [junit4]   2> 27836 INFO  (qtp620603939-36) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[144]} 0 0
   [junit4]   2> 27839 INFO  (qtp620603939-38) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[145]} 0 1
   [junit4]   2> 27841 INFO  (qtp620603939-40) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[146]} 0 0
   [junit4]   2> 27842 INFO  (qtp620603939-39) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[147]} 0 0
   [junit4]   2> 27844 INFO  (qtp620603939-41) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[148]} 0 0
   [junit4]   2> 27846 INFO  (qtp620603939-42) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[149]} 0 0
   [junit4]   2> 27847 INFO  (qtp620603939-43) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[150]} 0 0
   [junit4]   2> 27852 INFO  (qtp620603939-36) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[151]} 0 3
   [junit4]   2> 27854 INFO  (qtp620603939-38) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[152]} 0 0
   [junit4]   2> 27856 INFO  (qtp620603939-40) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[153]} 0 0
   [junit4]   2> 27858 INFO  (qtp620603939-39) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[154]} 0 0
   [junit4]   2> 27860 INFO  (qtp620603939-41) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[155]} 0 0
   [junit4]   2> 27861 INFO  (qtp620603939-42) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[156]} 0 0
   [junit4]   2> 27865 INFO  (qtp620603939-43) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[157]} 0 0
   [junit4]   2> 27867 INFO  (qtp620603939-36) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[158]} 0 1
   [junit4]   2> 27870 INFO  (qtp620603939-38) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[159]} 0 1
   [junit4]   2> 27872 INFO  (qtp620603939-40) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[160]} 0 0
   [junit4]   2> 27875 INFO  (qtp620603939-39) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[161]} 0 0
   [junit4]   2> 27877 INFO  (qtp620603939-41) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[162]} 0 0
   [junit4]   2> 27880 INFO  (qtp620603939-42) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[163]} 0 0
   [junit4]   2> 27882 INFO  (qtp620603939-43) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[164]} 0 0
   [junit4]   2> 27884 INFO  (qtp620603939-36) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[165]} 0 0
   [junit4]   2> 27888 INFO  (qtp620603939-38) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[166]} 0 1
   [junit4]   2> 27891 INFO  (qtp620603939-40) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[167]} 0 0
   [junit4]   2> 27893 INFO  (qtp620603939-39) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[168]} 0 0
   [junit4]   2> 27895 INFO  (qtp620603939-41) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[169]} 0 0
   [junit4]   2> 27897 INFO  (qtp620603939-42) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[170]} 0 0
   [junit4]   2> 27901 INFO  (qtp620603939-43) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[171]} 0 0
   [junit4]   2> 27903 INFO  (qtp620603939-36) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[172]} 0 0
   [junit4]   2> 27905 INFO  (qtp620603939-38) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[173]} 0 0
   [junit4]   2> 27907 INFO  (qtp620603939-40) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[174]} 0 0
   [junit4]   2> 27909 INFO  (qtp620603939-39) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[175]} 0 0
   [junit4]   2> 27913 INFO  (qtp620603939-41) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[176]} 0 0
   [junit4]   2> 27916 INFO  (qtp620603939-42) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[177]} 0 0
   [junit4]   2> 27918 INFO  (qtp620603939-43) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[178]} 0 0
   [junit4]   2> 27921 INFO  (qtp620603939-36) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[179]} 0 0
   [junit4]   2> 27924 INFO  (qtp620603939-38) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[180]} 0 0
   [junit4]   2> 27927 INFO  (qtp620603939-40) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[181]} 0 0
   [junit4]   2> 27929 INFO  (qtp620603939-39) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[182]} 0 0
   [junit4]   2> 27932 INFO  (qtp620603939-41) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[183]} 0 1
   [junit4]   2> 27935 INFO  (qtp620603939-42) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[184]} 0 1
   [junit4]   2> 27937 INFO  (qtp620603939-43) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[185]} 0 0
   [junit4]   2> 27940 INFO  (qtp620603939-36) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[186]} 0 0
   [junit4]   2> 27942 INFO  (qtp620603939-38) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[187]} 0 0
   [junit4]   2> 27944 INFO  (qtp620603939-40) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[188]} 0 0
   [junit4]   2> 27947 INFO  (qtp620603939-39) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[189]} 0 1
   [junit4]   2> 27949 INFO  (qtp620603939-41) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[190]} 0 0
   [junit4]   2> 27951 INFO  (qtp620603939-42) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[191]} 0 0
   [junit4]   2> 27953 INFO  (qtp620603939-43) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1

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

 pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 29]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.execute(ExecutorUtil.java:214)
   [junit4]   2> 	at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3.process(SolrZkClient.java:266)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 2841889 WARN  (zkCallback-2701-thread-1-processing-n:127.0.0.1:61562_solr) [n:127.0.0.1:61562_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2841889 INFO  (jetty-launcher-2690-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1842a7ee{/solr,null,UNAVAILABLE}
   [junit4]   2> 2841891 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[48A1952C754CF868]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:61560 61560
   [junit4]   2> 2841983 INFO  (Thread-5536) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:61560 61560
   [junit4]   2> 2844794 WARN  (Thread-5536) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 	2	/solr/collections/backuprestore_restored/state.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 	2	/solr/configs/customConfigName
   [junit4]   2> 	2	/solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/collections/backuprestore/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	31	/solr/overseer/queue
   [junit4]   2> 	21	/solr/overseer/collection-queue-work
   [junit4]   2> 	5	/solr/overseer/queue-work
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 
   [junit4]   2> 2844795 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[48A1952C754CF868]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_48A1952C754CF868-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {shard_s=PostingsFormat(name=MockRandom), _version_=PostingsFormat(name=Asserting), id=PostingsFormat(name=Direct)}, docValues:{}, maxPointsInLeafNode=714, maxMBSortInHeap=6.378968103550476, sim=ClassicSimilarity, locale=sq-AL, timezone=America/Halifax
   [junit4]   2> NOTE: Mac OS X 10.11.5 x86_64/Oracle Corporation 1.8.0_92 (64-bit)/cpus=3,threads=1,free=172058320,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestFunctionQuery, HardAutoCommitTest, TestReplicationHandler, MoreLikeThisHandlerTest, ExternalFileFieldSortTest, TestRemoteStreaming, CloneFieldUpdateProcessorFactoryTest, TestHighlightDedupGrouping, OverseerTaskQueueTest, ConcurrentDeleteAndCreateCollectionTest, HdfsRestartWhileUpdatingTest, ConnectionManagerTest, TestJsonRequest, TestMergePolicyConfig, TestLuceneMatchVersion, TestShortCircuitedRequests, SystemInfoHandlerTest, ZkControllerTest, TestLazyCores, TestStressLucene, TestArbitraryIndexDir, AnalysisErrorHandlingTest, TestDefaultSearchFieldResource, TestElisionMultitermQuery, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestBlobHandler, BasicDistributedZkTest, TestCoreContainer, TestSha256AuthenticationProvider, TestHdfsBackupRestoreCore, HighlighterTest, RegexBoostProcessorTest, TestHashPartitioner, TestCursorMarkWithoutUniqueKey, ClusterStateTest, TestQueryWrapperFilter, DistribJoinFromCollectionTest, HighlighterMaxOffsetTest, TestConfigSetImmutable, TestSolrDeletionPolicy1, TestTrackingShardHandlerFactory, TestSolrQueryResponse, TestDFISimilarityFactory, TestFastLRUCache, DistributedSpellCheckComponentTest, PreAnalyzedFieldTest, AssignTest, DistributedVersionInfoTest, TestConfig, TestDocSet, TestDynamicFieldResource, PrimitiveFieldTypeTest, ChaosMonkeyNothingIsSafeTest, TestDocumentBuilder, PeerSyncTest, TestEmbeddedSolrServerConstructors, SpatialHeatmapFacetsTest, TermsComponentTest, HdfsCollectionsAPIDistributedZkTest, TestExpandComponent, SSLMigrationTest, TestPhraseSuggestions, TestCloudDeleteByQuery, TestUniqueKeyFieldResource, TestGroupingSearch, MBeansHandlerTest, TestAddFieldRealTimeGet, TestLockTree, TestBulkSchemaConcurrent, PreAnalyzedUpdateProcessorTest, SolrCoreTest, TestSortByMinMaxFunction, SolrIndexConfigTest, TestCollapseQParserPlugin, SimplePostToolTest, TestFaceting, TestFieldCacheSanityChecker, TestSweetSpotSimilarityFactory, TestStressUserVersions, TestDFRSimilarityFactory, DocumentAnalysisRequestHandlerTest, TestRTimerTree, ExplicitHLLTest, DirectUpdateHandlerTest, TestBlendedInfixSuggestions, TestFreeTextSuggestions, JSONWriterTest, TestMiniSolrCloudClusterSSL, SimpleMLTQParserTest, TestLFUCache, PathHierarchyTokenizerFactoryTest, JsonLoaderTest, TestPKIAuthenticationPlugin, WrapperMergePolicyFactoryTest, DeleteLastCustomShardedReplicaTest, TestXIncludeConfig, RankQueryTest, TestSearcherReuse, DataDrivenBlockJoinTest, BigEndianAscendingWordSerializerTest, TestQuerySenderNoQuery, TestFieldCache, PolyFieldTest, RestartWhileUpdatingTest, TestXmlQParser, LeaderElectionTest, TestSmileRequest, TestExceedMaxTermLength, TestRandomDVFaceting, TimeZoneUtilsTest, ZkStateReaderTest, TestMiniSolrCloudClusterBase, FastVectorHighlighterTest, TestComponentsName, TestCollationFieldDocValues, TestSchemaResource, CoreAdminRequestStatusTest, QueryElevationComponentTest, TestDistributedSearch, TestSchemaVersionResource, SolrRequestParserTest, DocValuesMultiTest, PingRequestHandlerTest, DocumentBuilderTest, TestConfigSets, TestGeoJSONResponseWriter, TestCryptoKeys, QueryEqualityTest, SpatialFilterTest, DistributedQueryComponentCustomSortTest, TestSolrConfigHandler, OverseerRolesTest, UUIDFieldTest, TestSolrXml, TestRestManager, CollectionStateFormat2Test, ActionThrottleTest, TestCustomSort, TestCodecSupport, TestManagedSynonymFilterFactory, DateRangeFieldTest, HdfsRecoverLeaseTest, TestSubQueryTransformerCrossCore, TestSearchPerf, TestRequestStatusCollectionAPI, TestRawResponseWriter, LeaderInitiatedRecoveryOnCommitTest, TestConfigSetsAPIExclusivity, TestPseudoReturnFields, LeaderElectionIntegrationTest, RecoveryZkTest, ClusterStateUpdateTest, TestRandomFaceting, TestZkChroot, ZkCLITest, DistributedTermsComponentTest, SpellCheckComponentTest, BadIndexSchemaTest, ConvertedLegacyTest, TestSort, BasicFunctionalityTest, ShowFileRequestHandlerTest, CurrencyFieldOpenExchangeTest, DistributedQueryElevationComponentTest, CurrencyFieldXmlFileTest, TestExtendedDismaxParser, SuggesterFSTTest, DocValuesTest, TestAtomicUpdateErrorCases, DefaultValueUpdateProcessorTest, XsltUpdateRequestHandlerTest, DebugComponentTest, DisMaxRequestHandlerTest, StandardRequestHandlerTest, DirectSolrSpellCheckerTest, FileBasedSpellCheckerTest, TestValueSourceCache, TestIndexingPerformance, TestSolrQueryParser, SolrPluginUtilsTest, TestJmxIntegration, UpdateRequestProcessorFactoryTest, TestCSVResponseWriter, TestAnalyzedSuggestions, SearchHandlerTest, CursorPagingTest, SolrTestCaseJ4Test, TestTolerantSearch, TestJettySolrRunner, AsyncCallRequestStatusResponseTest, BaseCdcrDistributedZkTest, CdcrReplicationDistributedZkTest, CdcrReplicationHandlerTest, CdcrRequestHandlerTest, CloudExitableDirectoryReaderTest, CollectionReloadTest, CollectionsAPISolrJTest, DeleteInactiveReplicaTest, DeleteShardTest, DistribCursorPagingTest, DistribDocExpirationUpdateProcessorTest, LeaderFailoverAfterPartitionTest, MigrateRouteKeyTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerModifyCollectionTest, RemoteQueryErrorTest, ShardSplitTest, TestCloudPseudoReturnFields, TestCollectionAPI, TestExclusionRuleCollectionAccess, TestLocalFSCloudBackupRestore]
   [junit4] Completed [480/620 (3!)] on J0 in 32.44s, 1 test, 1 error <<< FAILURES!

[...truncated 459 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/build.xml:740: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/build.xml:684: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/build.xml:59: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build.xml:233: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/common-build.xml:530: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/common-build.xml:1443: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/common-build.xml:984: There were test failures: 620 suites (10 ignored), 2635 tests, 2 errors, 1 failure, 140 ignored (88 assumptions) [seed: 48A1952C754CF868]

Total time: 80 minutes 28 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