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/20 13:07:01 UTC

[JENKINS] Lucene-Solr-master-Windows (64bit/jdk1.8.0_92) - Build # 5995 - Still Unstable!

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

4 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.CdcrVersionReplicationTest

Error Message:
ObjectTracker found 1 object(s) that were not released!!! [InternalHttpClient]

Stack Trace:
java.lang.AssertionError: ObjectTracker found 1 object(s) that were not released!!! [InternalHttpClient]
	at __randomizedtesting.SeedInfo.seed([A76FFEFA12D2F20A]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNull(Assert.java:551)
	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:257)
	at sun.reflect.GeneratedMethodAccessor14.invoke(Unknown Source)
	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$7.evaluate(RandomizedRunner.java:834)
	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.ForceLeaderTest.testReplicasInLIRNoLeader

Error Message:
No live SolrServers available to handle this request:[http://127.0.0.1:62251/forceleader_test_collection_shard1_replica3]

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: No live SolrServers available to handle this request:[http://127.0.0.1:62251/forceleader_test_collection_shard1_replica3]
	at __randomizedtesting.SeedInfo.seed([A76FFEFA12D2F20A:41F8CA3A2B500B6B]: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.ForceLeaderTest.sendDoc(ForceLeaderTest.java:424)
	at org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader(ForceLeaderTest.java:131)
	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:62251/forceleader_test_collection_shard1_replica3]
	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:62251/forceleader_test_collection_shard1_replica3
	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:62251 [/127.0.0.1] failed: Connection refused: connect
	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: connect
	at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method)
	at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:85)
	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.PlainSocketImpl.connect(PlainSocketImpl.java:172)
	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.security.BasicAuthIntegrationTest.testBasics

Error Message:
IOException occured when talking to server at: http://127.0.0.1:50883/solr/testSolrCloudCollection_shard1_replica1

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: IOException occured when talking to server at: http://127.0.0.1:50883/solr/testSolrCloudCollection_shard1_replica1
	at __randomizedtesting.SeedInfo.seed([A76FFEFA12D2F20A:9AB750D62A3CAC7A]: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:50883/solr/testSolrCloudCollection_shard1_replica1
	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: java.net.SocketException: Software caused connection abort: recv failed
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.net.SocketInputStream.read(SocketInputStream.java:170)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:139)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:155)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:284)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
	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


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

Error Message:
Error from server at http://127.0.0.1:63259/solr: The backup directory already exists: file:///C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_A76FFEFA12D2F20A-001/tempDir-002/mytestbackup/

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:63259/solr: The backup directory already exists: file:///C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_A76FFEFA12D2F20A-001/tempDir-002/mytestbackup/
	at __randomizedtesting.SeedInfo.seed([A76FFEFA12D2F20A:2F3BC120BC2E9FF2]: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.testBackupAndRestore(AbstractCloudBackupRestoreTestCase.java:206)
	at org.apache.solr.cloud.AbstractCloudBackupRestoreTestCase.test(AbstractCloudBackupRestoreTestCase.java:126)
	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 10843 lines...]
   [junit4] Suite: org.apache.solr.cloud.CdcrVersionReplicationTest
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrVersionReplicationTest_A76FFEFA12D2F20A-001\init-core-data-001
   [junit4]   2> 478775 INFO  (SUITE-CdcrVersionReplicationTest-seed#[A76FFEFA12D2F20A]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 478775 INFO  (SUITE-CdcrVersionReplicationTest-seed#[A76FFEFA12D2F20A]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /nh_wd/x
   [junit4]   2> 478777 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 478779 INFO  (Thread-596) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 478779 INFO  (Thread-596) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 478880 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.c.ZkTestServer start zk server on port:51675
   [junit4]   2> 478880 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 478881 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 478885 INFO  (zkCallback-8425-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4ed53e59 name:ZooKeeperConnection Watcher:127.0.0.1:51675 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 478885 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 478886 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 478886 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 478888 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 478889 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 478891 INFO  (zkCallback-8426-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6f5c790b name:ZooKeeperConnection Watcher:127.0.0.1:51675/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 478891 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 478891 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 478891 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 478894 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 478896 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 478897 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 478899 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-cdcr.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 478900 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 478902 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 478903 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 478906 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 478906 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 478908 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 478908 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 478910 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 478910 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 478912 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 478913 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 478914 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 478914 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 478918 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 478918 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 478920 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 478920 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 478922 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 478922 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 478924 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 478924 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 478928 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x156081d616f0001, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 478928 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCdcrDocVersions
   [junit4]   2> 479518 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrVersionReplicationTest_A76FFEFA12D2F20A-001\jetty-001\cores\collection1
   [junit4]   2> 479522 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 479523 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@70012a81{/nh_wd/x,null,AVAILABLE}
   [junit4]   2> 479533 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.e.j.s.ServerConnector Started ServerConnector@3c202dcb{HTTP/1.1,[http/1.1]}{127.0.0.1:51684}
   [junit4]   2> 479533 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.e.j.s.Server Started @486283ms
   [junit4]   2> 479533 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {shards=shard1, hostContext=/nh_wd/x, hostPort=51684, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrVersionReplicationTest_A76FFEFA12D2F20A-001\jetty-001\cores}
   [junit4]   2> 479533 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 479533 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrVersionReplicationTest_A76FFEFA12D2F20A-001\jetty-001'
   [junit4]   2> 479533 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 479533 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 479534 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 479534 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 479537 INFO  (zkCallback-8427-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@168337b name:ZooKeeperConnection Watcher:127.0.0.1:51675/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 479537 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 479537 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 479538 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 479538 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrVersionReplicationTest_A76FFEFA12D2F20A-001\jetty-001\solr.xml
   [junit4]   2> 479549 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrVersionReplicationTest_A76FFEFA12D2F20A-001\jetty-001\cores
   [junit4]   2> 479551 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.c.CoreContainer New CoreContainer 129574201
   [junit4]   2> 479551 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrVersionReplicationTest_A76FFEFA12D2F20A-001\jetty-001]
   [junit4]   2> 479551 WARN  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrVersionReplicationTest_A76FFEFA12D2F20A-001\jetty-001\lib to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrVersionReplicationTest_A76FFEFA12D2F20A-001\jetty-001\lib
   [junit4]   2> 479551 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] 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> 479557 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 479557 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 479557 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 479557 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51675/solr
   [junit4]   2> 479557 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 479557 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 479558 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 479559 INFO  (zkCallback-8430-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@55fde8e9 name:ZooKeeperConnection Watcher:127.0.0.1:51675 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 479560 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 479560 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 479562 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x156081d616f0003, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 479562 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [n:127.0.0.1:51684_nh_wd%2Fx    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$29/2032448887@62ae0d8d
   [junit4]   2> 479566 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [n:127.0.0.1:51684_nh_wd%2Fx    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 479567 INFO  (zkCallback-8431-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@740ff5a3 name:ZooKeeperConnection Watcher:127.0.0.1:51675/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 479567 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [n:127.0.0.1:51684_nh_wd%2Fx    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 479568 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [n:127.0.0.1:51684_nh_wd%2Fx    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 479571 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [n:127.0.0.1:51684_nh_wd%2Fx    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 479575 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [n:127.0.0.1:51684_nh_wd%2Fx    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 479579 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [n:127.0.0.1:51684_nh_wd%2Fx    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 479581 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [n:127.0.0.1:51684_nh_wd%2Fx    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 479584 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [n:127.0.0.1:51684_nh_wd%2Fx    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 479586 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [n:127.0.0.1:51684_nh_wd%2Fx    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 479587 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [n:127.0.0.1:51684_nh_wd%2Fx    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 479589 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [n:127.0.0.1:51684_nh_wd%2Fx    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 479590 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [n:127.0.0.1:51684_nh_wd%2Fx    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 479591 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [n:127.0.0.1:51684_nh_wd%2Fx    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 479592 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [n:127.0.0.1:51684_nh_wd%2Fx    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 479596 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [n:127.0.0.1:51684_nh_wd%2Fx    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 479597 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [n:127.0.0.1:51684_nh_wd%2Fx    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 479598 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [n:127.0.0.1:51684_nh_wd%2Fx    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 479599 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [n:127.0.0.1:51684_nh_wd%2Fx    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96273364316782596-127.0.0.1:51684_nh_wd%2Fx-n_0000000000
   [junit4]   2> 479599 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [n:127.0.0.1:51684_nh_wd%2Fx    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:51684_nh_wd%2Fx
   [junit4]   2> 479600 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [n:127.0.0.1:51684_nh_wd%2Fx    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 479601 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [n:127.0.0.1:51684_nh_wd%2Fx    ] o.a.s.c.Overseer Overseer (id=96273364316782596-127.0.0.1:51684_nh_wd%2Fx-n_0000000000) starting
   [junit4]   2> 479604 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [n:127.0.0.1:51684_nh_wd%2Fx    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 479611 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [n:127.0.0.1:51684_nh_wd%2Fx    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=10000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 479611 INFO  (OverseerCollectionConfigSetProcessor-96273364316782596-127.0.0.1:51684_nh_wd%2Fx-n_0000000000) [n:127.0.0.1:51684_nh_wd%2Fx    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 479612 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [n:127.0.0.1:51684_nh_wd%2Fx    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51684_nh_wd%2Fx
   [junit4]   2> 479612 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [n:127.0.0.1:51684_nh_wd%2Fx    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:51684_nh_wd%2Fx
   [junit4]   2> 479612 INFO  (OverseerStateUpdate-96273364316782596-127.0.0.1:51684_nh_wd%2Fx-n_0000000000) [n:127.0.0.1:51684_nh_wd%2Fx    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 479615 INFO  (zkCallback-8431-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx    ] 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> 479618 INFO  (OverseerStateUpdate-96273364316782596-127.0.0.1:51684_nh_wd%2Fx-n_0000000000) [n:127.0.0.1:51684_nh_wd%2Fx    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 479623 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [n:127.0.0.1:51684_nh_wd%2Fx    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 479623 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [n:127.0.0.1:51684_nh_wd%2Fx    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 479624 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [n:127.0.0.1:51684_nh_wd%2Fx    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrVersionReplicationTest_A76FFEFA12D2F20A-001\jetty-001\cores
   [junit4]   2> 479628 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [n:127.0.0.1:51684_nh_wd%2Fx    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=tmp_collection, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 479628 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [n:127.0.0.1:51684_nh_wd%2Fx    ] o.a.s.c.CorePropertiesLocator Found core collection1 in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrVersionReplicationTest_A76FFEFA12D2F20A-001\jetty-001\cores\collection1
   [junit4]   2> 479628 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [n:127.0.0.1:51684_nh_wd%2Fx    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 479628 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 479628 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 479629 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [n:127.0.0.1:51684_nh_wd%2Fx    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 479629 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [n:127.0.0.1:51684_nh_wd%2Fx    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 479629 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection   x:collection1] o.a.s.c.ZkController Collection tmp_collection not visible yet, but flagging it so a watch is registered when it becomes visible
   [junit4]   2> 479630 INFO  (OverseerStateUpdate-96273364316782596-127.0.0.1:51684_nh_wd%2Fx-n_0000000000) [n:127.0.0.1:51684_nh_wd%2Fx    ] 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:51684/nh_wd/x",
   [junit4]   2>   "node_name":"127.0.0.1:51684_nh_wd%2Fx",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"tmp_collection",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 479630 INFO  (OverseerStateUpdate-96273364316782596-127.0.0.1:51684_nh_wd%2Fx-n_0000000000) [n:127.0.0.1:51684_nh_wd%2Fx    ] 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:51684/nh_wd/x",
   [junit4]   2>   "node_name":"127.0.0.1:51684_nh_wd%2Fx",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"tmp_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 479630 INFO  (OverseerStateUpdate-96273364316782596-127.0.0.1:51684_nh_wd%2Fx-n_0000000000) [n:127.0.0.1:51684_nh_wd%2Fx    ] o.a.s.c.o.ClusterStateMutator building a new cName: tmp_collection
   [junit4]   2> 479631 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection   x:collection1] o.a.s.c.c.ZkStateReader Deleting data for [tmp_collection]
   [junit4]   2> 479631 INFO  (OverseerStateUpdate-96273364316782596-127.0.0.1:51684_nh_wd%2Fx-n_0000000000) [n:127.0.0.1:51684_nh_wd%2Fx    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 479632 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 479632 INFO  (zkCallback-8431-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx    ] 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> 480632 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 480632 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:tmp_collection
   [junit4]   2> 480633 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection   x:collection1] o.a.s.c.ZkController Creating collection in ZooKeeper:tmp_collection
   [junit4]   2> 480633 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection   x:collection1] o.a.s.c.ZkController Looking for collection configName
   [junit4]   2> 480634 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection   x:collection1] o.a.s.c.ZkController Only one config set found in zk - using it:conf1
   [junit4]   2> 480634 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection   x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/tmp_collection
   [junit4]   2> 480635 INFO  (zkCallback-8431-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 480635 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/tmp_collection]
   [junit4]   2> 480636 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/tmp_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 480636 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrVersionReplicationTest_A76FFEFA12D2F20A-001\jetty-001\cores\collection1'
   [junit4]   2> 480636 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 480636 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 480639 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 480648 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 480650 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 480654 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 480660 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 480713 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 480714 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 480714 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 480718 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 480744 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_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=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 480744 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection tmp_collection
   [junit4]   2> 480745 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 480745 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrVersionReplicationTest_A76FFEFA12D2F20A-001\jetty-001\cores\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrVersionReplicationTest_A76FFEFA12D2F20A-001\jetty-001\cores\collection1\data\]
   [junit4]   2> 480745 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection s:shard2 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@14e86a55
   [junit4]   2> 480745 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrVersionReplicationTest_A76FFEFA12D2F20A-001\jetty-001\cores\collection1\data\
   [junit4]   2> 480745 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrVersionReplicationTest_A76FFEFA12D2F20A-001\jetty-001\cores\collection1\data\index/
   [junit4]   2> 480746 WARN  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrVersionReplicationTest_A76FFEFA12D2F20A-001\jetty-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 480746 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrVersionReplicationTest_A76FFEFA12D2F20A-001\jetty-001\cores\collection1\data\index
   [junit4]   2> 480746 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=14, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=2.126953125, noCFSRatio=0.0]
   [junit4]   2> 480747 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@34abd4a5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@43478a74),segFN=segments_1,generation=1}
   [junit4]   2> 480747 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 480748 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrVersionReplicationTest_A76FFEFA12D2F20A-001\jetty-001\cores\collection1\data\
   [junit4]   2> 480749 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrVersionReplicationTest_A76FFEFA12D2F20A-001\jetty-001\cores\collection1\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 480751 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "cdcr-processor-chain"
   [junit4]   2> 480802 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 480809 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 480811 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 480812 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 480814 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 480851 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection s:shard2 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,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/cdcr,/update,/admin/file,/terms
   [junit4]   2> 480851 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 480890 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 480890 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 480892 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 480892 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 480893 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=28, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.21528565519034962]
   [junit4]   2> 480893 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@34abd4a5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@43478a74),segFN=segments_1,generation=1}
   [junit4]   2> 480893 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 480894 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@346a5256[collection1] main]
   [junit4]   2> 480894 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/tmp_collection]
   [junit4]   2> 480895 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/tmp_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 480895 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 480895 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 480895 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 480895 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 480896 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 480896 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 480896 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 480896 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 480905 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/tmp_collection/cdcr/state
   [junit4]   2> 480910 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.h.CdcrBufferStateManager Created znode /collections/tmp_collection/cdcr/state/buffer
   [junit4]   2> 480922 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.h.CdcrProcessStateManager Created znode /collections/tmp_collection/cdcr/state/process
   [junit4]   2> 480963 INFO  (searcherExecutor-2552-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx x:collection1 s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@346a5256[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 480963 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 480963 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 480963 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection s:shard2 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> 480963 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1540373831355465728
   [junit4]   2> 480965 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1540373831355465728
   [junit4]   2> 480965 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 480966 INFO  (coreLoadExecutor-2551-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 480967 INFO  (coreZkRegister-2545-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx x:collection1 s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.ZkController Register replica - core:collection1 address:http://127.0.0.1:51684/nh_wd/x collection:tmp_collection shard:shard2
   [junit4]   2> 480968 INFO  (coreZkRegister-2545-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx x:collection1 s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/tmp_collection/leader_elect/shard2/election
   [junit4]   2> 480973 INFO  (coreZkRegister-2545-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx x:collection1 s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.LeaderElector Joined leadership election with path: /collections/tmp_collection/leader_elect/shard2/election/96273364316782596-core_node1-n_0000000000
   [junit4]   2> 480974 INFO  (coreZkRegister-2545-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx x:collection1 s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard2 and weAreReplacement=false and leaderVoteWait=10000
   [junit4]   2> 480976 INFO  (coreZkRegister-2545-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx x:collection1 s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 480976 INFO  (coreZkRegister-2545-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx x:collection1 s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 480976 INFO  (coreZkRegister-2545-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx x:collection1 s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:51684/nh_wd/x/collection1/
   [junit4]   2> 480976 INFO  (coreZkRegister-2545-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx x:collection1 s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 480976 INFO  (coreZkRegister-2545-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx x:collection1 s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:51684/nh_wd/x/collection1/ has no replicas
   [junit4]   2> 480977 INFO  (OverseerStateUpdate-96273364316782596-127.0.0.1:51684_nh_wd%2Fx-n_0000000000) [n:127.0.0.1:51684_nh_wd%2Fx    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"tmp_collection"} current state version: 1
   [junit4]   2> 480978 INFO  (coreZkRegister-2545-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx x:collection1 s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/tmp_collection/leaders/shard2
   [junit4]   2> 480981 INFO  (coreZkRegister-2545-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx x:collection1 s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/tmp_collection/leaders/shard2/leader after winning as /collections/tmp_collection/leader_elect/shard2/election/96273364316782596-core_node1-n_0000000000
   [junit4]   2> 480983 INFO  (zkCallback-8431-thread-2-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx    ] o.a.s.h.CdcrLeaderStateManager Received new leader state @ tmp_collection:shard2
   [junit4]   2> 480987 INFO  (coreZkRegister-2545-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx x:collection1 s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:51684/nh_wd/x/collection1/ shard2
   [junit4]   2> 480988 INFO  (OverseerStateUpdate-96273364316782596-127.0.0.1:51684_nh_wd%2Fx-n_0000000000) [n:127.0.0.1:51684_nh_wd%2Fx    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"tmp_collection",
   [junit4]   2>   "base_url":"http://127.0.0.1:51684/nh_wd/x",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 481093 INFO  (zkCallback-8431-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx    ] 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> 481139 INFO  (coreZkRegister-2545-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx x:collection1 s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.ZkController We are http://127.0.0.1:51684/nh_wd/x/collection1/ and leader is http://127.0.0.1:51684/nh_wd/x/collection1/
   [junit4]   2> 481139 INFO  (coreZkRegister-2545-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx x:collection1 s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.ZkController No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:51684/nh_wd/x
   [junit4]   2> 481139 INFO  (coreZkRegister-2545-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx x:collection1 s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 481139 INFO  (coreZkRegister-2545-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx x:collection1 s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 481139 INFO  (coreZkRegister-2545-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx x:collection1 s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 481141 INFO  (coreZkRegister-2545-thread-1-processing-n:127.0.0.1:51684_nh_wd%2Fx x:collection1 s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:51684_nh_wd%2Fx c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader Checking legacy cluster state for collection tmp_collection
   [junit4]   2> 481143 INFO  (OverseerStateUpdate-96273364316782596-127.0.0.1:51684_nh_wd%2Fx-n_0000000000) [n:127.0.0.1:51684_nh_wd%2Fx    ] 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:51684/nh_wd/x",
   [junit4]   2>   "node_name":"127.0.0.1:51684_nh_wd%2Fx",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"tmp_collection",
   [junit4]   2>   "operation":"state"} current state version: 2
   [junit4]   2> 481144 INFO  (OverseerStateUpdate-96273364316782596-127.0.0.1:51684_nh_wd%2Fx-n_0000000000) [n:127.0.0.1:51684_nh_wd%2Fx    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 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:51684/nh_wd/x",
   [junit4]   2>   "node_name":"127.0.0.1:51684_nh_wd%2Fx",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"tmp_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 481249 INFO  (zkCallback-8431-thread-2-processing-n:127.0.0.1:51684_nh_wd%2Fx) [n:127.0.0.1:51684_nh_wd%2Fx    ] 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> 481637 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrVersionReplicationTest_A76FFEFA12D2F20A-001\jetty-002\cores\collection1
   [junit4]   2> 481640 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 481641 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1bc1ef7d{/nh_wd/x,null,AVAILABLE}
   [junit4]   2> 481642 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.e.j.s.ServerConnector Started ServerConnector@7f0003b9{HTTP/1.1,[http/1.1]}{127.0.0.1:51702}
   [junit4]   2> 481643 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.e.j.s.Server Started @488394ms
   [junit4]   2> 481643 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {shards=shard2, hostContext=/nh_wd/x, hostPort=51702, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrVersionReplicationTest_A76FFEFA12D2F20A-001\jetty-002\cores}
   [junit4]   2> 481643 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 481643 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrVersionReplicationTest_A76FFEFA12D2F20A-001\jetty-002'
   [junit4]   2> 481643 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 481643 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 481644 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 481645 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 481646 INFO  (zkCallback-8433-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6d3da4e5 name:ZooKeeperConnection Watcher:127.0.0.1:51675/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 481646 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[A76FFEFA12D2F20A]) [    ] o.a.s.c.c.ConnectionManager Client is connect

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

che.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
   [junit4]    > 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:271)
   [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]    > 	... 10 more
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_A76FFEFA12D2F20A-001
   [junit4]   2> Jul 20, 2016 12:19:53 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {range_facet_l_dv=PostingsFormat(name=Memory doPackFST= true), _version_=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), multiDefault=PostingsFormat(name=Asserting), intDefault=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), id=PostingsFormat(name=Memory doPackFST= true), range_facet_i_dv=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), range_facet_l=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), timestamp=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))}, docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene54), range_facet_i_dv=DocValuesFormat(name=Asserting), timestamp=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=330, maxMBSortInHeap=7.160903448066322, sim=RandomSimilarity(queryNorm=false): {}, locale=zh-SG, timezone=Africa/Juba
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_92 (64-bit)/cpus=3,threads=1,free=272239288,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestSubQueryTransformer, TestCloudSchemaless, TestDefaultStatsCache, CleanupOldIndexTest, TestReversedWildcardFilterFactory, IndexSchemaRuntimeFieldTest, DistribDocExpirationUpdateProcessorTest, CopyFieldTest, BadCopyFieldTest, TestInitQParser, MultiThreadedOCPTest, SolrCoreCheckLockOnStartupTest, CheckHdfsIndexTest, TestFieldTypeCollectionResource, TestRandomRequestDistribution, TestCustomDocTransformer, CollectionTooManyReplicasTest, TestConfigOverlay, TestStressLiveNodes, BaseCdcrDistributedZkTest, CoreMergeIndexesAdminHandlerTest, TestSortByMinMaxFunction, TestRandomFaceting, TestSimpleTrackingShardHandler, CdcrVersionReplicationTest, TestIntervalFaceting, TestDistribDocBasedVersion, ConfigSetsAPITest, TestSerializedLuceneMatchVersion, SpellingQueryConverterTest, AnalyticsQueryTest, SolrCloudExampleTest, TestCharFilters, TermVectorComponentTest, SynonymTokenizerTest, NoCacheHeaderTest, DirectUpdateHandlerOptimizeTest, DistributedFacetPivotWhiteBoxTest, TestReload, DistributedQueueTest, TestSolrQueryParserResource, TestRTimerTree, CdcrReplicationHandlerTest, SignatureUpdateProcessorFactoryTest, VersionInfoTest, TestReplicaProperties, BigEndianAscendingWordSerializerTest, TestManagedStopFilterFactory, DateFieldTest, TestBlendedInfixSuggestions, MinimalSchemaTest, TestConfigSetProperties, SolrIndexSplitterTest, TestUseDocValuesAsStored2, TestSolrIndexConfig, LeaderFailoverAfterPartitionTest, FileBasedSpellCheckerTest, CollectionReloadTest, TestReRankQParserPlugin, DistributedTermsComponentTest, TestRestoreCore, TestZkChroot, JavabinLoaderTest, TestSimpleQParserPlugin, TestBinaryResponseWriter, TestBinaryField, TestTrieFacet, TestPerFieldSimilarityWithDefaultOverride, AutoCommitTest, DataDrivenBlockJoinTest, TestRTGBase, TestTrie, TestUninvertingReader, TestJettySolrRunner, TestCloudInspectUtil, TestPerFieldSimilarity, BlockJoinFacetSimpleTest, HdfsChaosMonkeyNothingIsSafeTest, TestDistributedStatsComponentCardinality, TestFieldCacheSortRandom, CollectionsAPISolrJTest, TestXmlQParserPlugin, SaslZkACLProviderTest, HdfsRestartWhileUpdatingTest, ExplicitHLLTest, AtomicUpdatesTest, TestConfigReload, TestShardHandlerFactory, BadIndexSchemaTest, TestJsonRequest, TestCloudPseudoReturnFields, TestQueryUtils, ResourceLoaderTest, SpellCheckComponentTest, TestQueryTypes, SimpleMLTQParserTest, TestManagedSchema, TestExclusionRuleCollectionAccess, TestCloudManagedSchema, OutputWriterTest, TestSolrJ, BinaryUpdateRequestHandlerTest, BasicDistributedZk2Test, TestFieldCollectionResource, TestCoreDiscovery, HLLSerializationTest, AsyncCallRequestStatusResponseTest, TestComplexPhraseQParserPlugin, SharedFSAutoReplicaFailoverTest, TestOnReconnectListenerSupport, TestSolrDynamicMBean, TestSubQueryTransformerDistrib, HdfsRecoverLeaseTest, CoreAdminHandlerTest, FacetPivotSmallTest, StressHdfsTest, CSVRequestHandlerTest, NumericFieldsTest, TestRangeQuery, OpenCloseCoreStressTest, TestManagedResourceStorage, ShowFileRequestHandlerTest, TestRecovery, WordBreakSolrSpellCheckerTest, TestRequestStatusCollectionAPI, TestCollationField, SpatialRPTFieldTypeTest, DistanceUnitsTest, TestRandomCollapseQParserPlugin, TestRealTimeGet, SimpleCollectionCreateDeleteTest, RollingRestartTest, TestFieldCache, ZkStateReaderTest, DeleteInactiveReplicaTest, TestTolerantUpdateProcessorRandomCloud, TermVectorComponentDistributedTest, QueryParsingTest, RAMDirectoryFactoryTest, CacheHeaderTest, HdfsLockFactoryTest, TestDistributedGrouping, TestScoreJoinQPNoScore, DocValuesMissingTest, RecoveryAfterSoftCommitTest, PluginInfoTest, DistributedDebugComponentTest, SpellCheckCollatorTest, ZkNodePropsTest, SmileWriterTest, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, UnloadDistributedZkTest, SyncSliceTest, LeaderElectionIntegrationTest, BasicZkTest, FullSolrCloudDistribCmdsTest, TestReplicationHandler, TestJoin, HardAutoCommitTest, StatsComponentTest, PeerSyncTest, TestLazyCores, TestIndexSearcher, TestExtendedDismaxParser, SuggesterFSTTest, SuggesterTest, SchemaVersionSpecificBehaviorTest, FieldMutatingUpdateProcessorTest, QueryEqualityTest, StatelessScriptUpdateProcessorFactoryTest, TestSolrDeletionPolicy1, DebugComponentTest, IndexBasedSpellCheckerTest, LukeRequestHandlerTest, DirectSolrSpellCheckerTest, TestOmitPositions, DocumentBuilderTest, TestIndexingPerformance, RequiredFieldsTest, TestSolrQueryParser, LoggingHandlerTest, TestJmxIntegration, ReturnFieldsTest, TestCSVResponseWriter, TestAnalyzedSuggestions, JsonLoaderTest, SearchHandlerTest, HighlighterConfigTest, SOLR749Test, TestQuerySenderListener, UpdateParamsTest, ResponseLogComponentTest, TestStressRecovery, TestSolrDeletionPolicy2, MultiTermTest, TestFuzzyAnalyzedSuggestions, TestSolrCoreProperties, NotRequiredUniqueKeyTest, SpellPossibilityIteratorTest, TestCodecSupport, TestSweetSpotSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestFastOutputStream, DateMathParserTest, PrimUtilsTest, DOMUtilTest, TestLRUCache, TestDocumentBuilder, SystemInfoHandlerTest, FileUtilsTest, CursorPagingTest, TestCrossCoreJoin, TestDistributedMissingSort, TestHighlightDedupGrouping, ConnectionReuseTest, AssignTest, ConcurrentDeleteAndCreateCollectionTest, ConnectionManagerTest, CreateCollectionCleanupTest, DeleteLastCustomShardedReplicaTest, DeleteStatusTest, DistribCursorPagingTest, DistribJoinFromCollectionTest, LeaderInitiatedRecoveryOnShardRestartTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerCollectionConfigSetProcessorTest, OverseerModifyCollectionTest, OverseerStatusTest, OverseerTaskQueueTest, RemoteQueryErrorTest, ReplicationFactorTest, SharedFSAutoReplicaFailoverUtilsTest, SolrCLIZkUtilsTest, TestAuthenticationFramework, TestCollectionAPI, TestMiniSolrCloudClusterBase, TestMiniSolrCloudClusterSSL, TestRebalanceLeaders, TestShortCircuitedRequests, TestSolrCloudWithKerberosAlt, TestTolerantUpdateProcessorCloud, RuleEngineTest, RulesTest, TestSolrConfigHandlerCloud, DistributedSuggestComponentTest, SuggestComponentContextFilterQueryTest, TestExpandComponent, TestPivotHelperCode, TestTrackingShardHandlerFactory, HighlighterMaxOffsetTest, TestSlowCompositeReaderWrapper, WrapperMergePolicyFactoryTest, TestMacros, TestGeoJSONResponseWriter, TestGraphMLResponseWriter, TestRawTransformer, TestSolrQueryResponse, TestSortingResponseWriter, TestManagedResource, TestBulkSchemaAPI, TestCopyFieldCollectionResource, TestDynamicFieldCollectionResource, TestSchemaSimilarityResource, TestSolrQueryParserDefaultOperatorResource, TestManagedSynonymFilterFactory, TestCollationFieldDocValues, TestSchemaManager, MergeStrategyTest, SortSpecParsingTest, TestAddFieldRealTimeGet, TestCollapseQParserPlugin, TestCustomSort, TestFieldSortValues, TestGraphTermsQParserPlugin, TestMissingGroups, TestNoOpRegenerator, TestOverriddenPrefixQueryForCustomFieldType, TestReloadDeadlock, TestSearcherReuse, TestSmileRequest, TestSolr4Spatial2, TestSolrFieldCacheMBean, TestStandardQParsers, TestStressUserVersions, TestJsonFacets, TestMinMaxOnMultiValuedField, BJQParserTest, BlockJoinFacetDistribTest, BlockJoinFacetRandomTest, GraphQueryTest, TestScoreJoinQPScore, CloudMLTQParserTest, TestDFISimilarityFactory, TestExactSharedStatsCache, TestLRUStatsCache, BasicAuthIntegrationTest]
   [junit4] Completed [589/623 (4!)] on J1 in 16.31s, 1 test, 1 error <<< FAILURES!

[...truncated 60194 lines...]


[JENKINS] Lucene-Solr-master-Windows (32bit/jdk1.8.0_92) - Build # 6007 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/6007/
Java: 32bit/jdk1.8.0_92 -server -XX:+UseG1GC

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

Error Message:
expected:<COMPLETED> but was:<FAILED>

Stack Trace:
java.lang.AssertionError: expected:<COMPLETED> but was:<FAILED>
	at __randomizedtesting.SeedInfo.seed([7280A8B6CCB15790:FAD4976C624D3A68]: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:147)
	at org.apache.solr.cloud.AbstractCloudBackupRestoreTestCase.testBackupAndRestore(AbstractCloudBackupRestoreTestCase.java:208)
	at org.apache.solr.cloud.AbstractCloudBackupRestoreTestCase.test(AbstractCloudBackupRestoreTestCase.java:126)
	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 12213 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestLocalFSCloudBackupRestore
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_7280A8B6CCB15790-001\init-core-data-001
   [junit4]   2> 2573201 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[7280A8B6CCB15790]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 2573202 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[7280A8B6CCB15790]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2573203 INFO  (Thread-4934) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2573203 INFO  (Thread-4934) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2573303 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[7280A8B6CCB15790]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:60666
   [junit4]   2> 2573303 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[7280A8B6CCB15790]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2573304 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[7280A8B6CCB15790]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2573307 INFO  (zkCallback-11038-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@129e288 name:ZooKeeperConnection Watcher:127.0.0.1:60666 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2573307 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[7280A8B6CCB15790]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2573307 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[7280A8B6CCB15790]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2573307 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[7280A8B6CCB15790]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 2573314 INFO  (jetty-launcher-11037-thread-1) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2573314 INFO  (jetty-launcher-11037-thread-2) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2573315 INFO  (jetty-launcher-11037-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@a0ea55{/solr,null,AVAILABLE}
   [junit4]   2> 2573315 INFO  (jetty-launcher-11037-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@766866{/solr,null,AVAILABLE}
   [junit4]   2> 2573316 INFO  (jetty-launcher-11037-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@1753b36{HTTP/1.1,[http/1.1]}{127.0.0.1:60670}
   [junit4]   2> 2573317 INFO  (jetty-launcher-11037-thread-2) [    ] o.e.j.s.Server Started @2580977ms
   [junit4]   2> 2573317 INFO  (jetty-launcher-11037-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@18f1400{HTTP/1.1,[http/1.1]}{127.0.0.1:60671}
   [junit4]   2> 2573317 INFO  (jetty-launcher-11037-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=60670}
   [junit4]   2> 2573317 INFO  (jetty-launcher-11037-thread-1) [    ] o.e.j.s.Server Started @2580977ms
   [junit4]   2> 2573317 INFO  (jetty-launcher-11037-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=60671}
   [junit4]   2> 2573317 INFO  (jetty-launcher-11037-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 2573317 INFO  (jetty-launcher-11037-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 2573317 INFO  (jetty-launcher-11037-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_7280A8B6CCB15790-001\tempDir-001\node2'
   [junit4]   2> 2573317 INFO  (jetty-launcher-11037-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_7280A8B6CCB15790-001\tempDir-001\node1'
   [junit4]   2> 2573317 INFO  (jetty-launcher-11037-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2573318 INFO  (jetty-launcher-11037-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2573318 INFO  (jetty-launcher-11037-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2573318 INFO  (jetty-launcher-11037-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2573318 INFO  (jetty-launcher-11037-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2573318 INFO  (jetty-launcher-11037-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2573319 INFO  (jetty-launcher-11037-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2573319 INFO  (jetty-launcher-11037-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2573320 INFO  (zkCallback-11039-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@e7b318 name:ZooKeeperConnection Watcher:127.0.0.1:60666/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2573320 INFO  (jetty-launcher-11037-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2573320 INFO  (zkCallback-11040-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@d383be name:ZooKeeperConnection Watcher:127.0.0.1:60666/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2573320 INFO  (jetty-launcher-11037-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2573320 INFO  (jetty-launcher-11037-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2573320 INFO  (jetty-launcher-11037-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2573321 INFO  (jetty-launcher-11037-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2573321 INFO  (jetty-launcher-11037-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2573334 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x156281b53020001, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2573334 INFO  (jetty-launcher-11037-thread-2) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_7280A8B6CCB15790-001\tempDir-001\node2\.
   [junit4]   2> 2573335 INFO  (jetty-launcher-11037-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 19746065
   [junit4]   2> 2573335 INFO  (jetty-launcher-11037-thread-2) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_7280A8B6CCB15790-001\tempDir-001\node2]
   [junit4]   2> 2573335 WARN  (jetty-launcher-11037-thread-2) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_7280A8B6CCB15790-001\tempDir-001\node2\lib to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_7280A8B6CCB15790-001\tempDir-001\node2\lib
   [junit4]   2> 2573335 INFO  (jetty-launcher-11037-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> 2573340 INFO  (jetty-launcher-11037-thread-1) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_7280A8B6CCB15790-001\tempDir-001\node1\.
   [junit4]   2> 2573340 INFO  (jetty-launcher-11037-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 25630429
   [junit4]   2> 2573340 INFO  (jetty-launcher-11037-thread-1) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_7280A8B6CCB15790-001\tempDir-001\node1]
   [junit4]   2> 2573340 WARN  (jetty-launcher-11037-thread-1) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_7280A8B6CCB15790-001\tempDir-001\node1\lib to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_7280A8B6CCB15790-001\tempDir-001\node1\lib
   [junit4]   2> 2573341 INFO  (jetty-launcher-11037-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> 2573342 INFO  (jetty-launcher-11037-thread-2) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 2573342 INFO  (jetty-launcher-11037-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2573342 INFO  (jetty-launcher-11037-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2573342 INFO  (jetty-launcher-11037-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60666/solr
   [junit4]   2> 2573342 INFO  (jetty-launcher-11037-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2573342 INFO  (jetty-launcher-11037-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2573343 INFO  (jetty-launcher-11037-thread-1) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 2573343 INFO  (jetty-launcher-11037-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2573343 INFO  (jetty-launcher-11037-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2573343 INFO  (jetty-launcher-11037-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2573343 INFO  (jetty-launcher-11037-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60666/solr
   [junit4]   2> 2573343 INFO  (jetty-launcher-11037-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2573343 INFO  (jetty-launcher-11037-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2573344 INFO  (jetty-launcher-11037-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2573344 INFO  (zkCallback-11043-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@136dd92 name:ZooKeeperConnection Watcher:127.0.0.1:60666 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2573344 INFO  (jetty-launcher-11037-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2573344 INFO  (jetty-launcher-11037-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2573345 INFO  (zkCallback-11046-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@c88e78 name:ZooKeeperConnection Watcher:127.0.0.1:60666 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2573346 INFO  (jetty-launcher-11037-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2573346 INFO  (jetty-launcher-11037-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2573346 INFO  (jetty-launcher-11037-thread-2) [n:127.0.0.1:60670_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$81/18928545@199e52a
   [junit4]   2> 2573347 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x156281b53020003, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2573347 INFO  (jetty-launcher-11037-thread-2) [n:127.0.0.1:60670_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2573347 INFO  (jetty-launcher-11037-thread-1) [n:127.0.0.1:60671_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$81/18928545@1ebe421
   [junit4]   2> 2573350 INFO  (jetty-launcher-11037-thread-1) [n:127.0.0.1:60671_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2573351 INFO  (zkCallback-11047-thread-1-processing-n:127.0.0.1:60670_solr) [n:127.0.0.1:60670_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1f2eeea name:ZooKeeperConnection Watcher:127.0.0.1:60666/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2573351 INFO  (jetty-launcher-11037-thread-2) [n:127.0.0.1:60670_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2573351 INFO  (zkCallback-11048-thread-1-processing-n:127.0.0.1:60671_solr) [n:127.0.0.1:60671_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6e1f12 name:ZooKeeperConnection Watcher:127.0.0.1:60666/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2573351 INFO  (jetty-launcher-11037-thread-1) [n:127.0.0.1:60671_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2573352 INFO  (jetty-launcher-11037-thread-2) [n:127.0.0.1:60670_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 2573353 INFO  (jetty-launcher-11037-thread-1) [n:127.0.0.1:60671_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 2573354 INFO  (jetty-launcher-11037-thread-2) [n:127.0.0.1:60670_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 2573355 INFO  (jetty-launcher-11037-thread-1) [n:127.0.0.1:60671_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 2573357 INFO  (jetty-launcher-11037-thread-2) [n:127.0.0.1:60670_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 2573358 INFO  (jetty-launcher-11037-thread-1) [n:127.0.0.1:60671_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 2573360 INFO  (jetty-launcher-11037-thread-2) [n:127.0.0.1:60670_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 2573360 INFO  (jetty-launcher-11037-thread-1) [n:127.0.0.1:60671_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 2573362 INFO  (jetty-launcher-11037-thread-1) [n:127.0.0.1:60671_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 2573362 INFO  (jetty-launcher-11037-thread-2) [n:127.0.0.1:60670_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 2573363 INFO  (jetty-launcher-11037-thread-2) [n:127.0.0.1:60670_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2573364 INFO  (jetty-launcher-11037-thread-1) [n:127.0.0.1:60671_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2573365 INFO  (jetty-launcher-11037-thread-2) [n:127.0.0.1:60670_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 2573365 INFO  (jetty-launcher-11037-thread-1) [n:127.0.0.1:60671_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 2573366 INFO  (jetty-launcher-11037-thread-1) [n:127.0.0.1:60671_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2573367 INFO  (jetty-launcher-11037-thread-2) [n:127.0.0.1:60670_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2573368 INFO  (jetty-launcher-11037-thread-2) [n:127.0.0.1:60670_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2573368 INFO  (jetty-launcher-11037-thread-1) [n:127.0.0.1:60671_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2573369 INFO  (jetty-launcher-11037-thread-2) [n:127.0.0.1:60670_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2573370 INFO  (jetty-launcher-11037-thread-1) [n:127.0.0.1:60671_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2573371 INFO  (jetty-launcher-11037-thread-2) [n:127.0.0.1:60670_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2573371 INFO  (jetty-launcher-11037-thread-1) [n:127.0.0.1:60671_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2573371 INFO  (jetty-launcher-11037-thread-2) [n:127.0.0.1:60670_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 2573372 INFO  (jetty-launcher-11037-thread-1) [n:127.0.0.1:60671_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 2573372 INFO  (jetty-launcher-11037-thread-1) [n:127.0.0.1:60671_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 2573372 INFO  (jetty-launcher-11037-thread-2) [n:127.0.0.1:60670_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 2573375 INFO  (jetty-launcher-11037-thread-2) [n:127.0.0.1:60670_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 2573375 INFO  (jetty-launcher-11037-thread-1) [n:127.0.0.1:60671_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 2573376 INFO  (jetty-launcher-11037-thread-1) [n:127.0.0.1:60671_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 2573377 INFO  (jetty-launcher-11037-thread-2) [n:127.0.0.1:60670_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 2573378 INFO  (jetty-launcher-11037-thread-2) [n:127.0.0.1:60670_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2573378 INFO  (jetty-launcher-11037-thread-1) [n:127.0.0.1:60671_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2573378 INFO  (jetty-launcher-11037-thread-2) [n:127.0.0.1:60670_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96308539856912389-127.0.0.1:60670_solr-n_0000000000
   [junit4]   2> 2573378 INFO  (jetty-launcher-11037-thread-1) [n:127.0.0.1:60671_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96308539856912390-127.0.0.1:60671_solr-n_0000000001
   [junit4]   2> 2573379 INFO  (jetty-launcher-11037-thread-2) [n:127.0.0.1:60670_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:60670_solr
   [junit4]   2> 2573379 INFO  (jetty-launcher-11037-thread-2) [n:127.0.0.1:60670_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 2573379 INFO  (jetty-launcher-11037-thread-1) [n:127.0.0.1:60671_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96308539856912389-127.0.0.1:60670_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 2573380 INFO  (jetty-launcher-11037-thread-1) [n:127.0.0.1:60671_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60671_solr
   [junit4]   2> 2573380 INFO  (jetty-launcher-11037-thread-1) [n:127.0.0.1:60671_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:60671_solr
   [junit4]   2> 2573380 INFO  (jetty-launcher-11037-thread-2) [n:127.0.0.1:60670_solr    ] o.a.s.c.Overseer Overseer (id=96308539856912389-127.0.0.1:60670_solr-n_0000000000) starting
   [junit4]   2> 2573381 INFO  (zkCallback-11048-thread-1-processing-n:127.0.0.1:60671_solr) [n:127.0.0.1:60671_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> 2573381 INFO  (zkCallback-11047-thread-1-processing-n:127.0.0.1:60670_solr) [n:127.0.0.1:60670_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> 2573382 INFO  (zkCallback-11048-thread-1-processing-n:127.0.0.1:60671_solr) [n:127.0.0.1:60671_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2573383 INFO  (zkCallback-11047-thread-1-processing-n:127.0.0.1:60670_solr) [n:127.0.0.1:60670_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2573385 INFO  (jetty-launcher-11037-thread-2) [n:127.0.0.1:60670_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 2573398 INFO  (jetty-launcher-11037-thread-1) [n:127.0.0.1:60671_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2573398 INFO  (jetty-launcher-11037-thread-1) [n:127.0.0.1:60671_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2573399 INFO  (jetty-launcher-11037-thread-2) [n:127.0.0.1:60670_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 2573400 INFO  (OverseerCollectionConfigSetProcessor-96308539856912389-127.0.0.1:60670_solr-n_0000000000) [n:127.0.0.1:60670_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 2573400 INFO  (jetty-launcher-11037-thread-1) [n:127.0.0.1:60671_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_7280A8B6CCB15790-001\tempDir-001\node1\.
   [junit4]   2> 2573400 INFO  (jetty-launcher-11037-thread-2) [n:127.0.0.1:60670_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:60670_solr as DOWN
   [junit4]   2> 2573400 INFO  (OverseerStateUpdate-96308539856912389-127.0.0.1:60670_solr-n_0000000000) [n:127.0.0.1:60670_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 2573401 INFO  (jetty-launcher-11037-thread-1) [n:127.0.0.1:60671_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 2573403 INFO  (jetty-launcher-11037-thread-2) [n:127.0.0.1:60670_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60670_solr
   [junit4]   2> 2573403 INFO  (jetty-launcher-11037-thread-2) [n:127.0.0.1:60670_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:60670_solr
   [junit4]   2> 2573403 INFO  (jetty-launcher-11037-thread-1) [n:127.0.0.1:60671_solr    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 2573403 INFO  (jetty-launcher-11037-thread-1) [n:127.0.0.1:60671_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2573404 INFO  (OverseerStateUpdate-96308539856912389-127.0.0.1:60670_solr-n_0000000000) [n:127.0.0.1:60670_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
   [junit4]   2> 2573405 INFO  (zkCallback-11048-thread-1-processing-n:127.0.0.1:60671_solr) [n:127.0.0.1:60671_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> 2573405 INFO  (zkCallback-11047-thread-1-processing-n:127.0.0.1:60670_solr) [n:127.0.0.1:60670_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> 2573405 INFO  (zkCallback-11048-thread-1-processing-n:127.0.0.1:60671_solr) [n:127.0.0.1:60671_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2573406 INFO  (zkCallback-11047-thread-1-processing-n:127.0.0.1:60670_solr) [n:127.0.0.1:60670_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2573406 INFO  (OverseerStateUpdate-96308539856912389-127.0.0.1:60670_solr-n_0000000000) [n:127.0.0.1:60670_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:60670_solr"} current state version: 0
   [junit4]   2> 2573406 INFO  (OverseerStateUpdate-96308539856912389-127.0.0.1:60670_solr-n_0000000000) [n:127.0.0.1:60670_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:60670_solr
   [junit4]   2> 2573422 INFO  (jetty-launcher-11037-thread-2) [n:127.0.0.1:60670_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2573422 INFO  (jetty-launcher-11037-thread-2) [n:127.0.0.1:60670_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2573423 INFO  (jetty-launcher-11037-thread-2) [n:127.0.0.1:60670_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_7280A8B6CCB15790-001\tempDir-001\node2\.
   [junit4]   2> 2573423 INFO  (jetty-launcher-11037-thread-2) [n:127.0.0.1:60670_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 2573424 INFO  (jetty-launcher-11037-thread-2) [n:127.0.0.1:60670_solr    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 2573424 INFO  (jetty-launcher-11037-thread-2) [n:127.0.0.1:60670_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2573425 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[7280A8B6CCB15790]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2573425 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[7280A8B6CCB15790]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2573427 INFO  (zkCallback-11051-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@a922e4 name:ZooKeeperConnection Watcher:127.0.0.1:60666 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2573427 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[7280A8B6CCB15790]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2573427 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[7280A8B6CCB15790]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2573428 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x156281b53020007, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2573431 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[7280A8B6CCB15790]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2573432 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[7280A8B6CCB15790]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2573433 INFO  (zkCallback-11054-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@14f934d name:ZooKeeperConnection Watcher:127.0.0.1:60666/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2573433 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[7280A8B6CCB15790]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2573433 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[7280A8B6CCB15790]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2573433 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[7280A8B6CCB15790]-worker) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2573434 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[7280A8B6CCB15790]-worker) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 2573435 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[7280A8B6CCB15790]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2573437 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[7280A8B6CCB15790]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 2573440 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[7280A8B6CCB15790]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 2573458 INFO  (TEST-TestLocalFSCloudBackupRestore.test-seed#[7280A8B6CCB15790]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 2573460 INFO  (qtp18061173-48768) [n:127.0.0.1:60670_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> 2573463 INFO  (OverseerCollectionConfigSetProcessor-96308539856912389-127.0.0.1:60670_solr-n_0000000000) [n:127.0.0.1:60670_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> 2573463 INFO  (OverseerThreadFactory-12241-thread-1-processing-n:127.0.0.1:60670_solr) [n:127.0.0.1:60670_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> 2573463 INFO  (OverseerThreadFactory-12241-thread-1-processing-n:127.0.0.1:60670_solr) [n:127.0.0.1:60670_solr    ] o.a.s.c.OverseerCollectionMessageHandler Create collection backuprestore
   [junit4]   2> 2573464 INFO  (OverseerThreadFactory-12241-thread-1-processing-n:127.0.0.1:60670_solr) [n:127.0.0.1:60670_solr    ] o.a.s.c.OverseerCollectionMessageHandler creating collections conf node /collections/backuprestore 
   [junit4]   2> 2573464 INFO  (OverseerThreadFactory-12241-thread-1-processing-n:127.0.0.1:60670_solr) [n:127.0.0.1:60670_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections/backuprestore
   [junit4]   2> 2573465 INFO  (zkCallback-11048-thread-1-processing-n:127.0.0.1:60671_solr) [n:127.0.0.1:60671_solr    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 2573466 INFO  (zkCallback-11054-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 2573465 INFO  (zkCallback-11047-thread-1-processing-n:127.0.0.1:60670_solr) [n:127.0.0.1:60670_solr    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 2573468 INFO  (OverseerStateUpdate-96308539856912389-127.0.0.1:60670_solr-n_0000000000) [n:127.0.0.1:60670_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> 2573468 INFO  (OverseerStateUpdate-96308539856912389-127.0.0.1:60670_solr-n_0000000000) [n:127.0.0.1:60670_solr    ] o.a.s.c.o.ClusterStateMutator building a new cName: backuprestore
   [junit4]   2> 2573469 INFO  (OverseerStateUpdate-96308539856912389-127.0.0.1:60670_solr-n_0000000000) [n:127.0.0.1:60670_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/backuprestore/state.json
   [junit4]   2> 2573568 INFO  (OverseerThreadFactory-12241-thread-1-processing-n:127.0.0.1:60670_solr) [n:127.0.0.1:60670_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating SolrCores for new collection backuprestore, shardNames [shard1, shard2] , replicationFactor : 2
   [junit4]   2> 2573568 INFO  (OverseerThreadFactory-12241-thread-1-processing-n:127.0.0.1:60670_solr) [n:127.0.0.1:60670_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core backuprestore_shard2_replica2 as part of shard shard2 of collection backuprestore on 127.0.0.1:60670_solr
   [junit4]   2> 2573569 INFO  (OverseerThreadFactory-12241-thread-1-processing-n:127.0.0.1:60670_solr) [n:127.0.0.1:60670_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core backuprestore_shard1_replica2 as part of shard shard1 of collection backuprestore on 127.0.0.1:60670_solr
   [junit4]   2> 2573569 INFO  (OverseerThreadFactory-12241-thread-1-processing-n:127.0.0.1:60670_solr) [n:127.0.0.1:60670_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core backuprestore_shard1_replica1 as part of shard shard1 of collection backuprestore on 127.0.0.1:60671_solr
   [junit4]   2> 2573569 INFO  (OverseerThreadFactory-12241-thread-1-processing-n:127.0.0.1:60670_solr) [n:127.0.0.1:60670_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core backuprestore_shard2_replica1 as part of shard shard2 of collection backuprestore on 127.0.0.1:60671_solr
   [junit4]   2> 2573570 INFO  (qtp18061173-48774) [n:127.0.0.1:60670_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> 2573571 INFO  (qtp16870546-48763) [n:127.0.0.1:60671_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> 2573571 INFO  (qtp18061173-48774) [n:127.0.0.1:60670_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> 2573572 INFO  (qtp18061173-48777) [n:127.0.0.1:60670_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> 2573573 INFO  (qtp16870546-48763) [n:127.0.0.1:60671_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> 2573573 INFO  (qtp18061173-48777) [n:127.0.0.1:60670_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> 2573573 INFO  (qtp16870546-48767) [n:127.0.0.1:60671_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> 2573573 INFO  (qtp16870546-48763) [n:127.0.0.1:60671_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 2573573 INFO  (qtp18061173-48774) [n:127.0.0.1:60670_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 2573573 INFO  (qtp16870546-48767) [n:127.0.0.1:60671_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> 2573573 INFO  (qtp18061173-48777) [n:127.0.0.1:60670_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 2573578 INFO  (qtp16870546-48767) [n:127.0.0.1:60671_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 2573578 INFO  (qtp16870546-48763) [n:127.0.0.1:60671_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController Registering watch for collection backuprestore
   [junit4]   2> 2573579 INFO  (qtp18061173-48774) [n:127.0.0.1:60670_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.ZkController Registering watch for collection backuprestore
   [junit4]   2> 2573579 INFO  (qtp16870546-48763) [n:127.0.0.1:60671_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.c.ZkStateReader Add data for [backuprestore] ver [0]
   [junit4]   2> 2573580 INFO  (qtp16870546-48763) [n:127.0.0.1:60671_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 2573580 INFO  (qtp18061173-48777) [n:127.0.0.1:60670_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.ZkController Registering watch for collection backuprestore
   [junit4]   2> 2573580 INFO  (qtp18061173-48777) [n:127.0.0.1:60670_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 2573580 INFO  (qtp18061173-48774) [n:127.0.0.1:60670_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.c.ZkStateReader Add data for [backuprestore] ver [0]
   [junit4]   2> 2573580 INFO  (qtp16870546-48767) [n:127.0.0.1:60671_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController Registering watch for collection backuprestore
   [junit4]   2> 2573580 INFO  (qtp18061173-48774) [n:127.0.0.1:60670_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 2573580 INFO  (qtp16870546-48767) [n:127.0.0.1:60671_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 2573580 INFO  (OverseerStateUpdate-96308539856912389-127.0.0.1:60670_solr-n_0000000000) [n:127.0.0.1:60670_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:60671/solr",
   [junit4]   2>   "node_name":"127.0.0.1:60671_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> 2573580 INFO  (OverseerStateUpdate-96308539856912389-127.0.0.1:60670_solr-n_0000000000) [n:127.0.0.1:60670_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:60671/solr",
   [junit4]   2>   "node_name":"127.0.0.1:60671_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 2573583 INFO  (OverseerStateUpdate-96308539856912389-127.0.0.1:60670_solr-n_0000000000) [n:127.0.0.1:60670_solr    ] o.a.s.c.Overseer processMessage: queueSize: 4, message = {
   [junit4]   2>   "core":"backuprestore_shard2_replica2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:60670/solr",
   [junit4]   2>   "node_name":"127.0.0.1:60670_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> 2573583 INFO  (OverseerStateUpdate-96308539856912389-127.0.0.1:60670_solr-n_0000000000) [n:127.0.0.1:60670_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:60670/solr",
   [junit4]   2>   "node_name":"127.0.0.1:60670_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 2573585 INFO  (OverseerStateUpdate-96308539856912389-127.0.0.1:60670_solr-n_0000000000) [n:127.0.0.1:60670_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, message = {
   [junit4]   2>   "core":"backuprestore_shard1_replica2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:60670/solr",
   [junit4]   2>   "node_name":"127.0.0.1:60670_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> 2573585 INFO  (OverseerStateUpdate-96308539856912389-127.0.0.1:60670_solr-n_0000000000) [n:127.0.0.1:60670_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:60670/solr",
   [junit4]   2>   "node_name":"127.0.0.1:60670_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 2573587 INFO  (OverseerStateUpdate-96308539856912389-127.0.0.1:60670_solr-n_0000000000) [n:127.0.0.1:60670_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"backuprestore_shard1_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:60671/solr",
   [junit4]   2>   "node_name":"127.0.0.1:60671_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> 2573587 INFO  (OverseerStateUpdate-96308539856912389-127.0.0.1:60670_solr-n_0000000000) [n:127.0.0.1:60670_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:60671/solr",
   [junit4]   2>   "node_name":"127.0.0.1:60671_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 2573689 INFO  (OverseerStateUpdate-96308539856912389-127.0.0.1:60670_solr-n_0000000000) [n:127.0.0.1:60670_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/backuprestore/state.json version: 0
   [junit4]   2> 2573690 INFO  (zkCallback-11048-thread-1-processing-n:127.0.0.1:60671_solr) [n:127.0.0.1:60671_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> 2573690 INFO  (zkCallback-11047-thread-2-processing-n:127.0.0.1:60670_solr) [n:127.0.0.1:60670_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> 2573690 INFO  (zkCallback-11048-thread-1-processing-n:127.0.0.1:60671_solr) [n:127.0.0.1:60671_solr    ] o.a.s.c.c.ZkStateReader Updating data for [backuprestore] from [0] to [1]
   [junit4]   2> 2573691 INFO  (zkCallback-11047-thread-2-processing-n:127.0.0.1:60670_solr) [n:127.0.0.1:60670_solr    ] o.a.s.c.c.ZkStateReader Updating data for [backuprestore] from [0] to [1]
   [junit4]   2> 2574581 INFO  (qtp18061173-48777) [n:127.0.0.1:60670_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> 2574581 INFO  (qtp16870546-48767) [n:127.0.0.1:60671_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> 2574581 INFO  (qtp16870546-48763) [n:127.0.0.1:60671_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> 2574581 INFO  (qtp16870546-48763) [n:127.0.0.1:60671_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController Check for collection zkNode:backuprestore
   [junit4]   2> 2574581 INFO  (qtp16870546-48767) [n:127.0.0.1:60671_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController Check for collection zkNode:backuprestore
   [junit4]   2> 2574581 INFO  (qtp18061173-48777) [n:127.0.0.1:60670_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.ZkController Check for collection zkNode:backuprestore
   [junit4]   2> 2574581 INFO  (qtp18061173-48774) [n:127.0.0.1:60670_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> 2574582 INFO  (qtp18061173-48774) [n:127.0.0.1:60670_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.ZkController Check for collection zkNode:backuprestore
   [junit4]   2> 2574582 INFO  (qtp16870546-48763) [n:127.0.0.1:60671_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 2574582 INFO  (qtp16870546-48763) [n:127.0.0.1:60671_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/backuprestore]
   [junit4]   2> 2574582 INFO  (qtp18061173-48777) [n:127.0.0.1:60670_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 2574582 INFO  (qtp16870546-48767) [n:127.0.0.1:60671_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 2574582 INFO  (qtp16870546-48767) [n:127.0.0.1:60671_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/backuprestore]
   [junit4]   2> 2574582 INFO  (qtp18061173-48774) [n:127.0.0.1:60670_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 2574582 INFO  (qtp18061173-48774) [n:127.0.0.1:60670_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/backuprestore]
   [junit4]   2> 2574582 INFO  (qtp18061173-48777) [n:127.0.0.1:60670_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/backuprestore]
   [junit4]   2> 2574583 INFO  (qtp16870546-48763) [n:127.0.0.1:60671_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> 2574583 INFO  (qtp16870546-48763) [n:127.0.0.1:60671_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_7280A8B6CCB15790-001\tempDir-001\node1\backuprestore_shard2_replica1'
   [junit4]   2> 2574583 INFO  (qtp16870546-48763) [n:127.0.0.1:60671_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2574583 INFO  (qtp16870546-48763) [n:127.0.0.1:60671_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> 2574583 INFO  (qtp16870546-48767) [n:127.0.0.1:60671_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> 2574583 INFO  (qtp16870546-48767) [n:127.0.0.1:60671_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_7280A8B6CCB15790-001\tempDir-001\node1\backuprestore_shard1_replica1'
   [junit4]   2> 2574584 INFO  (qtp18061173-48774) [n:127.0.0.1:60670_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> 2574584 INFO  (qtp16870546-48767) [n:127.0.0.1:60671_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2574584 INFO  (qtp18061173-48774) [n:127.0.0.1:60670_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_7280A8B6CCB15790-001\tempDir-001\node2\backuprestore_shard2_replica2'
   [junit4]   2> 2574584 INFO  (qtp18061173-48777) [n:127.0.0.1:60670_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> 2574584 INFO  (qtp18061173-48774) [n:127.0.0.1:60670_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2574584 INFO  (qtp18061173-48777) [n:127.0.0.1:60670_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_7280A8B6CCB15790-001\tempDir-001\node2\backuprestore_shard1_replica2'
   [junit4]   2> 2574584 INFO  (qtp16870546-48767) [n:127.0.0.1:60671_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> 2574584 INFO  (qtp18061173-48777) [n:127.0.0.1:60670_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2574584 INFO  (qtp18061173-48777) [n:127.0.0.1:60670_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> 2574584 INFO  (qtp18061173-48774) [n:127.0.0.1:60670_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> 2574586 INFO  (qtp16870546-48763) [n:127.0.0.1:60671_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 2574586 INFO  (qtp18061173-48777) [n:127.0.0.1:60670_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 2574587 INFO  (qtp16870546-48767) [n:127.0.0.1:60671_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 2574587 INFO  (qtp18061173-48774) [n:127.0.0.1:60670_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 2574595 INFO  (qtp18061173-48774) [n:127.0.0.1:60670_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2574595 INFO  (qtp18061173-48777) [n:127.0.0.1:60670_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2574595 INFO  (qtp16870546-48767) [n:127.0.0.1:60671_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2574596 INFO  (qtp18061173-48774) [n:127.0.0.1:60670_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2574596 INFO  (qtp18061173-48777) [n:127.0.0.1:60670_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2574597 INFO  (qtp16870546-48767) [n:127.0.0.1:60671_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2574598 INFO  (qtp16870546-48763) [n:127.0.0.1:60671_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2574599 INFO  (qtp16870546-48763) [n:127.0.0.1:60671_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2574599 INFO  (qtp18061173-48774) [n:127.0.0.1:60670_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2574601 INFO  (qtp18061173-48777) [n:127.0.0.1:60670_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2574601 INFO  (qtp16870546-48767) [n:127.0.0.1:60671_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2574603 INFO  (qtp16870546-48763) [n:127.0.0.1:60671_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2574605 INFO  (qtp18061173-48774) [n:127.0.0.1:60670_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.s.IndexSchema [backuprestore_shard2_replica2] Schema name=minimal
   [junit4]   2> 2574606 INFO  (qtp16870546-48767) [n:127.0.0.1:60671_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.s.IndexSchema [backuprestore_shard1_replica1] Schema name=minimal
   [junit4]   2> 2574606 INFO  (qtp18061173-48777) [n:127.0.0.1:60670_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.s.IndexSchema [backuprestore_shard1_replica2] Schema name=minimal
   [junit4]   2> 2574610 INFO  (qtp18061173-48774) [n:127.0.0.1:60670_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2574611 INFO  (qtp16870546-48763) [n:127.0.0.1:60671_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.s.IndexSchema [backuprestore_shard2_replica1] Schema name=minimal
   [junit4]   2> 2574611 INFO  (qtp18061173-48777) [n:127.0.0.1:60670_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2574612 INFO  (qtp16870546-48767) [n:127.0.0.1:60671_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2574613 INFO  (qtp16870546-48763) [n:127.0.0.1:60671_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2574615 INFO  (qtp18061173-48774) [n:127.0.0.1:60670_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=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 2574615 INFO  (qtp18061173-48777) [n:127.0.0.1:60670_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=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 2574615 INFO  (qtp18061173-48777) [n:127.0.0.1:60670_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> 2574615 INFO  (qtp16870546-48767) [n:127.0.0.1:60671_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=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 2574615 INFO  (qtp16870546-48767) [n:127.0.0.1:60671_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> 2574616 INFO  (qtp18061173-48777) [n:127.0.0.1:60670_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica2] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2574616 INFO  (qtp16870546-48763) [n:127.0.0.1:60671_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=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 2574615 INFO  (qtp18061173-48774) [n:127.0.0.1:60670_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> 2574616 INFO  (qtp18061173-48777) [n:127.0.0.1:60670_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica2] o.a.s.c.SolrCore [[backuprestore_shard1_replica2] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_7280A8B6CCB15790-001\tempDir-001\node2\backuprestore_shard1_replica2], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_7280A8B6CCB15790-001\tempDir-001\node2\.\backuprestore_shard1_replica2\data\]
   [junit4]   2> 2574616 INFO  (qtp18061173-48777) [n:127.0.0.1:60670_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica2] o.a.s.c.SolrCore JMX monitoring not detected for core: backuprestore_shard1_replica2
   [junit4]   2> 2574616 INFO  (qtp18061173-48774) [n:127.0.0.1:60670_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica2] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2574616 INFO  (qtp16870546-48763) [n:127.0.0.1:60671_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> 2574616 INFO  (qtp18061173-48774) [n:127.0.0.1:60670_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica2] o.a.s.c.SolrCore [[backuprestore_shard2_replica2] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_7280A8B6CCB15790-001\tempDir-001\node2\backuprestore_shard2_replica2], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_7280A8B6CCB15790-001\tempDir-001\node2\.\backuprestore_shard2_replica2\data\]
   [junit4]   2> 2574616 INFO  (qtp18061173-48774) [n:127.0.0.1:60670_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica2] o.a.s.c.SolrCore JMX monitoring not detected for core: backuprestore_shard2_replica2
   [junit4]   2> 2574616 INFO  (qtp16870546-48763) [n:127.0.0.1:60671_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2574616 INFO  (qtp16870546-48767) [n:127.0.0.1:60671_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2574616 INFO  (qtp16870546-48763) [n:127.0.0.1:60671_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.c.SolrCore [[backuprestore_shard2_replica1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_7280A8B6CCB15790-001\tempDir-001\node1\backuprestore_shard2_replica1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_7280A8B6CCB15790-001\tempDir-001\node1\.\backuprestore_shard2_replica1\data\]
   [junit4]   2> 2574616 INFO  (qtp18061173-48777) [n:127.0.0.1:60670_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica2] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_7280A8B6CCB15790-001\tempDir-001\node2\.\backuprestore_shard1_replica2\data\
   [junit4]   2> 2574616 INFO  (qtp16870546-48763) [n:127.0.0.1:60671_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.c.SolrCore JMX monitoring not detected for core: backuprestore_shard2_replica1
   [junit4]   2> 2574617 INFO  (qtp18061173-48777) [n:127.0.0.1:60670_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica2] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_7280A8B6CCB15790-001\tempDir-001\node2\.\backuprestore_shard1_replica2\data\index/
   [junit4]   2> 2574617 WARN  (qtp18061173-48777) [n:127.0.0.1:60670_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica2] o.a.s.c.SolrCore [backuprestore_shard1_replica2] Solr index directory 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_7280A8B6CCB15790-001\tempDir-001\node2\.\backuprestore_shard1_replica2\data\index' doesn't exist. Creating new index...
   [junit4]   2> 2574616 INFO  (qtp16870546-48767) [n:127.0.0.1:60671_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore [[backuprestore_shard1_replica1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_7280A8B6CCB15790-001\tempDir-001\node1\backuprestore_shard1_replica1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_7280A8B6CCB15790-001\tempDir-001\node1\.\backuprestore_shard1_replica1\data\]
   [junit4]   2> 2574617 INFO  (qtp16870546-48767) [n:127.0.0.1:60671_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore JMX monitoring not detected for core: backuprestore_shard1_replica1
   [junit4]   2> 2574618 INFO  (qtp18061173-48774) [n:127.0.0.1:60670_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica2] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_7280A8B6CCB15790-001\tempDir-001\node2\.\backuprestore_shard2_replica2\data\
   [junit4]   2> 2574618 INFO  (qtp18061173-48774) [n:127.0.0.1:60670_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica2] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_7280A8B6CCB15790-001\tempDir-001\node2\.\backuprestore_shard2_replica2\data\index/
   [junit4]   2> 2574618 WARN  (qtp18061173-48774) [n:127.0.0.1:60670_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica2] o.a.s.c.SolrCore [backuprestore_shard2_replica2] Solr index directory 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_7280A8B6CCB15790-001\tempDir-001\node2\.\backuprestore_shard2_replica2\data\index' doesn't exist. Creating new index...
   [junit4]   2> 2574618 INFO  (qtp18061173-48777) [n:127.0.0.1:60670_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica2] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_7280A8B6CCB15790-001\tempDir-001\node2\.\backuprestore_shard1_replica2\data\index
   [junit4]   2> 2574618 INFO  (qtp16870546-48767) [n:127.0.0.1:60671_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_7280A8B6CCB15790-001\tempDir-001\node1\.\backuprestore_shard1_replica1\data\
   [junit4]   2> 2574618 INFO  (qtp16870546-48767) [n:127.0.0.1:60671_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_7280A8B6CCB15790-001\tempDir-001\node1\.\backuprestore_shard1_replica1\data\index/
   [junit4]   2> 2574618 WARN  (qtp16870546-48767) [n:127.0.0.1:60671_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore [backuprestore_shard1_replica1] Solr index directory 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_7280A8B6CCB15790-001\tempDir-001\node1\.\backuprestore_shard1_replica1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 2574618 INFO  (qtp18061173-48774) [n:127.0.0.1:60670_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica2] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_7280A8B6CCB15790-001\tempDir-001\node2\.\backuprestore_shard2_replica2\data\index
   [junit4]   2> 2574619 INFO  (qtp18061173-48777) [n:127.0.0.1:60670_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica2] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@781a85 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3c2a0b),segFN=segments_1,generation=1}
   [junit4]   2> 2574619 INFO  (qtp16870546-48763) [n:127.0.0.1:60671_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_7280A8B6CCB15790-001\tempDir-001\node1\.\backuprestore_shard2_replica1\data\
   [junit4]   2> 2574619 INFO  (qtp16870546-48767) [n:127.0.0.1:60671_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_7280A8B6CCB15790-001\tempDir-001\node1\.\backuprestore_shard1_replica1\data\index
   [junit4]   2> 2574619 INFO  (qtp16870546-48763) [n:127.0.0.1:60671_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_7280A8B6CCB15790-001\tempDir-001\node1\.\backuprestore_shard2_replica1\data\index/
   [junit4]   2> 2574619 WARN  (qtp16870546-48763) [n:127.0.0.1:60671_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.c.SolrCore [backuprestore_shard2_replica1] Solr index directory 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_7280A8B6CCB15790-001\tempDir-001\node1\.\backuprestore_shard2_replica1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 2574619 INFO  (qtp16870546-48767) [n:127.0.0.1:60671_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@161989f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1f43286),segFN=segments_1,generation=1}
   [junit4]   2> 2574619 INFO  (qtp18061173-48774) [n:127.0.0.1:60670_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica2] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@f8f6d5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@b1fd),segFN=segments_1,generation=1}
   [junit4]   2> 2574619 INFO  (qtp18061173-48774) [n:127.0.0.1:60670_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica2] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2574619 INFO  (qtp18061173-48777) [n:127.0.0.1:60670_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica2] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2574619 INFO  (qtp16870546-48763) [n:127.0.0.1:60671_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_7280A8B6CCB15790-001\tempDir-001\node1\.\backuprestore_shard2_replica1\data\index
   [junit4]   2> 2574619 INFO  (qtp16870546-48767) [n:127.0.0.1:60671_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2574620 INFO  (qtp18061173-48774) [n:127.0.0.1:60670_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica2] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2574620 INFO  (qtp18061173-48777) [n:127.0.0.1:60670_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica2] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2574621 INFO  (qtp16870546-48767) [n:127.0.0.1:60671_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2574623 INFO  (OldIndexDirectoryCleanupThreadForCore-backuprestore_shard2_replica2) [n:127.0.0.1:60670_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica2] o.a.s.c.SolrCore Looking for old index directories to cleanup for core backuprestore_shard2_replica2 in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_7280A8B6CCB15790-001\tempDir-001\node2\.\backuprestore_shard2_replica2\data\
   [junit4]   2> 2574623 INFO  (OldIndexDirectoryCleanupThreadForCore-backuprestore_shard1_replica2) [n:127.0.0.1:60670_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica2] o.a.s.c.SolrCore Looking for old index directories to cleanup for core backuprestore_shard1_replica2 in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_7280A8B6CCB15790-001\tempDir-001\node2\.\backuprestore_shard1_replica2\data\
   [junit4]   2> 2574623 INFO  (OldIndexDirectoryCleanupThreadForCore-backuprestore_shard1_replica1) [n:127.0.0.1:60671_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core backuprestore_shard1_replica1 in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_7280A8B6CCB15790-001\tempDir-001\node1\.\backuprestore_shard1_replica1\data\
   [junit4]   2> 2574624 INFO  (qtp16870546-48763) [n:127.0.0.1:60671_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@aeb204 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@a5514c),segFN=segments_1,generation=1}
   [junit4]   2> 2574624 INFO  (qtp16870546-48763) [n:127.0.0.1:60671_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2574625 INFO  (OldIndexDirectoryCleanupThreadForCore-backuprestore_shard2_replica1) [n:127.0.0.1:60671_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core backuprestore_shard2_replica1 in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_7280A8B6CCB15790-001\tempDir-001\node1\.\backuprestore_shard2_replica1\data\
   [junit4]   2> 2574625 INFO  (qtp16870546-48763) [n:127.0.0.1:60671_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2574626 WARN  (OldIndexDirectoryCleanupThreadForCore-backuprestore_shard1_replica2) [n:127.0.0.1:60670_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica2] o.a.s.c.DirectoryFactory C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_7280A8B6CCB15790-001\tempDir-001\node2\.\backuprestore_shard1_replica2\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 2574627 WARN  (OldIndexDirectoryCleanupThreadForCore-backuprestore_shard2_replica2) [n:127.0.0.1:60670_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica2] o.a.s.c.DirectoryFactory C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_7280A8B6CCB15790-001\tempDir-001\node2\.\backuprestore_shard2_replica2\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 2574628 WARN  (OldIndexDirectoryCleanupThreadForCore-backuprestore_shard1_replica1) [n:127.0.0.1:60671_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica1] o.a.s.c.DirectoryFactory C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_7280A8B6CCB15790-001\tempDir-001\node1\.\backuprestore_shard1_replica1\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 2574630 WARN  (OldIndexDirectoryCleanupThreadForCore-backuprestore_shard2_replica1) [n:127.0.0.1:60671_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.c.DirectoryFactory C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_7280A8B6CCB15790-001\tempDir-001\node1\.\backuprestore_shard2_replica1\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 2574631 INFO  (qtp18061173-48777) [n:127.0.0.1:60670_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2574631 INFO  (qtp16870546-48767) [n:127.0.0.1:60671_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2574632 INFO  (qtp16870546-48763) [n:127.0.0.1:60671_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2574632 INFO  (qtp18061173-48777) [n:127.0.0.1:60670_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2574633 INFO  (qtp16870546-48767) [n:127.0.0.1:60671_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2574633 INFO  (qtp16870546-48763) [n:127.0.0.1:60671_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2574634 INFO  (qtp18061173-48777) [n:127.0.0.1:60670_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2574634 INFO  (qtp16870546-48767) [n:127.0.0.1:60671_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2574634 INFO  (qtp16870546-48763) [n:127.0.0.1:60671_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2574635 INFO  (qtp18061173-48777) [n:127.0.0.1:60670_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
 

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

NFO  (jetty-launcher-11037-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@766866{/solr,null,UNAVAILABLE}
   [junit4]   2> 2602435 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[7280A8B6CCB15790]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:60666 60666
   [junit4]   2> 2602438 INFO  (Thread-4934) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:60666 60666
   [junit4]   2> 2602439 WARN  (Thread-4934) [    ] 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> 	3	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/security.json
   [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> 	2	/solr/collections/backuprestore/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	33	/solr/overseer/queue
   [junit4]   2> 	17	/solr/overseer/collection-queue-work
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 2602439 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[7280A8B6CCB15790]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_7280A8B6CCB15790-001
   [junit4]   2> Jul 26, 2016 4:48:43 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {shard_s=PostingsFormat(name=Direct), _version_=PostingsFormat(name=MockRandom), id=PostingsFormat(name=Asserting)}, docValues:{}, maxPointsInLeafNode=1296, sim=RandomSimilarity(queryNorm=false): {}, locale=bg-BG, timezone=Libya
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_92 (32-bit)/cpus=3,threads=1,free=269045704,total=488636416
   [junit4]   2> NOTE: All tests run in this JVM: [TestSimpleQParserPlugin, TestOmitPositions, MergeStrategyTest, NumericFieldsTest, TestSimpleTrackingShardHandler, ChangedSchemaMergeTest, SolrPluginUtilsTest, SpellPossibilityIteratorTest, BlockCacheTest, TestCSVResponseWriter, TestRandomRequestDistribution, TestSuggestSpellingConverter, SortByFunctionTest, OverriddenZkACLAndCredentialsProvidersTest, DataDrivenBlockJoinTest, SuggesterTSTTest, CreateCollectionCleanupTest, BasicDistributedZk2Test, TestConfigReload, AsyncCallRequestStatusResponseTest, TestIndexingPerformance, SharedFSAutoReplicaFailoverTest, TestRTimerTree, TestReplicationHandlerBackup, HLLSerializationTest, HighlighterConfigTest, StatsComponentTest, FacetPivotSmallTest, TestCrossCoreJoin, BlockJoinFacetSimpleTest, TestFieldCache, TestComplexPhraseQParserPlugin, MultiThreadedOCPTest, TestOnReconnectListenerSupport, DocValuesMissingTest, SuggesterWFSTTest, BasicZkTest, TestRandomCollapseQParserPlugin, TestManagedResourceStorage, TestCollationField, TestOverriddenPrefixQueryForCustomFieldType, MultiTermTest, TestDistributedMissingSort, TestRestoreCore, FullSolrCloudDistribCmdsTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, ConvertedLegacyTest, TestSolrQueryParserResource, TestFiltering, TestNRTOpen, SolrCmdDistributorTest, RecoveryAfterSoftCommitTest, TestLMJelinekMercerSimilarityFactory, TestFieldCacheWithThreads, PluginInfoTest, CollectionsAPIDistributedZkTest, DirectUpdateHandlerOptimizeTest, TestFieldCacheSanityChecker, TestSubQueryTransformer, CdcrReplicationHandlerTest, DistanceUnitsTest, TestConfigSetsAPIZkFailure, ChaosMonkeySafeLeaderTest, EchoParamsTest, OpenExchangeRatesOrgProviderTest, OverseerModifyCollectionTest, TestDynamicFieldCollectionResource, ExplicitHLLTest, TestConfigOverlay, HdfsCollectionsAPIDistributedZkTest, TestPerFieldSimilarity, TestCloudInspectUtil, RequestLoggingTest, TestQuerySenderListener, TestSubQueryTransformerDistrib, TestConfigSetProperties, AtomicUpdatesTest, QueryResultKeyTest, TestInfoStreamLogging, TestSolr4Spatial2, TestValueSourceCache, SolrCoreCheckLockOnStartupTest, TestMinMaxOnMultiValuedField, TestReRankQParserPlugin, TestStandardQParsers, DistributedFacetPivotWhiteBoxTest, TermVectorComponentTest, TestPivotHelperCode, QueryParsingTest, CloneFieldUpdateProcessorFactoryTest, TestScoreJoinQPNoScore, TestFoldingMultitermQuery, BinaryUpdateRequestHandlerTest, TestBinaryField, SignatureUpdateProcessorFactoryTest, ConjunctionSolrSpellCheckerTest, RollingRestartTest, BaseCdcrDistributedZkTest, TestPerFieldSimilarityWithDefaultOverride, WordBreakSolrSpellCheckerTest, CdcrVersionReplicationTest, TestStressLiveNodes, LeaderElectionIntegrationTest, TestMissingGroups, DistributedDebugComponentTest, TestQueryUtils, DistributedQueueTest, TestCloudManagedSchema, ZkSolrClientTest, TestBM25SimilarityFactory, LeaderInitiatedRecoveryOnShardRestartTest, TestPKIAuthenticationPlugin, ReplicationFactorTest, DistributedIntervalFacetingTest, TestBlendedInfixSuggestions, UpdateRequestProcessorFactoryTest, SpatialRPTFieldTypeTest, HdfsThreadLeakTest, TestAuthenticationFramework, TestFreeTextSuggestions, CoreMergeIndexesAdminHandlerTest, TestGraphTermsQParserPlugin, SpellCheckComponentTest, TestReversedWildcardFilterFactory, TestSystemIdResolver, TestExactSharedStatsCache, TestShardHandlerFactory, TestLRUStatsCache, TestSolr4Spatial, AnalyticsQueryTest, TestCharFilters, HdfsRestartWhileUpdatingTest, ResponseLogComponentTest, TestUseDocValuesAsStored2, CollectionsAPISolrJTest, UniqFieldsUpdateProcessorFactoryTest, TestMiniSolrCloudCluster, TestRequestStatusCollectionAPI, HdfsLockFactoryTest, SolrIndexSplitterTest, HdfsChaosMonkeyNothingIsSafeTest, TestSolrConfigHandlerCloud, DeleteReplicaTest, TestSolrDeletionPolicy2, TestTolerantUpdateProcessorRandomCloud, TestJoin, CoreSorterTest, TestJettySolrRunner, CheckHdfsIndexTest, SparseHLLTest, SecurityConfHandlerTest, OpenCloseCoreStressTest, ShardRoutingTest, ClusterStateUpdateTest, TestRandomFaceting, TestZkChroot, TestRandomDVFaceting, ZkCLITest, ShardRoutingCustomTest, TestDistributedSearch, AutoCommitTest, TestDistributedGrouping, TestFaceting, TestRecovery, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, ZkControllerTest, TestRealTimeGet, TestStressReorder, TestReload, HardAutoCommitTest, DistributedTermsComponentTest, TestRangeQuery, TestCoreContainer, TestGroupingSearch, QueryElevationComponentTest, PeerSyncTest, BadIndexSchemaTest, TestSort, BasicFunctionalityTest, TestLazyCores, TestBadConfig, TestIndexSearcher, HighlighterTest, SoftAutoCommitTest, ShowFileRequestHandlerTest, CurrencyFieldOpenExchangeTest, CurrencyFieldXmlFileTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, SpellCheckCollatorTest, SuggesterFSTTest, CoreAdminHandlerTest, SolrRequestParserTest, DocValuesTest, SuggesterTest, TestStressLucene, TestTrie, NoCacheHeaderTest, TestPseudoReturnFields, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory, DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, TestRemoteStreaming, DistanceFunctionTest, SolrInfoMBeanTest, DebugComponentTest, CacheHeaderTest, TestSurroundQueryParser, LukeRequestHandlerTest, DisMaxRequestHandlerTest, StandardRequestHandlerTest, TestWriterPerf, DocumentAnalysisRequestHandlerTest, TestQueryTypes, FileBasedSpellCheckerTest, TermsComponentTest, RequestHandlersTest, DocumentBuilderTest, RequiredFieldsTest, FieldAnalysisRequestHandlerTest, TestSolrQueryParser, TestArbitraryIndexDir, FastVectorHighlighterTest, IndexSchemaRuntimeFieldTest, LoggingHandlerTest, IndexSchemaTest, MBeansHandlerTest, TestAnalyzedSuggestions, TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, CSVRequestHandlerTest, SearchHandlerTest, TestBinaryResponseWriter, TestSolrIndexConfig, CopyFieldTest, SolrIndexConfigTest, TestStressRecovery, TestMergePolicyConfig, TestDocSet, MinimalSchemaTest, TestElisionMultitermQuery, OutputWriterTest, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, TestSolrCoreProperties, DirectSolrConnectionTest, NotRequiredUniqueKeyTest, TestLuceneMatchVersion, TestPhraseSuggestions, TestCodecSupport, SynonymTokenizerTest, TestSweetSpotSimilarityFactory, TestFastWriter, TestJmxMonitoredMap, TimeZoneUtilsTest, ResourceLoaderTest, TestFastOutputStream, ScriptEngineTest, DateMathParserTest, ChaosMonkeyNothingIsSafeTest, PreAnalyzedFieldTest, PrimUtilsTest, DateFieldTest, SpellingQueryConverterTest, DOMUtilTest, RAMDirectoryFactoryTest, ClusterStateTest, TestSolrJ, TestLRUCache, TestUtils, ZkNodePropsTest, SliceStateTest, SystemInfoHandlerTest, FileUtilsTest, DistributedMLTComponentTest, TestRTGBase, SolrTestCaseJ4Test, TestHighlightDedupGrouping, TestTolerantSearch, ConnectionReuseTest, TestEmbeddedSolrServerConstructors, ActionThrottleTest, AliasIntegrationTest, AssignTest, CdcrRequestHandlerTest, CleanupOldIndexTest, CollectionReloadTest, CollectionStateFormat2Test, CollectionTooManyReplicasTest, ConcurrentDeleteAndCreateCollectionTest, ConfigSetsAPITest, ConnectionManagerTest, DeleteInactiveReplicaTest, DeleteStatusTest, DistribCursorPagingTest, DistribDocExpirationUpdateProcessorTest, DistribJoinFromCollectionTest, HttpPartitionTest, LeaderInitiatedRecoveryOnCommitTest, OverseerCollectionConfigSetProcessorTest, OverseerRolesTest, SharedFSAutoReplicaFailoverUtilsTest, SimpleCollectionCreateDeleteTest, SolrXmlInZkTest, TestCloudDeleteByQuery, TestCloudPivotFacet, TestConfigSetsAPI, TestCryptoKeys, TestExclusionRuleCollectionAccess, TestLocalFSCloudBackupRestore]
   [junit4] Completed [498/623 (1!)] on J1 in 29.51s, 1 test, 1 failure <<< FAILURES!

[...truncated 52745 lines...]


[JENKINS] Lucene-Solr-master-Windows (64bit/jdk1.8.0_92) - Build # 6006 - Still Unstable!

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

3 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.schema.TestManagedSchemaAPI

Error Message:
ObjectTracker found 8 object(s) that were not released!!! [TransactionLog, MockDirectoryWrapper, MockDirectoryWrapper, TransactionLog, MDCAwareThreadPoolExecutor, MockDirectoryWrapper, MockDirectoryWrapper, MDCAwareThreadPoolExecutor]

Stack Trace:
java.lang.AssertionError: ObjectTracker found 8 object(s) that were not released!!! [TransactionLog, MockDirectoryWrapper, MockDirectoryWrapper, TransactionLog, MDCAwareThreadPoolExecutor, MockDirectoryWrapper, MockDirectoryWrapper, MDCAwareThreadPoolExecutor]
	at __randomizedtesting.SeedInfo.seed([B2CFCF9535BA764B]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNull(Assert.java:551)
	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:257)
	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
	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$7.evaluate(RandomizedRunner.java:834)
	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:  junit.framework.TestSuite.org.apache.solr.schema.TestManagedSchemaAPI

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001\tempDir-001\node2\testschemaapi_shard1_replica1\data\tlog\tlog.0000000000000000001: java.nio.file.FileSystemException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001\tempDir-001\node2\testschemaapi_shard1_replica1\data\tlog\tlog.0000000000000000001: The process cannot access the file because it is being used by another process.     C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001\tempDir-001\node2\testschemaapi_shard1_replica1\data\tlog: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001\tempDir-001\node2\testschemaapi_shard1_replica1\data\tlog    C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001\tempDir-001\node2\testschemaapi_shard1_replica1\data: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001\tempDir-001\node2\testschemaapi_shard1_replica1\data    C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001\tempDir-001\node2\testschemaapi_shard1_replica1: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001\tempDir-001\node2\testschemaapi_shard1_replica1    C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001\tempDir-001\node2: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001\tempDir-001\node2    C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001\tempDir-001\node1\testschemaapi_shard1_replica2\data\tlog\tlog.0000000000000000000: java.nio.file.FileSystemException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001\tempDir-001\node1\testschemaapi_shard1_replica2\data\tlog\tlog.0000000000000000000: The process cannot access the file because it is being used by another process.     C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001\tempDir-001\node1\testschemaapi_shard1_replica2\data\tlog: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001\tempDir-001\node1\testschemaapi_shard1_replica2\data\tlog    C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001\tempDir-001\node1\testschemaapi_shard1_replica2\data: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001\tempDir-001\node1\testschemaapi_shard1_replica2\data    C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001\tempDir-001\node1\testschemaapi_shard1_replica2: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001\tempDir-001\node1\testschemaapi_shard1_replica2    C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001\tempDir-001\node1: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001\tempDir-001\node1    C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001\tempDir-001: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001\tempDir-001    C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001\tempDir-001\node2\testschemaapi_shard1_replica1\data\tlog\tlog.0000000000000000001: java.nio.file.FileSystemException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001\tempDir-001\node2\testschemaapi_shard1_replica1\data\tlog\tlog.0000000000000000001: The process cannot access the file because it is being used by another process.

   C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001\tempDir-001\node2\testschemaapi_shard1_replica1\data\tlog: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001\tempDir-001\node2\testschemaapi_shard1_replica1\data\tlog
   C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001\tempDir-001\node2\testschemaapi_shard1_replica1\data: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001\tempDir-001\node2\testschemaapi_shard1_replica1\data
   C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001\tempDir-001\node2\testschemaapi_shard1_replica1: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001\tempDir-001\node2\testschemaapi_shard1_replica1
   C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001\tempDir-001\node2: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001\tempDir-001\node2
   C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001\tempDir-001\node1\testschemaapi_shard1_replica2\data\tlog\tlog.0000000000000000000: java.nio.file.FileSystemException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001\tempDir-001\node1\testschemaapi_shard1_replica2\data\tlog\tlog.0000000000000000000: The process cannot access the file because it is being used by another process.

   C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001\tempDir-001\node1\testschemaapi_shard1_replica2\data\tlog: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001\tempDir-001\node1\testschemaapi_shard1_replica2\data\tlog
   C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001\tempDir-001\node1\testschemaapi_shard1_replica2\data: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001\tempDir-001\node1\testschemaapi_shard1_replica2\data
   C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001\tempDir-001\node1\testschemaapi_shard1_replica2: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001\tempDir-001\node1\testschemaapi_shard1_replica2
   C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001\tempDir-001\node1: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001\tempDir-001\node1
   C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001\tempDir-001: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001\tempDir-001
   C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001

	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:323)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:216)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	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 http://127.0.0.1:64517/solr: The backup directory already exists: file:///C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/build/solr-core/test/J1/temp/solr.cloud.TestLocalFSCloudBackupRestore_B2CFCF9535BA764B-001/tempDir-002/mytestbackup/

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:64517/solr: The backup directory already exists: file:///C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/build/solr-core/test/J1/temp/solr.cloud.TestLocalFSCloudBackupRestore_B2CFCF9535BA764B-001/tempDir-002/mytestbackup/
	at __randomizedtesting.SeedInfo.seed([B2CFCF9535BA764B:3A9BF04F9B461BB3]: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:1291)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1061)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:997)
	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.testBackupAndRestore(AbstractCloudBackupRestoreTestCase.java:206)
	at org.apache.solr.cloud.AbstractCloudBackupRestoreTestCase.test(AbstractCloudBackupRestoreTestCase.java:126)
	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 11220 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestLocalFSCloudBackupRestore
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_B2CFCF9535BA764B-001\init-core-data-001
   [junit4]   2> 1087049 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[B2CFCF9535BA764B]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1087051 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[B2CFCF9535BA764B]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1087052 INFO  (Thread-2325) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1087052 INFO  (Thread-2325) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1087152 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[B2CFCF9535BA764B]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:64512
   [junit4]   2> 1087152 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[B2CFCF9535BA764B]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1087152 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[B2CFCF9535BA764B]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1087158 INFO  (zkCallback-7403-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@47219a2b name:ZooKeeperConnection Watcher:127.0.0.1:64512 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1087158 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[B2CFCF9535BA764B]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1087159 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[B2CFCF9535BA764B]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1087159 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[B2CFCF9535BA764B]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 1087163 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15625d797330000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1087169 INFO  (jetty-launcher-7402-thread-2) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1087169 INFO  (jetty-launcher-7402-thread-1) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1087170 INFO  (jetty-launcher-7402-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@623c255c{/solr,null,AVAILABLE}
   [junit4]   2> 1087170 INFO  (jetty-launcher-7402-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@d76f58{/solr,null,AVAILABLE}
   [junit4]   2> 1087171 INFO  (jetty-launcher-7402-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@71924c98{HTTP/1.1,[http/1.1]}{127.0.0.1:64516}
   [junit4]   2> 1087171 INFO  (jetty-launcher-7402-thread-2) [    ] o.e.j.s.Server Started @1104129ms
   [junit4]   2> 1087171 INFO  (jetty-launcher-7402-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=64516}
   [junit4]   2> 1087171 INFO  (jetty-launcher-7402-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 1087171 INFO  (jetty-launcher-7402-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_B2CFCF9535BA764B-001\tempDir-001\node2'
   [junit4]   2> 1087171 INFO  (jetty-launcher-7402-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1087171 INFO  (jetty-launcher-7402-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1087172 INFO  (jetty-launcher-7402-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1087173 INFO  (jetty-launcher-7402-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1087173 INFO  (jetty-launcher-7402-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@4630dfdc{HTTP/1.1,[http/1.1]}{127.0.0.1:64517}
   [junit4]   2> 1087173 INFO  (jetty-launcher-7402-thread-1) [    ] o.e.j.s.Server Started @1104131ms
   [junit4]   2> 1087173 INFO  (jetty-launcher-7402-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=64517}
   [junit4]   2> 1087173 INFO  (jetty-launcher-7402-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 1087173 INFO  (jetty-launcher-7402-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_B2CFCF9535BA764B-001\tempDir-001\node1'
   [junit4]   2> 1087173 INFO  (jetty-launcher-7402-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1087173 INFO  (jetty-launcher-7402-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1087174 INFO  (jetty-launcher-7402-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1087175 INFO  (jetty-launcher-7402-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1087183 INFO  (zkCallback-7405-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6ab4f2bf name:ZooKeeperConnection Watcher:127.0.0.1:64512/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1087183 INFO  (jetty-launcher-7402-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1087183 INFO  (jetty-launcher-7402-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1087183 INFO  (jetty-launcher-7402-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1087183 INFO  (zkCallback-7404-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@676565d2 name:ZooKeeperConnection Watcher:127.0.0.1:64512/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1087184 INFO  (jetty-launcher-7402-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1087184 INFO  (jetty-launcher-7402-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1087185 INFO  (jetty-launcher-7402-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1087200 INFO  (jetty-launcher-7402-thread-2) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_B2CFCF9535BA764B-001\tempDir-001\node2\.
   [junit4]   2> 1087200 INFO  (jetty-launcher-7402-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 1613107909
   [junit4]   2> 1087200 INFO  (jetty-launcher-7402-thread-2) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_B2CFCF9535BA764B-001\tempDir-001\node2]
   [junit4]   2> 1087201 WARN  (jetty-launcher-7402-thread-2) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_B2CFCF9535BA764B-001\tempDir-001\node2\lib to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_B2CFCF9535BA764B-001\tempDir-001\node2\lib
   [junit4]   2> 1087201 INFO  (jetty-launcher-7402-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> 1087203 INFO  (jetty-launcher-7402-thread-1) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_B2CFCF9535BA764B-001\tempDir-001\node1\.
   [junit4]   2> 1087203 INFO  (jetty-launcher-7402-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 418840385
   [junit4]   2> 1087203 INFO  (jetty-launcher-7402-thread-1) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_B2CFCF9535BA764B-001\tempDir-001\node1]
   [junit4]   2> 1087203 WARN  (jetty-launcher-7402-thread-1) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_B2CFCF9535BA764B-001\tempDir-001\node1\lib to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_B2CFCF9535BA764B-001\tempDir-001\node1\lib
   [junit4]   2> 1087204 INFO  (jetty-launcher-7402-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> 1087205 INFO  (jetty-launcher-7402-thread-2) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 1087206 INFO  (jetty-launcher-7402-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1087206 INFO  (jetty-launcher-7402-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1087206 INFO  (jetty-launcher-7402-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64512/solr
   [junit4]   2> 1087206 INFO  (jetty-launcher-7402-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1087206 INFO  (jetty-launcher-7402-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1087206 INFO  (jetty-launcher-7402-thread-1) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 1087206 INFO  (jetty-launcher-7402-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1087206 INFO  (jetty-launcher-7402-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1087206 INFO  (jetty-launcher-7402-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64512/solr
   [junit4]   2> 1087206 INFO  (jetty-launcher-7402-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1087206 INFO  (jetty-launcher-7402-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1087207 INFO  (jetty-launcher-7402-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1087207 INFO  (jetty-launcher-7402-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1087211 INFO  (zkCallback-7410-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4c2963ab name:ZooKeeperConnection Watcher:127.0.0.1:64512 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1087211 INFO  (jetty-launcher-7402-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1087211 INFO  (jetty-launcher-7402-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1087211 INFO  (zkCallback-7411-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3bdbeffe name:ZooKeeperConnection Watcher:127.0.0.1:64512 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1087211 INFO  (jetty-launcher-7402-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1087212 INFO  (jetty-launcher-7402-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1087212 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15625d797330003, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1087213 INFO  (jetty-launcher-7402-thread-2) [n:127.0.0.1:64516_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$72/1356853605@2cc288e
   [junit4]   2> 1087214 INFO  (jetty-launcher-7402-thread-2) [n:127.0.0.1:64516_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1087216 INFO  (jetty-launcher-7402-thread-1) [n:127.0.0.1:64517_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$72/1356853605@20a105d7
   [junit4]   2> 1087217 INFO  (jetty-launcher-7402-thread-1) [n:127.0.0.1:64517_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1087218 INFO  (zkCallback-7412-thread-1-processing-n:127.0.0.1:64516_solr) [n:127.0.0.1:64516_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@73453f78 name:ZooKeeperConnection Watcher:127.0.0.1:64512/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1087219 INFO  (jetty-launcher-7402-thread-2) [n:127.0.0.1:64516_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1087219 INFO  (zkCallback-7413-thread-1-processing-n:127.0.0.1:64517_solr) [n:127.0.0.1:64517_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@74f89c3 name:ZooKeeperConnection Watcher:127.0.0.1:64512/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1087219 INFO  (jetty-launcher-7402-thread-1) [n:127.0.0.1:64517_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1087220 INFO  (jetty-launcher-7402-thread-2) [n:127.0.0.1:64516_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1087220 INFO  (jetty-launcher-7402-thread-1) [n:127.0.0.1:64517_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1087221 INFO  (jetty-launcher-7402-thread-1) [n:127.0.0.1:64517_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1087221 INFO  (jetty-launcher-7402-thread-2) [n:127.0.0.1:64516_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1087225 INFO  (jetty-launcher-7402-thread-2) [n:127.0.0.1:64516_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1087225 INFO  (jetty-launcher-7402-thread-1) [n:127.0.0.1:64517_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1087227 INFO  (jetty-launcher-7402-thread-1) [n:127.0.0.1:64517_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1087227 INFO  (jetty-launcher-7402-thread-2) [n:127.0.0.1:64516_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1087229 INFO  (jetty-launcher-7402-thread-2) [n:127.0.0.1:64516_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1087229 INFO  (jetty-launcher-7402-thread-1) [n:127.0.0.1:64517_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1087231 INFO  (jetty-launcher-7402-thread-1) [n:127.0.0.1:64517_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1087231 INFO  (jetty-launcher-7402-thread-2) [n:127.0.0.1:64516_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1087231 INFO  (jetty-launcher-7402-thread-2) [n:127.0.0.1:64516_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1087233 INFO  (jetty-launcher-7402-thread-1) [n:127.0.0.1:64517_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1087234 INFO  (jetty-launcher-7402-thread-1) [n:127.0.0.1:64517_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1087234 INFO  (jetty-launcher-7402-thread-2) [n:127.0.0.1:64516_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1087235 INFO  (jetty-launcher-7402-thread-2) [n:127.0.0.1:64516_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1087235 INFO  (jetty-launcher-7402-thread-1) [n:127.0.0.1:64517_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1087236 INFO  (jetty-launcher-7402-thread-1) [n:127.0.0.1:64517_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1087236 INFO  (jetty-launcher-7402-thread-2) [n:127.0.0.1:64516_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1087237 INFO  (jetty-launcher-7402-thread-2) [n:127.0.0.1:64516_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1087237 INFO  (jetty-launcher-7402-thread-1) [n:127.0.0.1:64517_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1087239 INFO  (jetty-launcher-7402-thread-2) [n:127.0.0.1:64516_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 1087239 INFO  (jetty-launcher-7402-thread-1) [n:127.0.0.1:64517_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 1087239 INFO  (jetty-launcher-7402-thread-2) [n:127.0.0.1:64516_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1087240 INFO  (jetty-launcher-7402-thread-1) [n:127.0.0.1:64517_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1087242 INFO  (jetty-launcher-7402-thread-2) [n:127.0.0.1:64516_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1087243 INFO  (jetty-launcher-7402-thread-1) [n:127.0.0.1:64517_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1087244 INFO  (jetty-launcher-7402-thread-2) [n:127.0.0.1:64516_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1087244 INFO  (jetty-launcher-7402-thread-1) [n:127.0.0.1:64517_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1087246 INFO  (jetty-launcher-7402-thread-1) [n:127.0.0.1:64517_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1087246 INFO  (jetty-launcher-7402-thread-2) [n:127.0.0.1:64516_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1087246 INFO  (jetty-launcher-7402-thread-1) [n:127.0.0.1:64517_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96306049919942662-127.0.0.1:64517_solr-n_0000000000
   [junit4]   2> 1087247 INFO  (jetty-launcher-7402-thread-2) [n:127.0.0.1:64516_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96306049919942661-127.0.0.1:64516_solr-n_0000000001
   [junit4]   2> 1087247 INFO  (jetty-launcher-7402-thread-1) [n:127.0.0.1:64517_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:64517_solr
   [junit4]   2> 1087247 INFO  (jetty-launcher-7402-thread-1) [n:127.0.0.1:64517_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 1087247 INFO  (jetty-launcher-7402-thread-2) [n:127.0.0.1:64516_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96306049919942662-127.0.0.1:64517_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 1087248 INFO  (jetty-launcher-7402-thread-2) [n:127.0.0.1:64516_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64516_solr
   [junit4]   2> 1087248 INFO  (jetty-launcher-7402-thread-2) [n:127.0.0.1:64516_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:64516_solr
   [junit4]   2> 1087249 INFO  (jetty-launcher-7402-thread-1) [n:127.0.0.1:64517_solr    ] o.a.s.c.Overseer Overseer (id=96306049919942662-127.0.0.1:64517_solr-n_0000000000) starting
   [junit4]   2> 1087250 INFO  (zkCallback-7412-thread-1-processing-n:127.0.0.1:64516_solr) [n:127.0.0.1:64516_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> 1087250 INFO  (zkCallback-7413-thread-1-processing-n:127.0.0.1:64517_solr) [n:127.0.0.1:64517_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> 1087255 INFO  (zkCallback-7413-thread-1-processing-n:127.0.0.1:64517_solr) [n:127.0.0.1:64517_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1087255 INFO  (jetty-launcher-7402-thread-1) [n:127.0.0.1:64517_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 1087255 INFO  (zkCallback-7412-thread-1-processing-n:127.0.0.1:64516_solr) [n:127.0.0.1:64516_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1087259 INFO  (jetty-launcher-7402-thread-1) [n:127.0.0.1:64517_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1087259 INFO  (jetty-launcher-7402-thread-1) [n:127.0.0.1:64517_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:64517_solr as DOWN
   [junit4]   2> 1087260 INFO  (jetty-launcher-7402-thread-1) [n:127.0.0.1:64517_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64517_solr
   [junit4]   2> 1087260 INFO  (jetty-launcher-7402-thread-1) [n:127.0.0.1:64517_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:64517_solr
   [junit4]   2> 1087261 INFO  (zkCallback-7413-thread-1-processing-n:127.0.0.1:64517_solr) [n:127.0.0.1:64517_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> 1087261 INFO  (zkCallback-7412-thread-1-processing-n:127.0.0.1:64516_solr) [n:127.0.0.1:64516_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> 1087278 INFO  (jetty-launcher-7402-thread-2) [n:127.0.0.1:64516_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1087278 INFO  (jetty-launcher-7402-thread-2) [n:127.0.0.1:64516_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1087279 INFO  (jetty-launcher-7402-thread-2) [n:127.0.0.1:64516_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_B2CFCF9535BA764B-001\tempDir-001\node2\.
   [junit4]   2> 1087279 INFO  (jetty-launcher-7402-thread-1) [n:127.0.0.1:64517_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1087279 INFO  (jetty-launcher-7402-thread-1) [n:127.0.0.1:64517_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1087280 INFO  (jetty-launcher-7402-thread-1) [n:127.0.0.1:64517_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_B2CFCF9535BA764B-001\tempDir-001\node1\.
   [junit4]   2> 1087280 INFO  (jetty-launcher-7402-thread-2) [n:127.0.0.1:64516_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1087280 INFO  (jetty-launcher-7402-thread-1) [n:127.0.0.1:64517_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1087281 INFO  (jetty-launcher-7402-thread-1) [n:127.0.0.1:64517_solr    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 1087282 INFO  (jetty-launcher-7402-thread-1) [n:127.0.0.1:64517_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1087282 INFO  (zkCallback-7413-thread-1-processing-n:127.0.0.1:64517_solr) [n:127.0.0.1:64517_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1087282 INFO  (zkCallback-7412-thread-1-processing-n:127.0.0.1:64516_solr) [n:127.0.0.1:64516_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1087283 INFO  (jetty-launcher-7402-thread-2) [n:127.0.0.1:64516_solr    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 1087283 INFO  (jetty-launcher-7402-thread-2) [n:127.0.0.1:64516_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1087283 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[B2CFCF9535BA764B]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1087283 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[B2CFCF9535BA764B]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1087284 INFO  (OverseerCollectionConfigSetProcessor-96306049919942662-127.0.0.1:64517_solr-n_0000000000) [n:127.0.0.1:64517_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 1087284 INFO  (OverseerStateUpdate-96306049919942662-127.0.0.1:64517_solr-n_0000000000) [n:127.0.0.1:64517_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 1087285 INFO  (OverseerStateUpdate-96306049919942662-127.0.0.1:64517_solr-n_0000000000) [n:127.0.0.1:64517_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (2)
   [junit4]   2> 1087287 INFO  (OverseerStateUpdate-96306049919942662-127.0.0.1:64517_solr-n_0000000000) [n:127.0.0.1:64517_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:64517_solr"} current state version: 0
   [junit4]   2> 1087287 INFO  (OverseerStateUpdate-96306049919942662-127.0.0.1:64517_solr-n_0000000000) [n:127.0.0.1:64517_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:64517_solr
   [junit4]   2> 1087288 INFO  (zkCallback-7416-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2d33574a name:ZooKeeperConnection Watcher:127.0.0.1:64512 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1087288 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[B2CFCF9535BA764B]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1087288 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[B2CFCF9535BA764B]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1087290 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15625d797330007, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1087293 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[B2CFCF9535BA764B]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1087294 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[B2CFCF9535BA764B]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1087295 INFO  (zkCallback-7419-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2142f5aa name:ZooKeeperConnection Watcher:127.0.0.1:64512/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1087295 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[B2CFCF9535BA764B]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1087295 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[B2CFCF9535BA764B]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1087295 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[B2CFCF9535BA764B]-worker) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1087296 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[B2CFCF9535BA764B]-worker) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 1087296 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[B2CFCF9535BA764B]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1087299 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[B2CFCF9535BA764B]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 1087303 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[B2CFCF9535BA764B]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1087322 INFO  (TEST-TestLocalFSCloudBackupRestore.test-seed#[B2CFCF9535BA764B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1087326 INFO  (qtp1452911719-30806) [n:127.0.0.1:64516_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params shards=shard1,shard2&replicationFactor=2&property.customKey=customValue&collection.configName=conf1&maxShardsPerNode=2&router.field=shard_s&name=backuprestore&router.name=implicit&action=CREATE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1087328 INFO  (OverseerCollectionConfigSetProcessor-96306049919942662-127.0.0.1:64517_solr-n_0000000000) [n:127.0.0.1:64517_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>   "maxShardsPerNode":"2",
   [junit4]   2>   "shards":"shard1,shard2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "property.customKey":"customValue",
   [junit4]   2>   "router.field":"shard_s",
   [junit4]   2>   "router.name":"implicit",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 1087329 INFO  (OverseerThreadFactory-5920-thread-1-processing-n:127.0.0.1:64517_solr) [n:127.0.0.1:64517_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>   "maxShardsPerNode":"2",
   [junit4]   2>   "shards":"shard1,shard2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "property.customKey":"customValue",
   [junit4]   2>   "router.field":"shard_s",
   [junit4]   2>   "router.name":"implicit",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 1087329 INFO  (OverseerThreadFactory-5920-thread-1-processing-n:127.0.0.1:64517_solr) [n:127.0.0.1:64517_solr    ] o.a.s.c.OverseerCollectionMessageHandler Create collection backuprestore
   [junit4]   2> 1087330 INFO  (OverseerThreadFactory-5920-thread-1-processing-n:127.0.0.1:64517_solr) [n:127.0.0.1:64517_solr    ] o.a.s.c.OverseerCollectionMessageHandler creating collections conf node /collections/backuprestore 
   [junit4]   2> 1087331 INFO  (OverseerThreadFactory-5920-thread-1-processing-n:127.0.0.1:64517_solr) [n:127.0.0.1:64517_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections/backuprestore
   [junit4]   2> 1087332 INFO  (zkCallback-7412-thread-1-processing-n:127.0.0.1:64516_solr) [n:127.0.0.1:64516_solr    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 1087332 INFO  (zkCallback-7413-thread-1-processing-n:127.0.0.1:64517_solr) [n:127.0.0.1:64517_solr    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 1087332 INFO  (zkCallback-7419-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 1087335 INFO  (OverseerStateUpdate-96306049919942662-127.0.0.1:64517_solr-n_0000000000) [n:127.0.0.1:64517_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>   "maxShardsPerNode":"2",
   [junit4]   2>   "shards":"shard1,shard2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "property.customKey":"customValue",
   [junit4]   2>   "router.field":"shard_s",
   [junit4]   2>   "router.name":"implicit",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 1087335 INFO  (OverseerStateUpdate-96306049919942662-127.0.0.1:64517_solr-n_0000000000) [n:127.0.0.1:64517_solr    ] o.a.s.c.o.ClusterStateMutator building a new cName: backuprestore
   [junit4]   2> 1087336 INFO  (OverseerStateUpdate-96306049919942662-127.0.0.1:64517_solr-n_0000000000) [n:127.0.0.1:64517_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/backuprestore/state.json
   [junit4]   2> 1087434 INFO  (OverseerThreadFactory-5920-thread-1-processing-n:127.0.0.1:64517_solr) [n:127.0.0.1:64517_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating SolrCores for new collection backuprestore, shardNames [shard1, shard2] , replicationFactor : 2
   [junit4]   2> 1087434 INFO  (OverseerThreadFactory-5920-thread-1-processing-n:127.0.0.1:64517_solr) [n:127.0.0.1:64517_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core backuprestore_shard2_replica1 as part of shard shard2 of collection backuprestore on 127.0.0.1:64516_solr
   [junit4]   2> 1087435 INFO  (OverseerThreadFactory-5920-thread-1-processing-n:127.0.0.1:64517_solr) [n:127.0.0.1:64517_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core backuprestore_shard2_replica2 as part of shard shard2 of collection backuprestore on 127.0.0.1:64517_solr
   [junit4]   2> 1087435 INFO  (OverseerThreadFactory-5920-thread-1-processing-n:127.0.0.1:64517_solr) [n:127.0.0.1:64517_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core backuprestore_shard1_replica1 as part of shard shard1 of collection backuprestore on 127.0.0.1:64516_solr
   [junit4]   2> 1087435 INFO  (OverseerThreadFactory-5920-thread-1-processing-n:127.0.0.1:64517_solr) [n:127.0.0.1:64517_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core backuprestore_shard1_replica2 as part of shard shard1 of collection backuprestore on 127.0.0.1:64517_solr
   [junit4]   2> 1087440 INFO  (qtp1452911719-30792) [n:127.0.0.1:64516_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> 1087442 INFO  (qtp969293827-30799) [n:127.0.0.1:64517_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> 1087442 INFO  (qtp1452911719-30790) [n:127.0.0.1:64516_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> 1087443 INFO  (qtp1452911719-30792) [n:127.0.0.1:64516_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> 1087443 INFO  (qtp969293827-30799) [n:127.0.0.1:64517_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> 1087446 INFO  (qtp1452911719-30790) [n:127.0.0.1:64516_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> 1087446 INFO  (qtp969293827-30797) [n:127.0.0.1:64517_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> 1087446 INFO  (qtp1452911719-30792) [n:127.0.0.1:64516_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 1087447 INFO  (qtp969293827-30797) [n:127.0.0.1:64517_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> 1087447 INFO  (qtp969293827-30799) [n:127.0.0.1:64517_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 1087447 INFO  (qtp1452911719-30790) [n:127.0.0.1:64516_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 1087448 INFO  (qtp969293827-30797) [n:127.0.0.1:64517_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 1087448 INFO  (qtp1452911719-30792) [n:127.0.0.1:64516_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController Registering watch for collection backuprestore
   [junit4]   2> 1087449 INFO  (qtp1452911719-30792) [n:127.0.0.1:64516_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.c.ZkStateReader Add data for [backuprestore] ver [0]
   [junit4]   2> 1087450 INFO  (qtp1452911719-30792) [n:127.0.0.1:64516_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 1087450 INFO  (qtp1452911719-30790) [n:127.0.0.1:64516_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController Registering watch for collection backuprestore
   [junit4]   2> 1087450 INFO  (qtp1452911719-30790) [n:127.0.0.1:64516_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 1087450 INFO  (qtp969293827-30799) [n:127.0.0.1:64517_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.ZkController Registering watch for collection backuprestore
   [junit4]   2> 1087450 INFO  (OverseerStateUpdate-96306049919942662-127.0.0.1:64517_solr-n_0000000000) [n:127.0.0.1:64517_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, message = {
   [junit4]   2>   "core":"backuprestore_shard2_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:64516/solr",
   [junit4]   2>   "node_name":"127.0.0.1:64516_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> 1087450 INFO  (OverseerStateUpdate-96306049919942662-127.0.0.1:64517_solr-n_0000000000) [n:127.0.0.1:64517_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:64516/solr",
   [junit4]   2>   "node_name":"127.0.0.1:64516_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1087450 INFO  (qtp969293827-30797) [n:127.0.0.1:64517_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.ZkController Registering watch for collection backuprestore
   [junit4]   2> 1087450 INFO  (qtp969293827-30797) [n:127.0.0.1:64517_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 1087450 INFO  (qtp969293827-30799) [n:127.0.0.1:64517_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.c.ZkStateReader Add data for [backuprestore] ver [0]
   [junit4]   2> 1087451 INFO  (qtp969293827-30799) [n:127.0.0.1:64517_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 1087453 INFO  (OverseerStateUpdate-96306049919942662-127.0.0.1:64517_solr-n_0000000000) [n:127.0.0.1:64517_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:64517/solr",
   [junit4]   2>   "node_name":"127.0.0.1:64517_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> 1087453 INFO  (OverseerStateUpdate-96306049919942662-127.0.0.1:64517_solr-n_0000000000) [n:127.0.0.1:64517_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:64517/solr",
   [junit4]   2>   "node_name":"127.0.0.1:64517_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1087454 INFO  (OverseerStateUpdate-96306049919942662-127.0.0.1:64517_solr-n_0000000000) [n:127.0.0.1:64517_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, message = {
   [junit4]   2>   "core":"backuprestore_shard1_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:64516/solr",
   [junit4]   2>   "node_name":"127.0.0.1:64516_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> 1087454 INFO  (OverseerStateUpdate-96306049919942662-127.0.0.1:64517_solr-n_0000000000) [n:127.0.0.1:64517_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:64516/solr",
   [junit4]   2>   "node_name":"127.0.0.1:64516_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1087456 INFO  (OverseerStateUpdate-96306049919942662-127.0.0.1:64517_solr-n_0000000000) [n:127.0.0.1:64517_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"backuprestore_shard1_replica2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:64517/solr",
   [junit4]   2>   "node_name":"127.0.0.1:64517_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> 1087456 INFO  (OverseerStateUpdate-96306049919942662-127.0.0.1:64517_solr-n_0000000000) [n:127.0.0.1:64517_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:64517/solr",
   [junit4]   2>   "node_name":"127.0.0.1:64517_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1087560 INFO  (OverseerStateUpdate-96306049919942662-127.0.0.1:64517_solr-n_0000000000) [n:127.0.0.1:64517_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/backuprestore/state.json version: 0
   [junit4]   2> 1087561 INFO  (zkCallback-7412-thread-1-processing-n:127.0.0.1:64516_solr) [n:127.0.0.1:64516_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> 1087561 INFO  (zkCallback-7413-thread-4-processing-n:127.0.0.1:64517_solr) [n:127.0.0.1:64517_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> 1087562 INFO  (zkCallback-7412-thread-1-processing-n:127.0.0.1:64516_solr) [n:127.0.0.1:64516_solr    ] o.a.s.c.c.ZkStateReader Updating data for [backuprestore] from [0] to [1]
   [junit4]   2> 1087562 INFO  (zkCallback-7413-thread-4-processing-n:127.0.0.1:64517_solr) [n:127.0.0.1:64517_solr    ] o.a.s.c.c.ZkStateReader Updating data for [backuprestore] from [0] to [1]
   [junit4]   2> 1088451 INFO  (qtp1452911719-30790) [n:127.0.0.1:64516_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> 1088451 INFO  (qtp1452911719-30792) [n:127.0.0.1:64516_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> 1088451 INFO  (qtp1452911719-30790) [n:127.0.0.1:64516_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController Check for collection zkNode:backuprestore
   [junit4]   2> 1088451 INFO  (qtp1452911719-30792) [n:127.0.0.1:64516_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController Check for collection zkNode:backuprestore
   [junit4]   2> 1088451 INFO  (qtp1452911719-30790) [n:127.0.0.1:64516_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 1088452 INFO  (qtp1452911719-30790) [n:127.0.0.1:64516_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/backuprestore]
   [junit4]   2> 1088452 INFO  (qtp1452911719-30792) [n:127.0.0.1:64516_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 1088452 INFO  (qtp969293827-30797) [n:127.0.0.1:64517_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> 1088452 INFO  (qtp969293827-30797) [n:127.0.0.1:64517_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.ZkController Check for collection zkNode:backuprestore
   [junit4]   2> 1088452 INFO  (qtp1452911719-30792) [n:127.0.0.1:64516_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/backuprestore]
   [junit4]   2> 1088452 INFO  (qtp969293827-30799) [n:127.0.0.1:64517_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> 1088452 INFO  (qtp969293827-30799) [n:127.0.0.1:64517_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.ZkController Check for collection zkNode:backuprestore
   [junit4]   2> 1088452 INFO  (qtp969293827-30797) [n:127.0.0.1:64517_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 1088452 INFO  (qtp969293827-30797) [n:127.0.0.1:64517_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/backuprestore]
   [junit4]   2> 1088452 INFO  (qtp1452911719-30790) [n:127.0.0.1:64516_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> 1088452 INFO  (qtp1452911719-30790) [n:127.0.0.1:64516_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_B2CFCF9535BA764B-001\tempDir-001\node2\backuprestore_shard1_replica1'
   [junit4]   2> 1088452 INFO  (qtp1452911719-30792) [n:127.0.0.1:64516_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> 1088452 INFO  (qtp1452911719-30790) [n:127.0.0.1:64516_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1088452 INFO  (qtp1452911719-30792) [n:127.0.0.1:64516_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_B2CFCF9535BA764B-001\tempDir-001\node2\backuprestore_shard2_replica1'
   [junit4]   2> 1088453 INFO  (qtp969293827-30799) [n:127.0.0.1:64517_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 1088453 INFO  (qtp1452911719-30792) [n:127.0.0.1:64516_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1088453 INFO  (qtp1452911719-30790) [n:127.0.0.1:64516_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> 1088453 INFO  (qtp1452911719-30792) [n:127.0.0.1:64516_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> 1088453 INFO  (qtp969293827-30799) [n:127.0.0.1:64517_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/backuprestore]
   [junit4]   2> 1088453 INFO  (qtp969293827-30797) [n:127.0.0.1:64517_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> 1088453 INFO  (qtp969293827-30797) [n:127.0.0.1:64517_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_B2CFCF9535BA764B-001\tempDir-001\node1\backuprestore_shard1_replica2'
   [junit4]   2> 1088453 INFO  (qtp969293827-30797) [n:127.0.0.1:64517_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1088454 INFO  (qtp969293827-30797) [n:127.0.0.1:64517_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> 1088455 INFO  (qtp969293827-30799) [n:127.0.0.1:64517_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> 1088455 INFO  (qtp969293827-30799) [n:127.0.0.1:64517_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_B2CFCF9535BA764B-001\tempDir-001\node1\backuprestore_shard2_replica2'
   [junit4]   2> 1088455 INFO  (qtp969293827-30799) [n:127.0.0.1:64517_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1088455 INFO  (qtp969293827-30799) [n:127.0.0.1:64517_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> 1088455 INFO  (qtp1452911719-30790) [n:127.0.0.1:64516_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 1088456 INFO  (qtp969293827-30797) [n:127.0.0.1:64517_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 1088456 INFO  (qtp1452911719-30792) [n:127.0.0.1:64516_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 1088459 INFO  (qtp969293827-30799) [n:127.0.0.1:64517_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 1088464 INFO  (qtp1452911719-30792) [n:127.0.0.1:64516_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1088464 INFO  (qtp969293827-30799) [n:127.0.0.1:64517_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1088464 INFO  (qtp969293827-30797) [n:127.0.0.1:64517_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1088465 INFO  (qtp1452911719-30792) [n:127.0.0.1:64516_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1088465 INFO  (qtp969293827-30797) [n:127.0.0.1:64517_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1088466 INFO  (qtp969293827-30799) [n:127.0.0.1:64517_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1088468 INFO  (qtp1452911719-30792) [n:127.0.0.1:64516_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1088469 INFO  (qtp969293827-30797) [n:127.0.0.1:64517_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1088469 INFO  (qtp969293827-30799) [n:127.0.0.1:64517_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1088469 INFO  (qtp1452911719-30790) [n:127.0.0.1:64516_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1088477 INFO  (qtp1452911719-30790) [n:127.0.0.1:64516_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1088479 INFO  (qtp969293827-30797) [n:127.0.0.1:64517_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.s.IndexSchema [backuprestore_shard1_replica2] Schema name=minimal
   [junit4]   2> 1088480 INFO  (qtp1452911719-30790) [n:127.0.0.1:64516_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1088479 INFO  (qtp969293827-30799) [n:127.0.0.1:64517_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.s.IndexSchema [backuprestore_shard2_replica2] Schema name=minimal
   [junit4]   2> 1088483 INFO  (qtp1452911719-30792) [n:127.0.0.1:64516_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.s.IndexSchema [backuprestore_shard2_replica1] Schema name=minimal
   [junit4]   2> 1088486 INFO  (qtp1452911719-30790) [n:127.0.0.1:64516_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.s.IndexSchema [backuprestore_shard1_replica1] Schema name=minimal
   [junit4]   2> 1088486 INFO  (qtp1452911719-30792) [n:127.0.0.1:64516_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1088487 INFO  (qtp969293827-30797) [n:127.0.0.1:64517_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1088488 INFO  (qtp969293827-30799) [n:127.0.0.1:64517_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1088490 INFO  (qtp1452911719-30790) [n:127.0.0.1:64516_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1088493 INFO  (qtp1452911719-30790) [n:127.0.0.1:64516_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=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 1088493 INFO  (qtp1452911719-30792) [n:127.0.0.1:64516_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=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 1088493 INFO  (qtp969293827-30797) [n:127.0.0.1:64517_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=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 1088493 INFO  (qtp1452911719-30792) [n:127.0.0.1:64516_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> 1088493 INFO  (qtp969293827-30797) [n:127.0.0.1:64517_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> 1088494 INFO  (qtp969293827-30797) [n:127.0.0.1:64517_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica2] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1088494 INFO  (qtp969293827-30799) [n:127.0.0.1:64517_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=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 1088494 INFO  (qtp969293827-30799) [n:127.0.0.1:64517_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> 1088494 INFO  (qtp969293827-30797) [n:127.0.0.1:64517_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica2] o.a.s.c.SolrCore [[backuprestore_shard1_replica2] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_B2CFCF9535BA764B-001\tempDir-001\node1\backuprestore_shard1_replica2], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_B2CFCF9535BA764B-001\tempDir-001\node1\.\backuprestore_shard1_replica2\data\]
   [junit4]   2> 1088494 INFO  (qtp969293827-30797) [n:127.0.0.1:64517_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> 1088494 INFO  (qtp969293827-30799) [n:127.0.0.1:64517_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica2] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1088493 INFO  (qtp1452911719-30790) [n:127.0.0.1:64516_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> 1088494 INFO  (qtp969293827-30799) [n:127.0.0.1:64517_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica2] o.a.s.c.SolrCore [[backuprestore_shard2_replica2] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_B2CFCF9535BA764B-001\tempDir-001\node1\backuprestore_shard2_replica2], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_B2CFCF9535BA764B-001\tempDir-001\node1\.\backuprestore_shard2_replica2\data\]
   [junit4]   2> 1088494 INFO  (qtp969293827-30799) [n:127.0.0.1:64517_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica2] o.a.s.c.SolrCore JMX monitoring not detected for core: backuprestore_shard2_replica2
   [junit4]   2> 1088494 INFO  (qtp1452911719-30790) [n:127.0.0.1:64516_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1088494 INFO  (qtp1452911719-30790) [n:127.0.0.1:64516_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore [[backuprestore_shard1_replica1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_B2CFCF9535BA764B-001\tempDir-001\node2\backuprestore_shard1_replica1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_B2CFCF9535BA764B-001\tempDir-001\node2\.\backuprestore_shard1_replica1\data\]
   [junit4]   2> 1088494 INFO  (qtp969293827-30797) [n:127.0.0.1:64517_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica2] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_B2CFCF9535BA764B-001\tempDir-001\node1\.\backuprestore_shard1_replica2\data\
   [junit4]   2> 1088494 INFO  (qtp1452911719-30792) [n:127.0.0.1:64516_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1088495 INFO  (qtp969293827-30797) [n:127.0.0.1:64517_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica2] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_B2CFCF9535BA764B-001\tempDir-001\node1\.\backuprestore_shard1_replica2\data\index/
   [junit4]   2> 1088495 WARN  (qtp969293827-30797) [n:127.0.0.1:64517_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica2] o.a.s.c.SolrCore [backuprestore_shard1_replica2] Solr index directory 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_B2CFCF9535BA76

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


   [junit4]   2> NOTE: All tests run in this JVM: [TestSolrXml, TestGeoJSONResponseWriter, DocumentAnalysisRequestHandlerTest, HighlighterMaxOffsetTest, AsyncMigrateRouteKeyTest, TestQuerySenderNoQuery, TestHdfsCloudBackupRestore, RecoveryZkTest, SolrCoreTest, UUIDFieldTest, TestConfigSetImmutable, AddBlockUpdateTest, HdfsDirectoryTest, TestSolrQueryParserDefaultOperatorResource, TestHashQParserPlugin, HardAutoCommitTest, TestCloudPivotFacet, SuggestComponentTest, TestRawResponseWriter, AddSchemaFieldsUpdateProcessorFactoryTest, FullHLLTest, DateRangeFieldTest, TestDocTermOrds, TestNonDefinedSimilarityFactory, ChaosMonkeyNothingIsSafeTest, PreAnalyzedFieldTest, BasicAuthIntegrationTest, MoreLikeThisHandlerTest, CoreAdminRequestStatusTest, TestManagedResource, TestQueryWrapperFilter, SampleTest, TestMacros, PrimitiveFieldTypeTest, SolrCLIZkUtilsTest, RemoteQueryErrorTest, TestCustomSort, TestDocSet, ShardSplitTest, HdfsWriteToMultipleCollectionsTest, LeaderElectionTest, TestRebalanceLeaders, TestTrackingShardHandlerFactory, TestConfigSetsAPIExclusivity, DocExpirationUpdateProcessorFactoryTest, MBeansHandlerTest, TestMaxScoreQueryParser, CircularListTest, BitVectorTest, HttpPartitionTest, XmlUpdateRequestHandlerTest, TestFieldCacheReopen, ActionThrottleTest, TestHdfsUpdateLog, IndexBasedSpellCheckerTest, TestClusterStateMutator, TestNumericTerms64, TestCollectionAPI, ZkCLITest, TestRandomDVFaceting, TestGroupingSearch, WrapperMergePolicyFactoryTest, TestWordDelimiterFilterFactory, BooleanFieldTest, HdfsSyncSliceTest, DisMaxRequestHandlerTest, TestSolrQueryResponse, URLClassifyProcessorTest, PolyFieldTest, TestStressCloudBlindAtomicUpdates, CloudExitableDirectoryReaderTest, TestCollapseQParserPlugin, ConcurrentDeleteAndCreateCollectionTest, TestCloudDeleteByQuery, TestDocumentBuilder, SpatialFilterTest, TestDocBasedVersionConstraints, TestStressReorder, TestBulkSchemaConcurrent, GraphQueryTest, TestReqParamsAPI, DistributedFacetPivotLongTailTest, DocumentBuilderTest, PeerSyncTest, TestSolrFieldCacheMBean, DeleteLastCustomShardedReplicaTest, UUIDUpdateProcessorFallbackTest, CdcrRequestHandlerTest, TestCSVLoader, OverseerTest, TestExtendedDismaxParser, TimeZoneUtilsTest, TestCoreContainer, TestDFRSimilarityFactory, JSONWriterTest, TestNamedUpdateProcessors, TestSolrCLIRunExample, SoftAutoCommitTest, TestSort, DistributedQueryElevationComponentTest, TestAddFieldRealTimeGet, TestRecoveryHdfs, OverseerTaskQueueTest, ClassificationUpdateProcessorFactoryTest, TlogReplayBufferedWhileIndexingTest, SSLMigrationTest, OutOfBoxZkACLAndCredentialsProvidersTest, TestFieldCacheVsDocValues, EnumFieldTest, TestSSLRandomization, ParsingFieldUpdateProcessorsTest, TestUpdate, RequiredFieldsTest, TestStressLucene, HdfsDirectoryFactoryTest, TestFieldResource, TestPhraseSuggestions, TestBackupRepositoryFactory, DocValuesTest, StatelessScriptUpdateProcessorFactoryTest, RestartWhileUpdatingTest, CustomCollectionTest, DistributedExpandComponentTest, TestJmxIntegration, DistribCursorPagingTest, TestSchemaResource, TestRequestForwarding, TestElisionMultitermQuery, HdfsChaosMonkeySafeLeaderTest, TestLeaderInitiatedRecoveryThread, BlockDirectoryTest, TestLazyCores, SimplePostToolTest, TestLRUCache, TestEmbeddedSolrServerConstructors, TestRemoteStreaming, BJQParserTest, TestHdfsBackupRestoreCore, SharedFSAutoReplicaFailoverUtilsTest, ZkStateWriterTest, HighlighterTest, TestManagedSchemaAPI]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestManagedSchemaAPI -Dtests.seed=B2CFCF9535BA764B -Dtests.slow=true -Dtests.locale=vi-VN -Dtests.timezone=Australia/Lord_Howe -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] ERROR   0.00s J0 | TestManagedSchemaAPI (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ObjectTracker found 8 object(s) that were not released!!! [TransactionLog, MockDirectoryWrapper, MockDirectoryWrapper, TransactionLog, MDCAwareThreadPoolExecutor, MockDirectoryWrapper, MockDirectoryWrapper, MDCAwareThreadPoolExecutor]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([B2CFCF9535BA764B]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:257)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)Throwable #2: java.io.IOException: Could not remove the following files (in the order of attempts):
   [junit4]    >    C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001\tempDir-001\node2\testschemaapi_shard1_replica1\data\tlog\tlog.0000000000000000001: java.nio.file.FileSystemException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001\tempDir-001\node2\testschemaapi_shard1_replica1\data\tlog\tlog.0000000000000000001: The process cannot access the file because it is being used by another process.
   [junit4]    >    C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001\tempDir-001\node2\testschemaapi_shard1_replica1\data\tlog: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001\tempDir-001\node2\testschemaapi_shard1_replica1\data\tlog
   [junit4]    >    C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001\tempDir-001\node2\testschemaapi_shard1_replica1\data: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001\tempDir-001\node2\testschemaapi_shard1_replica1\data
   [junit4]    >    C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001\tempDir-001\node2\testschemaapi_shard1_replica1: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001\tempDir-001\node2\testschemaapi_shard1_replica1
   [junit4]    >    C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001\tempDir-001\node2: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001\tempDir-001\node2
   [junit4]    >    C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001\tempDir-001\node1\testschemaapi_shard1_replica2\data\tlog\tlog.0000000000000000000: java.nio.file.FileSystemException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001\tempDir-001\node1\testschemaapi_shard1_replica2\data\tlog\tlog.0000000000000000000: The process cannot access the file because it is being used by another process.
   [junit4]    >    C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001\tempDir-001\node1\testschemaapi_shard1_replica2\data\tlog: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001\tempDir-001\node1\testschemaapi_shard1_replica2\data\tlog
   [junit4]    >    C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001\tempDir-001\node1\testschemaapi_shard1_replica2\data: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001\tempDir-001\node1\testschemaapi_shard1_replica2\data
   [junit4]    >    C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001\tempDir-001\node1\testschemaapi_shard1_replica2: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001\tempDir-001\node1\testschemaapi_shard1_replica2
   [junit4]    >    C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001\tempDir-001\node1: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001\tempDir-001\node1
   [junit4]    >    C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001\tempDir-001: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001\tempDir-001
   [junit4]    >    C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_B2CFCF9535BA764B-001
   [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:323)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed [449/623 (2!)] on J0 in 12.35s, 1 test, 1 failure, 1 error <<< FAILURES!

[...truncated 60637 lines...]


[JENKINS] Lucene-Solr-master-Windows (32bit/jdk1.8.0_92) - Build # 6005 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/6005/
Java: 32bit/jdk1.8.0_92 -server -XX:+UseParallelGC

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

Error Message:
Error from server at http://127.0.0.1:62935/solr: The backup directory already exists: file:///C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_1051272C8DDF54CA-001/tempDir-002/mytestbackup/

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:62935/solr: The backup directory already exists: file:///C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_1051272C8DDF54CA-001/tempDir-002/mytestbackup/
	at __randomizedtesting.SeedInfo.seed([1051272C8DDF54CA:980518F623233932]: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:1291)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1061)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:997)
	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.testBackupAndRestore(AbstractCloudBackupRestoreTestCase.java:206)
	at org.apache.solr.cloud.AbstractCloudBackupRestoreTestCase.test(AbstractCloudBackupRestoreTestCase.java:126)
	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 12095 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestLocalFSCloudBackupRestore
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_1051272C8DDF54CA-001\init-core-data-001
   [junit4]   2> 2146431 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[1051272C8DDF54CA]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 2146432 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[1051272C8DDF54CA]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2146434 INFO  (Thread-3705) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2146434 INFO  (Thread-3705) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2146534 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[1051272C8DDF54CA]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:62930
   [junit4]   2> 2146534 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[1051272C8DDF54CA]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2146535 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[1051272C8DDF54CA]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2146538 INFO  (zkCallback-2621-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4be4ce name:ZooKeeperConnection Watcher:127.0.0.1:62930 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2146538 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[1051272C8DDF54CA]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2146538 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[1051272C8DDF54CA]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2146539 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[1051272C8DDF54CA]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 2146545 INFO  (jetty-launcher-2620-thread-1) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2146545 INFO  (jetty-launcher-2620-thread-2) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2146546 INFO  (jetty-launcher-2620-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1feb6cd{/solr,null,AVAILABLE}
   [junit4]   2> 2146546 INFO  (jetty-launcher-2620-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@f34c17{/solr,null,AVAILABLE}
   [junit4]   2> 2146548 INFO  (jetty-launcher-2620-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@5051c7{HTTP/1.1,[http/1.1]}{127.0.0.1:62934}
   [junit4]   2> 2146548 INFO  (jetty-launcher-2620-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@140c1fb{HTTP/1.1,[http/1.1]}{127.0.0.1:62935}
   [junit4]   2> 2146549 INFO  (jetty-launcher-2620-thread-2) [    ] o.e.j.s.Server Started @2150625ms
   [junit4]   2> 2146549 INFO  (jetty-launcher-2620-thread-1) [    ] o.e.j.s.Server Started @2150625ms
   [junit4]   2> 2146549 INFO  (jetty-launcher-2620-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=62934}
   [junit4]   2> 2146549 INFO  (jetty-launcher-2620-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=62935}
   [junit4]   2> 2146549 INFO  (jetty-launcher-2620-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 2146549 INFO  (jetty-launcher-2620-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 2146549 INFO  (jetty-launcher-2620-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_1051272C8DDF54CA-001\tempDir-001\node2'
   [junit4]   2> 2146549 INFO  (jetty-launcher-2620-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_1051272C8DDF54CA-001\tempDir-001\node1'
   [junit4]   2> 2146549 INFO  (jetty-launcher-2620-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2146549 INFO  (jetty-launcher-2620-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2146549 INFO  (jetty-launcher-2620-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2146549 INFO  (jetty-launcher-2620-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2146550 INFO  (jetty-launcher-2620-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2146550 INFO  (jetty-launcher-2620-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2146551 INFO  (jetty-launcher-2620-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2146551 INFO  (jetty-launcher-2620-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2146552 INFO  (zkCallback-2622-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@d2b8e6 name:ZooKeeperConnection Watcher:127.0.0.1:62930/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2146552 INFO  (jetty-launcher-2620-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2146552 INFO  (zkCallback-2623-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1087540 name:ZooKeeperConnection Watcher:127.0.0.1:62930/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2146552 INFO  (jetty-launcher-2620-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2146553 INFO  (jetty-launcher-2620-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2146553 INFO  (jetty-launcher-2620-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2146553 INFO  (jetty-launcher-2620-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2146553 INFO  (jetty-launcher-2620-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2146557 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15623b1887a0002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2146557 INFO  (jetty-launcher-2620-thread-2) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_1051272C8DDF54CA-001\tempDir-001\node2\.
   [junit4]   2> 2146559 INFO  (jetty-launcher-2620-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 1703067
   [junit4]   2> 2146559 INFO  (jetty-launcher-2620-thread-2) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_1051272C8DDF54CA-001\tempDir-001\node2]
   [junit4]   2> 2146559 WARN  (jetty-launcher-2620-thread-2) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_1051272C8DDF54CA-001\tempDir-001\node2\lib to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_1051272C8DDF54CA-001\tempDir-001\node2\lib
   [junit4]   2> 2146559 INFO  (jetty-launcher-2620-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> 2146561 INFO  (jetty-launcher-2620-thread-1) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_1051272C8DDF54CA-001\tempDir-001\node1\.
   [junit4]   2> 2146561 INFO  (jetty-launcher-2620-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 17518750
   [junit4]   2> 2146561 INFO  (jetty-launcher-2620-thread-1) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_1051272C8DDF54CA-001\tempDir-001\node1]
   [junit4]   2> 2146561 WARN  (jetty-launcher-2620-thread-1) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_1051272C8DDF54CA-001\tempDir-001\node1\lib to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_1051272C8DDF54CA-001\tempDir-001\node1\lib
   [junit4]   2> 2146561 INFO  (jetty-launcher-2620-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> 2146562 INFO  (jetty-launcher-2620-thread-2) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 2146562 INFO  (jetty-launcher-2620-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2146562 INFO  (jetty-launcher-2620-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2146562 INFO  (jetty-launcher-2620-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62930/solr
   [junit4]   2> 2146562 INFO  (jetty-launcher-2620-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2146562 INFO  (jetty-launcher-2620-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2146563 INFO  (jetty-launcher-2620-thread-1) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 2146563 INFO  (jetty-launcher-2620-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2146563 INFO  (jetty-launcher-2620-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2146563 INFO  (jetty-launcher-2620-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62930/solr
   [junit4]   2> 2146563 INFO  (jetty-launcher-2620-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2146563 INFO  (jetty-launcher-2620-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2146563 INFO  (jetty-launcher-2620-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2146564 INFO  (jetty-launcher-2620-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2146565 INFO  (zkCallback-2628-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3c6565 name:ZooKeeperConnection Watcher:127.0.0.1:62930 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2146565 INFO  (jetty-launcher-2620-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2146565 INFO  (jetty-launcher-2620-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2146565 INFO  (zkCallback-2629-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@162557e name:ZooKeeperConnection Watcher:127.0.0.1:62930 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2146566 INFO  (jetty-launcher-2620-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2146566 INFO  (jetty-launcher-2620-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2146566 INFO  (jetty-launcher-2620-thread-2) [n:127.0.0.1:62934_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$50/20040608@9f2ecc
   [junit4]   2> 2146567 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15623b1887a0003, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2146568 INFO  (jetty-launcher-2620-thread-2) [n:127.0.0.1:62934_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2146568 INFO  (jetty-launcher-2620-thread-1) [n:127.0.0.1:62935_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$50/20040608@86e8d8
   [junit4]   2> 2146570 INFO  (jetty-launcher-2620-thread-1) [n:127.0.0.1:62935_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2146571 INFO  (zkCallback-2630-thread-1-processing-n:127.0.0.1:62934_solr) [n:127.0.0.1:62934_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@18e8857 name:ZooKeeperConnection Watcher:127.0.0.1:62930/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2146571 INFO  (jetty-launcher-2620-thread-2) [n:127.0.0.1:62934_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2146572 INFO  (zkCallback-2631-thread-1-processing-n:127.0.0.1:62935_solr) [n:127.0.0.1:62935_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@10e8501 name:ZooKeeperConnection Watcher:127.0.0.1:62930/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2146572 INFO  (jetty-launcher-2620-thread-1) [n:127.0.0.1:62935_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2146573 INFO  (jetty-launcher-2620-thread-2) [n:127.0.0.1:62934_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 2146573 INFO  (jetty-launcher-2620-thread-1) [n:127.0.0.1:62935_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 2146575 INFO  (jetty-launcher-2620-thread-1) [n:127.0.0.1:62935_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 2146575 INFO  (jetty-launcher-2620-thread-2) [n:127.0.0.1:62934_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 2146578 INFO  (jetty-launcher-2620-thread-1) [n:127.0.0.1:62935_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 2146578 INFO  (jetty-launcher-2620-thread-2) [n:127.0.0.1:62934_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 2146580 INFO  (jetty-launcher-2620-thread-1) [n:127.0.0.1:62935_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 2146581 INFO  (jetty-launcher-2620-thread-2) [n:127.0.0.1:62934_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 2146582 INFO  (jetty-launcher-2620-thread-1) [n:127.0.0.1:62935_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 2146582 INFO  (jetty-launcher-2620-thread-2) [n:127.0.0.1:62934_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 2146584 INFO  (jetty-launcher-2620-thread-2) [n:127.0.0.1:62934_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2146584 INFO  (jetty-launcher-2620-thread-1) [n:127.0.0.1:62935_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2146585 INFO  (jetty-launcher-2620-thread-2) [n:127.0.0.1:62934_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 2146586 INFO  (jetty-launcher-2620-thread-1) [n:127.0.0.1:62935_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 2146587 INFO  (jetty-launcher-2620-thread-2) [n:127.0.0.1:62934_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2146587 INFO  (jetty-launcher-2620-thread-1) [n:127.0.0.1:62935_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2146588 INFO  (jetty-launcher-2620-thread-1) [n:127.0.0.1:62935_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2146588 INFO  (jetty-launcher-2620-thread-2) [n:127.0.0.1:62934_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2146589 INFO  (jetty-launcher-2620-thread-2) [n:127.0.0.1:62934_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2146590 INFO  (jetty-launcher-2620-thread-1) [n:127.0.0.1:62935_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2146590 INFO  (jetty-launcher-2620-thread-1) [n:127.0.0.1:62935_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2146590 INFO  (jetty-launcher-2620-thread-2) [n:127.0.0.1:62934_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2146591 INFO  (jetty-launcher-2620-thread-1) [n:127.0.0.1:62935_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 2146591 INFO  (jetty-launcher-2620-thread-2) [n:127.0.0.1:62934_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 2146592 INFO  (jetty-launcher-2620-thread-1) [n:127.0.0.1:62935_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 2146592 INFO  (jetty-launcher-2620-thread-2) [n:127.0.0.1:62934_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 2146595 INFO  (jetty-launcher-2620-thread-2) [n:127.0.0.1:62934_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 2146595 INFO  (jetty-launcher-2620-thread-1) [n:127.0.0.1:62935_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 2146597 INFO  (jetty-launcher-2620-thread-1) [n:127.0.0.1:62935_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 2146597 INFO  (jetty-launcher-2620-thread-2) [n:127.0.0.1:62934_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 2146598 INFO  (jetty-launcher-2620-thread-2) [n:127.0.0.1:62934_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2146598 INFO  (jetty-launcher-2620-thread-1) [n:127.0.0.1:62935_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2146599 INFO  (jetty-launcher-2620-thread-2) [n:127.0.0.1:62934_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96303687440924677-127.0.0.1:62934_solr-n_0000000000
   [junit4]   2> 2146599 INFO  (jetty-launcher-2620-thread-1) [n:127.0.0.1:62935_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96303687440924678-127.0.0.1:62935_solr-n_0000000001
   [junit4]   2> 2146599 INFO  (jetty-launcher-2620-thread-2) [n:127.0.0.1:62934_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:62934_solr
   [junit4]   2> 2146599 INFO  (jetty-launcher-2620-thread-2) [n:127.0.0.1:62934_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 2146600 INFO  (jetty-launcher-2620-thread-1) [n:127.0.0.1:62935_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96303687440924677-127.0.0.1:62934_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 2146600 INFO  (jetty-launcher-2620-thread-1) [n:127.0.0.1:62935_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62935_solr
   [junit4]   2> 2146600 INFO  (jetty-launcher-2620-thread-1) [n:127.0.0.1:62935_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:62935_solr
   [junit4]   2> 2146601 INFO  (jetty-launcher-2620-thread-2) [n:127.0.0.1:62934_solr    ] o.a.s.c.Overseer Overseer (id=96303687440924677-127.0.0.1:62934_solr-n_0000000000) starting
   [junit4]   2> 2146601 INFO  (zkCallback-2631-thread-1-processing-n:127.0.0.1:62935_solr) [n:127.0.0.1:62935_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> 2146601 INFO  (zkCallback-2630-thread-1-processing-n:127.0.0.1:62934_solr) [n:127.0.0.1:62934_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> 2146602 INFO  (zkCallback-2631-thread-1-processing-n:127.0.0.1:62935_solr) [n:127.0.0.1:62935_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2146604 INFO  (zkCallback-2630-thread-1-processing-n:127.0.0.1:62934_solr) [n:127.0.0.1:62934_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2146605 INFO  (jetty-launcher-2620-thread-2) [n:127.0.0.1:62934_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 2146611 INFO  (jetty-launcher-2620-thread-2) [n:127.0.0.1:62934_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 2146611 INFO  (OverseerCollectionConfigSetProcessor-96303687440924677-127.0.0.1:62934_solr-n_0000000000) [n:127.0.0.1:62934_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 2146611 INFO  (jetty-launcher-2620-thread-2) [n:127.0.0.1:62934_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:62934_solr as DOWN
   [junit4]   2> 2146612 INFO  (OverseerStateUpdate-96303687440924677-127.0.0.1:62934_solr-n_0000000000) [n:127.0.0.1:62934_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 2146613 INFO  (jetty-launcher-2620-thread-2) [n:127.0.0.1:62934_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62934_solr
   [junit4]   2> 2146613 INFO  (jetty-launcher-2620-thread-2) [n:127.0.0.1:62934_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:62934_solr
   [junit4]   2> 2146614 INFO  (OverseerStateUpdate-96303687440924677-127.0.0.1:62934_solr-n_0000000000) [n:127.0.0.1:62934_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
   [junit4]   2> 2146614 INFO  (zkCallback-2631-thread-1-processing-n:127.0.0.1:62935_solr) [n:127.0.0.1:62935_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> 2146615 INFO  (zkCallback-2630-thread-1-processing-n:127.0.0.1:62934_solr) [n:127.0.0.1:62934_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> 2146615 INFO  (zkCallback-2631-thread-1-processing-n:127.0.0.1:62935_solr) [n:127.0.0.1:62935_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2146616 INFO  (zkCallback-2630-thread-1-processing-n:127.0.0.1:62934_solr) [n:127.0.0.1:62934_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2146617 INFO  (OverseerStateUpdate-96303687440924677-127.0.0.1:62934_solr-n_0000000000) [n:127.0.0.1:62934_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:62934_solr"} current state version: 0
   [junit4]   2> 2146617 INFO  (OverseerStateUpdate-96303687440924677-127.0.0.1:62934_solr-n_0000000000) [n:127.0.0.1:62934_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:62934_solr
   [junit4]   2> 2146622 INFO  (jetty-launcher-2620-thread-1) [n:127.0.0.1:62935_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2146622 INFO  (jetty-launcher-2620-thread-1) [n:127.0.0.1:62935_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2146624 INFO  (jetty-launcher-2620-thread-1) [n:127.0.0.1:62935_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_1051272C8DDF54CA-001\tempDir-001\node1\.
   [junit4]   2> 2146624 INFO  (jetty-launcher-2620-thread-1) [n:127.0.0.1:62935_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 2146626 INFO  (jetty-launcher-2620-thread-1) [n:127.0.0.1:62935_solr    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2146626 INFO  (jetty-launcher-2620-thread-1) [n:127.0.0.1:62935_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2146636 INFO  (jetty-launcher-2620-thread-2) [n:127.0.0.1:62934_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2146637 INFO  (jetty-launcher-2620-thread-2) [n:127.0.0.1:62934_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2146637 INFO  (jetty-launcher-2620-thread-2) [n:127.0.0.1:62934_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_1051272C8DDF54CA-001\tempDir-001\node2\.
   [junit4]   2> 2146637 INFO  (jetty-launcher-2620-thread-2) [n:127.0.0.1:62934_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 2146638 INFO  (jetty-launcher-2620-thread-2) [n:127.0.0.1:62934_solr    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2146638 INFO  (jetty-launcher-2620-thread-2) [n:127.0.0.1:62934_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2146639 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[1051272C8DDF54CA]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2146641 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[1051272C8DDF54CA]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2146642 INFO  (zkCallback-2634-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@11786a9 name:ZooKeeperConnection Watcher:127.0.0.1:62930 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2146642 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[1051272C8DDF54CA]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2146642 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[1051272C8DDF54CA]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2146645 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[1051272C8DDF54CA]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2146646 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[1051272C8DDF54CA]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2146647 INFO  (zkCallback-2637-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@185671a name:ZooKeeperConnection Watcher:127.0.0.1:62930/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2146648 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[1051272C8DDF54CA]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2146648 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[1051272C8DDF54CA]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2146648 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[1051272C8DDF54CA]-worker) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2146649 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[1051272C8DDF54CA]-worker) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 2146650 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[1051272C8DDF54CA]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2146653 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[1051272C8DDF54CA]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 2146656 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[1051272C8DDF54CA]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 2146675 INFO  (TEST-TestLocalFSCloudBackupRestore.test-seed#[1051272C8DDF54CA]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 2146679 INFO  (qtp32054043-16615) [n:127.0.0.1:62934_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&property.customKey=customValue&collection.configName=conf1&router.field=shard_s&name=backuprestore&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2146681 INFO  (OverseerCollectionConfigSetProcessor-96303687440924677-127.0.0.1:62934_solr-n_0000000000) [n:127.0.0.1:62934_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":"1",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "property.customKey":"customValue",
   [junit4]   2>   "router.field":"shard_s",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 2146681 INFO  (OverseerThreadFactory-7678-thread-1-processing-n:127.0.0.1:62934_solr) [n:127.0.0.1:62934_solr    ] o.a.s.c.OverseerCollectionMessageHandler OverseerCollectionMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"backuprestore",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "property.customKey":"customValue",
   [junit4]   2>   "router.field":"shard_s",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 2146681 INFO  (OverseerThreadFactory-7678-thread-1-processing-n:127.0.0.1:62934_solr) [n:127.0.0.1:62934_solr    ] o.a.s.c.OverseerCollectionMessageHandler Create collection backuprestore
   [junit4]   2> 2146682 INFO  (OverseerThreadFactory-7678-thread-1-processing-n:127.0.0.1:62934_solr) [n:127.0.0.1:62934_solr    ] o.a.s.c.OverseerCollectionMessageHandler creating collections conf node /collections/backuprestore 
   [junit4]   2> 2146682 INFO  (OverseerThreadFactory-7678-thread-1-processing-n:127.0.0.1:62934_solr) [n:127.0.0.1:62934_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections/backuprestore
   [junit4]   2> 2146684 INFO  (zkCallback-2630-thread-1-processing-n:127.0.0.1:62934_solr) [n:127.0.0.1:62934_solr    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 2146684 INFO  (zkCallback-2637-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 2146684 INFO  (zkCallback-2631-thread-1-processing-n:127.0.0.1:62935_solr) [n:127.0.0.1:62935_solr    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 2146686 INFO  (OverseerStateUpdate-96303687440924677-127.0.0.1:62934_solr-n_0000000000) [n:127.0.0.1:62934_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "name":"backuprestore",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "property.customKey":"customValue",
   [junit4]   2>   "router.field":"shard_s",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 2146686 INFO  (OverseerStateUpdate-96303687440924677-127.0.0.1:62934_solr-n_0000000000) [n:127.0.0.1:62934_solr    ] o.a.s.c.o.ClusterStateMutator building a new cName: backuprestore
   [junit4]   2> 2146688 INFO  (OverseerStateUpdate-96303687440924677-127.0.0.1:62934_solr-n_0000000000) [n:127.0.0.1:62934_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/backuprestore/state.json
   [junit4]   2> 2146786 INFO  (OverseerThreadFactory-7678-thread-1-processing-n:127.0.0.1:62934_solr) [n:127.0.0.1:62934_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating SolrCores for new collection backuprestore, shardNames [shard1, shard2] , replicationFactor : 1
   [junit4]   2> 2146786 INFO  (OverseerThreadFactory-7678-thread-1-processing-n:127.0.0.1:62934_solr) [n:127.0.0.1:62934_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core backuprestore_shard2_replica1 as part of shard shard2 of collection backuprestore on 127.0.0.1:62935_solr
   [junit4]   2> 2146787 INFO  (OverseerThreadFactory-7678-thread-1-processing-n:127.0.0.1:62934_solr) [n:127.0.0.1:62934_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core backuprestore_shard1_replica1 as part of shard shard1 of collection backuprestore on 127.0.0.1:62934_solr
   [junit4]   2> 2146790 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_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> 2146790 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_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> 2146792 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_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> 2146792 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_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> 2146792 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 2146792 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 2146793 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController Registering watch for collection backuprestore
   [junit4]   2> 2146793 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController Registering watch for collection backuprestore
   [junit4]   2> 2146793 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.c.ZkStateReader Add data for [backuprestore] ver [0]
   [junit4]   2> 2146794 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 2146794 INFO  (OverseerStateUpdate-96303687440924677-127.0.0.1:62934_solr-n_0000000000) [n:127.0.0.1:62934_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "core":"backuprestore_shard1_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:62934/solr",
   [junit4]   2>   "node_name":"127.0.0.1:62934_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> 2146794 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.c.ZkStateReader Add data for [backuprestore] ver [0]
   [junit4]   2> 2146794 INFO  (OverseerStateUpdate-96303687440924677-127.0.0.1:62934_solr-n_0000000000) [n:127.0.0.1:62934_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:62934/solr",
   [junit4]   2>   "node_name":"127.0.0.1:62934_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 2146794 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 2146796 INFO  (OverseerStateUpdate-96303687440924677-127.0.0.1:62934_solr-n_0000000000) [n:127.0.0.1:62934_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"backuprestore_shard2_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:62935/solr",
   [junit4]   2>   "node_name":"127.0.0.1:62935_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> 2146796 INFO  (OverseerStateUpdate-96303687440924677-127.0.0.1:62934_solr-n_0000000000) [n:127.0.0.1:62934_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:62935/solr",
   [junit4]   2>   "node_name":"127.0.0.1:62935_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 2146899 INFO  (OverseerStateUpdate-96303687440924677-127.0.0.1:62934_solr-n_0000000000) [n:127.0.0.1:62934_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/backuprestore/state.json version: 0
   [junit4]   2> 2146900 INFO  (zkCallback-2630-thread-1-processing-n:127.0.0.1:62934_solr) [n:127.0.0.1:62934_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> 2146900 INFO  (zkCallback-2631-thread-1-processing-n:127.0.0.1:62935_solr) [n:127.0.0.1:62935_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> 2146900 INFO  (zkCallback-2631-thread-1-processing-n:127.0.0.1:62935_solr) [n:127.0.0.1:62935_solr    ] o.a.s.c.c.ZkStateReader Updating data for [backuprestore] from [0] to [1]
   [junit4]   2> 2146900 INFO  (zkCallback-2630-thread-1-processing-n:127.0.0.1:62934_solr) [n:127.0.0.1:62934_solr    ] o.a.s.c.c.ZkStateReader Updating data for [backuprestore] from [0] to [1]
   [junit4]   2> 2147795 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_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> 2147795 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_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> 2147795 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController Check for collection zkNode:backuprestore
   [junit4]   2> 2147795 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController Check for collection zkNode:backuprestore
   [junit4]   2> 2147796 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 2147796 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/backuprestore]
   [junit4]   2> 2147796 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 2147796 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/backuprestore]
   [junit4]   2> 2147797 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_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> 2147797 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_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> 2147797 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_1051272C8DDF54CA-001\tempDir-001\node1\backuprestore_shard2_replica1'
   [junit4]   2> 2147797 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_1051272C8DDF54CA-001\tempDir-001\node2\backuprestore_shard1_replica1'
   [junit4]   2> 2147797 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2147797 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2147797 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_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> 2147797 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_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> 2147800 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 2147800 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 2147807 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2147807 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2147808 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2147809 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2147811 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2147813 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2147816 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.s.IndexSchema [backuprestore_shard2_replica1] Schema name=minimal
   [junit4]   2> 2147816 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.s.IndexSchema [backuprestore_shard1_replica1] Schema name=minimal
   [junit4]   2> 2147830 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2147830 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2147837 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_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=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2147837 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_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=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2147837 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_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> 2147837 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_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> 2147837 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2147837 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2147837 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore [[backuprestore_shard1_replica1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_1051272C8DDF54CA-001\tempDir-001\node2\backuprestore_shard1_replica1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_1051272C8DDF54CA-001\tempDir-001\node2\.\backuprestore_shard1_replica1\data\]
   [junit4]   2> 2147838 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_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> 2147838 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.SolrCore [[backuprestore_shard2_replica1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_1051272C8DDF54CA-001\tempDir-001\node1\backuprestore_shard2_replica1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_1051272C8DDF54CA-001\tempDir-001\node1\.\backuprestore_shard2_replica1\data\]
   [junit4]   2> 2147838 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_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> 2147838 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_1051272C8DDF54CA-001\tempDir-001\node2\.\backuprestore_shard1_replica1\data\
   [junit4]   2> 2147838 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_1051272C8DDF54CA-001\tempDir-001\node2\.\backuprestore_shard1_replica1\data\index/
   [junit4]   2> 2147838 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_1051272C8DDF54CA-001\tempDir-001\node1\.\backuprestore_shard2_replica1\data\
   [junit4]   2> 2147838 WARN  (qtp32054043-16618) [n:127.0.0.1:62934_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore [backuprestore_shard1_replica1] Solr index directory 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_1051272C8DDF54CA-001\tempDir-001\node2\.\backuprestore_shard1_replica1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 2147839 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_1051272C8DDF54CA-001\tempDir-001\node1\.\backuprestore_shard2_replica1\data\index/
   [junit4]   2> 2147839 WARN  (qtp7469959-16616) [n:127.0.0.1:62935_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.SolrCore [backuprestore_shard2_replica1] Solr index directory 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_1051272C8DDF54CA-001\tempDir-001\node1\.\backuprestore_shard2_replica1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 2147839 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_1051272C8DDF54CA-001\tempDir-001\node2\.\backuprestore_shard1_replica1\data\index
   [junit4]   2> 2147841 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_1051272C8DDF54CA-001\tempDir-001\node1\.\backuprestore_shard2_replica1\data\index
   [junit4]   2> 2147841 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@40d609 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@b4a56d),segFN=segments_1,generation=1}
   [junit4]   2> 2147841 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2147841 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1f53633 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@cc1f93),segFN=segments_1,generation=1}
   [junit4]   2> 2147841 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2147841 INFO  (OldIndexDirectoryCleanupThreadForCore-backuprestore_shard1_replica1) [n:127.0.0.1:62934_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core backuprestore_shard1_replica1 in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_1051272C8DDF54CA-001\tempDir-001\node2\.\backuprestore_shard1_replica1\data\
   [junit4]   2> 2147842 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2147842 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2147842 WARN  (OldIndexDirectoryCleanupThreadForCore-backuprestore_shard1_replica1) [n:127.0.0.1:62934_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.DirectoryFactory C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_1051272C8DDF54CA-001\tempDir-001\node2\.\backuprestore_shard1_replica1\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 2147842 INFO  (OldIndexDirectoryCleanupThreadForCore-backuprestore_shard2_replica1) [n:127.0.0.1:62935_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core backuprestore_shard2_replica1 in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_1051272C8DDF54CA-001\tempDir-001\node1\.\backuprestore_shard2_replica1\data\
   [junit4]   2> 2147843 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2147843 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2147844 WARN  (OldIndexDirectoryCleanupThreadForCore-backuprestore_shard2_replica1) [n:127.0.0.1:62935_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.DirectoryFactory C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_1051272C8DDF54CA-001\tempDir-001\node1\.\backuprestore_shard2_replica1\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 2147844 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2147845 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2147846 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2147846 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2147847 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2147847 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2147848 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/select,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 2147848 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2147848 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/select,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 2147848 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2147849 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2147849 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2147849 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2147849 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2147851 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2147851 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2147851 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2147851 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2147852 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1f53633 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@cc1f93),segFN=segments_1,generation=1}
   [junit4]   2> 2147852 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2147852 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@40d609 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@b4a56d),segFN=segments_1,generation=1}
   [junit4]   2> 2147852 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2147852 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@221083[backuprestore_shard2_replica1] main]
   [junit4]   2> 2147852 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@87af7b[backuprestore_shard1_replica1] main]
   [junit4]   2> 2147852 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/backuprestore]
   [junit4]   2> 2147852 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/backuprestore]
   [junit4]   2> 2147853 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.c.ZkStateReader path=[/collections/backuprestore] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 2147853 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.c.ZkStateReader path=[/collections/backuprestore] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 2147853 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2147853 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2147854 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2147854 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2147854 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 2147854 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 2147854 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2147854 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2147854 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2147854 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2147854 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2147854 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2147854 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 2147854 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 2147854 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2147854 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2147855 INFO  (searcherExecutor-7684-thread-1-processing-n:127.0.0.1:62934_solr x:backuprestore_shard1_replica1 s:shard1 c:backuprestore r:core_node1) [n:127.0.0.1:62934_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore [backuprestore_shard1_replica1] Registered new searcher Searcher@87af7b[backuprestore_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2147855 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 2147855 INFO  (searcherExecutor-7683-thread-1-processing-n:127.0.0.1:62935_solr x:backuprestore_shard2_replica1 s:shard2 c:backuprestore r:core_node2) [n:127.0.0.1:62935_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.SolrCore [backuprestore_shard2_replica1] Registered new searcher Searcher@221083[backuprestore_shard2_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2147855 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 2147855 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 2147855 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1540859000541675520
   [junit4]   2> 2147855 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 2147856 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 2147856 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 2147856 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1540859000542724096
   [junit4]   2> 2147857 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1540859000541675520
   [junit4]   2> 2147857 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 2147857 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1540859000542724096
   [junit4]   2> 2147857 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 2147858 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.CoreContainer registering core: backuprestore_shard2_replica1
   [junit4]   2> 2147858 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.ZkController Register replica - core:backuprestore_shard2_replica1 address:http://127.0.0.1:62935/solr collection:backuprestore shard:shard2
   [junit4]   2> 2147858 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.CoreContainer registering core: backuprestore_shard1_replica1
   [junit4]   2> 2147858 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.ZkController Register replica - core:backuprestore_shard1_replica1 address:http://127.0.0.1:62934/solr collection:backuprestore shard:shard1
   [junit4]   2> 2147859 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.c.SolrZkClient makePath: /collections/backuprestore/leader_elect/shard2/election
   [junit4]   2> 2147859 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.c.SolrZkClient makePath: /collections/backuprestore/leader_elect/shard1/election
   [junit4]   2> 2147862 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.LeaderElector Joined leadership election with path: /collections/backuprestore/leader_elect/shard1/election/96303687440924677-core_node1-n_0000000000
   [junit4]   2> 2147862 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.LeaderElector Joined leadership election with path: /collections/backuprestore/leader_elect/shard2/election/96303687440924678-core_node2-n_0000000000
   [junit4]   2> 2147862 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 and weAreReplacement=false and leaderVoteWait=10000
   [junit4]   2> 2147862 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard2 and weAreReplacement=false and leaderVoteWait=10000
   [junit4]   2> 2147864 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2147864 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2147864 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:62934/solr/backuprestore_shard1_replica1/
   [junit4]   2> 2147864 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2147864 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2147864 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:62935/solr/backuprestore_shard2_replica1/
   [junit4]   2> 2147864 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2147864 INFO  (OverseerStateUpdate-96303687440924677-127.0.0.1:62934_solr-n_0000000000) [n:127.0.0.1:62934_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"backuprestore"} current state version: 0
   [junit4]   2> 2147864 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2147865 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.SyncStrategy http://127.0.0.1:62935/solr/backuprestore_shard2_replica1/ has no replicas
   [junit4]   2> 2147864 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.SyncStrategy http://127.0.0.1:62934/solr/backuprestore_shard1_replica1/ has no replicas
   [junit4]   2> 2147865 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.c.SolrZkClient makePath: /collections/backuprestore/leaders/shard2
   [junit4]   2> 2147866 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.c.SolrZkClient makePath: /collections/backuprestore/leaders/shard1
   [junit4]   2> 2147866 INFO  (OverseerStateUpdate-96303687440924677-127.0.0.1:62934_solr-n_0000000000) [n:127.0.0.1:62934_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"backuprestore"} current state version: 0
   [junit4]   2> 2147867 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/backuprestore/leaders/shard2/leader after winning as /collections/backuprestore/leader_elect/shard2/election/96303687440924678-core_node2-n_0000000000
   [junit4]   2> 2147867 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/backuprestore/leaders/shard1/leader after winning as /collections/backuprestore/leader_elect/shard1/election/96303687440924677-core_node1-n_0000000000
   [junit4]   2> 2147872 INFO  (qtp7469959-16616) [n:127.0.0.1:62935_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:62935/solr/backuprestore_shard2_replica1/ shard2
   [junit4]   2> 2147873 INFO  (qtp32054043-16618) [n:127.0.0.1:62934_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:62934/solr/backuprestore_shard1_replica1/ shard1
   [junit4]   2> 2147873 INFO  (OverseerStateUpdate-96303687440924677-127.0.0.1:62934_solr-n_0000000000) [n:127.0.0.1:62934_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "base_url":"http://127.0.0.1:62935/solr",
   [junit4]   2>   "core":"backuprestore_shard2_replica1",
   [junit4]   2>   "state":"active"} current state version: 0
   [junit4]   2> 2147874 INFO  (OverseerStateUpdate-96303687440924677-127.0.0.1:62934_solr-n_0000000000) [n:127.0.0.1:62934_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "base_url":"http://127.0.0.1:62934/solr",
   [junit4]   2>   "core":"backuprestore_shard1_replica1",
   [junit4]   2>   "state":"active"} current state version: 0
   [junit4]   2> 2147980 INFO  (OverseerStateUpdate-96303687440924677-127.0.0.1:62934_solr-n_0000000000) [n:127.0.0.1:62934_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/backuprestore/state.json version: 1
   [junit4]   2> 2147981 INFO  (zkCallback-2631-thread-1-processing-n:127.0.0.1:62935_solr) [n:127.0.0.1:62935_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> 2147981 INFO  (zkCallback-2630-thread-1-processing-n:127.0.0.1:62934_solr) [n:127.0.0.1:62934_solr    ] o.a.s.c.c.ZkStateReader A cluster state ch

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

ase_url":"http://127.0.0.1:62934/solr","node_name":"127.0.0.1:62934_solr","state":"active","leader":"true"} to down
   [junit4]   2> 2155076 INFO  (OverseerStateUpdate-96303687440924677-127.0.0.1:62934_solr-n_0000000000) [n:127.0.0.1:62934_solr    ] o.a.s.c.o.NodeMutator Update replica state for core_node4:{"core":"backuprestore_shard1_1_replica1","base_url":"http://127.0.0.1:62934/solr","node_name":"127.0.0.1:62934_solr","state":"active","leader":"true"} to down
   [junit4]   2> 2155082 INFO  (zkCallback-2631-thread-1-processing-n:127.0.0.1:62935_solr) [n:127.0.0.1:62935_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: [2])
   [junit4]   2> 2155082 INFO  (zkCallback-2630-thread-3-processing-n:127.0.0.1:62934_solr) [n:127.0.0.1:62934_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: [2])
   [junit4]   2> 2155084 INFO  (zkCallback-2630-thread-3-processing-n:127.0.0.1:62934_solr) [n:127.0.0.1:62934_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 2155089 INFO  (jetty-launcher-2620-thread-1) [    ] o.a.s.c.Overseer Overseer (id=96303687440924677-127.0.0.1:62934_solr-n_0000000000) closing
   [junit4]   2> 2155089 INFO  (OverseerStateUpdate-96303687440924677-127.0.0.1:62934_solr-n_0000000000) [n:127.0.0.1:62934_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:62934_solr
   [junit4]   2> 2155094 INFO  (zkCallback-2630-thread-3-processing-n:127.0.0.1:62934_solr) [n:127.0.0.1:62934_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> 2155094 WARN  (zkCallback-2630-thread-3-processing-n:127.0.0.1:62934_solr) [n:127.0.0.1:62934_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2155095 INFO  (jetty-launcher-2620-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1feb6cd{/solr,null,UNAVAILABLE}
   [junit4]   2> 2156582 WARN  (zkCallback-2631-thread-1-processing-n:127.0.0.1:62935_solr) [n:127.0.0.1:62935_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2156582 INFO  (jetty-launcher-2620-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@f34c17{/solr,null,UNAVAILABLE}
   [junit4]   2> 2156590 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[1051272C8DDF54CA]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:62930 62930
   [junit4]   2> 2156593 INFO  (Thread-3705) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:62930 62930
   [junit4]   2> 2156594 WARN  (Thread-3705) [    ] 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> 	3	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/security.json
   [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> 	2	/solr/collections/backuprestore/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	27	/solr/overseer/queue
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 	3	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 2156595 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[1051272C8DDF54CA]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_1051272C8DDF54CA-001
   [junit4]   2> Jul 25, 2016 8:14:22 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {shard_s=Lucene50(blocksize=128), _version_=PostingsFormat(name=Asserting), id=BlockTreeOrds(blocksize=128)}, docValues:{}, maxPointsInLeafNode=1055, sim=ClassicSimilarity, locale=no, timezone=Asia/Chita
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_92 (32-bit)/cpus=3,threads=1,free=142696672,total=478412800
   [junit4]   2> NOTE: All tests run in this JVM: [TestClassicSimilarityFactory, TestCloudDeleteByQuery, DistributedQueryComponentCustomSortTest, BlockJoinFacetRandomTest, TestHdfsUpdateLog, ConcurrentDeleteAndCreateCollectionTest, DistributedFacetPivotSmallTest, ZkCLITest, BadComponentTest, SampleTest, TestCodecSupport, DistributedVersionInfoTest, SpatialFilterTest, TermsComponentTest, HdfsSyncSliceTest, AnalysisAfterCoreReloadTest, AddBlockUpdateTest, VMParamsZkACLAndCredentialsProvidersTest, TestReplicationHandler, HighlighterMaxOffsetTest, TestLRUCache, PathHierarchyTokenizerFactoryTest, SSLMigrationTest, SolrRequestParserTest, MigrateRouteKeyTest, DateRangeFieldTest, UUIDUpdateProcessorFallbackTest, OutOfBoxZkACLAndCredentialsProvidersTest, TestSSLRandomization, BooleanFieldTest, DistributedQueryElevationComponentTest, DistributedFacetPivotLongTailTest, HdfsWriteToMultipleCollectionsTest, TestBackupRepositoryFactory, DistributedExpandComponentTest, SystemInfoHandlerTest, OverseerTaskQueueTest, TestCoreContainer, TestPostingsSolrHighlighter, SOLR749Test, BigEndianAscendingWordDeserializerTest, TimeZoneUtilsTest, ParsingFieldUpdateProcessorsTest, TestFieldTypeResource, BitVectorTest, TestClusterStateMutator, SliceStateTest, TestOrdValues, AlternateDirectoryTest, HdfsNNFailoverTest, TestLeaderInitiatedRecoveryThread, WrapperMergePolicyFactoryTest, IndexSchemaTest, TestPseudoReturnFields, TestFieldResource, AddSchemaFieldsUpdateProcessorFactoryTest, HdfsDirectoryTest, TestObjectReleaseTracker, TestCloudPivotFacet, TestWordDelimiterFilterFactory, JSONWriterTest, TestUseDocValuesAsStored, DirectSolrSpellCheckerTest, CachingDirectoryFactoryTest, RestartWhileUpdatingTest, UnloadDistributedZkTest, MBeansHandlerTest, TestDocTermOrds, TestTrackingShardHandlerFactory, DeleteLastCustomShardedReplicaTest, TestFieldCacheSort, TestManagedResource, SolrCoreTest, TestElisionMultitermQuery, UpdateParamsTest, TestFieldCacheReopen, TestDistributedSearch, SolrTestCaseJ4Test, DistribCursorPagingTest, TestCryptoKeys, HighlighterTest, TestHashPartitioner, IndexBasedSpellCheckerTest, TestRebalanceLeaders, TestQueryWrapperFilter, TestDocBasedVersionConstraints, TestLockTree, TestXIncludeConfig, FullHLLTest, AnalyticsMergeStrategyTest, FastVectorHighlighterTest, TestRecoveryHdfs, DisMaxRequestHandlerTest, DistributedSpellCheckComponentTest, TestStressReorder, TestComponentsName, TestRestManager, CollectionStateFormat2Test, TestAnalyzeInfixSuggestions, ChaosMonkeyNothingIsSafeTest, SchemaVersionSpecificBehaviorTest, TestHashQParserPlugin, ExternalFileFieldSortTest, DirectUpdateHandlerTest, RemoteQueryErrorTest, TestInitParams, AssignTest, TestCollationFieldDocValues, CollectionsAPIAsyncDistributedZkTest, TestDynamicFieldResource, TestConfig, TestHighlightDedupGrouping, TestPhraseSuggestions, RecoveryZkTest, TestGeoJSONResponseWriter, SegmentsInfoRequestHandlerTest, CursorPagingTest, TestManagedSchemaAPI, DocumentAnalysisRequestHandlerTest, RegexBoostProcessorTest, TestConfigSetImmutable, SyncSliceTest, TestMergePolicyConfig, TestCollapseQParserPlugin, SimplePostToolTest, TestCollectionAPI, TestRequestForwarding, DistribJoinFromCollectionTest, PingRequestHandlerTest, TestSchemaResource, ZkControllerTest, TestLazyCores, CoreAdminRequestStatusTest, QueryEqualityTest, TestJmxMonitoredMap, HLLUtilTest, CdcrUpdateLogTest, CursorMarkTest, DocExpirationUpdateProcessorFactoryTest, InfoHandlerTest, CurrencyFieldXmlFileTest, TestJmxIntegration, TestStressLucene, TestLFUCache, CdcrRequestHandlerTest, TestDistribIDF, QueryElevationComponentTest, TestArbitraryIndexDir, CustomCollectionTest, TestSmileRequest, ReturnFieldsTest, JsonLoaderTest, PeerSyncTest, ZkSolrClientTest, AutoCommitTest, HardAutoCommitTest, TestGroupingSearch, SolrCmdDistributorTest, TestSort, SoftAutoCommitTest, TestExtendedDismaxParser, DocValuesTest, DistanceFunctionTest, XsltUpdateRequestHandlerTest, XmlUpdateRequestHandlerTest, TestValueSourceCache, RequiredFieldsTest, TestSolrQueryParser, SolrPluginUtilsTest, QueryParsingTest, BinaryUpdateRequestHandlerTest, TestPartialUpdateDeduplication, SearchHandlerTest, TestDFRSimilarityFactory, TestFastWriter, ResourceLoaderTest, ScriptEngineTest, TestSystemIdResolver, PrimUtilsTest, DOMUtilTest, TestSolrJ, TestDocumentBuilder, CircularListTest, TestRTGBase, DistributedIntervalFacetingTest, TestEmbeddedSolrServerConstructors, TestJettySolrRunner, ActionThrottleTest, AliasIntegrationTest, CdcrReplicationDistributedZkTest, CdcrVersionReplicationTest, CloudExitableDirectoryReaderTest, CollectionReloadTest, CollectionsAPISolrJTest, DeleteReplicaTest, DistributedQueueTest, HttpPartitionTest, LeaderInitiatedRecoveryOnCommitTest, MultiThreadedOCPTest, OverseerRolesTest, SharedFSAutoReplicaFailoverUtilsTest, SimpleCollectionCreateDeleteTest, SolrCLIZkUtilsTest, SolrCloudExampleTest, SolrXmlInZkTest, TestConfigSetsAPIExclusivity, TestDownShardTolerantSearch, TestHdfsCloudBackupRestore, TestLeaderElectionZkExpiry, TestLocalFSCloudBackupRestore]
   [junit4] Completed [468/623 (1!)] on J0 in 10.43s, 1 test, 1 error <<< FAILURES!

[...truncated 52859 lines...]


[JENKINS] Lucene-Solr-master-Windows (64bit/jdk1.8.0_92) - Build # 6004 - Still Unstable!

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

2 tests failed.
FAILED:  org.apache.solr.handler.TestReplicationHandler.doTestStressReplication

Error Message:
[index.20160725075515009, index.20160725075516509, index.properties, replication.properties] expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: [index.20160725075515009, index.20160725075516509, index.properties, replication.properties] expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([338107D204262E27:E82A0714010E4794]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.apache.solr.handler.TestReplicationHandler.checkForSingleIndex(TestReplicationHandler.java:905)
	at org.apache.solr.handler.TestReplicationHandler.doTestStressReplication(TestReplicationHandler.java:872)
	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:
expected:<COMPLETED> but was:<FAILED>

Stack Trace:
java.lang.AssertionError: expected:<COMPLETED> but was:<FAILED>
	at __randomizedtesting.SeedInfo.seed([338107D204262E27:BBD53808AADA43DF]: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:147)
	at org.apache.solr.cloud.AbstractCloudBackupRestoreTestCase.testBackupAndRestore(AbstractCloudBackupRestoreTestCase.java:208)
	at org.apache.solr.cloud.AbstractCloudBackupRestoreTestCase.test(AbstractCloudBackupRestoreTestCase.java:126)
	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 11083 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReplicationHandler
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\init-core-data-001
   [junit4]   2> 514317 INFO  (SUITE-TestReplicationHandler-seed#[338107D204262E27]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None)
   [junit4]   2> 514319 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.SolrTestCaseJ4 ###Starting doTestReplicateAfterCoreReload
   [junit4]   2> 514321 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-001\collection1
   [junit4]   2> 514336 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 514336 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7a67a30e{/solr,null,AVAILABLE}
   [junit4]   2> 514339 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.e.j.s.ServerConnector Started ServerConnector@7a84b84{HTTP/1.1,[http/1.1]}{127.0.0.1:56834}
   [junit4]   2> 514339 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.e.j.s.Server Started @526914ms
   [junit4]   2> 514340 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-001\collection1\data, hostContext=/solr, hostPort=56834}
   [junit4]   2> 514340 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 514340 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-001'
   [junit4]   2> 514340 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 514340 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 514341 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-001\solr.xml
   [junit4]   2> 514357 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-001\.
   [junit4]   2> 514357 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.c.CoreContainer New CoreContainer 31462598
   [junit4]   2> 514357 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-001]
   [junit4]   2> 514357 WARN  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-001\lib to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-001\lib
   [junit4]   2> 514358 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] 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> 514363 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 514363 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 514363 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 514363 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 514363 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 514364 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-001\.
   [junit4]   2> 514371 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] 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> 514371 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-001\.\collection1
   [junit4]   2> 514371 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 514372 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 514372 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 514372 INFO  (coreLoadExecutor-2294-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-001\collection1'
   [junit4]   2> 514374 INFO  (coreLoadExecutor-2294-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 514374 INFO  (coreLoadExecutor-2294-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 514395 INFO  (coreLoadExecutor-2294-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 514399 INFO  (coreLoadExecutor-2294-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 514415 INFO  (coreLoadExecutor-2294-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 514418 INFO  (coreLoadExecutor-2294-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 514429 INFO  (coreLoadExecutor-2294-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 514439 INFO  (coreLoadExecutor-2294-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-001\collection1'
   [junit4]   2> 514439 INFO  (coreLoadExecutor-2294-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-001\.\collection1
   [junit4]   2> 514439 INFO  (coreLoadExecutor-2294-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 514439 INFO  (coreLoadExecutor-2294-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-001\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-001\.\collection1\data\]
   [junit4]   2> 514439 INFO  (coreLoadExecutor-2294-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 514440 INFO  (coreLoadExecutor-2294-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-001\.\collection1\data\
   [junit4]   2> 514440 INFO  (coreLoadExecutor-2294-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-001\.\collection1\data\index/
   [junit4]   2> 514440 WARN  (coreLoadExecutor-2294-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-001\.\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 514440 INFO  (coreLoadExecutor-2294-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-001\.\collection1\data\index
   [junit4]   2> 514440 INFO  (coreLoadExecutor-2294-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=25, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.19315655497199036]
   [junit4]   2> 514441 INFO  (coreLoadExecutor-2294-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@5348298 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@20c1853),segFN=segments_1,generation=1}
   [junit4]   2> 514441 INFO  (coreLoadExecutor-2294-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 514442 INFO  (coreLoadExecutor-2294-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 514447 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-001\.\collection1\data\
   [junit4]   2> 514451 INFO  (coreLoadExecutor-2294-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 514452 INFO  (coreLoadExecutor-2294-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 514453 INFO  (coreLoadExecutor-2294-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 514455 INFO  (coreLoadExecutor-2294-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 514456 INFO  (coreLoadExecutor-2294-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 514456 INFO  (coreLoadExecutor-2294-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> 514456 INFO  (coreLoadExecutor-2294-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 514457 INFO  (coreLoadExecutor-2294-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 514457 INFO  (coreLoadExecutor-2294-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 514457 INFO  (coreLoadExecutor-2294-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=28, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=93.818359375, floorSegmentMB=0.7109375, forceMergeDeletesPctAllowed=6.311014536553396, segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 514461 INFO  (coreLoadExecutor-2294-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@5348298 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@20c1853),segFN=segments_1,generation=1}
   [junit4]   2> 514461 INFO  (coreLoadExecutor-2294-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 514461 INFO  (coreLoadExecutor-2294-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@14ca24cc[collection1] main]
   [junit4]   2> 514461 INFO  (coreLoadExecutor-2294-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-001\collection1\conf
   [junit4]   2> 514461 INFO  (coreLoadExecutor-2294-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-001\collection1\conf}
   [junit4]   2> 514461 INFO  (coreLoadExecutor-2294-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-001\collection1\conf
   [junit4]   2> 514462 INFO  (coreLoadExecutor-2294-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 514463 INFO  (coreLoadExecutor-2294-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following config files: schema.xml,xslt/dummy.xsl
   [junit4]   2> 514463 INFO  (coreLoadExecutor-2294-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 514463 INFO  (searcherExecutor-2295-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@14ca24cc[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 514463 INFO  (coreLoadExecutor-2294-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 514877 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-002\collection1
   [junit4]   2> 514886 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 514886 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@12068982{/solr,null,AVAILABLE}
   [junit4]   2> 514888 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.e.j.s.ServerConnector Started ServerConnector@622f1025{HTTP/1.1,[http/1.1]}{127.0.0.1:56837}
   [junit4]   2> 514888 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.e.j.s.Server Started @527461ms
   [junit4]   2> 514888 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-002\collection1\data, hostContext=/solr, hostPort=56837}
   [junit4]   2> 514892 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 514892 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-002'
   [junit4]   2> 514892 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 514892 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 514893 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-002\solr.xml
   [junit4]   2> 514904 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-002\.
   [junit4]   2> 514904 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.c.CoreContainer New CoreContainer 1229826470
   [junit4]   2> 514904 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-002]
   [junit4]   2> 514904 WARN  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-002\lib to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-002\lib
   [junit4]   2> 514906 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] 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> 514910 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 514910 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 514910 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 514910 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 514910 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 514912 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-002\.
   [junit4]   2> 514916 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] 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> 514916 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-002\.\collection1
   [junit4]   2> 514917 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 514917 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 514917 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 514918 INFO  (coreLoadExecutor-2304-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-002\collection1'
   [junit4]   2> 514919 INFO  (coreLoadExecutor-2304-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 514919 INFO  (coreLoadExecutor-2304-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 514936 INFO  (coreLoadExecutor-2304-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 514939 INFO  (coreLoadExecutor-2304-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 514958 INFO  (coreLoadExecutor-2304-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 514961 INFO  (coreLoadExecutor-2304-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 514969 INFO  (coreLoadExecutor-2304-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 514973 INFO  (coreLoadExecutor-2304-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-002\collection1'
   [junit4]   2> 514973 INFO  (coreLoadExecutor-2304-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-002\.\collection1
   [junit4]   2> 514973 INFO  (coreLoadExecutor-2304-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 514973 INFO  (coreLoadExecutor-2304-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-002\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-002\.\collection1\data\]
   [junit4]   2> 514974 INFO  (coreLoadExecutor-2304-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 514974 INFO  (coreLoadExecutor-2304-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-002\.\collection1\data\
   [junit4]   2> 514974 INFO  (coreLoadExecutor-2304-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-002\.\collection1\data\index/
   [junit4]   2> 514974 WARN  (coreLoadExecutor-2304-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-002\.\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 514975 INFO  (coreLoadExecutor-2304-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-002\.\collection1\data\index
   [junit4]   2> 514975 INFO  (coreLoadExecutor-2304-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=25, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.19315655497199036]
   [junit4]   2> 514976 INFO  (coreLoadExecutor-2304-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@6e5b8138 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7e9b4b88),segFN=segments_1,generation=1}
   [junit4]   2> 514976 INFO  (coreLoadExecutor-2304-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 514977 INFO  (coreLoadExecutor-2304-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 514978 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-002\.\collection1\data\
   [junit4]   2> 514980 INFO  (coreLoadExecutor-2304-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 514982 INFO  (coreLoadExecutor-2304-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 514983 INFO  (coreLoadExecutor-2304-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 514985 INFO  (coreLoadExecutor-2304-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 514987 INFO  (coreLoadExecutor-2304-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 514988 INFO  (coreLoadExecutor-2304-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> 514988 INFO  (coreLoadExecutor-2304-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 514988 INFO  (coreLoadExecutor-2304-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 514988 INFO  (coreLoadExecutor-2304-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 514988 INFO  (coreLoadExecutor-2304-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=28, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=93.818359375, floorSegmentMB=0.7109375, forceMergeDeletesPctAllowed=6.311014536553396, segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 514989 INFO  (coreLoadExecutor-2304-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@6e5b8138 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7e9b4b88),segFN=segments_1,generation=1}
   [junit4]   2> 514989 INFO  (coreLoadExecutor-2304-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 514989 INFO  (coreLoadExecutor-2304-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@14081727[collection1] main]
   [junit4]   2> 514989 INFO  (coreLoadExecutor-2304-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-002\collection1\conf
   [junit4]   2> 514989 INFO  (coreLoadExecutor-2304-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-002\collection1\conf}
   [junit4]   2> 514989 INFO  (coreLoadExecutor-2304-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-002\collection1\conf
   [junit4]   2> 514991 INFO  (coreLoadExecutor-2304-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 514992 INFO  (coreLoadExecutor-2304-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 1000ms
   [junit4]   2> 514992 INFO  (searcherExecutor-2305-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@14081727[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 514993 INFO  (coreLoadExecutor-2304-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 515419 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@622f1025{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 515419 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1229826470
   [junit4]   2> 515420 INFO  (coreCloseExecutor-2310-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@2f70af50
   [junit4]   2> 515420 INFO  (coreCloseExecutor-2310-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 515422 INFO  (coreCloseExecutor-2310-thread-1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 515422 INFO  (coreCloseExecutor-2310-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 515422 INFO  (coreCloseExecutor-2310-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 515423 INFO  (coreCloseExecutor-2310-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 515423 INFO  (coreCloseExecutor-2310-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 515423 INFO  (coreCloseExecutor-2310-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-002\.\collection1\data\ [CachedDir<<refCount=0;path=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-002\.\collection1\data\;done=false>>]
   [junit4]   2> 515423 INFO  (coreCloseExecutor-2310-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 515423 INFO  (coreCloseExecutor-2310-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-002\.\collection1\data\
   [junit4]   2> 515423 INFO  (coreCloseExecutor-2310-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-002\.\collection1\data\index [CachedDir<<refCount=0;path=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-002\.\collection1\data\index;done=false>>]
   [junit4]   2> 515423 INFO  (coreCloseExecutor-2310-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 515423 INFO  (coreCloseExecutor-2310-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-002\.\collection1\data\index
   [junit4]   2> 515424 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@12068982{/solr,null,UNAVAILABLE}
   [junit4]   2> 515441 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@7a84b84{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 515441 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=31462598
   [junit4]   2> 515444 INFO  (coreCloseExecutor-2312-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@9832397
   [junit4]   2> 515444 INFO  (coreCloseExecutor-2312-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 515446 INFO  (coreCloseExecutor-2312-thread-1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 515446 INFO  (coreCloseExecutor-2312-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 515446 INFO  (coreCloseExecutor-2312-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 515448 INFO  (coreCloseExecutor-2312-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 515448 INFO  (coreCloseExecutor-2312-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 515448 INFO  (coreCloseExecutor-2312-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-001\.\collection1\data\index [CachedDir<<refCount=0;path=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-001\.\collection1\data\index;done=false>>]
   [junit4]   2> 515448 INFO  (coreCloseExecutor-2312-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 515448 INFO  (coreCloseExecutor-2312-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-001\.\collection1\data\index
   [junit4]   2> 515448 INFO  (coreCloseExecutor-2312-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-001\.\collection1\data\ [CachedDir<<refCount=0;path=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-001\.\collection1\data\;done=false>>]
   [junit4]   2> 515448 INFO  (coreCloseExecutor-2312-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 515448 INFO  (coreCloseExecutor-2312-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-001\.\collection1\data\
   [junit4]   2> 515450 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7a67a30e{/solr,null,UNAVAILABLE}
   [junit4]   2> 515457 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 515458 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@35d5877f{/solr,null,AVAILABLE}
   [junit4]   2> 515459 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.e.j.s.ServerConnector Started ServerConnector@61b75d09{HTTP/1.1,[http/1.1]}{127.0.0.1:56841}
   [junit4]   2> 515460 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.e.j.s.Server Started @528034ms
   [junit4]   2> 515460 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-001\collection1\data, hostContext=/solr, hostPort=56841}
   [junit4]   2> 515460 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 515460 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-001'
   [junit4]   2> 515460 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 515462 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 515462 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-001\solr.xml
   [junit4]   2> 515467 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-001\.
   [junit4]   2> 515467 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.c.CoreContainer New CoreContainer 1753351380
   [junit4]   2> 515467 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-001]
   [junit4]   2> 515467 WARN  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-001\lib to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-001\lib
   [junit4]   2> 515467 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] 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> 515470 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 515470 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 515470 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 515470 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 515472 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 515472 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-001\.
   [junit4]   2> 515475 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] 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> 515475 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-001\.\collection1
   [junit4]   2> 515475 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 515475 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 515475 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 515475 INFO  (coreLoadExecutor-2319-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-001\collection1'
   [junit4]   2> 515475 INFO  (coreLoadExecutor-2319-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 515475 INFO  (coreLoadExecutor-2319-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 515487 INFO  (coreLoadExecutor-2319-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 515492 INFO  (coreLoadExecutor-2319-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 515500 INFO  (coreLoadExecutor-2319-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 515503 INFO  (coreLoadExecutor-2319-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 515514 INFO  (coreLoadExecutor-2319-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 515515 INFO  (coreLoadExecutor-2319-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-001\collection1'
   [junit4]   2> 515515 INFO  (coreLoadExecutor-2319-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-001\.\collection1
   [junit4]   2> 515518 INFO  (coreLoadExecutor-2319-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 515518 INFO  (coreLoadExecutor-2319-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-001\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-001\.\collection1\data\]
   [junit4]   2> 515518 INFO  (coreLoadExecutor-2319-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 515519 INFO  (coreLoadExecutor-2319-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-001\.\collection1\data\
   [junit4]   2> 515519 INFO  (coreLoadExecutor-2319-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-001\.\collection1\data\index/
   [junit4]   2> 515519 WARN  (coreLoadExecutor-2319-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-001\.\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 515519 INFO  (coreLoadExecutor-2319-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-001\.\collection1\data\index
   [junit4]   2> 515519 INFO  (coreLoadExecutor-2319-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=25, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.19315655497199036]
   [junit4]   2> 515519 INFO  (coreLoadExecutor-2319-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@27b43c44 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@252ced7),segFN=segments_1,generation=1}
   [junit4]   2> 515519 INFO  (coreLoadExecutor-2319-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 515519 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-001\.\collection1\data\
   [junit4]   2> 515520 INFO  (coreLoadExecutor-2319-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 515523 INFO  (coreLoadExecutor-2319-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 515524 INFO  (coreLoadExecutor-2319-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 515526 INFO  (coreLoadExecutor-2319-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 515528 INFO  (coreLoadExecutor-2319-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 515530 INFO  (coreLoadExecutor-2319-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 515530 INFO  (coreLoadExecutor-2319-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> 515530 INFO  (coreLoadExecutor-2319-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 515531 INFO  (coreLoadExecutor-2319-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 515531 INFO  (coreLoadExecutor-2319-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 515531 INFO  (coreLoadExecutor-2319-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=28, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=93.818359375, floorSegmentMB=0.7109375, forceMergeDeletesPctAllowed=6.311014536553396, segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 515531 INFO  (coreLoadExecutor-2319-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@27b43c44 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@252ced7),segFN=segments_1,generation=1}
   [junit4]   2> 515531 INFO  (coreLoadExecutor-2319-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 515531 INFO  (coreLoadExecutor-2319-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@295dc98f[collection1] main]
   [junit4]   2> 515532 INFO  (coreLoadExecutor-2319-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-001\collection1\conf
   [junit4]   2> 515532 INFO  (coreLoadExecutor-2319-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-001\collection1\conf}
   [junit4]   2> 515532 INFO  (coreLoadExecutor-2319-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-001\collection1\conf
   [junit4]   2> 515532 INFO  (coreLoadExecutor-2319-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 515532 INFO  (coreLoadExecutor-2319-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following config files: schema.xml
   [junit4]   2> 515532 INFO  (coreLoadExecutor-2319-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 515532 INFO  (searcherExecutor-2320-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@295dc98f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 515532 INFO  (coreLoadExecutor-2319-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 515981 INFO  (qtp1531276542-4759) [    x:collection1] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 515982 INFO  (qtp1531276542-4759) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=*:*} 0 1
   [junit4]   2> 515982 INFO  (qtp1531276542-4760) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 515982 INFO  (qtp1531276542-4760) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@27b43c44 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@252ced7),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@27b43c44 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@252ced7),segFN=segments_2,generation=2}
   [junit4]   2> 515982 INFO  (qtp1531276542-4760) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 515982 INFO  (qtp1531276542-4760) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7d3a81c3[collection1] main]
   [junit4]   2> 515982 INFO  (qtp1531276542-4760) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 515982 INFO  (searcherExecutor-2320-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7d3a81c3[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 515982 INFO  (qtp1531276542-4760) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 1
   [junit4]   2> 515982 INFO  (qtp1531276542-4761) [    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=0
   [junit4]   2> 515985 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.h.TestReplicationHandler Waited for 0ms and found 0 docs
   [junit4]   2> 515987 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 515988 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@16c23b3f{/solr,null,AVAILABLE}
   [junit4]   2> 515989 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.e.j.s.ServerConnector Started ServerConnector@15a64511{HTTP/1.1,[http/1.1]}{127.0.0.1:56848}
   [junit4]   2> 515990 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.e.j.s.Server Started @528563ms
   [junit4]   2> 515990 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-002\collection1\data, hostContext=/solr, hostPort=56848}
   [junit4]   2> 515990 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 515990 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-002'
   [junit4]   2> 515990 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 515990 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 515990 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-002\solr.xml
   [junit4]   2> 515995 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-002\.
   [junit4]   2> 515995 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.c.CoreContainer New CoreContainer 1470455167
   [junit4]   2> 515995 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-002]
   [junit4]   2> 515995 WARN  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-002\lib to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-002\lib
   [junit4]   2> 515996 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] 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> 515998 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 515998 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 515998 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 515998 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 515998 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 515999 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-002\.
   [junit4]   2> 516001 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] 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> 516001 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-002\.\collection1
   [junit4]   2> 516002 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 516002 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 516002 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[338107D204262E27]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 516002 INFO  (coreLoadExecutor-2329-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-002\collection1'
   [junit4]   2> 516002 INFO  (coreLoadExecutor-2329-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 516002 INFO  (coreLoadExecutor-2329-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 516009 INFO  (coreLoadExecutor-2329-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 516012 INFO  (coreLoadExecutor-2329-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 516017 INFO  (coreLoadExecutor-2329-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 516022 INFO  (coreLoadExecutor-2329-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 516025 INFO  (coreLoadExecutor-2329-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 516027 INFO  (coreLoadExecutor-2329-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-002\collection1'
   [junit4]   2> 516027 INFO  (coreLoadExecutor-2329-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-002\.\collection1
   [junit4]   2> 516027 INFO  (coreLoadExecutor-2329-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 516027 INFO  (coreLoadExecutor-2329-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-002\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-002\.\collection1\data\]
   [junit4]   2> 516028 INFO  (coreLoadExecutor-2329-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 516028 INFO  (coreLoadExecutor-2329-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-002\.\collection1\data\
   [junit4]   2> 516028 INFO  (coreLoadExecutor-2329-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-002\.\collection1\data\index/
   [junit4]   2> 516028 WARN  (coreLoadExecutor-2329-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-002\.\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 516028 INFO  (coreLoadExecutor-2329-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-002\.\collection1\data\index
   [junit4]   2> 516028 INFO  (coreLoadExecutor-2329-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=25, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.19315655497199036]
   [junit4]   2> 516029 INFO  (coreLoadExecutor-2329-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@5f7e1178 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5454585c),segFN=segments_1,generation=1}
   [junit4]   2> 516029 INFO  (coreLoadExecutor-2329-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 516029 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-002\.\collection1\data\
   [junit4]   2> 516030 INFO  (coreLoadExecutor-2329-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 516032 INFO  (coreLoadExecutor-2329-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 516033 INFO  (coreLoadExecutor-2329-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 516034 INFO  (coreLoadExecutor-2329-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 516035 INFO  (coreLoadExecutor-2329-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 516037 INFO  (coreLoadExecutor-2329-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 516037 INFO  (coreLoadExecutor-2329-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> 516037 INFO  (coreLoadExecutor-2329-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 516037 INFO  (coreLoadExecutor-2329-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 516038 INFO  (coreLoadExecutor-2329-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 516038 INFO  (coreLoadExecutor-2329-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=28, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=93.818359375, floorSegmentMB=0.7109375, forceMergeDeletesPctAllowed=6.311014536553396, segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 516038 INFO  (coreLoadExecutor-2329-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@5f7e1178 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5454585c),segFN=segments_1,generation=1}
   [junit4]   2> 516038 INFO  (coreLoadExecutor-2329-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 516038 INFO  (coreLoadExecutor-2329-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6de65f06[collection1] main]
   [junit4]   2> 516038 INFO  (coreLoadExecutor-2329-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-002\collection1\conf
   [junit4]   2> 516038 INFO  (coreLoadExecutor-2329-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-002\collection1\conf}
   [junit4]   2> 516038 INFO  (coreLoadExecutor-2329-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_338107D204262E27-001\solr-instance-002\collection1\conf
   [junit4]   2> 516039 INFO  (coreLoadExecutor-2329-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 516039 INFO  (coreLoadExecutor-2329-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 1000ms
   [junit4]   2> 516040 INFO  (searcherExecutor-2330-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@6de65f06[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 516040 INFO  (coreLoadExecutor-2329-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 516373 INFO  (qtp1531276542-4763) [    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> 516374 INFO  (indexFetcher-2334-thread-1) [    x:collection1] o.a.s.h.IndexFetcher Master's generation: 2
   [junit4]   2> 516374 INFO  (indexFetcher-2334-thread-1) [    x:collection1] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 516374 INFO  (indexFetcher-2334-thread-1) [    x:collection1] o.a.s.h.IndexFetcher Starting replication process
   [junit4]   2> 516381 INFO  (qtp1531276542-4764) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&wt=javabin&version=2&command=filelist} status=0 QTime=6
   [junit4]   2> 516382 INFO  (indexFetcher-2334-thread-1) [  

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

utors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.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> 2381688 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x1562196d5cc0005, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2381688 WARN  (zkCallback-11666-thread-1-processing-n:127.0.0.1:61909_solr) [n:127.0.0.1:61909_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2381690 INFO  (jetty-launcher-11656-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@47f4fcd4{/solr,null,UNAVAILABLE}
   [junit4]   2> 2381694 INFO  (zkCallback-11667-thread-2-processing-n:127.0.0.1:61911_solr) [n:127.0.0.1:61911_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: [2])
   [junit4]   2> 2381694 WARN  (zkCallback-11667-thread-2-processing-n:127.0.0.1:61911_solr) [n:127.0.0.1:61911_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2381695 INFO  (jetty-launcher-11656-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@79b4b1a6{/solr,null,UNAVAILABLE}
   [junit4]   2> 2381705 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[338107D204262E27]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:61905 61905
   [junit4]   2> 2381708 INFO  (Thread-3888) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:61905 61905
   [junit4]   2> 2381709 WARN  (Thread-3888) [    ] 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> 	3	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/security.json
   [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> 	2	/solr/collections/backuprestore/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	8	/solr/overseer/queue
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 	3	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 2381709 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[338107D204262E27]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_338107D204262E27-001
   [junit4]   2> Jul 25, 2016 10:25:52 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 4 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=FastDecompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=10342, maxDocsPerChunk=1, blockSize=9), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=10342, blockSize=9)), sim=RandomSimilarity(queryNorm=true): {}, locale=es-ES, timezone=Africa/Tunis
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_92 (64-bit)/cpus=3,threads=1,free=335678376,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [LoggingHandlerTest, TestUninvertingReader, TestWriterPerf, TestPHPSerializedResponseWriter, ReplicationFactorTest, SharedFSAutoReplicaFailoverTest, DateMathParserTest, CurrencyFieldOpenExchangeTest, TestMiniSolrCloudCluster, TestFieldSortValues, HdfsRecoverLeaseTest, TestConfigSetProperties, SuggesterTSTTest, DefaultValueUpdateProcessorTest, TestRestoreCore, SpellCheckCollatorTest, ExplicitHLLTest, TestXmlQParserPlugin, TestReversedWildcardFilterFactory, SimpleMLTQParserTest, TestReplicationHandlerBackup, TestCrossCoreJoin, TestSubQueryTransformer, CheckHdfsIndexTest, TestUseDocValuesAsStored2, DistribDocExpirationUpdateProcessorTest, ResourceLoaderTest, SuggesterWFSTTest, ConvertedLegacyTest, PKIAuthenticationIntegrationTest, TestBulkSchemaAPI, TestDefaultStatsCache, TestDistributedGrouping, TestSolrDynamicMBean, HdfsRestartWhileUpdatingTest, TestBinaryField, DistributedFacetPivotWhiteBoxTest, HdfsChaosMonkeyNothingIsSafeTest, TestTestInjection, TestUtils, RollingRestartTest, TestCharFilters, TestPKIAuthenticationPlugin, TestSortingResponseWriter, MultiThreadedOCPTest, TestScoreJoinQPNoScore, TestCloudInspectUtil, DistanceUnitsTest, TestReRankQParserPlugin, TestCopyFieldCollectionResource, AliasIntegrationTest, TestQuerySenderListener, LeaderFailoverAfterPartitionTest, TestManagedSchema, DistributedQueryComponentOptimizationTest, DirectSolrConnectionTest, ZkStateReaderTest, TestComplexPhraseQParserPlugin, TestOmitPositions, TestSolrCloudWithKerberosAlt, SolrIndexSplitterTest, TestMissingGroups, BasicFunctionalityTest, TestDistributedMissingSort, BigEndianAscendingWordSerializerTest, TestQueryUtils, TestCSVResponseWriter, MultiTermTest, TestOverriddenPrefixQueryForCustomFieldType, DistributedFacetPivotSmallAdvancedTest, ChangedSchemaMergeTest, ShardRoutingCustomTest, QueryResultKeyTest, CollectionTooManyReplicasTest, TestAtomicUpdateErrorCases, ExitableDirectoryReaderTest, StatsComponentTest, RequestHandlersTest, ZkSolrClientTest, TestInitQParser, DistributedDebugComponentTest, TestPivotHelperCode, TestIndexSearcher, TestZkChroot, OpenExchangeRatesOrgProviderTest, TestDynamicLoading, TestCollationField, BasicDistributedZk2Test, HLLSerializationTest, CoreMergeIndexesAdminHandlerTest, CoreAdminHandlerTest, PreAnalyzedUpdateProcessorTest, ConjunctionSolrSpellCheckerTest, TestRTGBase, DistributedQueueTest, NotRequiredUniqueKeyTest, TestDFISimilarityFactory, SignatureUpdateProcessorFactoryTest, DeleteReplicaTest, TestRealTimeGet, TestConfigOverlay, BasicZkTest, TestExclusionRuleCollectionAccess, AsyncCallRequestStatusResponseTest, TestFuzzyAnalyzedSuggestions, TestRandomCollapseQParserPlugin, PluginInfoTest, TestStressLiveNodes, UniqFieldsUpdateProcessorFactoryTest, TestSolrJ, TestSolrDeletionPolicy2, AtomicUpdatesTest, TestLeaderElectionZkExpiry, AutoCommitTest, CollectionsAPISolrJTest, FileUtilsTest, SmileWriterTest, CSVRequestHandlerTest, SpellCheckComponentTest, TestReload, SpatialRPTFieldTypeTest, TestAuthenticationFramework, SolrCmdDistributorTest, TestRangeQuery, HdfsBasicDistributedZk2Test, TermVectorComponentDistributedTest, OpenCloseCoreStressTest, TestJoin, ForceLeaderTest, TestRecovery, MergeStrategyTest, TestSchemaManager, CacheHeaderTest, TestFieldCacheSortRandom, TestReplicaProperties, TestSolr4Spatial2, BadIndexSchemaTest, DocValuesMissingTest, SolrCoreCheckLockOnStartupTest, TestFastWriter, SecurityConfHandlerTest, TestSortByMinMaxFunction, NumericFieldsTest, TestCustomDocTransformer, TestSolrConfigHandlerCloud, TestSolrQueryParser, TestTrieFacet, TestExceedMaxTermLength, RulesTest, TestGraphMLResponseWriter, TestSimpleQParserPlugin, ZkNodePropsTest, TestOnReconnectListenerSupport, BinaryUpdateRequestHandlerTest, OverseerTest, LeaderElectionIntegrationTest, RecoveryZkTest, ClusterStateUpdateTest, ZkCLITest, TestFaceting, DistributedSpellCheckComponentTest, TestStressReorder, DistributedTermsComponentTest, SimpleFacetsTest, TestSolr4Spatial, SolrCoreTest, PeerSyncTest, TestLazyCores, ShowFileRequestHandlerTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, TestExtendedDismaxParser, TestFoldingMultitermQuery, SuggesterTest, TestTrie, TestCSVLoader, NoCacheHeaderTest, WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, TestPseudoReturnFields, FieldMutatingUpdateProcessorTest, QueryEqualityTest, DirectUpdateHandlerOptimizeTest, StatelessScriptUpdateProcessorFactoryTest, DistanceFunctionTest, SolrInfoMBeanTest, StandardRequestHandlerTest, DocumentAnalysisRequestHandlerTest, TestQueryTypes, TestValueSourceCache, TermVectorComponentTest, FieldAnalysisRequestHandlerTest, IndexSchemaRuntimeFieldTest, IndexSchemaTest, ReturnFieldsTest, UpdateRequestProcessorFactoryTest, QueryParsingTest, JsonLoaderTest, TestComponentsName, TestBinaryResponseWriter, TestLFUCache, AlternateDirectoryTest, TestQuerySenderNoQuery, ResponseLogComponentTest, TestMergePolicyConfig, MinimalSchemaTest, OutputWriterTest, TestSolrCoreProperties, SynonymTokenizerTest, EchoParamsTest, TestDFRSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory, TimeZoneUtilsTest, ScriptEngineTest, ChaosMonkeyNothingIsSafeTest, AssignTest, AsyncMigrateRouteKeyTest, CollectionReloadTest, ConnectionManagerTest, CustomCollectionTest, HttpPartitionTest, TestConfigSetsAPI, TestConfigSetsAPIZkFailure, TestDistribDocBasedVersion, TestLocalFSCloudBackupRestore]
   [junit4] Completed [487/623 (2!)] on J1 in 4.54s, 1 test, 1 failure <<< FAILURES!

[...truncated 60518 lines...]


[JENKINS] Lucene-Solr-master-Windows (32bit/jdk1.8.0_92) - Build # 6003 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/6003/
Java: 32bit/jdk1.8.0_92 -client -XX:+UseSerialGC

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

Error Message:
Error from server at https://127.0.0.1:58294/solr: The backup directory already exists: file:///C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_80A35196D5222C61-001/tempDir-002/mytestbackup/

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:58294/solr: The backup directory already exists: file:///C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_80A35196D5222C61-001/tempDir-002/mytestbackup/
	at __randomizedtesting.SeedInfo.seed([80A35196D5222C61:8F76E4C7BDE4199]: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.testBackupAndRestore(AbstractCloudBackupRestoreTestCase.java:206)
	at org.apache.solr.cloud.AbstractCloudBackupRestoreTestCase.test(AbstractCloudBackupRestoreTestCase.java:126)
	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 12104 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestLocalFSCloudBackupRestore
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_80A35196D5222C61-001\init-core-data-001
   [junit4]   2> 2458500 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[80A35196D5222C61]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 2458503 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[80A35196D5222C61]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2458503 INFO  (Thread-4201) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2458503 INFO  (Thread-4201) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2458604 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[80A35196D5222C61]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:58289
   [junit4]   2> 2458604 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[80A35196D5222C61]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2458605 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[80A35196D5222C61]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2458609 INFO  (zkCallback-3167-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1583c39 name:ZooKeeperConnection Watcher:127.0.0.1:58289 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2458609 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[80A35196D5222C61]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2458609 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[80A35196D5222C61]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2458609 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[80A35196D5222C61]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 2458613 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[80A35196D5222C61]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/clusterprops.json
   [junit4]   2> 2458616 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x1561f5c90870000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2458625 INFO  (jetty-launcher-3166-thread-1) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2458625 INFO  (jetty-launcher-3166-thread-2) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2458626 INFO  (jetty-launcher-3166-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@387cf9{/solr,null,AVAILABLE}
   [junit4]   2> 2458627 INFO  (jetty-launcher-3166-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@208334{/solr,null,AVAILABLE}
   [junit4]   2> 2458635 INFO  (jetty-launcher-3166-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@1508c62{SSL,[ssl, http/1.1]}{127.0.0.1:58293}
   [junit4]   2> 2458635 INFO  (jetty-launcher-3166-thread-1) [    ] o.e.j.s.Server Started @2462174ms
   [junit4]   2> 2458635 INFO  (jetty-launcher-3166-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=58293}
   [junit4]   2> 2458635 INFO  (jetty-launcher-3166-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@163d1ef{SSL,[ssl, http/1.1]}{127.0.0.1:58294}
   [junit4]   2> 2458635 INFO  (jetty-launcher-3166-thread-2) [    ] o.e.j.s.Server Started @2462174ms
   [junit4]   2> 2458636 INFO  (jetty-launcher-3166-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=58294}
   [junit4]   2> 2458636 INFO  (jetty-launcher-3166-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 2458636 INFO  (jetty-launcher-3166-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 2458636 INFO  (jetty-launcher-3166-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_80A35196D5222C61-001\tempDir-001\node2'
   [junit4]   2> 2458636 INFO  (jetty-launcher-3166-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_80A35196D5222C61-001\tempDir-001\node1'
   [junit4]   2> 2458636 INFO  (jetty-launcher-3166-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2458636 INFO  (jetty-launcher-3166-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2458637 INFO  (jetty-launcher-3166-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2458637 INFO  (jetty-launcher-3166-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2458637 INFO  (jetty-launcher-3166-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2458637 INFO  (jetty-launcher-3166-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2458638 INFO  (jetty-launcher-3166-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2458638 INFO  (jetty-launcher-3166-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2458641 INFO  (zkCallback-3169-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7995dd name:ZooKeeperConnection Watcher:127.0.0.1:58289/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2458641 INFO  (jetty-launcher-3166-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2458641 INFO  (zkCallback-3168-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@b74320 name:ZooKeeperConnection Watcher:127.0.0.1:58289/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2458641 INFO  (jetty-launcher-3166-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2458641 INFO  (jetty-launcher-3166-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2458641 INFO  (jetty-launcher-3166-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2458642 INFO  (jetty-launcher-3166-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2458642 INFO  (jetty-launcher-3166-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2458659 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x1561f5c90870002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2458659 INFO  (jetty-launcher-3166-thread-2) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_80A35196D5222C61-001\tempDir-001\node2\.
   [junit4]   2> 2458661 INFO  (jetty-launcher-3166-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 5307865
   [junit4]   2> 2458661 INFO  (jetty-launcher-3166-thread-2) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_80A35196D5222C61-001\tempDir-001\node2]
   [junit4]   2> 2458661 WARN  (jetty-launcher-3166-thread-2) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_80A35196D5222C61-001\tempDir-001\node2\lib to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_80A35196D5222C61-001\tempDir-001\node2\lib
   [junit4]   2> 2458661 INFO  (jetty-launcher-3166-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 2458664 INFO  (jetty-launcher-3166-thread-1) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_80A35196D5222C61-001\tempDir-001\node1\.
   [junit4]   2> 2458664 INFO  (jetty-launcher-3166-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 18103490
   [junit4]   2> 2458665 INFO  (jetty-launcher-3166-thread-1) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_80A35196D5222C61-001\tempDir-001\node1]
   [junit4]   2> 2458665 WARN  (jetty-launcher-3166-thread-1) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_80A35196D5222C61-001\tempDir-001\node1\lib to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_80A35196D5222C61-001\tempDir-001\node1\lib
   [junit4]   2> 2458665 INFO  (jetty-launcher-3166-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 2458666 INFO  (jetty-launcher-3166-thread-2) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 2458666 INFO  (jetty-launcher-3166-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2458666 INFO  (jetty-launcher-3166-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2458667 INFO  (jetty-launcher-3166-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58289/solr
   [junit4]   2> 2458667 INFO  (jetty-launcher-3166-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2458667 INFO  (jetty-launcher-3166-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2458667 INFO  (jetty-launcher-3166-thread-1) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 2458667 INFO  (jetty-launcher-3166-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2458667 INFO  (jetty-launcher-3166-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2458667 INFO  (jetty-launcher-3166-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58289/solr
   [junit4]   2> 2458667 INFO  (jetty-launcher-3166-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2458667 INFO  (jetty-launcher-3166-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2458668 INFO  (jetty-launcher-3166-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2458668 INFO  (jetty-launcher-3166-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2458670 INFO  (zkCallback-3174-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3397d0 name:ZooKeeperConnection Watcher:127.0.0.1:58289 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2458670 INFO  (jetty-launcher-3166-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2458670 INFO  (jetty-launcher-3166-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2458671 INFO  (zkCallback-3175-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@ed0627 name:ZooKeeperConnection Watcher:127.0.0.1:58289 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2458671 INFO  (jetty-launcher-3166-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2458671 INFO  (jetty-launcher-3166-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2458672 INFO  (jetty-launcher-3166-thread-2) [n:127.0.0.1:58294_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$72/5232682@1f1d59a
   [junit4]   2> 2458674 INFO  (jetty-launcher-3166-thread-2) [n:127.0.0.1:58294_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2458674 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x1561f5c90870004, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2458674 INFO  (jetty-launcher-3166-thread-1) [n:127.0.0.1:58293_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$72/5232682@1e25a97
   [junit4]   2> 2458676 INFO  (jetty-launcher-3166-thread-1) [n:127.0.0.1:58293_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2458677 INFO  (zkCallback-3176-thread-1-processing-n:127.0.0.1:58294_solr) [n:127.0.0.1:58294_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1b257e8 name:ZooKeeperConnection Watcher:127.0.0.1:58289/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2458677 INFO  (jetty-launcher-3166-thread-2) [n:127.0.0.1:58294_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2458678 INFO  (zkCallback-3177-thread-1-processing-n:127.0.0.1:58293_solr) [n:127.0.0.1:58293_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1a7740 name:ZooKeeperConnection Watcher:127.0.0.1:58289/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2458678 INFO  (jetty-launcher-3166-thread-1) [n:127.0.0.1:58293_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2458678 INFO  (jetty-launcher-3166-thread-2) [n:127.0.0.1:58294_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 2458679 INFO  (jetty-launcher-3166-thread-1) [n:127.0.0.1:58293_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 2458681 INFO  (jetty-launcher-3166-thread-2) [n:127.0.0.1:58294_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 2458682 INFO  (jetty-launcher-3166-thread-1) [n:127.0.0.1:58293_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 2458686 INFO  (jetty-launcher-3166-thread-1) [n:127.0.0.1:58293_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 2458686 INFO  (jetty-launcher-3166-thread-2) [n:127.0.0.1:58294_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 2458689 INFO  (jetty-launcher-3166-thread-1) [n:127.0.0.1:58293_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 2458689 INFO  (jetty-launcher-3166-thread-2) [n:127.0.0.1:58294_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 2458692 INFO  (jetty-launcher-3166-thread-2) [n:127.0.0.1:58294_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 2458692 INFO  (jetty-launcher-3166-thread-1) [n:127.0.0.1:58293_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 2458694 INFO  (jetty-launcher-3166-thread-1) [n:127.0.0.1:58293_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2458694 INFO  (jetty-launcher-3166-thread-2) [n:127.0.0.1:58294_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2458695 INFO  (jetty-launcher-3166-thread-2) [n:127.0.0.1:58294_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 2458695 INFO  (jetty-launcher-3166-thread-1) [n:127.0.0.1:58293_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 2458697 INFO  (jetty-launcher-3166-thread-1) [n:127.0.0.1:58293_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2458697 INFO  (jetty-launcher-3166-thread-2) [n:127.0.0.1:58294_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2458699 INFO  (jetty-launcher-3166-thread-2) [n:127.0.0.1:58294_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2458699 INFO  (jetty-launcher-3166-thread-1) [n:127.0.0.1:58293_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2458701 INFO  (jetty-launcher-3166-thread-2) [n:127.0.0.1:58294_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2458701 INFO  (jetty-launcher-3166-thread-1) [n:127.0.0.1:58293_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2458702 INFO  (jetty-launcher-3166-thread-1) [n:127.0.0.1:58293_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2458702 INFO  (jetty-launcher-3166-thread-2) [n:127.0.0.1:58294_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2458703 INFO  (jetty-launcher-3166-thread-1) [n:127.0.0.1:58293_solr    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https}
   [junit4]   2> 2458703 INFO  (jetty-launcher-3166-thread-2) [n:127.0.0.1:58294_solr    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https}
   [junit4]   2> 2458703 INFO  (jetty-launcher-3166-thread-1) [n:127.0.0.1:58293_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 2458704 INFO  (jetty-launcher-3166-thread-2) [n:127.0.0.1:58294_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 2458707 INFO  (jetty-launcher-3166-thread-1) [n:127.0.0.1:58293_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 2458708 INFO  (jetty-launcher-3166-thread-2) [n:127.0.0.1:58294_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 2458709 INFO  (jetty-launcher-3166-thread-1) [n:127.0.0.1:58293_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 2458709 INFO  (jetty-launcher-3166-thread-2) [n:127.0.0.1:58294_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 2458711 INFO  (jetty-launcher-3166-thread-1) [n:127.0.0.1:58293_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2458711 INFO  (jetty-launcher-3166-thread-2) [n:127.0.0.1:58294_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2458712 INFO  (jetty-launcher-3166-thread-1) [n:127.0.0.1:58293_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96298924457263110-127.0.0.1:58293_solr-n_0000000000
   [junit4]   2> 2458712 INFO  (jetty-launcher-3166-thread-2) [n:127.0.0.1:58294_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96298924457263109-127.0.0.1:58294_solr-n_0000000001
   [junit4]   2> 2458712 INFO  (jetty-launcher-3166-thread-1) [n:127.0.0.1:58293_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:58293_solr
   [junit4]   2> 2458713 INFO  (jetty-launcher-3166-thread-1) [n:127.0.0.1:58293_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 2458713 INFO  (jetty-launcher-3166-thread-2) [n:127.0.0.1:58294_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96298924457263110-127.0.0.1:58293_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 2458713 INFO  (jetty-launcher-3166-thread-2) [n:127.0.0.1:58294_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58294_solr
   [junit4]   2> 2458714 INFO  (jetty-launcher-3166-thread-2) [n:127.0.0.1:58294_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:58294_solr
   [junit4]   2> 2458714 INFO  (jetty-launcher-3166-thread-1) [n:127.0.0.1:58293_solr    ] o.a.s.c.Overseer Overseer (id=96298924457263110-127.0.0.1:58293_solr-n_0000000000) starting
   [junit4]   2> 2458715 INFO  (zkCallback-3176-thread-1-processing-n:127.0.0.1:58294_solr) [n:127.0.0.1:58294_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> 2458715 INFO  (zkCallback-3177-thread-1-processing-n:127.0.0.1:58293_solr) [n:127.0.0.1:58293_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> 2458715 INFO  (zkCallback-3176-thread-1-processing-n:127.0.0.1:58294_solr) [n:127.0.0.1:58294_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2458715 INFO  (zkCallback-3177-thread-1-processing-n:127.0.0.1:58293_solr) [n:127.0.0.1:58293_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2458718 INFO  (jetty-launcher-3166-thread-1) [n:127.0.0.1:58293_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 2458727 INFO  (jetty-launcher-3166-thread-1) [n:127.0.0.1:58293_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 2458728 INFO  (jetty-launcher-3166-thread-1) [n:127.0.0.1:58293_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:58293_solr as DOWN
   [junit4]   2> 2458729 INFO  (jetty-launcher-3166-thread-1) [n:127.0.0.1:58293_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58293_solr
   [junit4]   2> 2458729 INFO  (jetty-launcher-3166-thread-1) [n:127.0.0.1:58293_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:58293_solr
   [junit4]   2> 2458730 INFO  (OverseerCollectionConfigSetProcessor-96298924457263110-127.0.0.1:58293_solr-n_0000000000) [n:127.0.0.1:58293_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 2458731 INFO  (zkCallback-3176-thread-1-processing-n:127.0.0.1:58294_solr) [n:127.0.0.1:58294_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> 2458731 INFO  (zkCallback-3176-thread-1-processing-n:127.0.0.1:58294_solr) [n:127.0.0.1:58294_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2458731 INFO  (OverseerStateUpdate-96298924457263110-127.0.0.1:58293_solr-n_0000000000) [n:127.0.0.1:58293_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 2458731 INFO  (zkCallback-3177-thread-1-processing-n:127.0.0.1:58293_solr) [n:127.0.0.1:58293_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> 2458736 INFO  (OverseerStateUpdate-96298924457263110-127.0.0.1:58293_solr-n_0000000000) [n:127.0.0.1:58293_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2458746 INFO  (OverseerStateUpdate-96298924457263110-127.0.0.1:58293_solr-n_0000000000) [n:127.0.0.1:58293_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:58293_solr"} current state version: 0
   [junit4]   2> 2458746 INFO  (OverseerStateUpdate-96298924457263110-127.0.0.1:58293_solr-n_0000000000) [n:127.0.0.1:58293_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:58293_solr
   [junit4]   2> 2458779 INFO  (jetty-launcher-3166-thread-2) [n:127.0.0.1:58294_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2458779 INFO  (jetty-launcher-3166-thread-2) [n:127.0.0.1:58294_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2458781 INFO  (jetty-launcher-3166-thread-2) [n:127.0.0.1:58294_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_80A35196D5222C61-001\tempDir-001\node2\.
   [junit4]   2> 2458782 INFO  (jetty-launcher-3166-thread-2) [n:127.0.0.1:58294_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 2458783 INFO  (jetty-launcher-3166-thread-2) [n:127.0.0.1:58294_solr    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2458783 INFO  (jetty-launcher-3166-thread-2) [n:127.0.0.1:58294_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2458796 INFO  (jetty-launcher-3166-thread-1) [n:127.0.0.1:58293_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2458796 INFO  (jetty-launcher-3166-thread-1) [n:127.0.0.1:58293_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2458796 INFO  (jetty-launcher-3166-thread-1) [n:127.0.0.1:58293_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_80A35196D5222C61-001\tempDir-001\node1\.
   [junit4]   2> 2458796 INFO  (jetty-launcher-3166-thread-1) [n:127.0.0.1:58293_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 2458796 INFO  (jetty-launcher-3166-thread-1) [n:127.0.0.1:58293_solr    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2458796 INFO  (jetty-launcher-3166-thread-1) [n:127.0.0.1:58293_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2458796 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[80A35196D5222C61]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2458801 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[80A35196D5222C61]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2458803 INFO  (zkCallback-3180-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4acac3 name:ZooKeeperConnection Watcher:127.0.0.1:58289 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2458803 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[80A35196D5222C61]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2458803 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[80A35196D5222C61]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2458807 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[80A35196D5222C61]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2458808 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[80A35196D5222C61]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2458810 INFO  (zkCallback-3183-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@134211 name:ZooKeeperConnection Watcher:127.0.0.1:58289/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2458810 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[80A35196D5222C61]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2458810 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[80A35196D5222C61]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2458810 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[80A35196D5222C61]-worker) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2458811 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[80A35196D5222C61]-worker) [    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https}
   [junit4]   2> 2458812 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[80A35196D5222C61]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2458815 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[80A35196D5222C61]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 2458819 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[80A35196D5222C61]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 2458843 INFO  (TEST-TestLocalFSCloudBackupRestore.test-seed#[80A35196D5222C61]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 2458907 INFO  (qtp28577591-19045) [n:127.0.0.1:58293_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params shards=shard1,shard2&replicationFactor=2&property.customKey=customValue&collection.configName=conf1&maxShardsPerNode=2&router.field=shard_s&name=backuprestore&router.name=implicit&action=CREATE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2458911 INFO  (OverseerCollectionConfigSetProcessor-96298924457263110-127.0.0.1:58293_solr-n_0000000000) [n:127.0.0.1:58293_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>   "maxShardsPerNode":"2",
   [junit4]   2>   "shards":"shard1,shard2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "property.customKey":"customValue",
   [junit4]   2>   "router.field":"shard_s",
   [junit4]   2>   "router.name":"implicit",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 2458911 INFO  (OverseerThreadFactory-8630-thread-1-processing-n:127.0.0.1:58293_solr) [n:127.0.0.1:58293_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>   "maxShardsPerNode":"2",
   [junit4]   2>   "shards":"shard1,shard2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "property.customKey":"customValue",
   [junit4]   2>   "router.field":"shard_s",
   [junit4]   2>   "router.name":"implicit",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 2458912 INFO  (OverseerThreadFactory-8630-thread-1-processing-n:127.0.0.1:58293_solr) [n:127.0.0.1:58293_solr    ] o.a.s.c.OverseerCollectionMessageHandler Create collection backuprestore
   [junit4]   2> 2458913 INFO  (OverseerThreadFactory-8630-thread-1-processing-n:127.0.0.1:58293_solr) [n:127.0.0.1:58293_solr    ] o.a.s.c.OverseerCollectionMessageHandler creating collections conf node /collections/backuprestore 
   [junit4]   2> 2458913 INFO  (OverseerThreadFactory-8630-thread-1-processing-n:127.0.0.1:58293_solr) [n:127.0.0.1:58293_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections/backuprestore
   [junit4]   2> 2458914 INFO  (zkCallback-3177-thread-1-processing-n:127.0.0.1:58293_solr) [n:127.0.0.1:58293_solr    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 2458914 INFO  (zkCallback-3176-thread-1-processing-n:127.0.0.1:58294_solr) [n:127.0.0.1:58294_solr    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 2458914 INFO  (zkCallback-3183-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 2458918 INFO  (OverseerStateUpdate-96298924457263110-127.0.0.1:58293_solr-n_0000000000) [n:127.0.0.1:58293_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>   "maxShardsPerNode":"2",
   [junit4]   2>   "shards":"shard1,shard2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "property.customKey":"customValue",
   [junit4]   2>   "router.field":"shard_s",
   [junit4]   2>   "router.name":"implicit",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 2458918 INFO  (OverseerStateUpdate-96298924457263110-127.0.0.1:58293_solr-n_0000000000) [n:127.0.0.1:58293_solr    ] o.a.s.c.o.ClusterStateMutator building a new cName: backuprestore
   [junit4]   2> 2458920 INFO  (OverseerStateUpdate-96298924457263110-127.0.0.1:58293_solr-n_0000000000) [n:127.0.0.1:58293_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/backuprestore/state.json
   [junit4]   2> 2459018 INFO  (OverseerThreadFactory-8630-thread-1-processing-n:127.0.0.1:58293_solr) [n:127.0.0.1:58293_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating SolrCores for new collection backuprestore, shardNames [shard1, shard2] , replicationFactor : 2
   [junit4]   2> 2459018 INFO  (OverseerThreadFactory-8630-thread-1-processing-n:127.0.0.1:58293_solr) [n:127.0.0.1:58293_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core backuprestore_shard1_replica2 as part of shard shard1 of collection backuprestore on 127.0.0.1:58293_solr
   [junit4]   2> 2459019 INFO  (OverseerThreadFactory-8630-thread-1-processing-n:127.0.0.1:58293_solr) [n:127.0.0.1:58293_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core backuprestore_shard2_replica2 as part of shard shard2 of collection backuprestore on 127.0.0.1:58293_solr
   [junit4]   2> 2459019 INFO  (OverseerThreadFactory-8630-thread-1-processing-n:127.0.0.1:58293_solr) [n:127.0.0.1:58293_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core backuprestore_shard1_replica1 as part of shard shard1 of collection backuprestore on 127.0.0.1:58294_solr
   [junit4]   2> 2459019 INFO  (OverseerThreadFactory-8630-thread-1-processing-n:127.0.0.1:58293_solr) [n:127.0.0.1:58293_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core backuprestore_shard2_replica1 as part of shard shard2 of collection backuprestore on 127.0.0.1:58294_solr
   [junit4]   2> 2459035 INFO  (qtp28577591-19048) [n:127.0.0.1:58293_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> 2459036 INFO  (qtp28577591-19048) [n:127.0.0.1:58293_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> 2459041 INFO  (qtp28577591-19049) [n:127.0.0.1:58293_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> 2459042 INFO  (qtp28577591-19049) [n:127.0.0.1:58293_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> 2459049 INFO  (qtp28577591-19048) [n:127.0.0.1:58293_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 2459050 INFO  (qtp28577591-19049) [n:127.0.0.1:58293_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 2459053 INFO  (qtp28577591-19048) [n:127.0.0.1:58293_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.ZkController Registering watch for collection backuprestore
   [junit4]   2> 2459054 INFO  (qtp28577591-19048) [n:127.0.0.1:58293_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.c.ZkStateReader Add data for [backuprestore] ver [0]
   [junit4]   2> 2459054 INFO  (qtp28577591-19048) [n:127.0.0.1:58293_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 2459054 INFO  (qtp28577591-19049) [n:127.0.0.1:58293_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.ZkController Registering watch for collection backuprestore
   [junit4]   2> 2459054 INFO  (qtp28577591-19049) [n:127.0.0.1:58293_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 2459055 INFO  (OverseerStateUpdate-96298924457263110-127.0.0.1:58293_solr-n_0000000000) [n:127.0.0.1:58293_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "core":"backuprestore_shard2_replica2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:58293/solr",
   [junit4]   2>   "node_name":"127.0.0.1:58293_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> 2459055 INFO  (OverseerStateUpdate-96298924457263110-127.0.0.1:58293_solr-n_0000000000) [n:127.0.0.1:58293_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":"https://127.0.0.1:58293/solr",
   [junit4]   2>   "node_name":"127.0.0.1:58293_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 2459059 INFO  (OverseerStateUpdate-96298924457263110-127.0.0.1:58293_solr-n_0000000000) [n:127.0.0.1:58293_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "core":"backuprestore_shard1_replica2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:58293/solr",
   [junit4]   2>   "node_name":"127.0.0.1:58293_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> 2459059 INFO  (OverseerStateUpdate-96298924457263110-127.0.0.1:58293_solr-n_0000000000) [n:127.0.0.1:58293_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":"https://127.0.0.1:58293/solr",
   [junit4]   2>   "node_name":"127.0.0.1:58293_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 2459093 INFO  (qtp25794301-19050) [n:127.0.0.1:58294_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> 2459094 INFO  (qtp25794301-19050) [n:127.0.0.1:58294_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> 2459095 INFO  (qtp25794301-19050) [n:127.0.0.1:58294_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 2459097 INFO  (qtp25794301-19050) [n:127.0.0.1:58294_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController Registering watch for collection backuprestore
   [junit4]   2> 2459099 INFO  (qtp25794301-19050) [n:127.0.0.1:58294_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.c.ZkStateReader Add data for [backuprestore] ver [0]
   [junit4]   2> 2459099 INFO  (qtp25794301-19047) [n:127.0.0.1:58294_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> 2459099 INFO  (qtp25794301-19050) [n:127.0.0.1:58294_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 2459099 INFO  (OverseerStateUpdate-96298924457263110-127.0.0.1:58293_solr-n_0000000000) [n:127.0.0.1:58293_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"backuprestore_shard1_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:58294/solr",
   [junit4]   2>   "node_name":"127.0.0.1:58294_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> 2459099 INFO  (OverseerStateUpdate-96298924457263110-127.0.0.1:58293_solr-n_0000000000) [n:127.0.0.1:58293_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":"https://127.0.0.1:58294/solr",
   [junit4]   2>   "node_name":"127.0.0.1:58294_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 2459100 INFO  (qtp25794301-19047) [n:127.0.0.1:58294_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> 2459100 INFO  (qtp25794301-19047) [n:127.0.0.1:58294_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 2459102 INFO  (qtp25794301-19047) [n:127.0.0.1:58294_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController Registering watch for collection backuprestore
   [junit4]   2> 2459102 INFO  (qtp25794301-19047) [n:127.0.0.1:58294_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 2459103 INFO  (OverseerStateUpdate-96298924457263110-127.0.0.1:58293_solr-n_0000000000) [n:127.0.0.1:58293_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"backuprestore_shard2_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:58294/solr",
   [junit4]   2>   "node_name":"127.0.0.1:58294_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> 2459103 INFO  (OverseerStateUpdate-96298924457263110-127.0.0.1:58293_solr-n_0000000000) [n:127.0.0.1:58293_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":"https://127.0.0.1:58294/solr",
   [junit4]   2>   "node_name":"127.0.0.1:58294_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 2459207 INFO  (OverseerStateUpdate-96298924457263110-127.0.0.1:58293_solr-n_0000000000) [n:127.0.0.1:58293_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/backuprestore/state.json version: 0
   [junit4]   2> 2459208 INFO  (zkCallback-3177-thread-3-processing-n:127.0.0.1:58293_solr) [n:127.0.0.1:58293_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> 2459208 INFO  (zkCallback-3176-thread-1-processing-n:127.0.0.1:58294_solr) [n:127.0.0.1:58294_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> 2459209 INFO  (zkCallback-3176-thread-1-processing-n:127.0.0.1:58294_solr) [n:127.0.0.1:58294_solr    ] o.a.s.c.c.ZkStateReader Updating data for [backuprestore] from [0] to [1]
   [junit4]   2> 2459209 INFO  (zkCallback-3177-thread-3-processing-n:127.0.0.1:58293_solr) [n:127.0.0.1:58293_solr    ] o.a.s.c.c.ZkStateReader Updating data for [backuprestore] from [0] to [1]
   [junit4]   2> 2460055 INFO  (qtp28577591-19048) [n:127.0.0.1:58293_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> 2460055 INFO  (qtp28577591-19048) [n:127.0.0.1:58293_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.ZkController Check for collection zkNode:backuprestore
   [junit4]   2> 2460056 INFO  (qtp28577591-19049) [n:127.0.0.1:58293_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> 2460056 INFO  (qtp28577591-19048) [n:127.0.0.1:58293_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 2460056 INFO  (qtp28577591-19048) [n:127.0.0.1:58293_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/backuprestore]
   [junit4]   2> 2460056 INFO  (qtp28577591-19049) [n:127.0.0.1:58293_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.ZkController Check for collection zkNode:backuprestore
   [junit4]   2> 2460057 INFO  (qtp28577591-19049) [n:127.0.0.1:58293_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 2460057 INFO  (qtp28577591-19049) [n:127.0.0.1:58293_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/backuprestore]
   [junit4]   2> 2460057 INFO  (qtp28577591-19048) [n:127.0.0.1:58293_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> 2460057 INFO  (qtp28577591-19048) [n:127.0.0.1:58293_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_80A35196D5222C61-001\tempDir-001\node1\backuprestore_shard2_replica2'
   [junit4]   2> 2460057 INFO  (qtp28577591-19048) [n:127.0.0.1:58293_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2460057 INFO  (qtp28577591-19048) [n:127.0.0.1:58293_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> 2460058 INFO  (qtp28577591-19049) [n:127.0.0.1:58293_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> 2460058 INFO  (qtp28577591-19049) [n:127.0.0.1:58293_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_80A35196D5222C61-001\tempDir-001\node1\backuprestore_shard1_replica2'
   [junit4]   2> 2460058 INFO  (qtp28577591-19049) [n:127.0.0.1:58293_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2460058 INFO  (qtp28577591-19049) [n:127.0.0.1:58293_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> 2460061 INFO  (qtp28577591-19048) [n:127.0.0.1:58293_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 2460061 INFO  (qtp28577591-19049) [n:127.0.0.1:58293_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 2460069 INFO  (qtp28577591-19049) [n:127.0.0.1:58293_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2460069 INFO  (qtp28577591-19048) [n:127.0.0.1:58293_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2460072 INFO  (qtp28577591-19049) [n:127.0.0.1:58293_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2460072 INFO  (qtp28577591-19048) [n:127.0.0.1:58293_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2460078 INFO  (qtp28577591-19048) [n:127.0.0.1:58293_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2460078 INFO  (qtp28577591-19049) [n:127.0.0.1:58293_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2460084 INFO  (qtp28577591-19048) [n:127.0.0.1:58293_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.s.IndexSchema [backuprestore_shard2_replica2] Schema name=minimal
   [junit4]   2> 2460084 INFO  (qtp28577591-19049) [n:127.0.0.1:58293_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.s.IndexSchema [backuprestore_shard1_replica2] Schema name=minimal
   [junit4]   2> 2460095 INFO  (qtp28577591-19049) [n:127.0.0.1:58293_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2460095 INFO  (qtp28577591-19048) [n:127.0.0.1:58293_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2460101 INFO  (qtp25794301-19050) [n:127.0.0.1:58294_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> 2460101 INFO  (qtp25794301-19050) [n:127.0.0.1:58294_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController Check for collection zkNode:backuprestore
   [junit4]   2> 2460102 INFO  (qtp25794301-19050) [n:127.0.0.1:58294_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 2460102 INFO  (qtp25794301-19050) [n:127.0.0.1:58294_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/backuprestore]
   [junit4]   2> 2460102 INFO  (qtp28577591-19049) [n:127.0.0.1:58293_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=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2460102 INFO  (qtp28577591-19049) [n:127.0.0.1:58293_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> 2460103 INFO  (qtp25794301-19047) [n:127.0.0.1:58294_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> 2460103 INFO  (qtp25794301-19047) [n:127.0.0.1:58294_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController Check for collection zkNode:backuprestore
   [junit4]   2> 2460103 INFO  (qtp25794301-19050) [n:127.0.0.1:58294_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> 2460103 INFO  (qtp25794301-19050) [n:127.0.0.1:58294_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_80A35196D5222C61-001\tempDir-001\node2\backuprestore_shard1_replica1'
   [junit4]   2> 2460103 INFO  (qtp28577591-19049) [n:127.0.0.1:58293_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2460103 INFO  (qtp25794301-19047) [n:127.0.0.1:58294_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 2460103 INFO  (qtp25794301-19050) [n:127.0.0.1:58294_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2460103 INFO  (qtp28577591-19049) [n:127.0.0.1:58293_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] o.a.s.c.SolrCore [[backuprestore_shard1_replica2] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_80A35196D5222C61-001\tempDir-001\node1\backuprestore_shard1_replica2], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_80A35196D5222C61-001\tempDir-001\node1\.\backuprestore_shard1_replica2\data\]
   [junit4]   2> 2460103 INFO  (qtp25794301-19050) [n:127.0.0.1:58294_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> 2460103 INFO  (qtp25794301-19047) [n:127.0.0.1:58294_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/backuprestore]
   [junit4]   2> 2460103 INFO  (qtp28577591-19048) [n:127.0.0.1:58293_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=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2460103 INFO  (qtp28577591-19049) [n:127.0.0.1:58293_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] o.a.s.c.SolrCore JMX monitoring not detected for core: backuprestore_shard1_replica2
   [junit4]   2> 2460104 INFO  (qtp28577591-19048) [n:127.0.0.1:58293_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> 2460104 INFO  (qtp28577591-19048) [n:127.0.0.1:58293_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica2] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2460105 INFO  (qtp28577591-19048) [n:127.0.0.1:58293_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica2] o.a.s.c.SolrCore [[backuprestore_shard2_replica2] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_80A35196D5222C61-001\tempDir-001\node1\backuprestore_shard2_replica2], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_80A35196D5222C61-001\tempDir-001\node1\.\backuprestore_shard2_replica2\data\]
   [junit4]   2> 2460105 INFO  (qtp28577591-19048) [n:127.0.0.1:58293_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica2] o.a.s.c.SolrCore JMX monitoring not detected for core: backuprestore_shard2_replica2
   [junit4]   2> 2460105 INFO  (qtp28577591-19049) [n:127.0.0.1:58293_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_80A35196D5222C61-001\tempDir-001\node1\.\backuprestore_shard1_replica2\data\
   [junit4]   2> 2460105 INFO  (qtp28577591-19049) [n:127.0.0.1:58293_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_80A35196D5222C61-001\tempDir-001\node1\.\backuprestore_shard1_replica2\data\index/
   [junit4]   2> 2460105 WARN  (qtp28577591-19049) [n:127.0.0.1:58293_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] o.a.s.c.SolrCore [backuprestore_shard1_replica2] Solr index directory 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_80A35196D5222C61-001\tempDir-001\node1\.\backuprestore_shard1_replica2\data\index' doesn't exist. Creating new index...
   [junit4]   2> 2460105 INFO  (qtp28577591-19048) [n:127.0.0.1:58293_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica2] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_80A35196D5222C61-001\tempDir-001\node1\.\backuprestore_shard2_replica2\data\
   [junit4]   2> 2460105 INFO  (qtp28577591-19049) [n:127.0.0.1:58293_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_80A35196D5222C61-001\tempDir-001\node1\.\backuprestore_shard1_replica2\data\index
   [junit4]   2> 2460106 INFO  (qtp28577591-19048) [n:127.0.0.1:58293_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica2] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_80A35196D5222C61-001\tempDir-001\node1\.\backuprestore_shard2_replica2\data\index/
   [junit4]   2> 2460106 WARN  (qtp28577591-19048) [n:127.0.0.1:58293_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica2] o.a.s.c.SolrCore [backuprestore_shard2_replica2] Solr index directory 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_80A35196D5222C61-001\tempDir-001\node1\.\backuprestore_shard2_replica2\data\index' doesn't exist. Creating new index...
   [junit4]   2> 2460107 INFO  (qtp28577591-19048) [n:127.0.0.1:58293_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica2] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_80A35196D5222C61-001\tempDir-001\node1\.\backuprestore_shard2_replica2\data\index
   [junit4]   2> 2460107 INFO  (qtp25794301-19047) [n:127.0.0.1:58294_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> 2460107 INFO  (qtp25794301-19050) [n:127.0.0.1:58294_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 2460108 INFO  (qtp28577591-19049) [n:127.0.0.1:58293_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@b21674 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@114b98),segFN=segments_1,generation=1}
   [junit4]   2> 2460108 INFO  (qtp28577591-19049) [n:127.0.0.1:58293_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2460108 INFO  (qtp25794301-19047) [n:127.0.0.1:58294_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_80A35196D5222C61-001\tempDir-001\node2\backuprestore_shard2_replica1'
   [junit4]   2> 2460108 INFO  (qtp25794301-19047) [n:127.0.0.1:58294_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2460108 INFO  (qtp25794301-19047) [n:127.0.0.1:58294_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> 2460113 INFO  (qtp28577591-19048) [n:127.0.0.1:58293_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica2] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@80a0d9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@beeb18),segFN=segments_1,generation=1}
   [junit4]   2> 2460113 INFO  (qtp28577591-19048) [n:127.0.0.1:58293_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica2] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2460113 INFO  (qtp28577591-19049) [n:127.0.0.1:58293_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2460115 INFO  (qtp25794301-19050) [n:127.0.0.1:58294_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2460115 INFO  (qtp28577591-19048) [n:127.0.0.1:58293_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica2] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2460116 INFO  (qtp25794301-19047) [n:127.0.0.1:58294_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 2460133 INFO  (qtp25794301-19050) [n:127.0.0.1:58294_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2460136 INFO  (OldIndexDirectoryCleanupThreadForCore-backuprestore_shard2_replica2) [n:127.0.0.1:58293_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica2] o.a.s.c.SolrCore Looking for old index directories to cleanup for core backuprestore_shard2_replica2 in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_80A35196D5222C61-001\tempDir-001\node1\.\backuprestore_shard2_replica2\data\
   [junit4]   2> 2460138 WARN  (OldIndexDirectoryCleanupThreadForCore-backuprestore_shard2_replica2) [n:127.0.0.1:58293_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica2] o.a.s.c.DirectoryFactory C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_80A35196D5222C61-001\tempDir-001\node1\.\backuprestore_shard2_replica2\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 2460140 INFO  (OldIndexDirectoryCleanupThreadForCore-backuprestore_shard1_replica2) [n:127.0.0.1:58293_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] o.a.s.c.SolrCore Looking for old index directories to cleanup for core backuprestore_shard1_replica2 in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_80A35196D5222C61-001\tempDir-001\node1\.\backuprestore_shard1_replica2\data\
   [junit4]   2> 2460140 INFO  (qtp25794301-19050) [n:127.0.0.1:58294_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2460143 INFO  (qtp25794301-19047) [n:127.0.0.1:58294_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2460143 WARN  (OldIndexDirectoryCleanupThreadForCore-backuprestore_shard1_replica2) [n:127.0.0.1:58293_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] o.a.s.c.DirectoryFactory C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_80A35196D5222C61-001\tempDir-001\node1\.\backuprestore_shard1_replica2\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 2460144 INFO  (qtp28577591-19048) [n:127.0.0.1:58293_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2460146 INFO  (qtp28577591-19048) [n:127.0.0.1:58293_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2460143 INFO  (qtp28577591-19049) [n:127.0.0.1:58293_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2460147 INFO  (qtp28577591-19048) [n:127.0.0.1:58293_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2460148 INFO  (qtp28577591-19049) [n:127.0.0.1:58293_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2460149 INFO  (qtp28577591-19049) [n:127.0.0.1:58293_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2460151 INFO  (qtp28577591-19048) [n:127.0.0.1:58293_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2460151 INFO  (qtp28577591-19049) [n:127.0.0.1:58293_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2460152 INFO  (qtp25794301-19050) [n:127.0.0.1:58294_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.s.IndexSchema [backuprestore_shard1_replica1] Schema name=minimal
   [junit4]   2> 2460153 INFO  (qtp28577591-19049) [n:127.0.0.1:58293_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/select,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 2460153 INFO  (qtp28577591-19049) [n:127.0.0.1:58293_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2460155 INFO  (qtp25794301-19050) [n:127.0.0.1:58294_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2460156 INFO  (qtp28577591-19048) [n:127.0.0.1:58293_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica2] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/select,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 2460156 INFO  (qtp28577591-19048) [n:127.0.0.1:58293_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica2] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2460156 INFO  (qtp25794301-19047) [n:127.0.0.1:58294_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2460157 INFO  (qtp25794301-19050) [n:127.0.0.1:58294_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=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2460157 INFO  (qtp25794301-19050) [n:127.0.0.1:58294_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> 2460158 INFO  (qtp25794301-19050) [n:127.0.0.1:58294_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2460158 INFO  (qtp28577591-19049) [n:127.0.0.1:58293_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2460158 INFO  (qtp28577591-19049) [n:127.0.0.1:58293_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2460158 INFO  (qtp25794301-19050) [n:127.0.0.1:58294_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore [[backuprestore_shard1_replica1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_80A35196D5222C61-001\tempDir-001\node2\backuprestore_shard1_replica1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_80A35196D5222C61-001\tempDir-001\node2\.\backuprestore_shard1_replica1\data\]
   [junit4]   2> 2460158 INFO  (qtp25794301-19050) [n:127.0.0.1:58294_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore JMX monitoring not detected for core: backuprestore_shard1_replica1
   [junit4]   2> 2460159 INFO  (qtp25794301-19050) [n:127.0.0.1:58294_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_80A35196D5222C61-001\tempDir-001\node2\.\backuprestore_shard1_replica1\data\
   [junit4]   2> 2460160 INFO  (qtp25794301-19050) [n:127.0.0.1:58294_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_80A35196D5222C61-001\tempDir-001\node2\.\backuprestore_shard1_replica1\data\index/
   [junit4]   2> 2460160 WARN  (qtp25794301-19050) [n:127.0.0.1:58294_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore [backuprestore_shard1_replica1] Solr index directory 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_80A35196D5222C61-001\tempDir-001\node2\.\backuprestore_shard1_replica1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 2460161 INFO  (qtp25794301-19050) [n:127.0.0.1:58294_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_80A35196D5222C61-001\tempDir-001\node2\.\backuprestore_shard1_replica1\data\index
   [junit4]   2> 2460159 INFO  (qtp28577591-19048) [n:127.0.0.1:58293_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2460161 INFO  (qtp28577591-19048) [n:127.0.0.1:58293_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2460161 INFO  (qtp28577591-19049) [n:127.0.0.1:58293_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2460161 INFO  (qtp28577591-19049) [n:127.0.0.1:58293_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2460162 INFO  (qtp25794301-19050) [n:127.0.0.1:58294_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@847175 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@f5dc78),segFN=segments_1,generation=1}
   [junit4]   2> 2460163 INFO  (qtp25794301-19050) [n:127.0.0.1:58294_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2460163 INFO  (qtp28577591-19048) [n:127.0.0.1:58293_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2460163 INFO  (qtp28577591-19048) [n:127.0.0.1:58293_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2460163 INFO  (qtp25794301-19047) [n:127.0.0.1:58294_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2460164 INFO  (qtp28577591-19049) [n:127.0.0.1:58293_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@b21674 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@114b98),segFN=segments_1,generation=1}
   [junit4]   2> 2460164 INFO  (qtp28577591-19049) [n:127.0.0.1:58293_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2460164 INFO  (qtp28577591-19048) [n:127.0.0.1:58293_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica2] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@80a0d9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@beeb18),segFN=segments_1,generation=1}
   [junit4]   2> 2460164 INFO  (qtp28577591-19048) [n:127.0.0.1:58293_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica2] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2460164 INFO  (qtp28577591-19049) [n:127.0.0.1:58293_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening [Searcher@17d5bf3[backuprestore_shard1_replica2] main]
   [junit4]   2> 2460165 INFO  (qtp28577591-19048) [n:127.0.0.1:58293_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica2] o.a.s.s.SolrIndexSearcher Opening [Searcher@158931c[backuprestore_shard2_replica2] main]
   [junit4]   2> 2460165 INFO  (qtp28577591-19049) [n:127.0.0.1:58293_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/backuprestore]
   [junit4]   2> 2460165 INFO  (qtp28577591-19048) [n:127.0.0.1:58293_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica2] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/backuprestore]
   [junit4]   2> 2460165 INFO  (OldIndexDirectoryCleanupThreadForCore-backuprestore_shard1_replica1) [n:127.0.0.1:58294_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core backuprestore_shard1_replica1 in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_80A35196D5222C61-001\tempDir-001\node2\.\backuprestore_shard1_replica1\data\
   [junit4]   2> 2460166 INFO  (qtp25794301-19050) [n:127.0.0.1:58294_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as de

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

cutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2471932 WARN  (zkCallback-3176-thread-1-processing-n:127.0.0.1:58294_solr) [n:127.0.0.1:58294_solr    ] o.a.s.c.LeaderElector 
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:331)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:328)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:328)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:105)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:56)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:348)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3.lambda$process$0(SolrZkClient.java:266)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.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> 2471933 INFO  (jetty-launcher-3166-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@208334{/solr,null,UNAVAILABLE}
   [junit4]   2> 2471936 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[80A35196D5222C61]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:58289 58289
   [junit4]   2> 2471948 INFO  (Thread-4201) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:58289 58289
   [junit4]   2> 2471952 WARN  (Thread-4201) [    ] 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/security.json
   [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> 	16	/solr/overseer/queue
   [junit4]   2> 	9	/solr/overseer/collection-queue-work
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 	3	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 2471953 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[80A35196D5222C61]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_80A35196D5222C61-001
   [junit4]   2> Jul 25, 2016 12:03:08 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {shard_s=BlockTreeOrds(blocksize=128), _version_=BlockTreeOrds(blocksize=128), id=PostingsFormat(name=MockRandom)}, docValues:{}, maxPointsInLeafNode=987, maxMBSortInHeap=7.888652201082957, sim=ClassicSimilarity, locale=ar-LB, timezone=Pacific/Efate
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_92 (32-bit)/cpus=3,threads=1,free=146130272,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [PeerSyncTest, TestSQLHandler, TestConfigSets, TestPhraseSuggestions, TestAnalyzeInfixSuggestions, ChaosMonkeyNothingIsSafeTest, TestSort, ShardSplitTest, TestCloudPivotFacet, MigrateRouteKeyTest, TestScoreJoinQPScore, PrimitiveFieldTypeTest, TestUniqueKeyFieldResource, TestReplicationHandler, TestElisionMultitermQuery, FastVectorHighlighterTest, TestRecoveryHdfs, HdfsDirectoryTest, TestConfig, SpatialHeatmapFacetsTest, TestHdfsCloudBackupRestore, TestLegacyFieldCache, ClusterStateTest, URLClassifyProcessorTest, TestMiniSolrCloudClusterSSL, TestSmileRequest, HdfsSyncSliceTest, UUIDFieldTest, QueryElevationComponentTest, TestCryptoKeys, SoftAutoCommitTest, VMParamsZkACLAndCredentialsProvidersTest, SampleTest, ReturnFieldsTest, TestJmxIntegration, TestRawResponseWriter, CollectionsAPIAsyncDistributedZkTest, TestMacros, TestFilteredDocIdSet, SolrIndexConfigTest, TestDocTermOrds, TestFileDictionaryLookup, ZkStateWriterTest, TestLockTree, TestSSLRandomization, DocValuesTest, TestConfigSetImmutable, CursorMarkTest, TestMergePolicyConfig, TestCustomSort, TestDocumentBuilder, TestQuerySenderNoQuery, HdfsBasicDistributedZkTest, TestFieldCacheVsDocValues, TestRemoteStreaming, SuggestComponentTest, TestJmxMonitoredMap, TestDistribIDF, TestObjectReleaseTracker, DeleteLastCustomShardedReplicaTest, DistributedFacetPivotSmallTest, HdfsChaosMonkeySafeLeaderTest, DistributedExpandComponentTest, OverseerCollectionConfigSetProcessorTest, BlobRepositoryCloudTest, TestHighlightDedupGrouping, AnalysisAfterCoreReloadTest, RemoteQueryErrorTest, TestFieldCacheReopen, TestCodecSupport, BlockJoinFacetRandomTest, SolrTestCaseJ4Test, TestWordDelimiterFilterFactory, DistributedQueryElevationComponentTest, TestAddFieldRealTimeGet, BigEndianAscendingWordDeserializerTest, RequiredFieldsTest, TestRequestForwarding, PingRequestHandlerTest, TestRebalanceLeaders, StandardRequestHandlerTest, DeleteShardTest, TestHdfsBackupRestoreCore, BasicDistributedZkTest, UnloadDistributedZkTest, ConcurrentDeleteAndCreateCollectionTest, SliceStateTest, InfoHandlerTest, DirectUpdateHandlerTest, RankQueryTest, CursorPagingTest, SharedFSAutoReplicaFailoverUtilsTest, BadComponentTest, HLLUtilTest, TestStressLucene, DistributedSuggestComponentTest, TestLMDirichletSimilarityFactory, TestManagedSchemaAPI, SimpleFacetsTest, SSLMigrationTest, TestCollectionAPI, TestSolrDeletionPolicy1, ConnectionManagerTest, TestFieldResource, RecoveryZkTest, SpatialFilterTest, HdfsRecoveryZkTest, DistribCursorPagingTest, PreAnalyzedFieldTest, TestHashQParserPlugin, TestSolrConfigHandler, CloudMLTQParserTest, GraphQueryTest, TestDefaultSearchFieldResource, DisMaxRequestHandlerTest, CurrencyFieldXmlFileTest, AddBlockUpdateTest, UpdateParamsTest, TestSurroundQueryParser, TestCollationFieldDocValues, TestDistributedSearch, TermsComponentTest, TestComponentsName, OverseerTest, TestRandomFlRTGCloud, DocumentBuilderTest, TestBlobHandler, TestSchemaVersionResource, AnalyticsMergeStrategyTest, TestRuleBasedAuthorizationPlugin, CachingDirectoryFactoryTest, OverseerRolesTest, TestFaceting, TestChildDocTransformer, TestEmbeddedSolrServerConstructors, TestDFRSimilarityFactory, TestSweetSpotSimilarityFactory, TestAuthorizationFramework, ResponseHeaderTest, TestJsonFacets, BlockDirectoryTest, ZkCLITest, TestHdfsUpdateLog, DateRangeFieldTest, TestGroupingSearch, SyncSliceTest, TestManagedSynonymFilterFactory, PolyFieldTest, HighlighterMaxOffsetTest, TestLeaderInitiatedRecoveryThread, ShardRoutingTest, BasicZkTest, TestRandomFaceting, LeaderElectionTest, TestDistributedGrouping, TestHashPartitioner, HardAutoCommitTest, TestCoreContainer, SolrCoreTest, StatsComponentTest, BasicFunctionalityTest, TestIndexSearcher, HighlighterTest, ShowFileRequestHandlerTest, TestExtendedDismaxParser, SuggesterFSTTest, SolrRequestParserTest, SuggesterWFSTTest, NoCacheHeaderTest, SchemaVersionSpecificBehaviorTest, TestUpdate, TestAtomicUpdateErrorCases, DirectUpdateHandlerOptimizeTest, DocValuesMultiTest, DistanceFunctionTest, SolrInfoMBeanTest, DebugComponentTest, IndexBasedSpellCheckerTest, TestQueryUtils, DirectSolrSpellCheckerTest, DocumentAnalysisRequestHandlerTest, XmlUpdateRequestHandlerTest, TestValueSourceCache, TermVectorComponentTest, MoreLikeThisHandlerTest, TestArbitraryIndexDir, IndexSchemaTest, JSONWriterTest, QueryParsingTest, TestAnalyzedSuggestions, BinaryUpdateRequestHandlerTest, TestBinaryResponseWriter, SOLR749Test, AlternateDirectoryTest, CopyFieldTest, ResponseLogComponentTest, MultiTermTest, TestDocSet, TestBinaryField, TestSearchPerf, OutputWriterTest, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, TestPostingsSolrHighlighter, DirectSolrConnectionTest, TestLuceneMatchVersion, SpellPossibilityIteratorTest, TestXIncludeConfig, TestIBSimilarityFactory, TestBM25SimilarityFactory, TimeZoneUtilsTest, TestFastOutputStream, ScriptEngineTest, PluginInfoTest, TestFastLRUCache, PrimUtilsTest, DateFieldTest, SpellingQueryConverterTest, DOMUtilTest, RAMDirectoryFactoryTest, TestLRUCache, ZkNodePropsTest, CircularListTest, TestCursorMarkWithoutUniqueKey, TestTolerantSearch, ActionThrottleTest, AssignTest, AsyncMigrateRouteKeyTest, CollectionsAPISolrJTest, CustomCollectionTest, HttpPartitionTest, ReplicationFactorTest, RestartWhileUpdatingTest, RollingRestartTest, SolrXmlInZkTest, TestCloudDeleteByQuery, TestCloudInspectUtil, TestConfigSetsAPIExclusivity, TestConfigSetsAPIZkFailure, TestDownShardTolerantSearch, TestLocalFSCloudBackupRestore]
   [junit4] Completed [481/623 (1!)] on J0 in 13.99s, 1 test, 1 error <<< FAILURES!

[...truncated 52880 lines...]


[JENKINS] Lucene-Solr-master-Windows (64bit/jdk1.8.0_92) - Build # 6002 - Still Unstable!

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

3 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.CdcrVersionReplicationTest

Error Message:
ObjectTracker found 1 object(s) that were not released!!! [InternalHttpClient]

Stack Trace:
java.lang.AssertionError: ObjectTracker found 1 object(s) that were not released!!! [InternalHttpClient]
	at __randomizedtesting.SeedInfo.seed([C88C48908CA41B51]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNull(Assert.java:551)
	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:257)
	at sun.reflect.GeneratedMethodAccessor21.invoke(Unknown Source)
	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$7.evaluate(RandomizedRunner.java:834)
	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:  junit.framework.TestSuite.org.apache.solr.util.TestSolrCLIRunExample

Error Message:
ObjectTracker found 3 object(s) that were not released!!! [MockDirectoryWrapper, MockDirectoryWrapper, SolrCore]

Stack Trace:
java.lang.AssertionError: ObjectTracker found 3 object(s) that were not released!!! [MockDirectoryWrapper, MockDirectoryWrapper, SolrCore]
	at __randomizedtesting.SeedInfo.seed([C88C48908CA41B51]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNull(Assert.java:551)
	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:257)
	at sun.reflect.GeneratedMethodAccessor49.invoke(Unknown Source)
	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$7.evaluate(RandomizedRunner.java:834)
	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:
expected:<COMPLETED> but was:<FAILED>

Stack Trace:
java.lang.AssertionError: expected:<COMPLETED> but was:<FAILED>
	at __randomizedtesting.SeedInfo.seed([C88C48908CA41B51:40D8774A225876A9]: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:147)
	at org.apache.solr.cloud.AbstractCloudBackupRestoreTestCase.testBackupAndRestore(AbstractCloudBackupRestoreTestCase.java:208)
	at org.apache.solr.cloud.AbstractCloudBackupRestoreTestCase.test(AbstractCloudBackupRestoreTestCase.java:126)
	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 10598 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestLocalFSCloudBackupRestore
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_C88C48908CA41B51-001\init-core-data-001
   [junit4]   2> 94181 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[C88C48908CA41B51]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 94184 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[C88C48908CA41B51]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 94185 INFO  (Thread-154) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 94185 INFO  (Thread-154) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 94285 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[C88C48908CA41B51]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:57853
   [junit4]   2> 94285 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[C88C48908CA41B51]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 94286 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[C88C48908CA41B51]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 94290 INFO  (zkCallback-171-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@57d836ed name:ZooKeeperConnection Watcher:127.0.0.1:57853 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 94290 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[C88C48908CA41B51]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 94291 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[C88C48908CA41B51]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 94291 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[C88C48908CA41B51]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 94300 INFO  (jetty-launcher-170-thread-2) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 94300 INFO  (jetty-launcher-170-thread-1) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 94301 INFO  (jetty-launcher-170-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6654fcbe{/solr,null,AVAILABLE}
   [junit4]   2> 94301 INFO  (jetty-launcher-170-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@33059644{/solr,null,AVAILABLE}
   [junit4]   2> 94303 INFO  (jetty-launcher-170-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@40a61044{HTTP/1.1,[http/1.1]}{127.0.0.1:57858}
   [junit4]   2> 94303 INFO  (jetty-launcher-170-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@e2305c4{HTTP/1.1,[http/1.1]}{127.0.0.1:57857}
   [junit4]   2> 94303 INFO  (jetty-launcher-170-thread-1) [    ] o.e.j.s.Server Started @98651ms
   [junit4]   2> 94303 INFO  (jetty-launcher-170-thread-2) [    ] o.e.j.s.Server Started @98651ms
   [junit4]   2> 94303 INFO  (jetty-launcher-170-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=57858}
   [junit4]   2> 94303 INFO  (jetty-launcher-170-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=57857}
   [junit4]   2> 94303 INFO  (jetty-launcher-170-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 94303 INFO  (jetty-launcher-170-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_C88C48908CA41B51-001\tempDir-001\node2'
   [junit4]   2> 94303 INFO  (jetty-launcher-170-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 94303 INFO  (jetty-launcher-170-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 94303 INFO  (jetty-launcher-170-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 94303 INFO  (jetty-launcher-170-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_C88C48908CA41B51-001\tempDir-001\node1'
   [junit4]   2> 94304 INFO  (jetty-launcher-170-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 94304 INFO  (jetty-launcher-170-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 94304 INFO  (jetty-launcher-170-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 94304 INFO  (jetty-launcher-170-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 94305 INFO  (jetty-launcher-170-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 94306 INFO  (jetty-launcher-170-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 94314 INFO  (zkCallback-173-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4c41994c name:ZooKeeperConnection Watcher:127.0.0.1:57853/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 94314 INFO  (zkCallback-172-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2bc7f8ff name:ZooKeeperConnection Watcher:127.0.0.1:57853/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 94314 INFO  (jetty-launcher-170-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 94314 INFO  (jetty-launcher-170-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 94314 INFO  (jetty-launcher-170-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 94314 INFO  (jetty-launcher-170-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 94314 INFO  (jetty-launcher-170-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 94315 INFO  (jetty-launcher-170-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 94335 INFO  (jetty-launcher-170-thread-2) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_C88C48908CA41B51-001\tempDir-001\node2\.
   [junit4]   2> 94335 INFO  (jetty-launcher-170-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 1889500218
   [junit4]   2> 94335 INFO  (jetty-launcher-170-thread-2) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_C88C48908CA41B51-001\tempDir-001\node2]
   [junit4]   2> 94335 WARN  (jetty-launcher-170-thread-2) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_C88C48908CA41B51-001\tempDir-001\node2\lib to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_C88C48908CA41B51-001\tempDir-001\node2\lib
   [junit4]   2> 94337 INFO  (jetty-launcher-170-thread-1) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_C88C48908CA41B51-001\tempDir-001\node1\.
   [junit4]   2> 94338 INFO  (jetty-launcher-170-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> 94338 INFO  (jetty-launcher-170-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 1544764595
   [junit4]   2> 94338 INFO  (jetty-launcher-170-thread-1) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_C88C48908CA41B51-001\tempDir-001\node1]
   [junit4]   2> 94338 WARN  (jetty-launcher-170-thread-1) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_C88C48908CA41B51-001\tempDir-001\node1\lib to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_C88C48908CA41B51-001\tempDir-001\node1\lib
   [junit4]   2> 94338 INFO  (jetty-launcher-170-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> 94345 INFO  (jetty-launcher-170-thread-1) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 94346 INFO  (jetty-launcher-170-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 94346 INFO  (jetty-launcher-170-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 94346 INFO  (jetty-launcher-170-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57853/solr
   [junit4]   2> 94346 INFO  (jetty-launcher-170-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 94346 INFO  (jetty-launcher-170-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 94346 INFO  (jetty-launcher-170-thread-2) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 94346 INFO  (jetty-launcher-170-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 94346 INFO  (jetty-launcher-170-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 94346 INFO  (jetty-launcher-170-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57853/solr
   [junit4]   2> 94346 INFO  (jetty-launcher-170-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 94346 INFO  (jetty-launcher-170-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 94347 INFO  (jetty-launcher-170-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 94348 INFO  (jetty-launcher-170-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 94350 INFO  (zkCallback-178-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@48be68c3 name:ZooKeeperConnection Watcher:127.0.0.1:57853 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 94350 INFO  (jetty-launcher-170-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 94350 INFO  (zkCallback-179-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2b156243 name:ZooKeeperConnection Watcher:127.0.0.1:57853 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 94350 INFO  (jetty-launcher-170-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 94350 INFO  (jetty-launcher-170-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 94350 INFO  (jetty-launcher-170-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 94353 INFO  (jetty-launcher-170-thread-1) [n:127.0.0.1:57858_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$10/1995184869@1305bbd0
   [junit4]   2> 94356 INFO  (jetty-launcher-170-thread-2) [n:127.0.0.1:57857_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$10/1995184869@1bfa9081
   [junit4]   2> 94357 INFO  (jetty-launcher-170-thread-1) [n:127.0.0.1:57858_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 94358 INFO  (jetty-launcher-170-thread-2) [n:127.0.0.1:57857_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 94359 INFO  (zkCallback-180-thread-1-processing-n:127.0.0.1:57858_solr) [n:127.0.0.1:57858_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6bf2e9b9 name:ZooKeeperConnection Watcher:127.0.0.1:57853/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 94361 INFO  (jetty-launcher-170-thread-1) [n:127.0.0.1:57858_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 94361 INFO  (zkCallback-181-thread-1-processing-n:127.0.0.1:57857_solr) [n:127.0.0.1:57857_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@18fa32c name:ZooKeeperConnection Watcher:127.0.0.1:57853/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 94362 INFO  (jetty-launcher-170-thread-2) [n:127.0.0.1:57857_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 94362 INFO  (jetty-launcher-170-thread-1) [n:127.0.0.1:57858_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 94363 INFO  (jetty-launcher-170-thread-2) [n:127.0.0.1:57857_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 94368 INFO  (jetty-launcher-170-thread-1) [n:127.0.0.1:57858_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 94368 INFO  (jetty-launcher-170-thread-2) [n:127.0.0.1:57857_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 94372 INFO  (jetty-launcher-170-thread-2) [n:127.0.0.1:57857_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 94373 INFO  (jetty-launcher-170-thread-1) [n:127.0.0.1:57858_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 94376 INFO  (jetty-launcher-170-thread-2) [n:127.0.0.1:57857_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 94377 INFO  (jetty-launcher-170-thread-1) [n:127.0.0.1:57858_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 94381 INFO  (jetty-launcher-170-thread-1) [n:127.0.0.1:57858_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 94381 INFO  (jetty-launcher-170-thread-2) [n:127.0.0.1:57857_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 94383 INFO  (jetty-launcher-170-thread-2) [n:127.0.0.1:57857_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 94383 INFO  (jetty-launcher-170-thread-1) [n:127.0.0.1:57858_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 94385 INFO  (jetty-launcher-170-thread-1) [n:127.0.0.1:57858_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 94385 INFO  (jetty-launcher-170-thread-2) [n:127.0.0.1:57857_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 94387 INFO  (jetty-launcher-170-thread-1) [n:127.0.0.1:57858_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 94387 INFO  (jetty-launcher-170-thread-2) [n:127.0.0.1:57857_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 94391 INFO  (jetty-launcher-170-thread-2) [n:127.0.0.1:57857_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 94391 INFO  (jetty-launcher-170-thread-1) [n:127.0.0.1:57858_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 94392 INFO  (jetty-launcher-170-thread-2) [n:127.0.0.1:57857_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 94392 INFO  (jetty-launcher-170-thread-1) [n:127.0.0.1:57858_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 94393 INFO  (jetty-launcher-170-thread-1) [n:127.0.0.1:57858_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 94394 INFO  (jetty-launcher-170-thread-2) [n:127.0.0.1:57857_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 94394 INFO  (jetty-launcher-170-thread-1) [n:127.0.0.1:57858_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 94395 INFO  (jetty-launcher-170-thread-2) [n:127.0.0.1:57857_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 94396 INFO  (jetty-launcher-170-thread-1) [n:127.0.0.1:57858_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 94396 INFO  (jetty-launcher-170-thread-2) [n:127.0.0.1:57857_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 94403 INFO  (jetty-launcher-170-thread-1) [n:127.0.0.1:57858_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 94404 INFO  (jetty-launcher-170-thread-2) [n:127.0.0.1:57857_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 94406 INFO  (jetty-launcher-170-thread-1) [n:127.0.0.1:57858_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 94406 INFO  (jetty-launcher-170-thread-2) [n:127.0.0.1:57857_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 94408 INFO  (jetty-launcher-170-thread-2) [n:127.0.0.1:57857_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 94408 INFO  (jetty-launcher-170-thread-1) [n:127.0.0.1:57858_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 94409 INFO  (jetty-launcher-170-thread-2) [n:127.0.0.1:57857_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96296388576542726-127.0.0.1:57857_solr-n_0000000000
   [junit4]   2> 94409 INFO  (jetty-launcher-170-thread-1) [n:127.0.0.1:57858_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96296388576542725-127.0.0.1:57858_solr-n_0000000001
   [junit4]   2> 94409 INFO  (jetty-launcher-170-thread-2) [n:127.0.0.1:57857_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:57857_solr
   [junit4]   2> 94409 INFO  (jetty-launcher-170-thread-2) [n:127.0.0.1:57857_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 94410 INFO  (jetty-launcher-170-thread-1) [n:127.0.0.1:57858_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96296388576542726-127.0.0.1:57857_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 94411 INFO  (jetty-launcher-170-thread-1) [n:127.0.0.1:57858_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57858_solr
   [junit4]   2> 94411 INFO  (jetty-launcher-170-thread-1) [n:127.0.0.1:57858_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:57858_solr
   [junit4]   2> 94411 INFO  (jetty-launcher-170-thread-2) [n:127.0.0.1:57857_solr    ] o.a.s.c.Overseer Overseer (id=96296388576542726-127.0.0.1:57857_solr-n_0000000000) starting
   [junit4]   2> 94415 INFO  (zkCallback-180-thread-1-processing-n:127.0.0.1:57858_solr) [n:127.0.0.1:57858_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> 94415 INFO  (zkCallback-181-thread-1-processing-n:127.0.0.1:57857_solr) [n:127.0.0.1:57857_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> 94416 INFO  (zkCallback-180-thread-1-processing-n:127.0.0.1:57858_solr) [n:127.0.0.1:57858_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 94417 INFO  (zkCallback-181-thread-1-processing-n:127.0.0.1:57857_solr) [n:127.0.0.1:57857_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 94417 INFO  (jetty-launcher-170-thread-2) [n:127.0.0.1:57857_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 94436 INFO  (jetty-launcher-170-thread-1) [n:127.0.0.1:57858_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 94436 INFO  (jetty-launcher-170-thread-1) [n:127.0.0.1:57858_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 94439 INFO  (jetty-launcher-170-thread-1) [n:127.0.0.1:57858_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_C88C48908CA41B51-001\tempDir-001\node1\.
   [junit4]   2> 94440 INFO  (jetty-launcher-170-thread-2) [n:127.0.0.1:57857_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 94440 INFO  (jetty-launcher-170-thread-1) [n:127.0.0.1:57858_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 94440 INFO  (jetty-launcher-170-thread-2) [n:127.0.0.1:57857_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:57857_solr as DOWN
   [junit4]   2> 94441 INFO  (jetty-launcher-170-thread-1) [n:127.0.0.1:57858_solr    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 94441 INFO  (jetty-launcher-170-thread-1) [n:127.0.0.1:57858_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 94441 INFO  (OverseerCollectionConfigSetProcessor-96296388576542726-127.0.0.1:57857_solr-n_0000000000) [n:127.0.0.1:57857_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 94442 INFO  (OverseerStateUpdate-96296388576542726-127.0.0.1:57857_solr-n_0000000000) [n:127.0.0.1:57857_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 94442 INFO  (jetty-launcher-170-thread-2) [n:127.0.0.1:57857_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57857_solr
   [junit4]   2> 94442 INFO  (jetty-launcher-170-thread-2) [n:127.0.0.1:57857_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:57857_solr
   [junit4]   2> 94444 INFO  (OverseerStateUpdate-96296388576542726-127.0.0.1:57857_solr-n_0000000000) [n:127.0.0.1:57857_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
   [junit4]   2> 94445 INFO  (zkCallback-180-thread-1-processing-n:127.0.0.1:57858_solr) [n:127.0.0.1:57858_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> 94445 INFO  (zkCallback-181-thread-1-processing-n:127.0.0.1:57857_solr) [n:127.0.0.1:57857_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> 94446 INFO  (zkCallback-181-thread-1-processing-n:127.0.0.1:57857_solr) [n:127.0.0.1:57857_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 94446 INFO  (zkCallback-180-thread-1-processing-n:127.0.0.1:57858_solr) [n:127.0.0.1:57858_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 94447 INFO  (OverseerStateUpdate-96296388576542726-127.0.0.1:57857_solr-n_0000000000) [n:127.0.0.1:57857_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:57857_solr"} current state version: 0
   [junit4]   2> 94447 INFO  (OverseerStateUpdate-96296388576542726-127.0.0.1:57857_solr-n_0000000000) [n:127.0.0.1:57857_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:57857_solr
   [junit4]   2> 94459 INFO  (jetty-launcher-170-thread-2) [n:127.0.0.1:57857_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 94459 INFO  (jetty-launcher-170-thread-2) [n:127.0.0.1:57857_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 94460 INFO  (jetty-launcher-170-thread-2) [n:127.0.0.1:57857_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_C88C48908CA41B51-001\tempDir-001\node2\.
   [junit4]   2> 94461 INFO  (jetty-launcher-170-thread-2) [n:127.0.0.1:57857_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 94463 INFO  (jetty-launcher-170-thread-2) [n:127.0.0.1:57857_solr    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 94464 INFO  (jetty-launcher-170-thread-2) [n:127.0.0.1:57857_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 94464 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[C88C48908CA41B51]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 94465 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[C88C48908CA41B51]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 94475 INFO  (zkCallback-184-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@10af41e2 name:ZooKeeperConnection Watcher:127.0.0.1:57853 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 94475 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[C88C48908CA41B51]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 94475 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[C88C48908CA41B51]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 94481 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[C88C48908CA41B51]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 94482 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[C88C48908CA41B51]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 94488 INFO  (zkCallback-187-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@707ef151 name:ZooKeeperConnection Watcher:127.0.0.1:57853/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 94488 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[C88C48908CA41B51]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 94488 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[C88C48908CA41B51]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 94488 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[C88C48908CA41B51]-worker) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 94489 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[C88C48908CA41B51]-worker) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 94490 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[C88C48908CA41B51]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 94493 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[C88C48908CA41B51]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 94496 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[C88C48908CA41B51]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 94548 INFO  (TEST-TestLocalFSCloudBackupRestore.test-seed#[C88C48908CA41B51]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 94566 INFO  (qtp720221867-819) [n:127.0.0.1:57857_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&property.customKey=customValue&collection.configName=conf1&router.field=shard_s&name=backuprestore&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 94568 INFO  (OverseerCollectionConfigSetProcessor-96296388576542726-127.0.0.1:57857_solr-n_0000000000) [n:127.0.0.1:57857_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":"1",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "property.customKey":"customValue",
   [junit4]   2>   "router.field":"shard_s",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 94571 INFO  (OverseerThreadFactory-428-thread-1-processing-n:127.0.0.1:57857_solr) [n:127.0.0.1:57857_solr    ] o.a.s.c.OverseerCollectionMessageHandler OverseerCollectionMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"backuprestore",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "property.customKey":"customValue",
   [junit4]   2>   "router.field":"shard_s",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 94571 INFO  (OverseerThreadFactory-428-thread-1-processing-n:127.0.0.1:57857_solr) [n:127.0.0.1:57857_solr    ] o.a.s.c.OverseerCollectionMessageHandler Create collection backuprestore
   [junit4]   2> 94572 INFO  (OverseerThreadFactory-428-thread-1-processing-n:127.0.0.1:57857_solr) [n:127.0.0.1:57857_solr    ] o.a.s.c.OverseerCollectionMessageHandler creating collections conf node /collections/backuprestore 
   [junit4]   2> 94572 INFO  (OverseerThreadFactory-428-thread-1-processing-n:127.0.0.1:57857_solr) [n:127.0.0.1:57857_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections/backuprestore
   [junit4]   2> 94574 INFO  (zkCallback-181-thread-1-processing-n:127.0.0.1:57857_solr) [n:127.0.0.1:57857_solr    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 94575 INFO  (zkCallback-187-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 94575 INFO  (zkCallback-180-thread-1-processing-n:127.0.0.1:57858_solr) [n:127.0.0.1:57858_solr    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 94579 INFO  (OverseerStateUpdate-96296388576542726-127.0.0.1:57857_solr-n_0000000000) [n:127.0.0.1:57857_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "name":"backuprestore",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "property.customKey":"customValue",
   [junit4]   2>   "router.field":"shard_s",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 94579 INFO  (OverseerStateUpdate-96296388576542726-127.0.0.1:57857_solr-n_0000000000) [n:127.0.0.1:57857_solr    ] o.a.s.c.o.ClusterStateMutator building a new cName: backuprestore
   [junit4]   2> 94582 INFO  (OverseerStateUpdate-96296388576542726-127.0.0.1:57857_solr-n_0000000000) [n:127.0.0.1:57857_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/backuprestore/state.json
   [junit4]   2> 94678 INFO  (OverseerThreadFactory-428-thread-1-processing-n:127.0.0.1:57857_solr) [n:127.0.0.1:57857_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating SolrCores for new collection backuprestore, shardNames [shard1, shard2] , replicationFactor : 1
   [junit4]   2> 94678 INFO  (OverseerThreadFactory-428-thread-1-processing-n:127.0.0.1:57857_solr) [n:127.0.0.1:57857_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core backuprestore_shard1_replica1 as part of shard shard1 of collection backuprestore on 127.0.0.1:57858_solr
   [junit4]   2> 94679 INFO  (OverseerThreadFactory-428-thread-1-processing-n:127.0.0.1:57857_solr) [n:127.0.0.1:57857_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core backuprestore_shard2_replica1 as part of shard shard2 of collection backuprestore on 127.0.0.1:57857_solr
   [junit4]   2> 94685 INFO  (qtp720221867-840) [n:127.0.0.1:57857_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> 94685 INFO  (qtp9031145-831) [n:127.0.0.1:57858_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> 94687 INFO  (qtp720221867-840) [n:127.0.0.1:57857_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> 94688 INFO  (qtp720221867-840) [n:127.0.0.1:57857_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 94688 INFO  (qtp9031145-831) [n:127.0.0.1:57858_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> 94690 INFO  (qtp9031145-831) [n:127.0.0.1:57858_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 94690 INFO  (qtp720221867-840) [n:127.0.0.1:57857_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController Registering watch for collection backuprestore
   [junit4]   2> 94691 INFO  (qtp720221867-840) [n:127.0.0.1:57857_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.c.ZkStateReader Add data for [backuprestore] ver [0]
   [junit4]   2> 94691 INFO  (OverseerStateUpdate-96296388576542726-127.0.0.1:57857_solr-n_0000000000) [n:127.0.0.1:57857_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"backuprestore_shard2_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:57857/solr",
   [junit4]   2>   "node_name":"127.0.0.1:57857_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> 94691 INFO  (qtp720221867-840) [n:127.0.0.1:57857_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 94692 INFO  (OverseerStateUpdate-96296388576542726-127.0.0.1:57857_solr-n_0000000000) [n:127.0.0.1:57857_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:57857/solr",
   [junit4]   2>   "node_name":"127.0.0.1:57857_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 94692 INFO  (qtp9031145-831) [n:127.0.0.1:57858_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController Registering watch for collection backuprestore
   [junit4]   2> 94693 INFO  (qtp9031145-831) [n:127.0.0.1:57858_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.c.ZkStateReader Add data for [backuprestore] ver [0]
   [junit4]   2> 94693 INFO  (qtp9031145-831) [n:127.0.0.1:57858_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 94695 INFO  (OverseerStateUpdate-96296388576542726-127.0.0.1:57857_solr-n_0000000000) [n:127.0.0.1:57857_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"backuprestore_shard1_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:57858/solr",
   [junit4]   2>   "node_name":"127.0.0.1:57858_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> 94695 INFO  (OverseerStateUpdate-96296388576542726-127.0.0.1:57857_solr-n_0000000000) [n:127.0.0.1:57857_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:57858/solr",
   [junit4]   2>   "node_name":"127.0.0.1:57858_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 94798 INFO  (OverseerStateUpdate-96296388576542726-127.0.0.1:57857_solr-n_0000000000) [n:127.0.0.1:57857_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/backuprestore/state.json version: 0
   [junit4]   2> 94799 INFO  (zkCallback-180-thread-1-processing-n:127.0.0.1:57858_solr) [n:127.0.0.1:57858_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> 94799 INFO  (zkCallback-181-thread-3-processing-n:127.0.0.1:57857_solr) [n:127.0.0.1:57857_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> 94799 INFO  (zkCallback-180-thread-1-processing-n:127.0.0.1:57858_solr) [n:127.0.0.1:57858_solr    ] o.a.s.c.c.ZkStateReader Updating data for [backuprestore] from [0] to [1]
   [junit4]   2> 94800 INFO  (zkCallback-181-thread-3-processing-n:127.0.0.1:57857_solr) [n:127.0.0.1:57857_solr    ] o.a.s.c.c.ZkStateReader Updating data for [backuprestore] from [0] to [1]
   [junit4]   2> 95693 INFO  (qtp720221867-840) [n:127.0.0.1:57857_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> 95693 INFO  (qtp720221867-840) [n:127.0.0.1:57857_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController Check for collection zkNode:backuprestore
   [junit4]   2> 95694 INFO  (qtp9031145-831) [n:127.0.0.1:57858_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> 95694 INFO  (qtp720221867-840) [n:127.0.0.1:57857_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 95694 INFO  (qtp9031145-831) [n:127.0.0.1:57858_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController Check for collection zkNode:backuprestore
   [junit4]   2> 95694 INFO  (qtp720221867-840) [n:127.0.0.1:57857_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/backuprestore]
   [junit4]   2> 95694 INFO  (qtp9031145-831) [n:127.0.0.1:57858_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 95694 INFO  (qtp9031145-831) [n:127.0.0.1:57858_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/backuprestore]
   [junit4]   2> 95695 INFO  (qtp720221867-840) [n:127.0.0.1:57857_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> 95695 INFO  (qtp9031145-831) [n:127.0.0.1:57858_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> 95695 INFO  (qtp720221867-840) [n:127.0.0.1:57857_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_C88C48908CA41B51-001\tempDir-001\node2\backuprestore_shard2_replica1'
   [junit4]   2> 95695 INFO  (qtp9031145-831) [n:127.0.0.1:57858_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_C88C48908CA41B51-001\tempDir-001\node1\backuprestore_shard1_replica1'
   [junit4]   2> 95695 INFO  (qtp9031145-831) [n:127.0.0.1:57858_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 95695 INFO  (qtp720221867-840) [n:127.0.0.1:57857_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 95696 INFO  (qtp9031145-831) [n:127.0.0.1:57858_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> 95696 INFO  (qtp720221867-840) [n:127.0.0.1:57857_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> 95701 INFO  (qtp9031145-831) [n:127.0.0.1:57858_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 95701 INFO  (qtp720221867-840) [n:127.0.0.1:57857_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 95713 INFO  (qtp720221867-840) [n:127.0.0.1:57857_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 95713 INFO  (qtp9031145-831) [n:127.0.0.1:57858_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 95715 INFO  (qtp9031145-831) [n:127.0.0.1:57858_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 95745 INFO  (qtp720221867-840) [n:127.0.0.1:57857_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 95754 INFO  (qtp720221867-840) [n:127.0.0.1:57857_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 95755 INFO  (qtp9031145-831) [n:127.0.0.1:57858_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 95759 INFO  (qtp720221867-840) [n:127.0.0.1:57857_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.s.IndexSchema [backuprestore_shard2_replica1] Schema name=minimal
   [junit4]   2> 95759 INFO  (qtp9031145-831) [n:127.0.0.1:57858_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.s.IndexSchema [backuprestore_shard1_replica1] Schema name=minimal
   [junit4]   2> 95772 INFO  (qtp9031145-831) [n:127.0.0.1:57858_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 95772 INFO  (qtp720221867-840) [n:127.0.0.1:57857_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 95783 INFO  (qtp720221867-840) [n:127.0.0.1:57857_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=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 95783 INFO  (qtp720221867-840) [n:127.0.0.1:57857_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> 95783 INFO  (qtp720221867-840) [n:127.0.0.1:57857_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 95785 INFO  (qtp720221867-840) [n:127.0.0.1:57857_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.c.SolrCore [[backuprestore_shard2_replica1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_C88C48908CA41B51-001\tempDir-001\node2\backuprestore_shard2_replica1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_C88C48908CA41B51-001\tempDir-001\node2\.\backuprestore_shard2_replica1\data\]
   [junit4]   2> 95785 INFO  (qtp720221867-840) [n:127.0.0.1:57857_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.c.SolrCore JMX monitoring not detected for core: backuprestore_shard2_replica1
   [junit4]   2> 95785 INFO  (qtp720221867-840) [n:127.0.0.1:57857_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_C88C48908CA41B51-001\tempDir-001\node2\.\backuprestore_shard2_replica1\data\
   [junit4]   2> 95785 INFO  (qtp720221867-840) [n:127.0.0.1:57857_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_C88C48908CA41B51-001\tempDir-001\node2\.\backuprestore_shard2_replica1\data\index/
   [junit4]   2> 95786 WARN  (qtp720221867-840) [n:127.0.0.1:57857_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.c.SolrCore [backuprestore_shard2_replica1] Solr index directory 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_C88C48908CA41B51-001\tempDir-001\node2\.\backuprestore_shard2_replica1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 95786 INFO  (qtp720221867-840) [n:127.0.0.1:57857_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_C88C48908CA41B51-001\tempDir-001\node2\.\backuprestore_shard2_replica1\data\index
   [junit4]   2> 95787 INFO  (qtp9031145-831) [n:127.0.0.1:57858_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=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 95787 INFO  (qtp9031145-831) [n:127.0.0.1:57858_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> 95787 INFO  (qtp9031145-831) [n:127.0.0.1:57858_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 95787 INFO  (qtp9031145-831) [n:127.0.0.1:57858_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore [[backuprestore_shard1_replica1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_C88C48908CA41B51-001\tempDir-001\node1\backuprestore_shard1_replica1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_C88C48908CA41B51-001\tempDir-001\node1\.\backuprestore_shard1_replica1\data\]
   [junit4]   2> 95787 INFO  (qtp9031145-831) [n:127.0.0.1:57858_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore JMX monitoring not detected for core: backuprestore_shard1_replica1
   [junit4]   2> 95788 INFO  (qtp9031145-831) [n:127.0.0.1:57858_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_C88C48908CA41B51-001\tempDir-001\node1\.\backuprestore_shard1_replica1\data\
   [junit4]   2> 95788 INFO  (qtp9031145-831) [n:127.0.0.1:57858_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_C88C48908CA41B51-001\tempDir-001\node1\.\backuprestore_shard1_replica1\data\index/
   [junit4]   2> 95788 WARN  (qtp9031145-831) [n:127.0.0.1:57858_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore [backuprestore_shard1_replica1] Solr index directory 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_C88C48908CA41B51-001\tempDir-001\node1\.\backuprestore_shard1_replica1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 95789 INFO  (qtp720221867-840) [n:127.0.0.1:57857_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@20d4e8d9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6509ef2f),segFN=segments_1,generation=1}
   [junit4]   2> 95790 INFO  (qtp720221867-840) [n:127.0.0.1:57857_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 95790 INFO  (qtp9031145-831) [n:127.0.0.1:57858_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_C88C48908CA41B51-001\tempDir-001\node1\.\backuprestore_shard1_replica1\data\index
   [junit4]   2> 95791 INFO  (OldIndexDirectoryCleanupThreadForCore-backuprestore_shard2_replica1) [n:127.0.0.1:57857_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core backuprestore_shard2_replica1 in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_C88C48908CA41B51-001\tempDir-001\node2\.\backuprestore_shard2_replica1\data\
   [junit4]   2> 95792 INFO  (qtp720221867-840) [n:127.0.0.1:57857_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 95792 WARN  (OldIndexDirectoryCleanupThreadForCore-backuprestore_shard2_replica1) [n:127.0.0.1:57857_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.c.DirectoryFactory C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_C88C48908CA41B51-001\tempDir-001\node2\.\backuprestore_shard2_replica1\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 95795 INFO  (qtp9031145-831) [n:127.0.0.1:57858_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@d5f47f9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@18901be9),segFN=segments_1,generation=1}
   [junit4]   2> 95795 INFO  (qtp9031145-831) [n:127.0.0.1:57858_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 95796 INFO  (qtp9031145-831) [n:127.0.0.1:57858_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 95799 INFO  (OldIndexDirectoryCleanupThreadForCore-backuprestore_shard1_replica1) [n:127.0.0.1:57858_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core backuprestore_shard1_replica1 in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_C88C48908CA41B51-001\tempDir-001\node1\.\backuprestore_shard1_replica1\data\
   [junit4]   2> 95801 WARN  (OldIndexDirectoryCleanupThreadForCore-backuprestore_shard1_replica1) [n:127.0.0.1:57858_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica1] o.a.s.c.DirectoryFactory C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_C88C48908CA41B51-001\tempDir-001\node1\.\backuprestore_shard1_replica1\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 95807 INFO  (qtp9031145-831) [n:127.0.0.1:57858_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 95807 INFO  (qtp720221867-840) [n:127.0.0.1:57857_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 95810 INFO  (qtp720221867-840) [n:127.0.0.1:57857_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 95811 INFO  (qtp720221867-840) [n:127.0.0.1:57857_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 95812 INFO  (qtp720221867-840) [n:127.0.0.1:57857_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 95814 INFO  (qtp9031145-831) [n:127.0.0.1:57858_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 95814 INFO  (qtp720221867-840) [n:127.0.0.1:57857_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/select,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 95814 INFO  (qtp720221867-840) [n:127.0.0.1:57857_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 95816 INFO  (qtp9031145-831) [n:127.0.0.1:57858_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 95816 INFO  (qtp720221867-840) [n:127.0.0.1:57857_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 95816 INFO  (qtp720221867-840) [n:127.0.0.1:57857_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 95818 INFO  (qtp9031145-831) [n:127.0.0.1:57858_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 95819 INFO  (qtp9031145-831) [n:127.0.0.1:57858_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/select,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 95819 INFO  (qtp9031145-831) [n:127.0.0.1:57858_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 95820 INFO  (qtp720221867-840) [n:127.0.0.1:57857_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 95820 INFO  (qtp720221867-840) [n:127.0.0.1:57857_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 95821 INFO  (qtp720221867-840) [n:127.0.0.1:57857_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@20d4e8d9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6509ef2f),segFN=segments_1,generation=1}
   [junit4]   2> 95821 INFO  (qtp720221867-840) [n:127.0.0.1:57857_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 95822 INFO  (qtp9031145-831) [n:127.0.0.1:57858_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 95822 INFO  (qtp9031145-831) [n:127.0.0.1:57858_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 95825 INFO  (qtp9031145-831) [n:127.0.0.1:57858_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 95825 INFO  (qtp9031145-831) [n:127.0.0.1:57858_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 95825 INFO  (qtp720221867-840) [n:127.0.0.1:57857_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4806dcc1[backuprestore_shard2_replica1] main]
   [junit4]   2> 95825 INFO  (qtp720221867-840) [n:127.0.0.1:57857_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/backuprestore]
   [junit4]   2> 95827 INFO  (qtp720221867-840) [n:127.0.0.1:57857_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.c.c.ZkStateReader path=[/collections/backuprestore] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 95827 INFO  (qtp720221867-840) [n:127.0.0.1:57857_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 95829 INFO  (qtp720221867-840) [n:127.0.0.1:57857_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 95829 INFO  (qtp720221867-840) [n:127.0.0.1:57857_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 95829 INFO  (qtp720221867-840) [n:127.0.0.1:57857_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 95829 INFO  (qtp720221867-840) [n:127.0.0.1:57857_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 95829 INFO  (qtp720221867-840) [n:127.0.0.1:57857_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 95829 INFO  (qtp720221867-840) [n:127.0.0.1:57857_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 95829 INFO  (qtp720221867-840) [n:127.0.0.1:57857_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 95830 INFO  (qtp720221867-840) [n:127.0.0.1:57857_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 95830 INFO  (qtp720221867-840) [n:127.0.0.1:57857_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 95830 INFO  (qtp720221867-840) [n:127.0.0.1:57857_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 95830 INFO  (qtp720221867-840) [n:127.0.0.1:57857_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1540742218945396736
   [junit4]   2> 95830 INFO  (searcherExecutor-431-thread-1-processing-n:127.0.0.1:57857_solr x:backuprestore_shard2_replica1 s:shard2 c:backuprestore r:core_node1) [n:127.0.0.1:57857_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.c.SolrCore [backuprestore_shard2_replica1] Registered new searcher Searcher@4806dcc1[backuprestore_shard2_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 95830 INFO  (qtp9031145-831) [n:127.0.0.1:57858_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@d5f47f9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@18901be9),segFN=segments_1,generation=1}
   [junit4]   2> 95831 INFO  (qtp9031145-831) [n:127.0.0.1:57858_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 95832 INFO  (qtp720221867-840) [n:127.0.0.1:57857_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version 1540742218945396736
   [junit4]   2> 95832 INFO  (qtp9031145-831) [n:127.0.0.1:57858_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@57cc01f0[backuprestore_shard1_replica1] main]
   [junit4]   2> 95832 INFO  (qtp720221867-840) [n:127.0.0.1:57857_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 95832 INFO  (qtp9031145-831) [n:127.0.0.1:57858_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/backuprestore]
   [junit4]   2> 95833 INFO  (qtp720221867-840) [n:127.0.0.1:57857_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.c.CoreContainer registering core: backuprestore_shard2_replica1
   [junit4]   2> 95833 INFO  (qtp720221867-840) [n:127.0.0.1:57857_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.c.ZkController Register replica - core:backuprestore_shard2_replica1 address:http://127.0.0.1:57857/solr collection:backuprestore shard:shard2
   [junit4]   2> 95835 INFO  (qtp9031145-831) [n:127.0.0.1:57858_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica1] o.a.s.c.c.ZkStateReader path=[/collections/backuprestore] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 95835 INFO  (qtp9031145-831) [n:127.0.0.1:57858_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica1] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 95835 INFO  (qtp720221867-840) [n:127.0.0.1:57857_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.c.c.SolrZkClient makePath: /collections/backuprestore/leader_elect/shard2/election
   [junit4]   2> 95836 INFO  (qtp9031145-831) [n:127.0.0.1:57858_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 95836 INFO  (qtp9031145-831) [n:127.0.0.1:57858_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 95836 INFO  (qtp9031145-831) [n:127.0.0.1:57858_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 95837 INFO  (qtp9031145-831) [n:127.0.0.1:57858_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica1] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 95837 INFO  (qtp9031145-831) [n:127.0.0.1:57858_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 95837 INFO  (qtp9031145-831) [n:127.0.0.1:57858_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 95837 INFO  (qtp9031145-831) [n:127.0.0.1:57858_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 95837 INFO  (qtp9031145-831) [n:127.0.0.1:57858_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 95837 INFO  (qtp9031145-831) [n:127.0.0.1:57858_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 95837 INFO  (qtp9031145-831) [n:127.0.0.1:57858_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 95837 INFO  (qtp9031145-831) [n:127.0.0.1:57858_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1540742218952736768
   [junit4]   2> 95837 INFO  (searcherExecutor-432-thread-1-processing-n:127.0.0.1:57858_solr x:backuprestore_shard1_replica1 s:shard1 c:backuprestore r:core_node2) [n:127.0.0.1:57858_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore [backuprestore_shard1_replica1] Registered new searcher Searcher@57cc01f0[backuprestore_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 95839 INFO  (qtp9031145-831) [n:127.0.0.1:57858_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica1] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version 1540742218952736768
   [junit4]   2> 95839 INFO  (qtp9031145-831) [n:127.0.0.1:57858_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 95840 INFO  (qtp9031145-831) [n:127.0.0.1:57858_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica1] o.a.s.c.CoreContainer registering core: backuprestore_shard1_replica1
   [junit4]   2> 95841 INFO  (qtp9031145-831) [n:127.0.0.1:57858_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica1] o.a.s.c.ZkController Register replica - core:backuprestore_shard1_replica1 address:http://127.0.0.1:57858/solr collection:backuprestore shard:shard1
   [junit4]   2> 95842 INFO  (qtp9031145-831) [n:127.0.0.1:57858_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica1] o.a.s.c.c.SolrZkClient makePath: /collections/backuprestore/leader_elect/shard1/election
   [junit4]   2> 95844 INFO  (qtp720221867-840) [n:127.0.0.1:57857_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.c.LeaderElector Joined leadership election with path: /collections/backuprestore/leader_elect/shard2/election/96296388576542726-core_node1-n_0000000000
   [junit4]   2> 95845 INFO  (qtp720221867-840) [n:127.0.0.1:57857_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard2 and weAreReplacement=false and leaderVoteWait=10000
   [junit4]   2> 95849 INFO  (qtp720221867-840) [n:127.0.0.1:57857_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 95849 INFO  (qtp720221867-840) [n:127.0.0.1:57857_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 95849 INFO  (qtp720221867-840) [n:127.0.0.1:57857_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:57857/solr/backuprestore_shard2_replica1/
   [junit4]   2> 95849 INFO  (qtp720221867-840) [n:127.0.0.1:57857_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 95849 INFO  (qtp720221867-840) [n:127.0.0.1:57857_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.c.SyncStrategy http://127.0.0.1:57857/solr/backuprestore_shard2_replica1/ has no replicas
   [junit4]   2> 95849 INFO  (qtp9031145-831) [n:127.0.0.1:57858_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica1] o.a.s.c.LeaderElector Joined leadership election with path: /collections/backuprestore/leader_elect/shard1/election/96296388576542725-core_node2-n_0000000000
   [junit4]   2> 95850 INFO  (qtp9031145-831) [n:127.0.0.1:57858_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica1] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 and weAreReplacement=false and leaderVoteWait=10000
   [junit4]   2> 95851 INFO  (OverseerStateUpdate-96296388576542726-127.0.0.1:57857_solr-n_0000000000) [n:127.0.0.1:57857_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"backuprestore"} current state version: 0
   [junit4]   2> 95851 INFO  (qtp720221867-840) [n:127.0.0.1:57857_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.c.c.SolrZkClient makePath: /collections/backuprestore/leaders/shard2
   [junit4]   2> 95855 INFO  (qtp9031145-831) [n:127.0.0.1:57858_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 95855 INFO  (qtp9031145-831) [n:127.0.0.1:57858_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 95855 INFO  (qtp9031145-831) [n:127.0.0.1:57858_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:57858/solr/backuprestore_shard1_replica1/
   [junit4]   2> 95855 INFO  (qtp9031145-831) [n:127.0.0.1:57858_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 95855 INFO  (qtp9031145-831) [n:127.0.0.1:57858_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica1] o.a.s.c.SyncStrategy http://127.0.0.1:57858/solr/backuprestore_shard1_replica1/ has no replicas
   [junit4]   2> 95856 INFO  (OverseerStateUpdate-96296388576542726-127.0.0.1:57857_solr-n_0000000000) [n:127.0.0.1:57857_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"backuprestore"} current state version: 0
   [junit4]   2> 95856 INFO  (qtp9031145-831) [n:127.0.0.1:57858_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica1] o.a.s.c.c.SolrZkClient makePath: /collections/backuprestore/leaders/shard1
   [junit4]   2> 95858 INFO  (qtp720221867-840) [n:127.0.0.1:57857_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/backuprestore/leaders/shard2/leader after winning as /collections/backuprestore/leader_elect/shard2/election/96296388576542726-core_node1-n_0000000000
   [junit4]   2> 95862 INFO  (qtp9031145-831) [n:127.0.0.1:57858_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/backuprestore/leaders/shard1/leader after winning as /collections/backuprestore/leader_elect/shard1/election/96296388576542725-core_node2-n_0000000000
   [junit4]   2> 95863 INFO  (qtp720221867-840) [n:127.0.0.1:57857_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica1] o.a.s.c.ShardLeaderElec

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

apache.solr.cloud.ZkSolrResourceLoader.openResource(ZkSolrResourceLoader.java:130)
   [junit4]   2> 	at org.apache.solr.schema.SchemaManager.getFreshManagedSchema(SchemaManager.java:429)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.lambda$getConfListener$6(SolrCore.java:2537)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$3(ZkController.java:2443)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2785973 INFO  (Thread-5696) [n:localhost:60171_solr    ] o.a.s.c.SolrCore core reload testCloudExamplePrompt_shard2_replica2
   [junit4]   2> 2785974 WARN  (Thread-5696) [n:localhost:60171_solr    ] o.a.s.c.ZkController listener throws error
   [junit4]   2> org.apache.solr.common.SolrException: No such core: testCloudExamplePrompt_shard2_replica2
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:955)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.lambda$getConfListener$6(SolrCore.java:2544)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$3(ZkController.java:2443)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Jul 24, 2016 2:02:52 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {}, docValues:{}, maxPointsInLeafNode=2035, maxMBSortInHeap=7.582885003565195, sim=ClassicSimilarity, locale=ca-ES, timezone=Asia/Ust-Nera
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_92 (64-bit)/cpus=3,threads=1,free=277680464,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [InfoHandlerTest, TestSolrConfigHandler, TestCodecSupport, PathHierarchyTokenizerFactoryTest, ResponseHeaderTest, StandardRequestHandlerTest, TestSurroundQueryParser, DateRangeFieldTest, RequiredFieldsTest, ReturnFieldsTest, SyncSliceTest, CollectionStateFormat2Test, TestRandomDVFaceting, DeleteShardTest, TestHighlightDedupGrouping, TestCursorMarkWithoutUniqueKey, AnalyticsMergeStrategyTest, ClusterStateTest, OverseerRolesTest, TestMacros, TestRecoveryHdfs, TestDFRSimilarityFactory, ZkStateWriterTest, TermsComponentTest, TestImplicitCoreProperties, XmlUpdateRequestHandlerTest, URLClassifyProcessorTest, TestManagedSynonymFilterFactory, TestAnalyzeInfixSuggestions, TestConfig, TestHdfsCloudBackupRestore, TestStressLucene, TestDownShardTolerantSearch, SolrCLIZkUtilsTest, RegexBoostProcessorTest, SliceStateTest, CdcrReplicationDistributedZkTest, BlockDirectoryTest, TestLFUCache, TestAnalyzedSuggestions, CursorPagingTest, TestTrackingShardHandlerFactory, PrimUtilsTest, DistributedSuggestComponentTest, SolrRequestParserTest, SpatialHeatmapFacetsTest, DisMaxRequestHandlerTest, BitVectorTest, TestStressReorder, OverseerTaskQueueTest, AddSchemaFieldsUpdateProcessorFactoryTest, VMParamsZkACLAndCredentialsProvidersTest, TestRandomFlRTGCloud, TestCollectionAPI, TestUniqueKeyFieldResource, SoftAutoCommitTest, TestStressVersions, ConcurrentDeleteAndCreateCollectionTest, TestFieldResource, TestRebalanceLeaders, SimplePostToolTest, UpdateParamsTest, TestEmbeddedSolrServerConstructors, ZkControllerTest, TestElisionMultitermQuery, CircularListTest, TestGeoJSONResponseWriter, TestExpandComponent, OutOfBoxZkACLAndCredentialsProvidersTest, SharedFSAutoReplicaFailoverUtilsTest, TestMaxScoreQueryParser, TestChildDocTransformer, HdfsRecoveryZkTest, SegmentsInfoRequestHandlerTest, TestSchemaVersionResource, BooleanFieldTest, FullHLLTest, TestNoOpRegenerator, TestRestManager, TestAddFieldRealTimeGet, TestCloudPivotFacet, BasicAuthIntegrationTest, ShardRoutingTest, CoreAdminRequestStatusTest, TestRawResponseWriter, TestFilteredDocIdSet, DOMUtilTest, TestReqParamsAPI, TestDocBasedVersionConstraints, IndexSchemaTest, SuggesterFSTTest, PeerSyncTest, TestCollapseQParserPlugin, TlogReplayBufferedWhileIndexingTest, TestBackupRepositoryFactory, HdfsDirectoryTest, RuleEngineTest, TestReplicationHandler, TestClassicSimilarityFactory, TestUseDocValuesAsStored, TestSchemaResource, DistributedVersionInfoTest, TestSolrConfigHandlerConcurrent, ScriptEngineTest, TestClusterStateMutator, OverseerCollectionConfigSetProcessorTest, SystemInfoHandlerTest, AddBlockUpdateTest, TestConfigSets, PreAnalyzedFieldTest, TestFieldCacheSort, PrimitiveFieldTypeTest, TestFastLRUCache, BlockJoinFacetRandomTest, CursorMarkTest, SimpleFacetsTest, HighlighterTest, TestSolrQueryResponse, TestSizeLimitedDistributedMap, TestSQLHandler, TestFieldCacheVsDocValues, TestSSLRandomization, CdcrUpdateLogTest, OverseerTest, DirectSolrSpellCheckerTest, BadComponentTest, DistributedFacetPivotSmallTest, TestUpdate, DistributedQueryElevationComponentTest, TestFileDictionaryLookup, UUIDUpdateProcessorFallbackTest, TestBulkSchemaConcurrent, MigrateRouteKeyTest, SampleTest, ClassificationUpdateProcessorFactoryTest, AlternateDirectoryTest, DocValuesMultiTest, TestScoreJoinQPScore, TestLazyCores, TestReloadAndDeleteDocs, SOLR749Test, JSONWriterTest, TestQuerySenderNoQuery, ExternalFileFieldSortTest, CollectionsAPIAsyncDistributedZkTest, DocumentAnalysisRequestHandlerTest, TestStressUserVersions, HdfsBasicDistributedZkTest, TestCoreContainer, TestDocSet, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, TestDistributedSearch, TermVectorComponentDistributedTest, DistributedTermsComponentTest, StatsComponentTest, BadIndexSchemaTest, TestSort, TestFunctionQuery, DirectUpdateHandlerTest, TestCoreDiscovery, CoreAdminHandlerTest, SuggesterTSTTest, SuggesterTest, SpatialFilterTest, SuggesterWFSTTest, TestCSVLoader, PolyFieldTest, WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, TestWordDelimiterFilterFactory, QueryEqualityTest, DirectUpdateHandlerOptimizeTest, TestRemoteStreaming, TestSolrDeletionPolicy1, DebugComponentTest, CacheHeaderTest, LukeRequestHandlerTest, DocumentBuilderTest, MoreLikeThisHandlerTest, TestArbitraryIndexDir, LoggingHandlerTest, TestJmxIntegration, TestCSVResponseWriter, QueryParsingTest, JsonLoaderTest, PingRequestHandlerTest, TestSystemIdResolver, SpellingQueryConverterTest, TestLRUCache, TestDocumentBuilder, UUIDFieldTest, FileUtilsTest, DistributedIntervalFacetingTest, SolrTestCaseJ4Test, TestCrossCoreJoin, TestTolerantSearch, ActionThrottleTest, AliasIntegrationTest, BaseCdcrDistributedZkTest, CdcrRequestHandlerTest, CleanupOldIndexTest, CloudExitableDirectoryReaderTest, CollectionTooManyReplicasTest, DeleteInactiveReplicaTest, DeleteLastCustomShardedReplicaTest, DistribCursorPagingTest, DistribJoinFromCollectionTest, HttpPartitionTest, ReplicationFactorTest, RestartWhileUpdatingTest, RollingRestartTest, SSLMigrationTest, SaslZkACLProviderTest, SharedFSAutoReplicaFailoverTest, SimpleCollectionCreateDeleteTest, SolrXmlInZkTest, TestAuthenticationFramework, TestCloudDeleteByQuery, TestCloudInspectUtil, TestConfigSetsAPI, TestConfigSetsAPIExclusivity, TestConfigSetsAPIZkFailure, TestCryptoKeys, TestExclusionRuleCollectionAccess, TestLeaderInitiatedRecoveryThread, TestMiniSolrCloudClusterSSL, TestStressCloudBlindAtomicUpdates, TestTolerantUpdateProcessorRandomCloud, HdfsChaosMonkeyNothingIsSafeTest, HdfsChaosMonkeySafeLeaderTest, HdfsCollectionsAPIDistributedZkTest, HdfsNNFailoverTest, HdfsRestartWhileUpdatingTest, HdfsSyncSliceTest, HdfsThreadLeakTest, HdfsTlogReplayBufferedWhileIndexingTest, HdfsUnloadDistributedZkTest, HdfsWriteToMultipleCollectionsTest, ZkStateReaderTest, BlobRepositoryCloudTest, DirectoryFactoryTest, HdfsDirectoryFactoryTest, QueryResultKeyTest, TestConfigSetImmutable, TestDynamicLoading, DistributedFacetPivotLongTailTest, DistributedQueryComponentOptimizationTest, TestDistributedStatsComponentCardinality, TestManagedResource, TestManagedResourceStorage, TestCopyFieldCollectionResource, TestDefaultSearchFieldResource, TestDynamicFieldResource, TestFieldTypeCollectionResource, TestFieldTypeResource, TestSchemaSimilarityResource, TestSolrQueryParserDefaultOperatorResource, TestManagedStopFilterFactory, ChangedSchemaMergeTest, EnumFieldTest, TestCloudManagedSchema, TestCollationFieldDocValues, TestManagedSchema, TestManagedSchemaAPI, TestUseDocValuesAsStored2, MergeStrategyTest, TestCustomSort, TestHashQParserPlugin, TestQueryWrapperFilter, TestReloadDeadlock, TestSmileRequest, TestXmlQParser, TestMinMaxOnMultiValuedField, TestOrdValues, TestSortByMinMaxFunction, BJQParserTest, BlockJoinFacetDistribTest, TestExactStatsCache, PKIAuthenticationIntegrationTest, TestRuleBasedAuthorizationPlugin, TestSha256AuthenticationProvider, ConjunctionSolrSpellCheckerTest, TestBlendedInfixSuggestions, TestHighFrequencyDictionaryFactory, BlockCacheTest, TestDocTermOrds, TestFieldCache, TestFieldCacheReopen, TestFieldCacheWithThreads, TestLegacyFieldCache, TestNumericTerms64, TestExceedMaxTermLength, CloneFieldUpdateProcessorFactoryTest, DocExpirationUpdateProcessorFactoryTest, TolerantUpdateProcessorTest, DistanceUnitsTest, TestObjectReleaseTracker, TestSolrCLIRunExample]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrCLIRunExample -Dtests.seed=C88C48908CA41B51 -Dtests.slow=true -Dtests.locale=ca-ES -Dtests.timezone=Asia/Ust-Nera -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | TestSolrCLIRunExample (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ObjectTracker found 3 object(s) that were not released!!! [MockDirectoryWrapper, MockDirectoryWrapper, SolrCore]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([C88C48908CA41B51]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:257)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed [619/623 (3!)] on J0 in 26.19s, 3 tests, 1 failure, 1 skipped <<< FAILURES!

[...truncated 60096 lines...]


[JENKINS] Lucene-Solr-master-Windows (64bit/jdk1.8.0_92) - Build # 6001 - Still unstable!

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

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

Error Message:
Error from server at http://127.0.0.1:49284/solr: The backup directory already exists: file:///C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/build/solr-core/test/J1/temp/solr.cloud.TestLocalFSCloudBackupRestore_A79807D7F0834F0-001/tempDir-002/mytestbackup/

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:49284/solr: The backup directory already exists: file:///C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/build/solr-core/test/J1/temp/solr.cloud.TestLocalFSCloudBackupRestore_A79807D7F0834F0-001/tempDir-002/mytestbackup/
	at __randomizedtesting.SeedInfo.seed([A79807D7F0834F0:822DBFA7D1F45908]: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.testBackupAndRestore(AbstractCloudBackupRestoreTestCase.java:206)
	at org.apache.solr.cloud.AbstractCloudBackupRestoreTestCase.test(AbstractCloudBackupRestoreTestCase.java:126)
	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 12200 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestLocalFSCloudBackupRestore
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_A79807D7F0834F0-001\init-core-data-001
   [junit4]   2> 2712143 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[A79807D7F0834F0]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 2712144 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[A79807D7F0834F0]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2712145 INFO  (Thread-4638) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2712145 INFO  (Thread-4638) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2712245 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[A79807D7F0834F0]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:49279
   [junit4]   2> 2712245 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[A79807D7F0834F0]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2712246 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[A79807D7F0834F0]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2712249 INFO  (zkCallback-3404-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@220eaccf name:ZooKeeperConnection Watcher:127.0.0.1:49279 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2712249 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[A79807D7F0834F0]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2712249 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[A79807D7F0834F0]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2712249 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[A79807D7F0834F0]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 2712255 INFO  (jetty-launcher-3403-thread-2) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2712255 INFO  (jetty-launcher-3403-thread-1) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2712256 INFO  (jetty-launcher-3403-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@74020a23{/solr,null,AVAILABLE}
   [junit4]   2> 2712256 INFO  (jetty-launcher-3403-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@201f9f3e{/solr,null,AVAILABLE}
   [junit4]   2> 2712258 INFO  (jetty-launcher-3403-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@13be64a4{HTTP/1.1,[http/1.1]}{127.0.0.1:49283}
   [junit4]   2> 2712258 INFO  (jetty-launcher-3403-thread-1) [    ] o.e.j.s.Server Started @2738576ms
   [junit4]   2> 2712258 INFO  (jetty-launcher-3403-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@38dfdf7{HTTP/1.1,[http/1.1]}{127.0.0.1:49284}
   [junit4]   2> 2712258 INFO  (jetty-launcher-3403-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=49283}
   [junit4]   2> 2712258 INFO  (jetty-launcher-3403-thread-2) [    ] o.e.j.s.Server Started @2738576ms
   [junit4]   2> 2712258 INFO  (jetty-launcher-3403-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=49284}
   [junit4]   2> 2712258 INFO  (jetty-launcher-3403-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 2712258 INFO  (jetty-launcher-3403-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 2712258 INFO  (jetty-launcher-3403-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_A79807D7F0834F0-001\tempDir-001\node1'
   [junit4]   2> 2712258 INFO  (jetty-launcher-3403-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_A79807D7F0834F0-001\tempDir-001\node2'
   [junit4]   2> 2712259 INFO  (jetty-launcher-3403-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2712259 INFO  (jetty-launcher-3403-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2712259 INFO  (jetty-launcher-3403-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2712259 INFO  (jetty-launcher-3403-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2712259 INFO  (jetty-launcher-3403-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2712259 INFO  (jetty-launcher-3403-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2712261 INFO  (jetty-launcher-3403-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2712261 INFO  (jetty-launcher-3403-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2712262 INFO  (zkCallback-3406-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@34db065b name:ZooKeeperConnection Watcher:127.0.0.1:49279/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2712262 INFO  (zkCallback-3405-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5dd90439 name:ZooKeeperConnection Watcher:127.0.0.1:49279/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2712262 INFO  (jetty-launcher-3403-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2712262 INFO  (jetty-launcher-3403-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2712262 INFO  (jetty-launcher-3403-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2712262 INFO  (jetty-launcher-3403-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2712263 INFO  (jetty-launcher-3403-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2712263 INFO  (jetty-launcher-3403-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2712276 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15619ffb47c0001, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2712276 INFO  (jetty-launcher-3403-thread-2) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_A79807D7F0834F0-001\tempDir-001\node2\.
   [junit4]   2> 2712277 INFO  (jetty-launcher-3403-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 1924465333
   [junit4]   2> 2712277 INFO  (jetty-launcher-3403-thread-2) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_A79807D7F0834F0-001\tempDir-001\node2]
   [junit4]   2> 2712277 WARN  (jetty-launcher-3403-thread-2) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_A79807D7F0834F0-001\tempDir-001\node2\lib to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_A79807D7F0834F0-001\tempDir-001\node2\lib
   [junit4]   2> 2712277 INFO  (jetty-launcher-3403-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> 2712279 INFO  (jetty-launcher-3403-thread-1) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_A79807D7F0834F0-001\tempDir-001\node1\.
   [junit4]   2> 2712279 INFO  (jetty-launcher-3403-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 1181882003
   [junit4]   2> 2712279 INFO  (jetty-launcher-3403-thread-1) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_A79807D7F0834F0-001\tempDir-001\node1]
   [junit4]   2> 2712279 WARN  (jetty-launcher-3403-thread-1) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_A79807D7F0834F0-001\tempDir-001\node1\lib to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_A79807D7F0834F0-001\tempDir-001\node1\lib
   [junit4]   2> 2712279 INFO  (jetty-launcher-3403-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> 2712282 INFO  (jetty-launcher-3403-thread-2) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 2712282 INFO  (jetty-launcher-3403-thread-1) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 2712282 INFO  (jetty-launcher-3403-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2712282 INFO  (jetty-launcher-3403-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2712282 INFO  (jetty-launcher-3403-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2712282 INFO  (jetty-launcher-3403-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2712282 INFO  (jetty-launcher-3403-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49279/solr
   [junit4]   2> 2712282 INFO  (jetty-launcher-3403-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49279/solr
   [junit4]   2> 2712282 INFO  (jetty-launcher-3403-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2712282 INFO  (jetty-launcher-3403-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2712283 INFO  (jetty-launcher-3403-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2712283 INFO  (jetty-launcher-3403-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2712284 INFO  (jetty-launcher-3403-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2712284 INFO  (jetty-launcher-3403-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2712286 INFO  (zkCallback-3412-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@413bf925 name:ZooKeeperConnection Watcher:127.0.0.1:49279 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2712286 INFO  (zkCallback-3411-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1eac25cc name:ZooKeeperConnection Watcher:127.0.0.1:49279 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2712286 INFO  (jetty-launcher-3403-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2712286 INFO  (jetty-launcher-3403-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2712286 INFO  (jetty-launcher-3403-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2712286 INFO  (jetty-launcher-3403-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2712288 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15619ffb47c0004, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2712288 INFO  (jetty-launcher-3403-thread-2) [n:127.0.0.1:49284_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$12/1352871222@8201d5c
   [junit4]   2> 2712289 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15619ffb47c0003, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2712289 INFO  (jetty-launcher-3403-thread-1) [n:127.0.0.1:49283_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$12/1352871222@51261fe4
   [junit4]   2> 2712291 INFO  (jetty-launcher-3403-thread-2) [n:127.0.0.1:49284_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2712291 INFO  (jetty-launcher-3403-thread-1) [n:127.0.0.1:49283_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2712292 INFO  (zkCallback-3413-thread-1-processing-n:127.0.0.1:49284_solr) [n:127.0.0.1:49284_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5c883775 name:ZooKeeperConnection Watcher:127.0.0.1:49279/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2712293 INFO  (jetty-launcher-3403-thread-2) [n:127.0.0.1:49284_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2712293 INFO  (zkCallback-3414-thread-1-processing-n:127.0.0.1:49283_solr) [n:127.0.0.1:49283_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6859a7cd name:ZooKeeperConnection Watcher:127.0.0.1:49279/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2712293 INFO  (jetty-launcher-3403-thread-1) [n:127.0.0.1:49283_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2712294 INFO  (jetty-launcher-3403-thread-2) [n:127.0.0.1:49284_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 2712294 INFO  (jetty-launcher-3403-thread-1) [n:127.0.0.1:49283_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 2712297 INFO  (jetty-launcher-3403-thread-1) [n:127.0.0.1:49283_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 2712297 INFO  (jetty-launcher-3403-thread-2) [n:127.0.0.1:49284_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 2712301 INFO  (jetty-launcher-3403-thread-2) [n:127.0.0.1:49284_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 2712302 INFO  (jetty-launcher-3403-thread-1) [n:127.0.0.1:49283_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 2712303 INFO  (jetty-launcher-3403-thread-2) [n:127.0.0.1:49284_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 2712304 INFO  (jetty-launcher-3403-thread-1) [n:127.0.0.1:49283_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 2712305 INFO  (jetty-launcher-3403-thread-2) [n:127.0.0.1:49284_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 2712305 INFO  (jetty-launcher-3403-thread-1) [n:127.0.0.1:49283_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 2712308 INFO  (jetty-launcher-3403-thread-1) [n:127.0.0.1:49283_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2712308 INFO  (jetty-launcher-3403-thread-2) [n:127.0.0.1:49284_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2712310 INFO  (jetty-launcher-3403-thread-2) [n:127.0.0.1:49284_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 2712310 INFO  (jetty-launcher-3403-thread-1) [n:127.0.0.1:49283_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 2712311 INFO  (jetty-launcher-3403-thread-1) [n:127.0.0.1:49283_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2712312 INFO  (jetty-launcher-3403-thread-2) [n:127.0.0.1:49284_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2712312 INFO  (jetty-launcher-3403-thread-1) [n:127.0.0.1:49283_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2712312 INFO  (jetty-launcher-3403-thread-2) [n:127.0.0.1:49284_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2712313 INFO  (jetty-launcher-3403-thread-2) [n:127.0.0.1:49284_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2712313 INFO  (jetty-launcher-3403-thread-1) [n:127.0.0.1:49283_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2712314 INFO  (jetty-launcher-3403-thread-1) [n:127.0.0.1:49283_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2712315 INFO  (jetty-launcher-3403-thread-2) [n:127.0.0.1:49284_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2712315 INFO  (jetty-launcher-3403-thread-1) [n:127.0.0.1:49283_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 2712316 INFO  (jetty-launcher-3403-thread-2) [n:127.0.0.1:49284_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 2712316 INFO  (jetty-launcher-3403-thread-1) [n:127.0.0.1:49283_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 2712316 INFO  (jetty-launcher-3403-thread-2) [n:127.0.0.1:49284_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 2712320 INFO  (jetty-launcher-3403-thread-1) [n:127.0.0.1:49283_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 2712320 INFO  (jetty-launcher-3403-thread-2) [n:127.0.0.1:49284_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 2712322 INFO  (jetty-launcher-3403-thread-2) [n:127.0.0.1:49284_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 2712322 INFO  (jetty-launcher-3403-thread-1) [n:127.0.0.1:49283_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 2712323 INFO  (jetty-launcher-3403-thread-2) [n:127.0.0.1:49284_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2712324 INFO  (jetty-launcher-3403-thread-1) [n:127.0.0.1:49283_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2712324 INFO  (jetty-launcher-3403-thread-2) [n:127.0.0.1:49284_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96293028070424581-127.0.0.1:49284_solr-n_0000000000
   [junit4]   2> 2712324 INFO  (jetty-launcher-3403-thread-1) [n:127.0.0.1:49283_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96293028070424582-127.0.0.1:49283_solr-n_0000000001
   [junit4]   2> 2712324 INFO  (jetty-launcher-3403-thread-2) [n:127.0.0.1:49284_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:49284_solr
   [junit4]   2> 2712324 INFO  (jetty-launcher-3403-thread-2) [n:127.0.0.1:49284_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 2712325 INFO  (jetty-launcher-3403-thread-1) [n:127.0.0.1:49283_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96293028070424581-127.0.0.1:49284_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 2712326 INFO  (jetty-launcher-3403-thread-1) [n:127.0.0.1:49283_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49283_solr
   [junit4]   2> 2712326 INFO  (jetty-launcher-3403-thread-1) [n:127.0.0.1:49283_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:49283_solr
   [junit4]   2> 2712326 INFO  (jetty-launcher-3403-thread-2) [n:127.0.0.1:49284_solr    ] o.a.s.c.Overseer Overseer (id=96293028070424581-127.0.0.1:49284_solr-n_0000000000) starting
   [junit4]   2> 2712327 INFO  (zkCallback-3413-thread-1-processing-n:127.0.0.1:49284_solr) [n:127.0.0.1:49284_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> 2712327 INFO  (zkCallback-3414-thread-1-processing-n:127.0.0.1:49283_solr) [n:127.0.0.1:49283_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> 2712329 INFO  (zkCallback-3414-thread-1-processing-n:127.0.0.1:49283_solr) [n:127.0.0.1:49283_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2712330 INFO  (zkCallback-3413-thread-1-processing-n:127.0.0.1:49284_solr) [n:127.0.0.1:49284_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2712331 INFO  (jetty-launcher-3403-thread-2) [n:127.0.0.1:49284_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 2712338 INFO  (jetty-launcher-3403-thread-2) [n:127.0.0.1:49284_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 2712339 INFO  (OverseerCollectionConfigSetProcessor-96293028070424581-127.0.0.1:49284_solr-n_0000000000) [n:127.0.0.1:49284_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 2712340 INFO  (jetty-launcher-3403-thread-2) [n:127.0.0.1:49284_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:49284_solr as DOWN
   [junit4]   2> 2712340 INFO  (OverseerStateUpdate-96293028070424581-127.0.0.1:49284_solr-n_0000000000) [n:127.0.0.1:49284_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 2712342 INFO  (jetty-launcher-3403-thread-2) [n:127.0.0.1:49284_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49284_solr
   [junit4]   2> 2712342 INFO  (jetty-launcher-3403-thread-2) [n:127.0.0.1:49284_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:49284_solr
   [junit4]   2> 2712343 INFO  (OverseerStateUpdate-96293028070424581-127.0.0.1:49284_solr-n_0000000000) [n:127.0.0.1:49284_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
   [junit4]   2> 2712345 INFO  (jetty-launcher-3403-thread-1) [n:127.0.0.1:49283_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2712345 INFO  (jetty-launcher-3403-thread-1) [n:127.0.0.1:49283_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2712345 INFO  (zkCallback-3414-thread-1-processing-n:127.0.0.1:49283_solr) [n:127.0.0.1:49283_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> 2712345 INFO  (zkCallback-3413-thread-1-processing-n:127.0.0.1:49284_solr) [n:127.0.0.1:49284_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> 2712346 INFO  (zkCallback-3414-thread-1-processing-n:127.0.0.1:49283_solr) [n:127.0.0.1:49283_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2712347 INFO  (jetty-launcher-3403-thread-1) [n:127.0.0.1:49283_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_A79807D7F0834F0-001\tempDir-001\node1\.
   [junit4]   2> 2712347 INFO  (zkCallback-3413-thread-1-processing-n:127.0.0.1:49284_solr) [n:127.0.0.1:49284_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2712348 INFO  (jetty-launcher-3403-thread-1) [n:127.0.0.1:49283_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 2712348 INFO  (OverseerStateUpdate-96293028070424581-127.0.0.1:49284_solr-n_0000000000) [n:127.0.0.1:49284_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:49284_solr"} current state version: 0
   [junit4]   2> 2712349 INFO  (OverseerStateUpdate-96293028070424581-127.0.0.1:49284_solr-n_0000000000) [n:127.0.0.1:49284_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:49284_solr
   [junit4]   2> 2712349 INFO  (jetty-launcher-3403-thread-1) [n:127.0.0.1:49283_solr    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 2712349 INFO  (jetty-launcher-3403-thread-1) [n:127.0.0.1:49283_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2712353 INFO  (jetty-launcher-3403-thread-2) [n:127.0.0.1:49284_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2712353 INFO  (jetty-launcher-3403-thread-2) [n:127.0.0.1:49284_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2712354 INFO  (jetty-launcher-3403-thread-2) [n:127.0.0.1:49284_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_A79807D7F0834F0-001\tempDir-001\node2\.
   [junit4]   2> 2712354 INFO  (jetty-launcher-3403-thread-2) [n:127.0.0.1:49284_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 2712356 INFO  (jetty-launcher-3403-thread-2) [n:127.0.0.1:49284_solr    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 2712356 INFO  (jetty-launcher-3403-thread-2) [n:127.0.0.1:49284_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2712356 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[A79807D7F0834F0]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2712357 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[A79807D7F0834F0]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2712358 INFO  (zkCallback-3417-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@44090af3 name:ZooKeeperConnection Watcher:127.0.0.1:49279 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2712358 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[A79807D7F0834F0]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2712358 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[A79807D7F0834F0]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2712361 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[A79807D7F0834F0]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2712362 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[A79807D7F0834F0]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2712364 INFO  (zkCallback-3420-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4abe72f0 name:ZooKeeperConnection Watcher:127.0.0.1:49279/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2712364 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[A79807D7F0834F0]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2712364 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[A79807D7F0834F0]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2712364 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[A79807D7F0834F0]-worker) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2712366 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[A79807D7F0834F0]-worker) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 2712366 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[A79807D7F0834F0]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2712369 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[A79807D7F0834F0]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 2712373 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[A79807D7F0834F0]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 2712395 INFO  (TEST-TestLocalFSCloudBackupRestore.test-seed#[A79807D7F0834F0]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 2712398 INFO  (qtp481781437-21113) [n:127.0.0.1:49283_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&property.customKey=customValue&collection.configName=conf1&maxShardsPerNode=2&router.field=shard_s&autoAddReplicas=true&name=backuprestore&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2712402 INFO  (OverseerCollectionConfigSetProcessor-96293028070424581-127.0.0.1:49284_solr-n_0000000000) [n:127.0.0.1:49284_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>   "router.field":"shard_s",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 2712402 INFO  (OverseerThreadFactory-9735-thread-1-processing-n:127.0.0.1:49284_solr) [n:127.0.0.1:49284_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>   "router.field":"shard_s",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 2712402 INFO  (OverseerThreadFactory-9735-thread-1-processing-n:127.0.0.1:49284_solr) [n:127.0.0.1:49284_solr    ] o.a.s.c.OverseerCollectionMessageHandler Create collection backuprestore
   [junit4]   2> 2712403 INFO  (OverseerThreadFactory-9735-thread-1-processing-n:127.0.0.1:49284_solr) [n:127.0.0.1:49284_solr    ] o.a.s.c.OverseerCollectionMessageHandler creating collections conf node /collections/backuprestore 
   [junit4]   2> 2712404 INFO  (OverseerThreadFactory-9735-thread-1-processing-n:127.0.0.1:49284_solr) [n:127.0.0.1:49284_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections/backuprestore
   [junit4]   2> 2712405 INFO  (zkCallback-3420-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 2712405 INFO  (zkCallback-3413-thread-1-processing-n:127.0.0.1:49284_solr) [n:127.0.0.1:49284_solr    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 2712405 INFO  (zkCallback-3414-thread-1-processing-n:127.0.0.1:49283_solr) [n:127.0.0.1:49283_solr    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 2712408 INFO  (OverseerStateUpdate-96293028070424581-127.0.0.1:49284_solr-n_0000000000) [n:127.0.0.1:49284_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>   "router.field":"shard_s",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 2712409 INFO  (OverseerStateUpdate-96293028070424581-127.0.0.1:49284_solr-n_0000000000) [n:127.0.0.1:49284_solr    ] o.a.s.c.o.ClusterStateMutator building a new cName: backuprestore
   [junit4]   2> 2712410 INFO  (OverseerStateUpdate-96293028070424581-127.0.0.1:49284_solr-n_0000000000) [n:127.0.0.1:49284_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/backuprestore/state.json
   [junit4]   2> 2712509 INFO  (OverseerThreadFactory-9735-thread-1-processing-n:127.0.0.1:49284_solr) [n:127.0.0.1:49284_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating SolrCores for new collection backuprestore, shardNames [shard1, shard2] , replicationFactor : 2
   [junit4]   2> 2712509 INFO  (OverseerThreadFactory-9735-thread-1-processing-n:127.0.0.1:49284_solr) [n:127.0.0.1:49284_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core backuprestore_shard1_replica2 as part of shard shard1 of collection backuprestore on 127.0.0.1:49283_solr
   [junit4]   2> 2712509 INFO  (OverseerThreadFactory-9735-thread-1-processing-n:127.0.0.1:49284_solr) [n:127.0.0.1:49284_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core backuprestore_shard1_replica1 as part of shard shard1 of collection backuprestore on 127.0.0.1:49284_solr
   [junit4]   2> 2712509 INFO  (OverseerThreadFactory-9735-thread-1-processing-n:127.0.0.1:49284_solr) [n:127.0.0.1:49284_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core backuprestore_shard2_replica2 as part of shard shard2 of collection backuprestore on 127.0.0.1:49283_solr
   [junit4]   2> 2712509 INFO  (OverseerThreadFactory-9735-thread-1-processing-n:127.0.0.1:49284_solr) [n:127.0.0.1:49284_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core backuprestore_shard2_replica1 as part of shard shard2 of collection backuprestore on 127.0.0.1:49284_solr
   [junit4]   2> 2712514 INFO  (qtp483940977-21112) [n:127.0.0.1:49284_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> 2712514 INFO  (qtp483940977-21107) [n:127.0.0.1:49284_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> 2712514 INFO  (qtp481781437-21114) [n:127.0.0.1:49283_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> 2712514 INFO  (qtp481781437-21116) [n:127.0.0.1:49283_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> 2712515 INFO  (qtp483940977-21112) [n:127.0.0.1:49284_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> 2712516 INFO  (qtp481781437-21114) [n:127.0.0.1:49283_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> 2712516 INFO  (qtp483940977-21112) [n:127.0.0.1:49284_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 2712516 INFO  (qtp481781437-21114) [n:127.0.0.1:49283_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 2712517 INFO  (qtp483940977-21112) [n:127.0.0.1:49284_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController Registering watch for collection backuprestore
   [junit4]   2> 2712517 INFO  (qtp481781437-21114) [n:127.0.0.1:49283_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.ZkController Registering watch for collection backuprestore
   [junit4]   2> 2712517 INFO  (OverseerStateUpdate-96293028070424581-127.0.0.1:49284_solr-n_0000000000) [n:127.0.0.1:49284_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "core":"backuprestore_shard1_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:49284/solr",
   [junit4]   2>   "node_name":"127.0.0.1:49284_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> 2712517 INFO  (OverseerStateUpdate-96293028070424581-127.0.0.1:49284_solr-n_0000000000) [n:127.0.0.1:49284_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:49284/solr",
   [junit4]   2>   "node_name":"127.0.0.1:49284_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 2712517 INFO  (qtp483940977-21112) [n:127.0.0.1:49284_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.c.ZkStateReader Add data for [backuprestore] ver [0]
   [junit4]   2> 2712517 INFO  (qtp483940977-21112) [n:127.0.0.1:49284_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 2712517 INFO  (qtp481781437-21114) [n:127.0.0.1:49283_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.c.ZkStateReader Add data for [backuprestore] ver [0]
   [junit4]   2> 2712518 INFO  (qtp481781437-21114) [n:127.0.0.1:49283_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 2712518 INFO  (qtp483940977-21107) [n:127.0.0.1:49284_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> 2712518 INFO  (qtp483940977-21107) [n:127.0.0.1:49284_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 2712518 INFO  (qtp483940977-21107) [n:127.0.0.1:49284_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController Registering watch for collection backuprestore
   [junit4]   2> 2712518 INFO  (qtp483940977-21107) [n:127.0.0.1:49284_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 2712519 INFO  (qtp481781437-21116) [n:127.0.0.1:49283_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> 2712519 INFO  (qtp481781437-21116) [n:127.0.0.1:49283_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 2712519 INFO  (OverseerStateUpdate-96293028070424581-127.0.0.1:49284_solr-n_0000000000) [n:127.0.0.1:49284_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:49283/solr",
   [junit4]   2>   "node_name":"127.0.0.1:49283_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> 2712519 INFO  (OverseerStateUpdate-96293028070424581-127.0.0.1:49284_solr-n_0000000000) [n:127.0.0.1:49284_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:49283/solr",
   [junit4]   2>   "node_name":"127.0.0.1:49283_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 2712520 INFO  (qtp481781437-21116) [n:127.0.0.1:49283_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.ZkController Registering watch for collection backuprestore
   [junit4]   2> 2712520 INFO  (qtp481781437-21116) [n:127.0.0.1:49283_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 2712521 INFO  (OverseerStateUpdate-96293028070424581-127.0.0.1:49284_solr-n_0000000000) [n:127.0.0.1:49284_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, message = {
   [junit4]   2>   "core":"backuprestore_shard2_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:49284/solr",
   [junit4]   2>   "node_name":"127.0.0.1:49284_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> 2712521 INFO  (OverseerStateUpdate-96293028070424581-127.0.0.1:49284_solr-n_0000000000) [n:127.0.0.1:49284_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:49284/solr",
   [junit4]   2>   "node_name":"127.0.0.1:49284_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 2712525 INFO  (OverseerStateUpdate-96293028070424581-127.0.0.1:49284_solr-n_0000000000) [n:127.0.0.1:49284_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"backuprestore_shard2_replica2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:49283/solr",
   [junit4]   2>   "node_name":"127.0.0.1:49283_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> 2712525 INFO  (OverseerStateUpdate-96293028070424581-127.0.0.1:49284_solr-n_0000000000) [n:127.0.0.1:49284_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:49283/solr",
   [junit4]   2>   "node_name":"127.0.0.1:49283_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 2712628 INFO  (OverseerStateUpdate-96293028070424581-127.0.0.1:49284_solr-n_0000000000) [n:127.0.0.1:49284_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/backuprestore/state.json version: 0
   [junit4]   2> 2712629 INFO  (zkCallback-3414-thread-1-processing-n:127.0.0.1:49283_solr) [n:127.0.0.1:49283_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> 2712629 INFO  (zkCallback-3413-thread-3-processing-n:127.0.0.1:49284_solr) [n:127.0.0.1:49284_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> 2712629 INFO  (zkCallback-3414-thread-1-processing-n:127.0.0.1:49283_solr) [n:127.0.0.1:49283_solr    ] o.a.s.c.c.ZkStateReader Updating data for [backuprestore] from [0] to [1]
   [junit4]   2> 2712629 INFO  (zkCallback-3413-thread-3-processing-n:127.0.0.1:49284_solr) [n:127.0.0.1:49284_solr    ] o.a.s.c.c.ZkStateReader Updating data for [backuprestore] from [0] to [1]
   [junit4]   2> 2713517 INFO  (qtp483940977-21112) [n:127.0.0.1:49284_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> 2713517 INFO  (qtp483940977-21112) [n:127.0.0.1:49284_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController Check for collection zkNode:backuprestore
   [junit4]   2> 2713517 INFO  (qtp483940977-21112) [n:127.0.0.1:49284_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 2713517 INFO  (qtp483940977-21112) [n:127.0.0.1:49284_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/backuprestore]
   [junit4]   2> 2713518 INFO  (qtp483940977-21107) [n:127.0.0.1:49284_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> 2713518 INFO  (qtp481781437-21114) [n:127.0.0.1:49283_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> 2713518 INFO  (qtp483940977-21107) [n:127.0.0.1:49284_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController Check for collection zkNode:backuprestore
   [junit4]   2> 2713518 INFO  (qtp481781437-21114) [n:127.0.0.1:49283_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.ZkController Check for collection zkNode:backuprestore
   [junit4]   2> 2713518 INFO  (qtp481781437-21114) [n:127.0.0.1:49283_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 2713518 INFO  (qtp483940977-21107) [n:127.0.0.1:49284_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 2713518 INFO  (qtp481781437-21114) [n:127.0.0.1:49283_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/backuprestore]
   [junit4]   2> 2713518 INFO  (qtp483940977-21107) [n:127.0.0.1:49284_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/backuprestore]
   [junit4]   2> 2713519 INFO  (qtp483940977-21112) [n:127.0.0.1:49284_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> 2713519 INFO  (qtp483940977-21112) [n:127.0.0.1:49284_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_A79807D7F0834F0-001\tempDir-001\node2\backuprestore_shard1_replica1'
   [junit4]   2> 2713519 INFO  (qtp483940977-21112) [n:127.0.0.1:49284_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2713519 INFO  (qtp483940977-21112) [n:127.0.0.1:49284_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> 2713519 INFO  (qtp481781437-21114) [n:127.0.0.1:49283_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> 2713519 INFO  (qtp481781437-21114) [n:127.0.0.1:49283_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_A79807D7F0834F0-001\tempDir-001\node1\backuprestore_shard1_replica2'
   [junit4]   2> 2713521 INFO  (qtp481781437-21114) [n:127.0.0.1:49283_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2713521 INFO  (qtp481781437-21114) [n:127.0.0.1:49283_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> 2713521 INFO  (qtp483940977-21107) [n:127.0.0.1:49284_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> 2713521 INFO  (qtp483940977-21107) [n:127.0.0.1:49284_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_A79807D7F0834F0-001\tempDir-001\node2\backuprestore_shard2_replica1'
   [junit4]   2> 2713521 INFO  (qtp483940977-21107) [n:127.0.0.1:49284_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2713521 INFO  (qtp483940977-21107) [n:127.0.0.1:49284_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> 2713522 INFO  (qtp481781437-21116) [n:127.0.0.1:49283_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> 2713522 INFO  (qtp481781437-21116) [n:127.0.0.1:49283_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.ZkController Check for collection zkNode:backuprestore
   [junit4]   2> 2713523 INFO  (qtp481781437-21116) [n:127.0.0.1:49283_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 2713523 INFO  (qtp483940977-21112) [n:127.0.0.1:49284_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 2713523 INFO  (qtp481781437-21116) [n:127.0.0.1:49283_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/backuprestore]
   [junit4]   2> 2713524 INFO  (qtp483940977-21107) [n:127.0.0.1:49284_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 2713525 INFO  (qtp481781437-21114) [n:127.0.0.1:49283_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 2713525 INFO  (qtp481781437-21116) [n:127.0.0.1:49283_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> 2713526 INFO  (qtp481781437-21116) [n:127.0.0.1:49283_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_A79807D7F0834F0-001\tempDir-001\node1\backuprestore_shard2_replica2'
   [junit4]   2> 2713526 INFO  (qtp481781437-21116) [n:127.0.0.1:49283_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2713526 INFO  (qtp481781437-21116) [n:127.0.0.1:49283_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> 2713529 INFO  (qtp481781437-21116) [n:127.0.0.1:49283_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 2713530 INFO  (qtp481781437-21114) [n:127.0.0.1:49283_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2713530 INFO  (qtp483940977-21112) [n:127.0.0.1:49284_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2713531 INFO  (qtp483940977-21107) [n:127.0.0.1:49284_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2713532 INFO  (qtp483940977-21112) [n:127.0.0.1:49284_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2713532 INFO  (qtp481781437-21114) [n:127.0.0.1:49283_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2713534 INFO  (qtp483940977-21107) [n:127.0.0.1:49284_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2713549 INFO  (qtp481781437-21114) [n:127.0.0.1:49283_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2713550 INFO  (qtp483940977-21112) [n:127.0.0.1:49284_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2713551 INFO  (qtp483940977-21107) [n:127.0.0.1:49284_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2713552 INFO  (qtp481781437-21116) [n:127.0.0.1:49283_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2713554 INFO  (qtp481781437-21116) [n:127.0.0.1:49283_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2713554 INFO  (qtp481781437-21114) [n:127.0.0.1:49283_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.s.IndexSchema [backuprestore_shard1_replica2] Schema name=minimal
   [junit4]   2> 2713554 INFO  (qtp483940977-21112) [n:127.0.0.1:49284_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.s.IndexSchema [backuprestore_shard1_replica1] Schema name=minimal
   [junit4]   2> 2713559 INFO  (qtp481781437-21116) [n:127.0.0.1:49283_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2713559 INFO  (qtp483940977-21107) [n:127.0.0.1:49284_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.s.IndexSchema [backuprestore_shard2_replica1] Schema name=minimal
   [junit4]   2> 2713561 INFO  (qtp483940977-21112) [n:127.0.0.1:49284_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2713561 INFO  (qtp481781437-21114) [n:127.0.0.1:49283_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2713561 INFO  (qtp483940977-21107) [n:127.0.0.1:49284_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2713565 INFO  (qtp481781437-21116) [n:127.0.0.1:49283_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.s.IndexSchema [backuprestore_shard2_replica2] Schema name=minimal
   [junit4]   2> 2713566 INFO  (qtp483940977-21112) [n:127.0.0.1:49284_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=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 2713566 INFO  (qtp481781437-21114) [n:127.0.0.1:49283_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=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 2713566 INFO  (qtp481781437-21114) [n:127.0.0.1:49283_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> 2713566 INFO  (qtp483940977-21107) [n:127.0.0.1:49284_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=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 2713566 INFO  (qtp483940977-21112) [n:127.0.0.1:49284_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> 2713567 INFO  (qtp483940977-21107) [n:127.0.0.1:49284_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> 2713567 INFO  (qtp483940977-21112) [n:127.0.0.1:49284_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2713567 INFO  (qtp483940977-21107) [n:127.0.0.1:49284_solr c:backuprestore s:shard2 r:core_node3 x:backuprestore_shard2_replica1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2713567 INFO  (qtp483940977-21112) [n:127.0.0.1:49284_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore [[backuprestore_shard1_replica1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_A79807D7F0834F0-001\tempDir-001\node2\backuprestore_shard1_replica1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_A79807D7F0834F0-001\tempDir-001\node2\.\backuprestore_shard1_replica1\data\]
   [junit4]   2> 2713567 INFO  (qtp483940977-21107) [n:127.0.0.1:49284_solr c:backuprestore s:shard2 r:core_node3 x:backuprestore_shard2_replica1] o.a.s.c.SolrCore [[backuprestore_shard2_replica1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_A79807D7F0834F0-001\tempDir-001\node2\backuprestore_shard2_replica1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_A79807D7F0834F0-001\tempDir-001\node2\.\backuprestore_shard2_replica1\data\]
   [junit4]   2> 2713567 INFO  (qtp483940977-21112) [n:127.0.0.1:49284_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> 2713567 INFO  (qtp481781437-21114) [n:127.0.0.1:49283_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2713568 INFO  (qtp481781437-21114) [n:127.0.0.1:49283_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] o.a.s.c.SolrCore [[backuprestore_shard1_replica2] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_A79807D7F0834F0-001\tempDir-001\node1\backuprestore_shard1_replica2], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_A79807D7F0834F0-001\tempDir-001\node1\.\backuprestore_shard1_replica2\data\]
   [junit4]   2> 2713568 INFO  (qtp481781437-21114) [n:127.0.0.1:49283_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] o.a.s.c.SolrCore JMX monitoring not detected for core: backuprestore_shard1_replica2
   [junit4]   2> 2713568 INFO  (qtp481781437-21116) [n:127.0.0.1:49283_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2713568 INFO  (qtp483940977-21112) [n:127.0.0.1:49284_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_A79807D7F0834F0-001\tempDir-001\node2\.\backuprestore_shard1_replica1\data\
   [junit4]   2> 2713568 INFO  (qtp483940977-21112) [n:127.0.0.1:49284_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_A79807D7F0834F0-001\tempDir-001\node2\.\backuprestore_shard1_replica1\data\index/
   [junit4]   2> 2713568 INFO  (qtp481781437-21114) [n:127.0.0.1:49283_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_A79807D7F0834F0-001\tempDir-001\node1\.\backuprestore_shard1_replica2\data\
   [junit4]   2> 2713568 INFO  (qtp483940977-21107) [n:127.0.0.1:49284_solr c:backuprestore s:shard2 r:core_node3 x:backuprestore_shard2_replica1] o.a.s.c.SolrCore JMX monitoring not detected for core: backuprestore_shard2_replica1
   [junit4]   2> 2713568 INFO  (qtp481781437-21114) [n:127.0.0.1:49283_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_A79807D7F0834F0-001\tempDir-001\node1\.\backuprestore_shard1_replica2\data\index/
   [junit4]   2> 2713569 WARN  (qtp481781437-21114) [n:127.0.0.1:49283_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] o.a.s.c.SolrCore [backuprestore_shard1_replica2] Solr index directory 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_A79807D7F0834F0-001\tempDir-001\node1\.\backuprestore_shard1_replica2\data\index' doesn't exist. Creating new index...
   [junit4]   2> 2713569 INFO  (qtp483940977-21107) [n:127.0.0.1:49284_solr c:backuprestore s:shard2 r:core_node3 x:backuprestore_shard2_replica1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_A79807D7F0834F0-001\tempDir-001\node2\.\backuprestore_shard2_replica1\data\
   [junit4]   2> 2713569 INFO  (qtp483940977-21107) [n:127.0.0.1:49284_solr c:backuprestore s:shard2 r:core_node3 x:backuprestore_shard2_replica1] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_A79807D7F0834F0-001\tempDir-001\node2\.\backuprestore_shard2_replica1\data\index/
   [junit4]   2> 2713569 INFO  (qtp481781437-21114) [n:127.0.0.1:49283_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_A79807D7F0834F0-001\tempDir-001\node1\.\backuprestore_shard1_replica2\data\index
   [junit4]   2> 2713569 WARN  (qtp483940977-21107) [n:127.0.0.1:49284_solr c:backuprestore s:shard2 r:core_node3 x:backuprestore_shard2_replica1] o.a.s.c.SolrCore [backuprestore_shard2_replica1] Solr index directory 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_A79807D7F0834F0-001\tempDir-001\node2\.\backuprestore_shard2_replica1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 2713569 INFO  (qtp481781437-21116) [n:127.0.0.1:49283_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=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 2713570 INFO  (qtp481781437-21116) [n:127.0.0.1:49283_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> 2713570 INFO  (qtp483940977-21107) [n:127.0.0.1:49284_solr c:backuprestore s:shard2 r:core_node3 x:backuprestore_shard2_replica1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_A79807D7F0834F0-001\tempDir-001\node2\.\backuprestore_shard2_replica1\data\index
   [junit4]   2> 2713570 INFO  (qtp481781437-21116) [n:127.0.0.1:49283_solr c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica2] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2713570 INFO  (qtp481781437-21116) [n:127.0.0.1:49283_solr c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica2] o.a.s.c.SolrCore [[backuprestore_shard2_replica2] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_A79807D7F0834F0-001\tempDir-001\node1\backuprestore_shard2_replica2], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_A79807D7F0834F0-001\tempDir-001\node1\.\backuprestore_shard2_replica2\data\]
   [junit4]   2> 2713570 INFO  (qtp481781437-21114) [n:127.0.0.1:49283_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@5447e059 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@39c5a0db),segFN=segments_1,generation=1}
   [junit4]   2> 2713570 INFO  (qtp481781437-21114) [n:127.0.0.1:49283_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2713568 WARN  (qtp483940977-21112) [n:127.0.0.1:49284_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore [backuprestore_shard1_replica1] Solr index directory 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_A79807D7F0834F0-001\tempDir-001\node2\.\backuprestore_shard1_replica1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 2713570 INFO  (qtp481781437-21116) [n:127.0.0.1:49283_solr c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica2] o.a.s.c.SolrCore JMX monitoring not detected for core: backuprestore_shard2_replica2
   [junit4]   2> 2713570 INFO  (qtp483940977-21107) [n:127.0.0.1:49284_solr c:backuprestore s:shard2 r:core_node3 x:backuprestore_shard2_replica1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@40d6f08 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7376b88b),segFN=segments_1,generation=1}
   [junit4]   2> 2713570 INFO  (qtp483940977-21112) [n:127.0.0.1:49284_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_A79807D7F0834F0-001\tempDir-001\node2\.\backuprestore_shard1_replica1\data\index
   [junit4]   2> 2713570 INFO  (qtp483940977-21107) [n:127.0.0.1:49284_solr c:backuprestore s:shard2 r:core_node3 x:backuprestore_shard2_replica1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2713571 INFO  (qtp481781437-21116) [n:127.0.0.1:49283_solr c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica2] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_A79807D7F0834F0-001\tempDir-001\node1\.\backuprestore_shard2_replica2\data\
   [junit4]   2> 2713571 INFO  (qtp481781437-21116) [n:127.0.0.1:49283_solr c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica2] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_A79807D7F0834F0-001\tempDir-001\node1\.\backuprestore_shard2_replica2\data\index/
   [junit4]   2> 2713571 WARN  (qtp481781437-21116) [n:127.0.0.1:49283_solr c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica2] o.a.s.c.SolrCore [backuprestore_shard2_replica2] Solr index directory 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_A79807D7F0834F0-001\tempDir-001\node1\.\backuprestore_shard2_replica2\data\index' doesn't exist. Creating new index...
   [junit4]   2> 2713571 INFO  (qtp481781437-21116) [n:127.0.0.1:49283_solr c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica2] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_A79807D7F0834F0-001\tempDir-001\node1\.\backuprestore_shard2_replica2\data\index
   [junit4]   2> 2713571 INFO  (qtp481781437-21114) [n:127.0.0.1:49283_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2713571 INFO  (qtp483940977-21107) [n:127.0.0.1:49284_solr c:backuprestore s:shard2 r:core_node3 x:backuprestore_shard2_replica1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2713571 INFO  (OldIndexDirectoryCleanupThreadForCore-backuprestore_shard1_replica2) [n:127.0.0.1:49283_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] o.a.s.c.SolrCore Looking for old index directories to cleanup for core backuprestore_shard1_replica2 in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_A79807D7F0834F0-001\tempDir-001\node1\.\backuprestore_shard1_replica2\data\
   [junit4]   2> 2713571 INFO  (OldIndexDirectoryCleanupThreadForCore-backuprestore_shard2_replica1) [n:127.0.0.1:49284_solr c:backuprestore s:shard2 r:core_node3 x:backuprestore_shard2_replica1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core backuprestore_shard2_replica1 in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_A79807D7F0834F0-001\tempDir-001\node2\.\backuprestore_shard2_replica1\data\
   [junit4]   2> 2713571 WARN  (OldIndexDirectoryCleanupThreadForCore-backuprestore_shard1_replica2) [n:127.0.0.1:49283_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] o.a.s.c.DirectoryFactory C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_A79807D7F0834F0-001\tempDir-001\node1\.\backuprestore_shard1_replica2\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 2713571 WARN  (OldIndexDirectoryCleanupThreadForCore-backuprestore_shard2_replica1) [n:127.0.0.1:49284_solr c:backuprestore s:shard2 r:core_node3 x:backuprestore_shard2_replica1] o.a.s.c.DirectoryFactory C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_A79807D7F0834F0-001\tempDir-001\node2\.\backuprestore_shard2_replica1\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 2713575 INFO  (qtp483940977-21112) [n:127.0.0.1:49284_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@78d0c19d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@100a38f4),segFN=segments_1,generation=1}
   [junit4]   2> 2713575 INFO  (qtp483940977-21112) [n:127.0.0.1:49284_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2713575 INFO  (qtp481781437-21116) [n:127.0.0.1:49283_solr c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica2] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@37e040d7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@509fb86a),segFN=segments_1,generation=1}
   [junit4]   2> 2713575 INFO  (qtp481781437-21116) [n:127.0.0.1:49283_solr c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica2] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2713576 INFO  (qtp483940977-21112) [n:127.0.0.1:49284_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2713576 INFO  (qtp481781437-21116) [n:127.0.0.1:49283_solr c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica2] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2713579 INFO  (qtp483940977-21107) [n:127.0.0.1:49284_solr c:backuprestore s:shard2 r:core_node3 x:backuprestore_shard2_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2713579 INFO  (qtp483940977-21112) [n:127.0.0.1:49284_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2713579 INFO  (qtp481781437-21116) [n:127.0.0.1:49283_solr c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2713580 INFO  (qtp483940977-21107) [n:127.0.0.1:49284_solr c:backuprestore s:shard2 r:core_node3 x:backuprestore_shard2_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2713580 INFO  (qtp483940977-21112) [n:127.0.0.1:49284_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2713580 INFO  (qtp481781437-21116) [n:127.0.0.1:49283_solr c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2713581 INFO  (qtp483940977-21107) [n:127.0.0.1:49284_solr c:backuprestore s:shard2 r:core_node3 x:backuprestore_shard2_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2713581 INFO  (qtp483940977-21112) [n:127.0.0.1:49284_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2713581 INFO  (qtp481781437-21116) [n:127.0.0.1:49283_solr c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2713582 INFO  (qtp483940977-21107) [n:127.0.0.1:49284_solr c:backuprestore s:shard2 r:core_node3 x:backuprestore_shard2_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2713582 INFO  (qtp483940977-21112) [n:127.0.0.1:49284_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2713582 INFO  (qtp481781437-21116) [n:127.0.0.1:49283_solr c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2713583 INFO  (qtp483940977-21107) [n:127.0.0.1:49284_solr c:backuprestore s:shard2 r:core_node3 x:backuprestore_shard2_replica1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/

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

peration(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:500)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:458)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:445)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerElectionContext.runLeaderProcess(ElectionContext.java:724)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:56)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:348)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3.lambda$process$0(SolrZkClient.java:266)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.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> 2725292 INFO  (jetty-launcher-3403-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@74020a23{/solr,null,UNAVAILABLE}
   [junit4]   2> 2725297 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[A79807D7F0834F0]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:49279 49279
   [junit4]   2> 2725304 INFO  (Thread-4638) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:49279 49279
   [junit4]   2> 2725305 WARN  (Thread-4638) [    ] 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> 	3	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/security.json
   [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> 	2	/solr/collections/backuprestore/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	11	/solr/overseer/queue
   [junit4]   2> 	9	/solr/overseer/collection-queue-work
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 2725305 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[A79807D7F0834F0]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_A79807D7F0834F0-001
   [junit4]   2> Jul 23, 2016 11:03:36 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {shard_s=PostingsFormat(name=Asserting), _version_=PostingsFormat(name=Asserting), id=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, docValues:{}, maxPointsInLeafNode=1094, maxMBSortInHeap=5.50405563289669, sim=RandomSimilarity(queryNorm=true): {}, locale=zh-HK, timezone=Asia/Kuching
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_92 (64-bit)/cpus=3,threads=1,free=40633232,total=527433728
   [junit4]   2> NOTE: All tests run in this JVM: [TestSolrCloudWithKerberosAlt, FacetPivotSmallTest, SparseHLLTest, CollectionsAPISolrJTest, TestFieldCollectionResource, TestXmlQParserPlugin, BlockJoinFacetDistribTest, BlockJoinFacetSimpleTest, TestSolr4Spatial2, TestTestInjection, CheckHdfsIndexTest, TestQueryTypes, TestSchemaNameResource, CurrencyFieldOpenExchangeTest, TestCloudManagedSchema, OpenExchangeRatesOrgProviderTest, PKIAuthenticationIntegrationTest, TestStressRecovery, TestConfigSetProperties, TestReplicaProperties, TestScoreJoinQPNoScore, DefaultValueUpdateProcessorTest, SecurityConfHandlerTest, OverriddenZkACLAndCredentialsProvidersTest, LoggingHandlerTest, TestRandomCollapseQParserPlugin, ResponseLogComponentTest, HLLSerializationTest, TestAuthenticationFramework, TestOmitPositions, TestUninvertingReader, TestCSVResponseWriter, TestBlendedInfixSuggestions, HdfsCollectionsAPIDistributedZkTest, TestPivotHelperCode, ZkStateReaderTest, SortSpecParsingTest, TestDistributedMissingSort, TestSolrQueryParserResource, TestFieldCache, CacheHeaderTest, TestManagedSchema, DistributedIntervalFacetingTest, TestZkChroot, SignatureUpdateProcessorFactoryTest, TestMiniSolrCloudCluster, TestFoldingMultitermQuery, ExplicitHLLTest, TestSystemIdResolver, TestSerializedLuceneMatchVersion, TestFieldCacheWithThreads, TestComplexPhraseQParserPlugin, TestRecovery, TestSlowCompositeReaderWrapper, BadCopyFieldTest, ChangedSchemaMergeTest, TestRequestStatusCollectionAPI, BasicDistributedZk2Test, CollectionsAPIDistributedZkTest, RulesTest, TestFieldCacheSanityChecker, TestWriterPerf, TestReplicationHandlerBackup, TestConfigReload, TestBM25SimilarityFactory, HdfsBasicDistributedZk2Test, CopyFieldTest, ConvertedLegacyTest, NoCacheHeaderTest, TestOverriddenPrefixQueryForCustomFieldType, MinimalSchemaTest, ZkNodePropsTest, ResourceLoaderTest, TestOnReconnectListenerSupport, TestGraphTermsQParserPlugin, DirectUpdateHandlerOptimizeTest, TestTrieFacet, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestFuzzyAnalyzedSuggestions, DistributedQueryComponentOptimizationTest, TestConfigOverlay, TolerantUpdateProcessorTest, TestSchemaManager, TestReRankQParserPlugin, BufferStoreTest, SpatialRPTFieldTypeTest, TestCloudPseudoReturnFields, TermVectorComponentTest, TriLevelCompositeIdRoutingTest, SimpleMLTQParserTest, CoreMergeIndexesAdminHandlerTest, ExitableDirectoryReaderTest, TestJettySolrRunner, BaseCdcrDistributedZkTest, TestSolrDeletionPolicy2, ChaosMonkeySafeLeaderTest, OutputWriterTest, DistributedQueueTest, HighlighterConfigTest, SuggestComponentContextFilterQueryTest, TestSortingResponseWriter, RollingRestartTest, MergeStrategyTest, TestFiltering, TestReversedWildcardFilterFactory, ConjunctionSolrSpellCheckerTest, TestTolerantUpdateProcessorRandomCloud, TestManagedResourceStorage, RAMDirectoryFactoryTest, TestStandardQParsers, TestBinaryField, TestValueSourceCache, JavabinLoaderTest, SaslZkACLProviderTest, TestConfigSetsAPI, OverseerModifyCollectionTest, AliasIntegrationTest, AtomicUpdatesTest, AutoCommitTest, WordBreakSolrSpellCheckerTest, TestCustomDocTransformer, SpellPossibilityIteratorTest, TestRandomFaceting, SpellCheckCollatorTest, DistanceUnitsTest, CollectionTooManyReplicasTest, TestFreeTextSuggestions, TestQuerySenderListener, SmileWriterTest, OpenCloseCoreStressTest, DataDrivenBlockJoinTest, TestFastWriter, UniqFieldsUpdateProcessorFactoryTest, TestExactSharedStatsCache, TestSubQueryTransformerDistrib, TestIndexSearcher, TestCloudInspectUtil, TestFieldTypeCollectionResource, CoreAdminCreateDiscoverTest, CoreSorterTest, TestDynamicLoading, TestShortCircuitedRequests, TestLRUStatsCache, TestSolrJ, TestShardHandlerFactory, SolrIndexSplitterTest, HdfsUnloadDistributedZkTest, TestInitQParser, ShowFileRequestHandlerTest, TestPHPSerializedResponseWriter, SyncSliceTest, LeaderElectionIntegrationTest, BasicZkTest, FullSolrCloudDistribCmdsTest, ClusterStateUpdateTest, ZkSolrClientTest, ShardRoutingCustomTest, TestDistributedSearch, TestDistributedGrouping, TestFaceting, TestHashPartitioner, TermVectorComponentDistributedTest, TestReload, TestStressVersions, TestRangeQuery, TestSolr4Spatial, StatsComponentTest, QueryElevationComponentTest, TestFunctionQuery, TestLazyCores, TestCoreDiscovery, AnalysisAfterCoreReloadTest, TestExtendedDismaxParser, DocValuesTest, DistanceFunctionTest, DebugComponentTest, IndexBasedSpellCheckerTest, TestQueryUtils, StandardRequestHandlerTest, DocumentAnalysisRequestHandlerTest, TermsComponentTest, DocumentBuilderTest, FieldAnalysisRequestHandlerTest, FastVectorHighlighterTest, RegexBoostProcessorTest, IndexSchemaTest, TestJmxIntegration, UpdateRequestProcessorFactoryTest, JSONWriterTest, QueryParsingTest, BinaryUpdateRequestHandlerTest, TestPartialUpdateDeduplication, CSVRequestHandlerTest, TestComponentsName, SearchHandlerTest, SOLR749Test, TestSolrIndexConfig, TestMergePolicyConfig, MultiTermTest, NumericFieldsTest, ExternalFileFieldSortTest, TestSolrCoreProperties, TestPostingsSolrHighlighter, DirectSolrConnectionTest, NotRequiredUniqueKeyTest, TestLuceneMatchVersion, TestPhraseSuggestions, TestCharFilters, SynonymTokenizerTest, TestXIncludeConfig, EchoParamsTest, TestDFRSimilarityFactory, TestPerFieldSimilarity, TestLMJelinekMercerSimilarityFactory, TestFastOutputStream, PluginInfoTest, DateMathParserTest, ChaosMonkeyNothingIsSafeTest, CdcrReplicationHandlerTest, CdcrVersionReplicationTest, CleanupOldIndexTest, CollectionStateFormat2Test, CollectionsAPIAsyncDistributedZkTest, DeleteInactiveReplicaTest, DeleteReplicaTest, DeleteStatusTest, DistribDocExpirationUpdateProcessorTest, DistributedVersionInfoTest, LeaderFailoverAfterPartitionTest, LeaderInitiatedRecoveryOnShardRestartTest, MultiThreadedOCPTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverseerRolesTest, ReplicationFactorTest, RestartWhileUpdatingTest, SSLMigrationTest, ShardSplitTest, TestConfigSetsAPIZkFailure, TestDistribDocBasedVersion, TestExclusionRuleCollectionAccess, TestLocalFSCloudBackupRestore]
   [junit4] Completed [493/623 (1!)] on J1 in 13.69s, 1 test, 1 error <<< FAILURES!

[...truncated 60486 lines...]


[JENKINS] Lucene-Solr-master-Windows (32bit/jdk1.8.0_92) - Build # 6000 - Failure!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/6000/
Java: 32bit/jdk1.8.0_92 -client -XX:+UseParallelGC

4 tests failed.
FAILED:  org.apache.solr.cloud.TestTolerantUpdateProcessorCloud.testVariousDeletesViaCloudClient

Error Message:
GC overhead limit exceeded

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: GC overhead limit exceeded
	at __randomizedtesting.SeedInfo.seed([72C6BEEE2871F7D6:A2B35535ED22823]: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.SolrRequest.process(SolrRequest.java:149)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:166)
	at org.apache.solr.cloud.TestTolerantUpdateProcessorCloud.testVariousDeletes(TestTolerantUpdateProcessorCloud.java:374)
	at org.apache.solr.cloud.TestTolerantUpdateProcessorCloud.testVariousDeletesViaCloudClient(TestTolerantUpdateProcessorCloud.java:285)
	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: java.lang.OutOfMemoryError: GC overhead limit exceeded
	at com.sun.crypto.provider.AESCrypt.makeSessionKey(AESCrypt.java:594)
	at com.sun.crypto.provider.AESCrypt.init(AESCrypt.java:93)
	at com.sun.crypto.provider.CipherBlockChaining.init(CipherBlockChaining.java:91)
	at com.sun.crypto.provider.CipherCore.init(CipherCore.java:582)
	at com.sun.crypto.provider.AESCipher.engineInit(AESCipher.java:339)
	at javax.crypto.Cipher.implInit(Cipher.java:806)
	at javax.crypto.Cipher.chooseProvider(Cipher.java:864)
	at javax.crypto.Cipher.init(Cipher.java:1396)
	at sun.security.ssl.CipherBox.<init>(CipherBox.java:237)
	at sun.security.ssl.CipherBox.newCipherBox(CipherBox.java:263)
	at sun.security.ssl.CipherSuite$BulkCipher.newCipher(CipherSuite.java:505)
	at sun.security.ssl.Handshaker.newWriteCipher(Handshaker.java:785)
	at sun.security.ssl.SSLSocketImpl.changeWriteCiphers(SSLSocketImpl.java:2138)
	at sun.security.ssl.Handshaker.sendChangeCipherSpec(Handshaker.java:1078)
	at sun.security.ssl.ClientHandshaker.sendChangeCipherAndFinish(ClientHandshaker.java:1222)
	at sun.security.ssl.ClientHandshaker.serverFinished(ClientHandshaker.java:1184)
	at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:359)
	at sun.security.ssl.Handshaker.processLoop(Handshaker.java:979)
	at sun.security.ssl.Handshaker.process_record(Handshaker.java:914)
	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1062)
	at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375)
	at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403)
	at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:394)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:353)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:134)
	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)


FAILED:  org.apache.solr.cloud.TestTolerantUpdateProcessorCloud.testVariousDeletesViaShard1LeaderClient

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.TestTolerantUpdateProcessorCloud.testVariousDeletesViaNoCollectionClient

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


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

Error Message:
Error from server at http://127.0.0.1:57617/solr: The backup directory already exists: file:///C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/build/solr-core/test/J1/temp/solr.cloud.TestLocalFSCloudBackupRestore_72C6BEEE2871F7D6-001/tempDir-002/mytestbackup/

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:57617/solr: The backup directory already exists: file:///C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/build/solr-core/test/J1/temp/solr.cloud.TestLocalFSCloudBackupRestore_72C6BEEE2871F7D6-001/tempDir-002/mytestbackup/
	at __randomizedtesting.SeedInfo.seed([72C6BEEE2871F7D6:FA928134868D9A2E]: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.testBackupAndRestore(AbstractCloudBackupRestoreTestCase.java:206)
	at org.apache.solr.cloud.AbstractCloudBackupRestoreTestCase.test(AbstractCloudBackupRestoreTestCase.java:126)
	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 12137 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestLocalFSCloudBackupRestore
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_72C6BEEE2871F7D6-001\init-core-data-001
   [junit4]   2> 2469385 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[72C6BEEE2871F7D6]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 2469387 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[72C6BEEE2871F7D6]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2469388 INFO  (Thread-4422) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2469388 INFO  (Thread-4422) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2469488 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[72C6BEEE2871F7D6]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:57612
   [junit4]   2> 2469488 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[72C6BEEE2871F7D6]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2469489 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[72C6BEEE2871F7D6]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2469492 INFO  (zkCallback-3985-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@675b78 name:ZooKeeperConnection Watcher:127.0.0.1:57612 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2469493 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[72C6BEEE2871F7D6]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2469493 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[72C6BEEE2871F7D6]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2469493 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[72C6BEEE2871F7D6]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 2469497 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x156177936ac0000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2469500 INFO  (jetty-launcher-3984-thread-2) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2469500 INFO  (jetty-launcher-3984-thread-1) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2469502 INFO  (jetty-launcher-3984-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@54220{/solr,null,AVAILABLE}
   [junit4]   2> 2469502 INFO  (jetty-launcher-3984-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1356b93{/solr,null,AVAILABLE}
   [junit4]   2> 2469504 INFO  (jetty-launcher-3984-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@199da8c{HTTP/1.1,[http/1.1]}{127.0.0.1:?????}
   [junit4]   2> 2469505 INFO  (jetty-launcher-3984-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@164fb2d{HTTP/1.1,[http/1.1]}{127.0.0.1:?????}
   [junit4]   2> 2469505 INFO  (jetty-launcher-3984-thread-1) [    ] o.e.j.s.Server Started @???????ms
   [junit4]   2> 2469505 INFO  (jetty-launcher-3984-thread-2) [    ] o.e.j.s.Server Started @???????ms
   [junit4]   2> 2469505 INFO  (jetty-launcher-3984-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=57616}
   [junit4]   2> 2469505 INFO  (jetty-launcher-3984-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=57617}
   [junit4]   2> 2469505 INFO  (jetty-launcher-3984-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 2469505 INFO  (jetty-launcher-3984-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 2469505 INFO  (jetty-launcher-3984-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_72C6BEEE2871F7D6-001\tempDir-001\node1'
   [junit4]   2> 2469505 INFO  (jetty-launcher-3984-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_72C6BEEE2871F7D6-001\tempDir-001\node2'
   [junit4]   2> 2469505 INFO  (jetty-launcher-3984-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2469505 INFO  (jetty-launcher-3984-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2469505 INFO  (jetty-launcher-3984-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2469505 INFO  (jetty-launcher-3984-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2469506 INFO  (jetty-launcher-3984-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2469506 INFO  (jetty-launcher-3984-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2469507 INFO  (jetty-launcher-3984-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2469508 INFO  (jetty-launcher-3984-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2469510 INFO  (zkCallback-3986-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@708478 name:ZooKeeperConnection Watcher:127.0.0.1:57612/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2469510 INFO  (jetty-launcher-3984-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2469510 INFO  (zkCallback-3987-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@773e8f name:ZooKeeperConnection Watcher:127.0.0.1:57612/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2469510 INFO  (jetty-launcher-3984-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2469510 INFO  (jetty-launcher-3984-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2469510 INFO  (jetty-launcher-3984-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2469511 INFO  (jetty-launcher-3984-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2469511 INFO  (jetty-launcher-3984-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2469543 INFO  (jetty-launcher-3984-thread-2) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_72C6BEEE2871F7D6-001\tempDir-001\node2\.
   [junit4]   2> 2469544 INFO  (jetty-launcher-3984-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 33520254
   [junit4]   2> 2469544 INFO  (jetty-launcher-3984-thread-2) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_72C6BEEE2871F7D6-001\tempDir-001\node2]
   [junit4]   2> 2469544 WARN  (jetty-launcher-3984-thread-2) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_72C6BEEE2871F7D6-001\tempDir-001\node2\lib to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_72C6BEEE2871F7D6-001\tempDir-001\node2\lib
   [junit4]   2> 2469544 INFO  (jetty-launcher-3984-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> 2469546 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x156177936ac0002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2469549 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x156177936ac0001, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2469549 INFO  (jetty-launcher-3984-thread-1) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_72C6BEEE2871F7D6-001\tempDir-001\node1\.
   [junit4]   2> 2469551 INFO  (jetty-launcher-3984-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 28359106
   [junit4]   2> 2469551 INFO  (jetty-launcher-3984-thread-1) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_72C6BEEE2871F7D6-001\tempDir-001\node1]
   [junit4]   2> 2469552 WARN  (jetty-launcher-3984-thread-1) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_72C6BEEE2871F7D6-001\tempDir-001\node1\lib to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_72C6BEEE2871F7D6-001\tempDir-001\node1\lib
   [junit4]   2> 2469552 INFO  (jetty-launcher-3984-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> 2469552 INFO  (jetty-launcher-3984-thread-2) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 2469552 INFO  (jetty-launcher-3984-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2469552 INFO  (jetty-launcher-3984-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2469552 INFO  (jetty-launcher-3984-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57612/solr
   [junit4]   2> 2469552 INFO  (jetty-launcher-3984-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2469553 INFO  (jetty-launcher-3984-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2469553 INFO  (jetty-launcher-3984-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2469554 INFO  (jetty-launcher-3984-thread-1) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 2469554 INFO  (jetty-launcher-3984-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2469554 INFO  (jetty-launcher-3984-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2469554 INFO  (jetty-launcher-3984-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57612/solr
   [junit4]   2> 2469554 INFO  (jetty-launcher-3984-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2469554 INFO  (jetty-launcher-3984-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2469555 INFO  (jetty-launcher-3984-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2469556 INFO  (zkCallback-3990-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1c8b796 name:ZooKeeperConnection Watcher:127.0.0.1:57612 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2469556 INFO  (jetty-launcher-3984-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2469556 INFO  (jetty-launcher-3984-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2469557 INFO  (zkCallback-3993-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@90fee8 name:ZooKeeperConnection Watcher:127.0.0.1:57612 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2469557 INFO  (jetty-launcher-3984-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2469557 INFO  (jetty-launcher-3984-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2469558 INFO  (jetty-launcher-3984-thread-2) [n:127.0.0.1:57617_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$57/314893@3fd360
   [junit4]   2> 2469560 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x156177936ac0004, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2469560 INFO  (jetty-launcher-3984-thread-1) [n:127.0.0.1:57616_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$57/314893@e268a3
   [junit4]   2> 2469560 INFO  (jetty-launcher-3984-thread-2) [n:127.0.0.1:57617_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2469563 INFO  (jetty-launcher-3984-thread-1) [n:127.0.0.1:57616_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2469564 INFO  (zkCallback-3994-thread-1-processing-n:127.0.0.1:57617_solr) [n:127.0.0.1:57617_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@49184d name:ZooKeeperConnection Watcher:127.0.0.1:57612/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2469564 INFO  (jetty-launcher-3984-thread-2) [n:127.0.0.1:57617_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2469565 INFO  (zkCallback-3995-thread-1-processing-n:127.0.0.1:57616_solr) [n:127.0.0.1:57616_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@103e96a name:ZooKeeperConnection Watcher:127.0.0.1:57612/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2469565 INFO  (jetty-launcher-3984-thread-1) [n:127.0.0.1:57616_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2469566 INFO  (jetty-launcher-3984-thread-2) [n:127.0.0.1:57617_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 2469567 INFO  (jetty-launcher-3984-thread-1) [n:127.0.0.1:57616_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 2469569 INFO  (jetty-launcher-3984-thread-1) [n:127.0.0.1:57616_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 2469569 INFO  (jetty-launcher-3984-thread-2) [n:127.0.0.1:57617_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 2469573 INFO  (jetty-launcher-3984-thread-1) [n:127.0.0.1:57616_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 2469573 INFO  (jetty-launcher-3984-thread-2) [n:127.0.0.1:57617_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 2469577 INFO  (jetty-launcher-3984-thread-1) [n:127.0.0.1:57616_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 2469577 INFO  (jetty-launcher-3984-thread-2) [n:127.0.0.1:57617_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 2469580 INFO  (jetty-launcher-3984-thread-1) [n:127.0.0.1:57616_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 2469580 INFO  (jetty-launcher-3984-thread-2) [n:127.0.0.1:57617_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 2469581 INFO  (jetty-launcher-3984-thread-2) [n:127.0.0.1:57617_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2469581 INFO  (jetty-launcher-3984-thread-1) [n:127.0.0.1:57616_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2469583 INFO  (jetty-launcher-3984-thread-2) [n:127.0.0.1:57617_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 2469583 INFO  (jetty-launcher-3984-thread-1) [n:127.0.0.1:57616_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 2469585 INFO  (jetty-launcher-3984-thread-2) [n:127.0.0.1:57617_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2469585 INFO  (jetty-launcher-3984-thread-1) [n:127.0.0.1:57616_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2469587 INFO  (jetty-launcher-3984-thread-1) [n:127.0.0.1:57616_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2469587 INFO  (jetty-launcher-3984-thread-2) [n:127.0.0.1:57617_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2469588 INFO  (jetty-launcher-3984-thread-2) [n:127.0.0.1:57617_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2469589 INFO  (jetty-launcher-3984-thread-1) [n:127.0.0.1:57616_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2469590 INFO  (jetty-launcher-3984-thread-2) [n:127.0.0.1:57617_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2469590 INFO  (jetty-launcher-3984-thread-1) [n:127.0.0.1:57616_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2469591 INFO  (jetty-launcher-3984-thread-2) [n:127.0.0.1:57617_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 2469591 INFO  (jetty-launcher-3984-thread-1) [n:127.0.0.1:57616_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 2469591 INFO  (jetty-launcher-3984-thread-2) [n:127.0.0.1:57617_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 2469592 INFO  (jetty-launcher-3984-thread-1) [n:127.0.0.1:57616_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 2469595 INFO  (jetty-launcher-3984-thread-2) [n:127.0.0.1:57617_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 2469595 INFO  (jetty-launcher-3984-thread-1) [n:127.0.0.1:57616_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 2469597 INFO  (jetty-launcher-3984-thread-1) [n:127.0.0.1:57616_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 2469597 INFO  (jetty-launcher-3984-thread-2) [n:127.0.0.1:57617_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 2469598 INFO  (jetty-launcher-3984-thread-2) [n:127.0.0.1:57617_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2469600 INFO  (jetty-launcher-3984-thread-1) [n:127.0.0.1:57616_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2469600 INFO  (jetty-launcher-3984-thread-2) [n:127.0.0.1:57617_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96290251410767877-127.0.0.1:57617_solr-n_0000000000
   [junit4]   2> 2469601 INFO  (jetty-launcher-3984-thread-1) [n:127.0.0.1:57616_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96290251410767878-127.0.0.1:57616_solr-n_0000000001
   [junit4]   2> 2469601 INFO  (jetty-launcher-3984-thread-2) [n:127.0.0.1:57617_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:57617_solr
   [junit4]   2> 2469601 INFO  (jetty-launcher-3984-thread-2) [n:127.0.0.1:57617_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 2469602 INFO  (jetty-launcher-3984-thread-1) [n:127.0.0.1:57616_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96290251410767877-127.0.0.1:57617_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 2469602 INFO  (jetty-launcher-3984-thread-1) [n:127.0.0.1:57616_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57616_solr
   [junit4]   2> 2469602 INFO  (jetty-launcher-3984-thread-1) [n:127.0.0.1:57616_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:57616_solr
   [junit4]   2> 2469602 INFO  (jetty-launcher-3984-thread-2) [n:127.0.0.1:57617_solr    ] o.a.s.c.Overseer Overseer (id=96290251410767877-127.0.0.1:57617_solr-n_0000000000) starting
   [junit4]   2> 2469604 INFO  (zkCallback-3995-thread-1-processing-n:127.0.0.1:57616_solr) [n:127.0.0.1:57616_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> 2469604 INFO  (zkCallback-3994-thread-1-processing-n:127.0.0.1:57617_solr) [n:127.0.0.1:57617_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> 2469605 INFO  (zkCallback-3995-thread-1-processing-n:127.0.0.1:57616_solr) [n:127.0.0.1:57616_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2469605 INFO  (zkCallback-3994-thread-1-processing-n:127.0.0.1:57617_solr) [n:127.0.0.1:57617_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2469607 INFO  (jetty-launcher-3984-thread-2) [n:127.0.0.1:57617_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 2469626 INFO  (jetty-launcher-3984-thread-2) [n:127.0.0.1:57617_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 2469626 INFO  (OverseerCollectionConfigSetProcessor-96290251410767877-127.0.0.1:57617_solr-n_0000000000) [n:127.0.0.1:57617_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 2469627 INFO  (jetty-launcher-3984-thread-2) [n:127.0.0.1:57617_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:57617_solr as DOWN
   [junit4]   2> 2469627 INFO  (OverseerStateUpdate-96290251410767877-127.0.0.1:57617_solr-n_0000000000) [n:127.0.0.1:57617_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 2469629 INFO  (OverseerStateUpdate-96290251410767877-127.0.0.1:57617_solr-n_0000000000) [n:127.0.0.1:57617_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
   [junit4]   2> 2469630 INFO  (jetty-launcher-3984-thread-2) [n:127.0.0.1:57617_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57617_solr
   [junit4]   2> 2469630 INFO  (jetty-launcher-3984-thread-2) [n:127.0.0.1:57617_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:57617_solr
   [junit4]   2> 2469632 INFO  (OverseerStateUpdate-96290251410767877-127.0.0.1:57617_solr-n_0000000000) [n:127.0.0.1:57617_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:57617_solr"} current state version: 0
   [junit4]   2> 2469632 INFO  (OverseerStateUpdate-96290251410767877-127.0.0.1:57617_solr-n_0000000000) [n:127.0.0.1:57617_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:57617_solr
   [junit4]   2> 2469633 INFO  (zkCallback-3994-thread-1-processing-n:127.0.0.1:57617_solr) [n:127.0.0.1:57617_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> 2469633 INFO  (zkCallback-3995-thread-1-processing-n:127.0.0.1:57616_solr) [n:127.0.0.1:57616_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> 2469635 INFO  (zkCallback-3994-thread-1-processing-n:127.0.0.1:57617_solr) [n:127.0.0.1:57617_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2469635 INFO  (zkCallback-3995-thread-1-processing-n:127.0.0.1:57616_solr) [n:127.0.0.1:57616_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2469656 INFO  (jetty-launcher-3984-thread-1) [n:127.0.0.1:57616_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2469656 INFO  (jetty-launcher-3984-thread-1) [n:127.0.0.1:57616_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2469658 INFO  (jetty-launcher-3984-thread-2) [n:127.0.0.1:57617_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2469658 INFO  (jetty-launcher-3984-thread-2) [n:127.0.0.1:57617_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2469658 INFO  (jetty-launcher-3984-thread-2) [n:127.0.0.1:57617_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_72C6BEEE2871F7D6-001\tempDir-001\node2\.
   [junit4]   2> 2469659 INFO  (jetty-launcher-3984-thread-1) [n:127.0.0.1:57616_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_72C6BEEE2871F7D6-001\tempDir-001\node1\.
   [junit4]   2> 2469659 INFO  (jetty-launcher-3984-thread-2) [n:127.0.0.1:57617_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 2469659 INFO  (jetty-launcher-3984-thread-1) [n:127.0.0.1:57616_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 2469660 INFO  (jetty-launcher-3984-thread-2) [n:127.0.0.1:57617_solr    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 2469660 INFO  (jetty-launcher-3984-thread-2) [n:127.0.0.1:57617_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2469660 INFO  (jetty-launcher-3984-thread-1) [n:127.0.0.1:57616_solr    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 2469660 INFO  (jetty-launcher-3984-thread-1) [n:127.0.0.1:57616_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2469661 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[72C6BEEE2871F7D6]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2469662 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[72C6BEEE2871F7D6]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2469664 INFO  (zkCallback-3998-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@13ac861 name:ZooKeeperConnection Watcher:127.0.0.1:57612 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2469664 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[72C6BEEE2871F7D6]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2469664 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[72C6BEEE2871F7D6]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2469668 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[72C6BEEE2871F7D6]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2469669 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[72C6BEEE2871F7D6]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2469670 INFO  (zkCallback-4001-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@15a07ba name:ZooKeeperConnection Watcher:127.0.0.1:57612/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2469671 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[72C6BEEE2871F7D6]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2469671 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[72C6BEEE2871F7D6]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2469671 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[72C6BEEE2871F7D6]-worker) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2469672 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[72C6BEEE2871F7D6]-worker) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 2469673 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[72C6BEEE2871F7D6]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2469676 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[72C6BEEE2871F7D6]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 2469680 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[72C6BEEE2871F7D6]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 2469705 INFO  (TEST-TestLocalFSCloudBackupRestore.test-seed#[72C6BEEE2871F7D6]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 2469713 INFO  (qtp26907287-21556) [n:127.0.0.1:57616_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params shards=shard1,shard2&replicationFactor=1&property.customKey=customValue&collection.configName=conf1&maxShardsPerNode=2&router.field=shard_s&autoAddReplicas=true&name=backuprestore&router.name=implicit&action=CREATE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2469718 INFO  (OverseerCollectionConfigSetProcessor-96290251410767877-127.0.0.1:57617_solr-n_0000000000) [n:127.0.0.1:57617_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":"1",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "maxShardsPerNode":"2",
   [junit4]   2>   "shards":"shard1,shard2",
   [junit4]   2>   "autoAddReplicas":"true",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "property.customKey":"customValue",
   [junit4]   2>   "router.field":"shard_s",
   [junit4]   2>   "router.name":"implicit",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 2469718 INFO  (OverseerThreadFactory-9389-thread-1-processing-n:127.0.0.1:57617_solr) [n:127.0.0.1:57617_solr    ] o.a.s.c.OverseerCollectionMessageHandler OverseerCollectionMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"backuprestore",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "maxShardsPerNode":"2",
   [junit4]   2>   "shards":"shard1,shard2",
   [junit4]   2>   "autoAddReplicas":"true",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "property.customKey":"customValue",
   [junit4]   2>   "router.field":"shard_s",
   [junit4]   2>   "router.name":"implicit",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 2469718 INFO  (OverseerThreadFactory-9389-thread-1-processing-n:127.0.0.1:57617_solr) [n:127.0.0.1:57617_solr    ] o.a.s.c.OverseerCollectionMessageHandler Create collection backuprestore
   [junit4]   2> 2469718 INFO  (OverseerThreadFactory-9389-thread-1-processing-n:127.0.0.1:57617_solr) [n:127.0.0.1:57617_solr    ] o.a.s.c.OverseerCollectionMessageHandler creating collections conf node /collections/backuprestore 
   [junit4]   2> 2469719 INFO  (OverseerThreadFactory-9389-thread-1-processing-n:127.0.0.1:57617_solr) [n:127.0.0.1:57617_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections/backuprestore
   [junit4]   2> 2469720 INFO  (zkCallback-3995-thread-1-processing-n:127.0.0.1:57616_solr) [n:127.0.0.1:57616_solr    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 2469720 INFO  (zkCallback-4001-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 2469721 INFO  (zkCallback-3994-thread-2-processing-n:127.0.0.1:57617_solr) [n:127.0.0.1:57617_solr    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 2469724 INFO  (OverseerStateUpdate-96290251410767877-127.0.0.1:57617_solr-n_0000000000) [n:127.0.0.1:57617_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "name":"backuprestore",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "maxShardsPerNode":"2",
   [junit4]   2>   "shards":"shard1,shard2",
   [junit4]   2>   "autoAddReplicas":"true",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "property.customKey":"customValue",
   [junit4]   2>   "router.field":"shard_s",
   [junit4]   2>   "router.name":"implicit",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 2469724 INFO  (OverseerStateUpdate-96290251410767877-127.0.0.1:57617_solr-n_0000000000) [n:127.0.0.1:57617_solr    ] o.a.s.c.o.ClusterStateMutator building a new cName: backuprestore
   [junit4]   2> 2469726 INFO  (OverseerStateUpdate-96290251410767877-127.0.0.1:57617_solr-n_0000000000) [n:127.0.0.1:57617_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/backuprestore/state.json
   [junit4]   2> 2469825 INFO  (OverseerThreadFactory-9389-thread-1-processing-n:127.0.0.1:57617_solr) [n:127.0.0.1:57617_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating SolrCores for new collection backuprestore, shardNames [shard1, shard2] , replicationFactor : 1
   [junit4]   2> 2469825 INFO  (OverseerThreadFactory-9389-thread-1-processing-n:127.0.0.1:57617_solr) [n:127.0.0.1:57617_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core backuprestore_shard1_replica1 as part of shard shard1 of collection backuprestore on 127.0.0.1:57617_solr
   [junit4]   2> 2469825 INFO  (OverseerThreadFactory-9389-thread-1-processing-n:127.0.0.1:57617_solr) [n:127.0.0.1:57617_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core backuprestore_shard2_replica1 as part of shard shard2 of collection backuprestore on 127.0.0.1:57616_solr
   [junit4]   2> 2469829 INFO  (qtp12854528-21557) [n:127.0.0.1:57617_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> 2469829 INFO  (qtp26907287-21559) [n:127.0.0.1:57616_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> 2469832 INFO  (qtp12854528-21557) [n:127.0.0.1:57617_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> 2469832 INFO  (qtp26907287-21559) [n:127.0.0.1:57616_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> 2469833 INFO  (qtp12854528-21557) [n:127.0.0.1:57617_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 2469833 INFO  (qtp26907287-21559) [n:127.0.0.1:57616_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 2469834 INFO  (qtp12854528-21557) [n:127.0.0.1:57617_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController Registering watch for collection backuprestore
   [junit4]   2> 2469834 INFO  (qtp26907287-21559) [n:127.0.0.1:57616_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController Registering watch for collection backuprestore
   [junit4]   2> 2469835 INFO  (qtp12854528-21557) [n:127.0.0.1:57617_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.c.ZkStateReader Add data for [backuprestore] ver [0]
   [junit4]   2> 2469835 INFO  (qtp26907287-21559) [n:127.0.0.1:57616_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.c.ZkStateReader Add data for [backuprestore] ver [0]
   [junit4]   2> 2469836 INFO  (qtp12854528-21557) [n:127.0.0.1:57617_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 2469836 INFO  (qtp26907287-21559) [n:127.0.0.1:57616_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 2469836 INFO  (OverseerStateUpdate-96290251410767877-127.0.0.1:57617_solr-n_0000000000) [n:127.0.0.1:57617_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "core":"backuprestore_shard1_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:57617/solr",
   [junit4]   2>   "node_name":"127.0.0.1:57617_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> 2469836 INFO  (OverseerStateUpdate-96290251410767877-127.0.0.1:57617_solr-n_0000000000) [n:127.0.0.1:57617_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:57617/solr",
   [junit4]   2>   "node_name":"127.0.0.1:57617_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 2469841 INFO  (OverseerStateUpdate-96290251410767877-127.0.0.1:57617_solr-n_0000000000) [n:127.0.0.1:57617_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"backuprestore_shard2_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:57616/solr",
   [junit4]   2>   "node_name":"127.0.0.1:57616_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> 2469841 INFO  (OverseerStateUpdate-96290251410767877-127.0.0.1:57617_solr-n_0000000000) [n:127.0.0.1:57617_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:57616/solr",
   [junit4]   2>   "node_name":"127.0.0.1:57616_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 2469944 INFO  (OverseerStateUpdate-96290251410767877-127.0.0.1:57617_solr-n_0000000000) [n:127.0.0.1:57617_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/backuprestore/state.json version: 0
   [junit4]   2> 2469945 INFO  (zkCallback-3995-thread-1-processing-n:127.0.0.1:57616_solr) [n:127.0.0.1:57616_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> 2469946 INFO  (zkCallback-3994-thread-1-processing-n:127.0.0.1:57617_solr) [n:127.0.0.1:57617_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> 2469946 INFO  (zkCallback-3995-thread-1-processing-n:127.0.0.1:57616_solr) [n:127.0.0.1:57616_solr    ] o.a.s.c.c.ZkStateReader Updating data for [backuprestore] from [0] to [1]
   [junit4]   2> 2469948 INFO  (zkCallback-3994-thread-1-processing-n:127.0.0.1:57617_solr) [n:127.0.0.1:57617_solr    ] o.a.s.c.c.ZkStateReader Updating data for [backuprestore] from [0] to [1]
   [junit4]   2> 2470836 INFO  (qtp12854528-21557) [n:127.0.0.1:57617_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> 2470836 INFO  (qtp26907287-21559) [n:127.0.0.1:57616_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> 2470836 INFO  (qtp26907287-21559) [n:127.0.0.1:57616_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController Check for collection zkNode:backuprestore
   [junit4]   2> 2470836 INFO  (qtp12854528-21557) [n:127.0.0.1:57617_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController Check for collection zkNode:backuprestore
   [junit4]   2> 2470837 INFO  (qtp26907287-21559) [n:127.0.0.1:57616_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 2470837 INFO  (qtp12854528-21557) [n:127.0.0.1:57617_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 2470837 INFO  (qtp12854528-21557) [n:127.0.0.1:57617_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/backuprestore]
   [junit4]   2> 2470837 INFO  (qtp26907287-21559) [n:127.0.0.1:57616_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/backuprestore]
   [junit4]   2> 2470838 INFO  (qtp12854528-21557) [n:127.0.0.1:57617_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> 2470838 INFO  (qtp26907287-21559) [n:127.0.0.1:57616_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> 2470838 INFO  (qtp12854528-21557) [n:127.0.0.1:57617_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_72C6BEEE2871F7D6-001\tempDir-001\node2\backuprestore_shard1_replica1'
   [junit4]   2> 2470838 INFO  (qtp26907287-21559) [n:127.0.0.1:57616_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_72C6BEEE2871F7D6-001\tempDir-001\node1\backuprestore_shard2_replica1'
   [junit4]   2> 2470838 INFO  (qtp12854528-21557) [n:127.0.0.1:57617_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2470838 INFO  (qtp26907287-21559) [n:127.0.0.1:57616_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2470838 INFO  (qtp12854528-21557) [n:127.0.0.1:57617_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> 2470839 INFO  (qtp26907287-21559) [n:127.0.0.1:57616_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> 2470842 INFO  (qtp26907287-21559) [n:127.0.0.1:57616_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 2470842 INFO  (qtp12854528-21557) [n:127.0.0.1:57617_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 2470850 INFO  (qtp12854528-21557) [n:127.0.0.1:57617_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2470852 INFO  (qtp26907287-21559) [n:127.0.0.1:57616_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2470854 INFO  (qtp12854528-21557) [n:127.0.0.1:57617_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2470854 INFO  (qtp26907287-21559) [n:127.0.0.1:57616_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2470862 INFO  (qtp12854528-21557) [n:127.0.0.1:57617_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2470862 INFO  (qtp26907287-21559) [n:127.0.0.1:57616_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2470869 INFO  (qtp26907287-21559) [n:127.0.0.1:57616_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.s.IndexSchema [backuprestore_shard2_replica1] Schema name=minimal
   [junit4]   2> 2470869 INFO  (qtp12854528-21557) [n:127.0.0.1:57617_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.s.IndexSchema [backuprestore_shard1_replica1] Schema name=minimal
   [junit4]   2> 2470877 INFO  (qtp26907287-21559) [n:127.0.0.1:57616_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2470877 INFO  (qtp12854528-21557) [n:127.0.0.1:57617_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2470884 INFO  (qtp12854528-21557) [n:127.0.0.1:57617_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=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 2470884 INFO  (qtp12854528-21557) [n:127.0.0.1:57617_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> 2470885 INFO  (qtp12854528-21557) [n:127.0.0.1:57617_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2470885 INFO  (qtp26907287-21559) [n:127.0.0.1:57616_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=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 2470885 INFO  (qtp12854528-21557) [n:127.0.0.1:57617_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore [[backuprestore_shard1_replica1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_72C6BEEE2871F7D6-001\tempDir-001\node2\backuprestore_shard1_replica1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_72C6BEEE2871F7D6-001\tempDir-001\node2\.\backuprestore_shard1_replica1\data\]
   [junit4]   2> 2470885 INFO  (qtp12854528-21557) [n:127.0.0.1:57617_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> 2470885 INFO  (qtp26907287-21559) [n:127.0.0.1:57616_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> 2470885 INFO  (qtp26907287-21559) [n:127.0.0.1:57616_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2470886 INFO  (qtp26907287-21559) [n:127.0.0.1:57616_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.SolrCore [[backuprestore_shard2_replica1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_72C6BEEE2871F7D6-001\tempDir-001\node1\backuprestore_shard2_replica1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_72C6BEEE2871F7D6-001\tempDir-001\node1\.\backuprestore_shard2_replica1\data\]
   [junit4]   2> 2470886 INFO  (qtp12854528-21557) [n:127.0.0.1:57617_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_72C6BEEE2871F7D6-001\tempDir-001\node2\.\backuprestore_shard1_replica1\data\
   [junit4]   2> 2470886 INFO  (qtp26907287-21559) [n:127.0.0.1:57616_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> 2470886 INFO  (qtp12854528-21557) [n:127.0.0.1:57617_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_72C6BEEE2871F7D6-001\tempDir-001\node2\.\backuprestore_shard1_replica1\data\index/
   [junit4]   2> 2470886 WARN  (qtp12854528-21557) [n:127.0.0.1:57617_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore [backuprestore_shard1_replica1] Solr index directory 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_72C6BEEE2871F7D6-001\tempDir-001\node2\.\backuprestore_shard1_replica1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 2470887 INFO  (qtp26907287-21559) [n:127.0.0.1:57616_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_72C6BEEE2871F7D6-001\tempDir-001\node1\.\backuprestore_shard2_replica1\data\
   [junit4]   2> 2470887 INFO  (qtp26907287-21559) [n:127.0.0.1:57616_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_72C6BEEE2871F7D6-001\tempDir-001\node1\.\backuprestore_shard2_replica1\data\index/
   [junit4]   2> 2470887 INFO  (qtp12854528-21557) [n:127.0.0.1:57617_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_72C6BEEE2871F7D6-001\tempDir-001\node2\.\backuprestore_shard1_replica1\data\index
   [junit4]   2> 2470887 WARN  (qtp26907287-21559) [n:127.0.0.1:57616_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.SolrCore [backuprestore_shard2_replica1] Solr index directory 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_72C6BEEE2871F7D6-001\tempDir-001\node1\.\backuprestore_shard2_replica1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 2470888 INFO  (qtp26907287-21559) [n:127.0.0.1:57616_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_72C6BEEE2871F7D6-001\tempDir-001\node1\.\backuprestore_shard2_replica1\data\index
   [junit4]   2> 2470888 INFO  (qtp12854528-21557) [n:127.0.0.1:57617_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@c0b555 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6da8a8),segFN=segments_1,generation=1}
   [junit4]   2> 2470888 INFO  (qtp12854528-21557) [n:127.0.0.1:57617_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2470888 INFO  (qtp26907287-21559) [n:127.0.0.1:57616_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@2ecafa lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@21b6c),segFN=segments_1,generation=1}
   [junit4]   2> 2470888 INFO  (qtp26907287-21559) [n:127.0.0.1:57616_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2470888 INFO  (OldIndexDirectoryCleanupThreadForCore-backuprestore_shard1_replica1) [n:127.0.0.1:57617_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core backuprestore_shard1_replica1 in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_72C6BEEE2871F7D6-001\tempDir-001\node2\.\backuprestore_shard1_replica1\data\
   [junit4]   2> 2470890 INFO  (qtp12854528-21557) [n:127.0.0.1:57617_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2470890 INFO  (qtp26907287-21559) [n:127.0.0.1:57616_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2470890 WARN  (OldIndexDirectoryCleanupThreadForCore-backuprestore_shard1_replica1) [n:127.0.0.1:57617_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.DirectoryFactory C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_72C6BEEE2871F7D6-001\tempDir-001\node2\.\backuprestore_shard1_replica1\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 2470893 INFO  (OldIndexDirectoryCleanupThreadForCore-backuprestore_shard2_replica1) [n:127.0.0.1:57616_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core backuprestore_shard2_replica1 in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_72C6BEEE2871F7D6-001\tempDir-001\node1\.\backuprestore_shard2_replica1\data\
   [junit4]   2> 2470894 WARN  (OldIndexDirectoryCleanupThreadForCore-backuprestore_shard2_replica1) [n:127.0.0.1:57616_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.DirectoryFactory C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_72C6BEEE2871F7D6-001\tempDir-001\node1\.\backuprestore_shard2_replica1\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 2470900 INFO  (qtp12854528-21557) [n:127.0.0.1:57617_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2470900 INFO  (qtp26907287-21559) [n:127.0.0.1:57616_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2470902 INFO  (qtp12854528-21557) [n:127.0.0.1:57617_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2470903 INFO  (qtp26907287-21559) [n:127.0.0.1:57616_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2470904 INFO  (qtp12854528-21557) [n:127.0.0.1:57617_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2470904 INFO  (qtp26907287-21559) [n:127.0.0.1:57616_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2470906 INFO  (qtp12854528-21557) [n:127.0.0.1:57617_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2470906 INFO  (qtp26907287-21559) [n:127.0.0.1:57616_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2470907 INFO  (qtp26907287-21559) [n:127.0.0.1:57616_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/select,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 2470907 INFO  (qtp26907287-21559) [n:127.0.0.1:57616_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2470907 INFO  (qtp12854528-21557) [n:127.0.0.1:57617_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/select,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 2470908 INFO  (qtp12854528-21557) [n:127.0.0.1:57617_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2470909 INFO  (qtp26907287-21559) [n:127.0.0.1:57616_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2470909 INFO  (qtp12854528-21557) [n:127.0.0.1:57617_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2470909 INFO  (qtp26907287-21559) [n:127.0.0.1:57616_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2470909 INFO  (qtp12854528-21557) [n:127.0.0.1:57617_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2470913 INFO  (qtp26907287-21559) [n:127.0.0.1:57616_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2470913 INFO  (qtp12854528-21557) [n:127.0.0.1:57617_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2470913 INFO  (qtp26907287-21559) [n:127.0.0.1:57616_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2470913 INFO  (qtp12854528-21557) [n:127.0.0.1:57617_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2470914 INFO  (qtp12854528-21557) [n:127.0.0.1:57617_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@c0b555 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6da8a8),segFN=segments_1,generation=1}
   [junit4]   2> 2470914 INFO  (qtp12854528-21557) [n:127.0.0.1:57617_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2470914 INFO  (qtp26907287-21559) [n:127.0.0.1:57616_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@2ecafa lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@21b6c),segFN=segments_1,generation=1}
   [junit4]   2> 2470914 INFO  (qtp26907287-21559) [n:127.0.0.1:57616_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2470914 INFO  (qtp12854528-21557) [n:127.0.0.1:57617_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1f62286[backuprestore_shard1_replica1] main]
   [junit4]   2> 2470915 INFO  (qtp12854528-21557) [n:127.0.0.1:57617_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/backuprestore]
   [junit4]   2> 2470915 INFO  (qtp26907287-21559) [n:127.0.0.1:57616_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@8ac29b[backuprestore_shard2_replica1] main]
   [junit4]   2> 2470915 INFO  (qtp26907287-21559) [n:127.0.0.1:57616_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/backuprestore]
   [junit4]   2> 2470916 INFO  (qtp26907287-21559) [n:127.0.0.1:57616_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.c.ZkStateReader path=[/collections/backuprestore] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 2470916 INFO  (qtp12854528-21557) [n:127.0.0.1:57617_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.c.ZkStateReader path=[/collections/backuprestore] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 2470916 INFO  (qtp12854528-21557) [n:127.0.0.1:57617_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2470916 INFO  (qtp26907287-21559) [n:127.0.0.1:57616_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2470916 INFO  (qtp12854528-21557) [n:127.0.0.1:57617_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2470917 INFO  (qtp12854528-21557) [n:127.0.0.1:57617_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 2470917 INFO  (qtp26907287-21559) [n:127.0.0.1:57616_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2470917 INFO  (qtp12854528-21557) [n:127.0.0.1:57617_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2470917 INFO  (qtp26907287-21559) [n:127.0.0.1:57616_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 2470917 INFO  (qtp26907287-21559) [n:127.0.0.1:57616_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2470917 INFO  (qtp12854528-21557) [n:127.0.0.1:57617_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2470918 INFO  (qtp12854528-21557) [n:127.0.0.1:57617_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2470918 INFO  (qtp26907287-21559) [n:127.0.0.1:57616_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2470918 INFO  (qtp12854528-21557) [n:127.0.0.1:57617_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 2470918 INFO  (qtp26907287-21559) [n:127.0.0.1:57616_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2470918 INFO  (qtp26907287-21559) [n:127.0.0.1:57616_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 2470918 INFO  (qtp12854528-21557) [n:127.0.0.1:57617_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2470918 INFO  (qtp26907287-21559) [n:127.0.0.1:57616_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2470918 INFO  (qtp26907287-21559) [n:127.0.0.1:57616_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 2470918 INFO  (searcherExecutor-9394-thread-1-processing-n:127.0.0.1:57617_solr x:backuprestore_shard1_replica1 s:shard1 c:backuprestore r:core_node1) [n:127.0.0.1:57617_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore [backuprestore_shard1_replica1] Registered new searcher Searcher@1f62286[backuprestore_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2470918 INFO  (searcherExecutor-9395-thread-1-processing-n:127.0.0.1:57616_solr x:backuprestore_shard2_replica1 s:shard2 c:backuprestore r:core_node2) [n:127.0.0.1:57616_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.SolrCore [backuprestore_shard2_replica1] Registered new searcher Searcher@8ac29b[backuprestore_shard2_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2470918 INFO  (qtp12854528-21557) [n:127.0.0.1:57617_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 2470918 INFO  (qtp26907287-21559) [n:127.0.0.1:57616_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 2470919 INFO  (qtp12854528-21557) [n:127.0.0.1:57617_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 2470919 INFO  (qtp26907287-21559) [n:127.0.0.1:57616_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 2470919 INFO  (qtp26907287-21559) [n:127.0.0.1:57616_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1540644024174510080
   [junit4]   2> 2470919 INFO  (qtp12854528-21557) [n:127.0.0.1:57617_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 2470919 INFO  (qtp12854528-21557) [n:127.0.0.1:57617_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1540644024174510080
   [junit4]   2> 2470920 INFO  (qtp26907287-21559) [n:127.0.0.1:57616_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version 1540644024174510080
   [junit4]   2> 2470921 INFO  (qtp26907287-21559) [n:127.0.0.1:57616_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 2470921 INFO  (qtp12854528-21557) [n:127.0.0.1:57617_solr c:ba

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

  (SUITE-TestTolerantUpdateProcessorCloud-seed#[72C6BEEE2871F7D6]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:59650 59650
   [junit4]   2> 2677829 INFO  (Thread-4677) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:59650 59650
   [junit4]   2> 2679634 WARN  (Thread-4677) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/aliases.json
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 	4	/solr/configs/solrCloudCollectionConfig/managed-schema
   [junit4]   2> 	4	/solr/configs/solrCloudCollectionConfig
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/clusterstate.json
   [junit4]   2> 	6	/solr/clusterprops.json
   [junit4]   2> 	4	/solr/collections/test_col/state.json
   [junit4]   2> 	2	/solr/overseer_elect/election/96290258777866252-127.0.0.1:59701_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	81	/solr/overseer/collection-queue-work
   [junit4]   2> 	23	/solr/overseer/queue
   [junit4]   2> 	6	/solr/live_nodes
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 	4	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 2679637 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[72C6BEEE2871F7D6]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestTolerantUpdateProcessorCloud_72C6BEEE2871F7D6-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {foo_i=PostingsFormat(name=Memory doPackFST= false), expected_shard_s=Lucene50(blocksize=128), _version_=Lucene50(blocksize=128), id=PostingsFormat(name=Memory doPackFST= true)}, docValues:{}, maxPointsInLeafNode=1233, maxMBSortInHeap=5.705233524211894, sim=ClassicSimilarity, locale=de, timezone=Etc/Universal
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_92 (32-bit)/cpus=3,threads=1,free=222995848,total=477364224
   [junit4]   2> NOTE: All tests run in this JVM: [SolrCmdDistributorTest, BasicDistributedZk2Test, TestRestoreCore, TestSchemaNameResource, TestMiniSolrCloudCluster, MergeStrategyTest, DeleteStatusTest, ShowFileRequestHandlerTest, TestOnReconnectListenerSupport, CheckHdfsIndexTest, TestBulkSchemaAPI, TestReload, TestJsonRequest, TriLevelCompositeIdRoutingTest, OpenCloseCoreStressTest, TestFiltering, TestGraphTermsQParserPlugin, TestRecovery, TestSolrIndexConfig, OverseerStatusTest, QueryResultKeyTest, TestCSVResponseWriter, TestSolrQueryParserResource, UpdateRequestProcessorFactoryTest, TestIndexSearcher, TestZkChroot, SimpleMLTQParserTest, TestConfigReload, TestXmlQParserPlugin, HdfsUnloadDistributedZkTest, TestReloadDeadlock, TestFieldCacheWithThreads, ConnectionReuseTest, UniqFieldsUpdateProcessorFactoryTest, LoggingHandlerTest, AnalyticsQueryTest, TestShortCircuitedRequests, BinaryUpdateRequestHandlerTest, SortByFunctionTest, HdfsCollectionsAPIDistributedZkTest, TestLMJelinekMercerSimilarityFactory, LeaderFailoverAfterPartitionTest, TestAuthenticationFramework, PKIAuthenticationIntegrationTest, QueryParsingTest, BlockCacheTest, TestGraphMLResponseWriter, TestRequestStatusCollectionAPI, MultiThreadedOCPTest, DistanceUnitsTest, CdcrReplicationHandlerTest, DistributedFacetPivotLargeTest, TestFieldCacheSanityChecker, TestSolrCoreProperties, DistributedTermsComponentTest, HLLSerializationTest, BaseCdcrDistributedZkTest, TestRandomCollapseQParserPlugin, TestCustomDocTransformer, TestDistributedGrouping, TestReRankQParserPlugin, TestCoreDiscovery, BadIndexSchemaTest, TestPerFieldSimilarityWithDefaultOverride, HdfsChaosMonkeyNothingIsSafeTest, TestQuerySenderListener, DistributedQueryComponentOptimizationTest, CollectionsAPISolrJTest, NoCacheHeaderTest, PreAnalyzedUpdateProcessorTest, TestManagedStopFilterFactory, TestNumericTerms32, TestConfigSetProperties, SuggesterTSTTest, CurrencyFieldOpenExchangeTest, CdcrVersionReplicationTest, TestSha256AuthenticationProvider, TolerantUpdateProcessorTest, SparseHLLTest, TestTolerantUpdateProcessorRandomCloud, TestJettySolrRunner, CSVRequestHandlerTest, TestSolrConfigHandlerCloud, TestWriterPerf, NotRequiredUniqueKeyTest, DistributedIntervalFacetingTest, DeleteInactiveReplicaTest, TestSolr4Spatial, IndexSchemaRuntimeFieldTest, TestCrossCoreJoin, TestFieldCacheSortRandom, ResourceLoaderTest, TestBinaryField, TestCloudSchemaless, TestUseDocValuesAsStored2, TestCopyFieldCollectionResource, TestReplicaProperties, SuggesterTest, BigEndianAscendingWordSerializerTest, ResponseLogComponentTest, TestManagedSchema, TestSolrJ, TestBM25SimilarityFactory, TestScoreJoinQPNoScore, TestPivotHelperCode, TestDFISimilarityFactory, TestExclusionRuleCollectionAccess, FullSolrCloudDistribCmdsTest, SpellingQueryConverterTest, CloneFieldUpdateProcessorFactoryTest, TestCharFilters, TestLeaderElectionZkExpiry, RequestLoggingTest, TestOmitPositions, TestBlendedInfixSuggestions, DistanceFunctionTest, TestSolr4Spatial2, CreateCollectionCleanupTest, TestSimpleQParserPlugin, HdfsLockFactoryTest, DefaultValueUpdateProcessorTest, TestCollationField, TestSuggestSpellingConverter, SynonymTokenizerTest, RecoveryAfterSoftCommitTest, TestFieldTypeCollectionResource, SpellCheckComponentTest, TestSimpleTrackingShardHandler, OutputWriterTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, VersionInfoTest, TestPKIAuthenticationPlugin, ConjunctionSolrSpellCheckerTest, RulesTest, SmileWriterTest, SpellCheckCollatorTest, BlockJoinFacetSimpleTest, TestQueryTypes, TestSortByMinMaxFunction, TestTestInjection, ChangedSchemaMergeTest, TestDistributedMissingSort, OpenExchangeRatesOrgProviderTest, CopyFieldTest, TestStressRecovery, ZkSolrClientTest, AnalysisErrorHandlingTest, BasicZkTest, ReplicationFactorTest, TestInitQParser, SolrPluginUtilsTest, CoreMergeIndexesAdminHandlerTest, RollingRestartTest, HighlighterConfigTest, FieldAnalysisRequestHandlerTest, OverseerTest, RecoveryZkTest, ClusterStateUpdateTest, TestRandomFaceting, ZkCLITest, ShardRoutingCustomTest, TestDistributedSearch, TermVectorComponentDistributedTest, TestStressVersions, TestRangeQuery, StatsComponentTest, ConvertedLegacyTest, BasicFunctionalityTest, TestLazyCores, TestExtendedDismaxParser, CoreAdminHandlerTest, TestStressLucene, TestTrie, SuggesterWFSTTest, PolyFieldTest, WordBreakSolrSpellCheckerTest, SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, TestUpdate, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, DirectUpdateHandlerOptimizeTest, SolrInfoMBeanTest, XsltUpdateRequestHandlerTest, DebugComponentTest, CacheHeaderTest, IndexBasedSpellCheckerTest, LukeRequestHandlerTest, DirectSolrSpellCheckerTest, PrimitiveFieldTypeTest, XmlUpdateRequestHandlerTest, TestValueSourceCache, TestIndexingPerformance, FastVectorHighlighterTest, ReturnFieldsTest, TestAnalyzedSuggestions, TestPHPSerializedResponseWriter, SearchHandlerTest, AlternateDirectoryTest, TestQuerySenderNoQuery, SolrIndexConfigTest, TestMergePolicyConfig, TestDocSet, NumericFieldsTest, TestConfig, DirectSolrConnectionTest, SpellPossibilityIteratorTest, EchoParamsTest, TestLMDirichletSimilarityFactory, TestFastWriter, TestFastOutputStream, PluginInfoTest, DateMathParserTest, TestSystemIdResolver, PrimUtilsTest, DateFieldTest, RAMDirectoryFactoryTest, TestUtils, ZkNodePropsTest, SystemInfoHandlerTest, UUIDFieldTest, FileUtilsTest, CircularListTest, DistributedMLTComponentTest, TestRTGBase, SolrTestCaseJ4Test, TestCursorMarkWithoutUniqueKey, TestHighlightDedupGrouping, TestEmbeddedSolrServerConstructors, ActionThrottleTest, AliasIntegrationTest, AssignTest, AsyncCallRequestStatusResponseTest, CdcrRequestHandlerTest, CleanupOldIndexTest, CloudExitableDirectoryReaderTest, CollectionReloadTest, CollectionsAPIAsyncDistributedZkTest, ConfigSetsAPITest, DeleteReplicaTest, DistributedQueueTest, ForceLeaderTest, LeaderInitiatedRecoveryOnShardRestartTest, MigrateRouteKeyTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerModifyCollectionTest, ShardSplitTest, TestLocalFSCloudBackupRestore, TestMiniSolrCloudClusterSSL, TestRebalanceLeaders, TestTolerantUpdateProcessorCloud]
   [junit4] Completed [515/623 (2!)] on J1 in 97.92s, 19 tests, 3 errors <<< FAILURES!

[...truncated 358 lines...]
   [junit4] JVM J1: stdout was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\temp\junit4-J1-20160723_103559_342.sysout
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] Dumping heap to C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\heapdumps\java_pid4872.hprof ...
   [junit4] Heap dump file created [440156309 bytes in 1.819 secs]
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\temp\junit4-J1-20160723_103559_342.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] WARN: Event serializer exception. -> java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] <<< JVM J1: EOF ----

[...truncated 11020 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:763: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:715: Some of the tests produced a heap dump, but did not fail. Maybe a suppressed OutOfMemoryError? Dumps created:
* java_pid4872.hprof

Total time: 81 minutes 4 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-Windows (32bit/jdk1.8.0_92) - Build # 5999 - Still unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/5999/
Java: 32bit/jdk1.8.0_92 -client -XX:+UseConcMarkSweepGC

2 tests failed.
FAILED:  org.apache.solr.security.BasicAuthIntegrationTest.testBasics

Error Message:
IOException occured when talking to server at: http://127.0.0.1:55345/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:55345/solr/testSolrCloudCollection_shard1_replica2
	at __randomizedtesting.SeedInfo.seed([CCC9A23068B7577F:F1110C1C5059090F]: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:55345/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: java.net.SocketException: Software caused connection abort: recv failed
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.net.SocketInputStream.read(SocketInputStream.java:170)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:139)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:155)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:284)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
	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


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

Error Message:
expected:<COMPLETED> but was:<FAILED>

Stack Trace:
java.lang.AssertionError: expected:<COMPLETED> but was:<FAILED>
	at __randomizedtesting.SeedInfo.seed([CCC9A23068B7577F:449D9DEAC64B3A87]: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:147)
	at org.apache.solr.cloud.AbstractCloudBackupRestoreTestCase.testBackupAndRestore(AbstractCloudBackupRestoreTestCase.java:208)
	at org.apache.solr.cloud.AbstractCloudBackupRestoreTestCase.test(AbstractCloudBackupRestoreTestCase.java:126)
	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 11384 lines...]
   [junit4] Suite: org.apache.solr.security.BasicAuthIntegrationTest
   [junit4]   2> 1530309 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[CCC9A23068B7577F]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1530310 INFO  (Thread-1581) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1530310 INFO  (Thread-1581) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1530409 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[CCC9A23068B7577F]) [    ] o.a.s.c.ZkTestServer start zk server on port:55278
   [junit4]   2> 1530409 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[CCC9A23068B7577F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1530410 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[CCC9A23068B7577F]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1530416 INFO  (zkCallback-1331-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@a3c113 name:ZooKeeperConnection Watcher:127.0.0.1:55278 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1530416 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[CCC9A23068B7577F]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1530416 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[CCC9A23068B7577F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1530416 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[CCC9A23068B7577F]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 1530427 INFO  (jetty-launcher-1330-thread-2) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1530427 INFO  (jetty-launcher-1330-thread-1) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1530427 INFO  (jetty-launcher-1330-thread-4) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1530428 INFO  (jetty-launcher-1330-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1f14b8e{/solr,null,AVAILABLE}
   [junit4]   2> 1530428 INFO  (jetty-launcher-1330-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@35ca01{/solr,null,AVAILABLE}
   [junit4]   2> 1530429 INFO  (jetty-launcher-1330-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@f418b3{HTTP/1.1,[http/1.1]}{127.0.0.1:55282}
   [junit4]   2> 1530429 INFO  (jetty-launcher-1330-thread-2) [    ] o.e.j.s.Server Started @1534152ms
   [junit4]   2> 1530429 INFO  (jetty-launcher-1330-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=55282}
   [junit4]   2> 1530429 INFO  (jetty-launcher-1330-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@1b81511{HTTP/1.1,[http/1.1]}{127.0.0.1:55285}
   [junit4]   2> 1530429 INFO  (jetty-launcher-1330-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 1530429 INFO  (jetty-launcher-1330-thread-1) [    ] o.e.j.s.Server Started @1534152ms
   [junit4]   2> 1530429 INFO  (jetty-launcher-1330-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.security.BasicAuthIntegrationTest_CCC9A23068B7577F-001\tempDir-001\node2'
   [junit4]   2> 1530429 INFO  (jetty-launcher-1330-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=55285}
   [junit4]   2> 1530429 INFO  (jetty-launcher-1330-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1530429 INFO  (jetty-launcher-1330-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1530430 INFO  (jetty-launcher-1330-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 1530430 INFO  (jetty-launcher-1330-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.security.BasicAuthIntegrationTest_CCC9A23068B7577F-001\tempDir-001\node1'
   [junit4]   2> 1530430 INFO  (jetty-launcher-1330-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1530430 INFO  (jetty-launcher-1330-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1530430 INFO  (jetty-launcher-1330-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1530430 INFO  (jetty-launcher-1330-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1530431 INFO  (jetty-launcher-1330-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1530431 INFO  (jetty-launcher-1330-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1530432 INFO  (jetty-launcher-1330-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@9f4f0e{/solr,null,AVAILABLE}
   [junit4]   2> 1530434 INFO  (jetty-launcher-1330-thread-4) [    ] o.e.j.s.ServerConnector Started ServerConnector@f15f98{HTTP/1.1,[http/1.1]}{127.0.0.1:55292}
   [junit4]   2> 1530434 INFO  (jetty-launcher-1330-thread-4) [    ] o.e.j.s.Server Started @1534157ms
   [junit4]   2> 1530434 INFO  (jetty-launcher-1330-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=55292}
   [junit4]   2> 1530434 INFO  (jetty-launcher-1330-thread-4) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 1530434 INFO  (jetty-launcher-1330-thread-4) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.security.BasicAuthIntegrationTest_CCC9A23068B7577F-001\tempDir-001\node4'
   [junit4]   2> 1530434 INFO  (jetty-launcher-1330-thread-4) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1530434 INFO  (jetty-launcher-1330-thread-5) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1530434 INFO  (jetty-launcher-1330-thread-4) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1530435 INFO  (jetty-launcher-1330-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1530435 INFO  (jetty-launcher-1330-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@16d4252{/solr,null,AVAILABLE}
   [junit4]   2> 1530436 INFO  (jetty-launcher-1330-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1530436 INFO  (jetty-launcher-1330-thread-5) [    ] o.e.j.s.ServerConnector Started ServerConnector@bd382f{HTTP/1.1,[http/1.1]}{127.0.0.1:55297}
   [junit4]   2> 1530436 INFO  (jetty-launcher-1330-thread-5) [    ] o.e.j.s.Server Started @1534159ms
   [junit4]   2> 1530436 INFO  (jetty-launcher-1330-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=55297}
   [junit4]   2> 1530436 INFO  (jetty-launcher-1330-thread-3) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1530436 INFO  (jetty-launcher-1330-thread-5) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 1530436 INFO  (jetty-launcher-1330-thread-5) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.security.BasicAuthIntegrationTest_CCC9A23068B7577F-001\tempDir-001\node5'
   [junit4]   2> 1530436 INFO  (jetty-launcher-1330-thread-5) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1530437 INFO  (jetty-launcher-1330-thread-5) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1530437 INFO  (jetty-launcher-1330-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@b5b94f{/solr,null,AVAILABLE}
   [junit4]   2> 1530437 INFO  (jetty-launcher-1330-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1530438 INFO  (jetty-launcher-1330-thread-3) [    ] o.e.j.s.ServerConnector Started ServerConnector@8aaf3f{HTTP/1.1,[http/1.1]}{127.0.0.1:55300}
   [junit4]   2> 1530438 INFO  (jetty-launcher-1330-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1530438 INFO  (jetty-launcher-1330-thread-3) [    ] o.e.j.s.Server Started @1534161ms
   [junit4]   2> 1530438 INFO  (jetty-launcher-1330-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=55300}
   [junit4]   2> 1530438 INFO  (jetty-launcher-1330-thread-3) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 1530438 INFO  (jetty-launcher-1330-thread-3) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.security.BasicAuthIntegrationTest_CCC9A23068B7577F-001\tempDir-001\node3'
   [junit4]   2> 1530445 INFO  (jetty-launcher-1330-thread-3) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1530445 INFO  (jetty-launcher-1330-thread-3) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1530446 INFO  (jetty-launcher-1330-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1530447 INFO  (jetty-launcher-1330-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1530459 INFO  (zkCallback-1335-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@baebb4 name:ZooKeeperConnection Watcher:127.0.0.1:55278/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1530459 INFO  (jetty-launcher-1330-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1530459 INFO  (jetty-launcher-1330-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1530460 INFO  (jetty-launcher-1330-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1530460 INFO  (zkCallback-1334-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@164e80f name:ZooKeeperConnection Watcher:127.0.0.1:55278/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1530460 INFO  (jetty-launcher-1330-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1530460 INFO  (jetty-launcher-1330-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1530460 INFO  (zkCallback-1332-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@61e093 name:ZooKeeperConnection Watcher:127.0.0.1:55278/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1530460 INFO  (jetty-launcher-1330-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1530461 INFO  (zkCallback-1333-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3dd304 name:ZooKeeperConnection Watcher:127.0.0.1:55278/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1530461 INFO  (jetty-launcher-1330-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1530461 INFO  (jetty-launcher-1330-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1530461 INFO  (jetty-launcher-1330-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1530462 INFO  (jetty-launcher-1330-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1530462 INFO  (jetty-launcher-1330-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1530464 INFO  (jetty-launcher-1330-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1530465 INFO  (zkCallback-1336-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@880cf6 name:ZooKeeperConnection Watcher:127.0.0.1:55278/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1530465 INFO  (jetty-launcher-1330-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1530466 INFO  (jetty-launcher-1330-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1530466 INFO  (jetty-launcher-1330-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1530502 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x1561539a34e0005, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1530508 INFO  (jetty-launcher-1330-thread-3) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.security.BasicAuthIntegrationTest_CCC9A23068B7577F-001\tempDir-001\node3\.
   [junit4]   2> 1530508 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x1561539a34e0002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1530509 INFO  (jetty-launcher-1330-thread-3) [    ] o.a.s.c.CoreContainer New CoreContainer 26522943
   [junit4]   2> 1530509 INFO  (jetty-launcher-1330-thread-3) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.security.BasicAuthIntegrationTest_CCC9A23068B7577F-001\tempDir-001\node3]
   [junit4]   2> 1530509 WARN  (jetty-launcher-1330-thread-3) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.security.BasicAuthIntegrationTest_CCC9A23068B7577F-001\tempDir-001\node3\lib to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.security.BasicAuthIntegrationTest_CCC9A23068B7577F-001\tempDir-001\node3\lib
   [junit4]   2> 1530509 INFO  (jetty-launcher-1330-thread-3) [    ] 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> 1530510 INFO  (jetty-launcher-1330-thread-4) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.security.BasicAuthIntegrationTest_CCC9A23068B7577F-001\tempDir-001\node4\.
   [junit4]   2> 1530510 INFO  (jetty-launcher-1330-thread-4) [    ] o.a.s.c.CoreContainer New CoreContainer 19318139
   [junit4]   2> 1530510 INFO  (jetty-launcher-1330-thread-4) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.security.BasicAuthIntegrationTest_CCC9A23068B7577F-001\tempDir-001\node4]
   [junit4]   2> 1530511 WARN  (jetty-launcher-1330-thread-4) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.security.BasicAuthIntegrationTest_CCC9A23068B7577F-001\tempDir-001\node4\lib to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.security.BasicAuthIntegrationTest_CCC9A23068B7577F-001\tempDir-001\node4\lib
   [junit4]   2> 1530511 INFO  (jetty-launcher-1330-thread-4) [    ] 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> 1530521 INFO  (jetty-launcher-1330-thread-2) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.security.BasicAuthIntegrationTest_CCC9A23068B7577F-001\tempDir-001\node2\.
   [junit4]   2> 1530521 INFO  (jetty-launcher-1330-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 5385231
   [junit4]   2> 1530521 INFO  (jetty-launcher-1330-thread-2) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.security.BasicAuthIntegrationTest_CCC9A23068B7577F-001\tempDir-001\node2]
   [junit4]   2> 1530521 WARN  (jetty-launcher-1330-thread-2) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.security.BasicAuthIntegrationTest_CCC9A23068B7577F-001\tempDir-001\node2\lib to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.security.BasicAuthIntegrationTest_CCC9A23068B7577F-001\tempDir-001\node2\lib
   [junit4]   2> 1530522 INFO  (jetty-launcher-1330-thread-5) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.security.BasicAuthIntegrationTest_CCC9A23068B7577F-001\tempDir-001\node5\.
   [junit4]   2> 1530522 INFO  (jetty-launcher-1330-thread-5) [    ] o.a.s.c.CoreContainer New CoreContainer 25862636
   [junit4]   2> 1530522 INFO  (jetty-launcher-1330-thread-5) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.security.BasicAuthIntegrationTest_CCC9A23068B7577F-001\tempDir-001\node5]
   [junit4]   2> 1530522 WARN  (jetty-launcher-1330-thread-5) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.security.BasicAuthIntegrationTest_CCC9A23068B7577F-001\tempDir-001\node5\lib to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.security.BasicAuthIntegrationTest_CCC9A23068B7577F-001\tempDir-001\node5\lib
   [junit4]   2> 1530522 INFO  (jetty-launcher-1330-thread-5) [    ] 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> 1530522 INFO  (jetty-launcher-1330-thread-1) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.security.BasicAuthIntegrationTest_CCC9A23068B7577F-001\tempDir-001\node1\.
   [junit4]   2> 1530522 INFO  (jetty-launcher-1330-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 33074706
   [junit4]   2> 1530522 INFO  (jetty-launcher-1330-thread-1) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.security.BasicAuthIntegrationTest_CCC9A23068B7577F-001\tempDir-001\node1]
   [junit4]   2> 1530522 WARN  (jetty-launcher-1330-thread-1) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.security.BasicAuthIntegrationTest_CCC9A23068B7577F-001\tempDir-001\node1\lib to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.security.BasicAuthIntegrationTest_CCC9A23068B7577F-001\tempDir-001\node1\lib
   [junit4]   2> 1530522 INFO  (jetty-launcher-1330-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> 1530524 INFO  (jetty-launcher-1330-thread-5) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 1530524 INFO  (jetty-launcher-1330-thread-5) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1530524 INFO  (jetty-launcher-1330-thread-5) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1530524 INFO  (jetty-launcher-1330-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55278/solr
   [junit4]   2> 1530524 INFO  (jetty-launcher-1330-thread-5) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1530524 INFO  (jetty-launcher-1330-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1530529 INFO  (jetty-launcher-1330-thread-3) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 1530529 INFO  (jetty-launcher-1330-thread-3) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1530529 INFO  (jetty-launcher-1330-thread-3) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1530529 INFO  (jetty-launcher-1330-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55278/solr
   [junit4]   2> 1530529 INFO  (jetty-launcher-1330-thread-3) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1530529 INFO  (jetty-launcher-1330-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1530530 INFO  (jetty-launcher-1330-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1530530 INFO  (jetty-launcher-1330-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> 1530530 INFO  (jetty-launcher-1330-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1530531 INFO  (jetty-launcher-1330-thread-1) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 1530531 INFO  (jetty-launcher-1330-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1530531 INFO  (jetty-launcher-1330-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1530531 INFO  (jetty-launcher-1330-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55278/solr
   [junit4]   2> 1530531 INFO  (jetty-launcher-1330-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1530531 INFO  (jetty-launcher-1330-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1530531 INFO  (jetty-launcher-1330-thread-4) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 1530531 INFO  (jetty-launcher-1330-thread-4) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1530531 INFO  (jetty-launcher-1330-thread-4) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1530531 INFO  (jetty-launcher-1330-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55278/solr
   [junit4]   2> 1530531 INFO  (jetty-launcher-1330-thread-4) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1530531 INFO  (jetty-launcher-1330-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1530532 INFO  (jetty-launcher-1330-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1530532 INFO  (jetty-launcher-1330-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1530533 INFO  (jetty-launcher-1330-thread-2) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 1530533 INFO  (jetty-launcher-1330-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1530533 INFO  (jetty-launcher-1330-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1530533 INFO  (jetty-launcher-1330-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55278/solr
   [junit4]   2> 1530533 INFO  (jetty-launcher-1330-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1530533 INFO  (jetty-launcher-1330-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1530534 INFO  (jetty-launcher-1330-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1530541 INFO  (zkCallback-1346-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3e0293 name:ZooKeeperConnection Watcher:127.0.0.1:55278 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1530541 INFO  (jetty-launcher-1330-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1530541 INFO  (jetty-launcher-1330-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1530543 INFO  (zkCallback-1347-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@e2d482 name:ZooKeeperConnection Watcher:127.0.0.1:55278 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1530543 INFO  (jetty-launcher-1330-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1530543 INFO  (jetty-launcher-1330-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1530543 INFO  (zkCallback-1341-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@117386d name:ZooKeeperConnection Watcher:127.0.0.1:55278 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1530543 INFO  (jetty-launcher-1330-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1530543 INFO  (jetty-launcher-1330-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1530544 INFO  (zkCallback-1348-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@975a09 name:ZooKeeperConnection Watcher:127.0.0.1:55278 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1530544 INFO  (jetty-launcher-1330-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1530544 INFO  (jetty-launcher-1330-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1530545 INFO  (zkCallback-1351-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@9ae360 name:ZooKeeperConnection Watcher:127.0.0.1:55278 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1530545 INFO  (jetty-launcher-1330-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1530545 INFO  (jetty-launcher-1330-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1530548 INFO  (jetty-launcher-1330-thread-3) [n:127.0.0.1:55300_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$90/15833655@235b28
   [junit4]   2> 1530552 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x1561539a34e0008, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1530553 INFO  (jetty-launcher-1330-thread-3) [n:127.0.0.1:55300_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1530553 INFO  (jetty-launcher-1330-thread-1) [n:127.0.0.1:55285_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$90/15833655@1f239fe
   [junit4]   2> 1530559 INFO  (jetty-launcher-1330-thread-5) [n:127.0.0.1:55297_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$90/15833655@13de5b4
   [junit4]   2> 1530561 INFO  (jetty-launcher-1330-thread-1) [n:127.0.0.1:55285_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1530561 INFO  (jetty-launcher-1330-thread-5) [n:127.0.0.1:55297_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1530562 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x1561539a34e0009, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1530562 INFO  (jetty-launcher-1330-thread-4) [n:127.0.0.1:55292_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$90/15833655@c7f94d
   [junit4]   2> 1530562 INFO  (jetty-launcher-1330-thread-2) [n:127.0.0.1:55282_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$90/15833655@1be3ebb
   [junit4]   2> 1530566 INFO  (jetty-launcher-1330-thread-4) [n:127.0.0.1:55292_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1530568 INFO  (jetty-launcher-1330-thread-2) [n:127.0.0.1:55282_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1530569 INFO  (zkCallback-1353-thread-1-processing-n:127.0.0.1:55285_solr) [n:127.0.0.1:55285_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1c22050 name:ZooKeeperConnection Watcher:127.0.0.1:55278/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1530570 INFO  (jetty-launcher-1330-thread-1) [n:127.0.0.1:55285_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1530571 INFO  (zkCallback-1352-thread-1-processing-n:127.0.0.1:55300_solr) [n:127.0.0.1:55300_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@11eb2a0 name:ZooKeeperConnection Watcher:127.0.0.1:55278/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1530571 INFO  (jetty-launcher-1330-thread-3) [n:127.0.0.1:55300_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1530571 INFO  (zkCallback-1354-thread-1-processing-n:127.0.0.1:55297_solr) [n:127.0.0.1:55297_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@9f1cd2 name:ZooKeeperConnection Watcher:127.0.0.1:55278/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1530571 INFO  (jetty-launcher-1330-thread-5) [n:127.0.0.1:55297_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1530572 INFO  (zkCallback-1355-thread-1-processing-n:127.0.0.1:55292_solr) [n:127.0.0.1:55292_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1fcd615 name:ZooKeeperConnection Watcher:127.0.0.1:55278/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1530572 INFO  (jetty-launcher-1330-thread-4) [n:127.0.0.1:55292_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1530572 INFO  (zkCallback-1356-thread-1-processing-n:127.0.0.1:55282_solr) [n:127.0.0.1:55282_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5f5c13 name:ZooKeeperConnection Watcher:127.0.0.1:55278/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1530572 INFO  (jetty-launcher-1330-thread-2) [n:127.0.0.1:55282_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1530575 INFO  (jetty-launcher-1330-thread-1) [n:127.0.0.1:55285_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1530575 INFO  (jetty-launcher-1330-thread-3) [n:127.0.0.1:55300_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1530576 INFO  (jetty-launcher-1330-thread-5) [n:127.0.0.1:55297_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1530576 INFO  (jetty-launcher-1330-thread-4) [n:127.0.0.1:55292_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1530578 INFO  (jetty-launcher-1330-thread-2) [n:127.0.0.1:55282_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1530585 INFO  (jetty-launcher-1330-thread-3) [n:127.0.0.1:55300_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1530586 INFO  (jetty-launcher-1330-thread-5) [n:127.0.0.1:55297_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1530586 INFO  (jetty-launcher-1330-thread-1) [n:127.0.0.1:55285_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1530586 INFO  (jetty-launcher-1330-thread-4) [n:127.0.0.1:55292_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1530587 INFO  (jetty-launcher-1330-thread-2) [n:127.0.0.1:55282_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1530600 INFO  (jetty-launcher-1330-thread-5) [n:127.0.0.1:55297_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1530600 INFO  (jetty-launcher-1330-thread-1) [n:127.0.0.1:55285_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1530600 INFO  (jetty-launcher-1330-thread-4) [n:127.0.0.1:55292_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1530601 INFO  (jetty-launcher-1330-thread-3) [n:127.0.0.1:55300_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1530605 INFO  (jetty-launcher-1330-thread-2) [n:127.0.0.1:55282_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1530609 INFO  (jetty-launcher-1330-thread-1) [n:127.0.0.1:55285_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1530609 INFO  (jetty-launcher-1330-thread-4) [n:127.0.0.1:55292_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1530609 INFO  (jetty-launcher-1330-thread-3) [n:127.0.0.1:55300_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1530609 INFO  (jetty-launcher-1330-thread-5) [n:127.0.0.1:55297_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1530619 INFO  (jetty-launcher-1330-thread-4) [n:127.0.0.1:55292_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1530620 INFO  (jetty-launcher-1330-thread-3) [n:127.0.0.1:55300_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1530620 INFO  (jetty-launcher-1330-thread-5) [n:127.0.0.1:55297_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1530624 INFO  (jetty-launcher-1330-thread-2) [n:127.0.0.1:55282_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1530624 INFO  (jetty-launcher-1330-thread-1) [n:127.0.0.1:55285_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1530632 INFO  (jetty-launcher-1330-thread-5) [n:127.0.0.1:55297_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1530632 INFO  (jetty-launcher-1330-thread-3) [n:127.0.0.1:55300_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1530632 INFO  (jetty-launcher-1330-thread-1) [n:127.0.0.1:55285_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1530632 INFO  (jetty-launcher-1330-thread-2) [n:127.0.0.1:55282_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1530632 INFO  (jetty-launcher-1330-thread-4) [n:127.0.0.1:55292_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1530637 INFO  (jetty-launcher-1330-thread-3) [n:127.0.0.1:55300_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1530638 INFO  (jetty-launcher-1330-thread-5) [n:127.0.0.1:55297_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1530638 INFO  (jetty-launcher-1330-thread-1) [n:127.0.0.1:55285_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1530638 INFO  (jetty-launcher-1330-thread-4) [n:127.0.0.1:55292_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1530642 INFO  (jetty-launcher-1330-thread-5) [n:127.0.0.1:55297_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1530642 INFO  (jetty-launcher-1330-thread-2) [n:127.0.0.1:55282_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1530642 INFO  (jetty-launcher-1330-thread-1) [n:127.0.0.1:55285_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1530643 INFO  (jetty-launcher-1330-thread-3) [n:127.0.0.1:55300_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1530643 INFO  (jetty-launcher-1330-thread-4) [n:127.0.0.1:55292_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1530647 INFO  (jetty-launcher-1330-thread-2) [n:127.0.0.1:55282_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1530647 INFO  (jetty-launcher-1330-thread-1) [n:127.0.0.1:55285_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1530648 INFO  (jetty-launcher-1330-thread-3) [n:127.0.0.1:55300_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1530648 INFO  (jetty-launcher-1330-thread-4) [n:127.0.0.1:55292_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1530648 INFO  (jetty-launcher-1330-thread-5) [n:127.0.0.1:55297_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1530652 INFO  (jetty-launcher-1330-thread-3) [n:127.0.0.1:55300_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1530652 INFO  (jetty-launcher-1330-thread-4) [n:127.0.0.1:55292_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1530652 INFO  (jetty-launcher-1330-thread-5) [n:127.0.0.1:55297_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1530652 INFO  (jetty-launcher-1330-thread-1) [n:127.0.0.1:55285_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1530653 INFO  (jetty-launcher-1330-thread-2) [n:127.0.0.1:55282_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1530655 INFO  (jetty-launcher-1330-thread-4) [n:127.0.0.1:55292_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1530656 INFO  (jetty-launcher-1330-thread-5) [n:127.0.0.1:55297_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1530656 INFO  (jetty-launcher-1330-thread-3) [n:127.0.0.1:55300_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1530657 INFO  (jetty-launcher-1330-thread-1) [n:127.0.0.1:55285_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1530658 INFO  (jetty-launcher-1330-thread-2) [n:127.0.0.1:55282_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1530659 INFO  (jetty-launcher-1330-thread-4) [n:127.0.0.1:55292_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 1530659 INFO  (jetty-launcher-1330-thread-5) [n:127.0.0.1:55297_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 1530659 INFO  (jetty-launcher-1330-thread-3) [n:127.0.0.1:55300_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 1530659 INFO  (jetty-launcher-1330-thread-1) [n:127.0.0.1:55285_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 1530660 INFO  (jetty-launcher-1330-thread-2) [n:127.0.0.1:55282_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 1530661 INFO  (jetty-launcher-1330-thread-4) [n:127.0.0.1:55292_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1530661 INFO  (jetty-launcher-1330-thread-5) [n:127.0.0.1:55297_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1530661 INFO  (jetty-launcher-1330-thread-3) [n:127.0.0.1:55300_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1530661 INFO  (jetty-launcher-1330-thread-1) [n:127.0.0.1:55285_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1530664 INFO  (jetty-launcher-1330-thread-2) [n:127.0.0.1:55282_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1530670 INFO  (jetty-launcher-1330-thread-4) [n:127.0.0.1:55292_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1530670 INFO  (jetty-launcher-1330-thread-5) [n:127.0.0.1:55297_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1530671 INFO  (jetty-launcher-1330-thread-3) [n:127.0.0.1:55300_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1530671 INFO  (jetty-launcher-1330-thread-1) [n:127.0.0.1:55285_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1530674 INFO  (jetty-launcher-1330-thread-5) [n:127.0.0.1:55297_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1530675 INFO  (jetty-launcher-1330-thread-4) [n:127.0.0.1:55292_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1530675 INFO  (jetty-launcher-1330-thread-3) [n:127.0.0.1:55300_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1530675 INFO  (jetty-launcher-1330-thread-1) [n:127.0.0.1:55285_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1530676 INFO  (jetty-launcher-1330-thread-2) [n:127.0.0.1:55282_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1530679 INFO  (jetty-launcher-1330-thread-4) [n:127.0.0.1:55292_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1530679 INFO  (jetty-launcher-1330-thread-3) [n:127.0.0.1:55300_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1530680 INFO  (jetty-launcher-1330-thread-1) [n:127.0.0.1:55285_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1530680 INFO  (jetty-launcher-1330-thread-5) [n:127.0.0.1:55297_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1530681 INFO  (jetty-launcher-1330-thread-2) [n:127.0.0.1:55282_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1530681 INFO  (jetty-launcher-1330-thread-4) [n:127.0.0.1:55292_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96287779332161550-127.0.0.1:55292_solr-n_0000000000
   [junit4]   2> 1530681 INFO  (jetty-launcher-1330-thread-3) [n:127.0.0.1:55300_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96287779332161548-127.0.0.1:55300_solr-n_0000000001
   [junit4]   2> 1530682 INFO  (jetty-launcher-1330-thread-1) [n:127.0.0.1:55285_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96287779332161547-127.0.0.1:55285_solr-n_0000000002
   [junit4]   2> 1530682 INFO  (jetty-launcher-1330-thread-5) [n:127.0.0.1:55297_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96287779332161549-127.0.0.1:55297_solr-n_0000000003
   [junit4]   2> 1530682 INFO  (jetty-launcher-1330-thread-4) [n:127.0.0.1:55292_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:55292_solr
   [junit4]   2> 1530682 INFO  (jetty-launcher-1330-thread-4) [n:127.0.0.1:55292_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 1530684 INFO  (jetty-launcher-1330-thread-2) [n:127.0.0.1:55282_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96287779332161551-127.0.0.1:55282_solr-n_0000000004
   [junit4]   2> 1530685 INFO  (jetty-launcher-1330-thread-3) [n:127.0.0.1:55300_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96287779332161550-127.0.0.1:55292_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 1530686 INFO  (jetty-launcher-1330-thread-5) [n:127.0.0.1:55297_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96287779332161547-127.0.0.1:55285_solr-n_0000000002 to know if I could be the leader
   [junit4]   2> 1530686 INFO  (jetty-launcher-1330-thread-1) [n:127.0.0.1:55285_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96287779332161548-127.0.0.1:55300_solr-n_0000000001 to know if I could be the leader
   [junit4]   2> 1530686 INFO  (jetty-launcher-1330-thread-3) [n:127.0.0.1:55300_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55300_solr
   [junit4]   2> 1530686 INFO  (jetty-launcher-1330-thread-3) [n:127.0.0.1:55300_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:55300_solr
   [junit4]   2> 1530687 INFO  (jetty-launcher-1330-thread-5) [n:127.0.0.1:55297_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55297_solr
   [junit4]   2> 1530687 INFO  (jetty-launcher-1330-thread-5) [n:127.0.0.1:55297_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:55297_solr
   [junit4]   2> 1530687 INFO  (jetty-launcher-1330-thread-1) [n:127.0.0.1:55285_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55285_solr
   [junit4]   2> 1530687 INFO  (jetty-launcher-1330-thread-1) [n:127.0.0.1:55285_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:55285_solr
   [junit4]   2> 1530687 INFO  (jetty-launcher-1330-thread-2) [n:127.0.0.1:55282_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96287779332161549-127.0.0.1:55297_solr-n_0000000003 to know if I could be the leader
   [junit4]   2> 1530689 INFO  (jetty-launcher-1330-thread-2) [n:127.0.0.1:55282_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55282_solr
   [junit4]   2> 1530689 INFO  (jetty-launcher-1330-thread-2) [n:127.0.0.1:55282_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:55282_solr
   [junit4]   2> 1530689 INFO  (jetty-launcher-1330-thread-4) [n:127.0.0.1:55292_solr    ] o.a.s.c.Overseer Overseer (id=96287779332161550-127.0.0.1:55292_solr-n_0000000000) starting
   [junit4]   2> 1530692 INFO  (zkCallback-1356-thread-1-processing-n:127.0.0.1:55282_solr) [n:127.0.0.1:55282_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> 1530692 INFO  (zkCallback-1354-thread-1-processing-n:127.0.0.1:55297_solr) [n:127.0.0.1:55297_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> 1530692 INFO  (zkCallback-1352-thread-1-processing-n:127.0.0.1:55300_solr) [n:127.0.0.1:55300_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> 1530692 INFO  (zkCallback-1353-thread-1-processing-n:127.0.0.1:55285_solr) [n:127.0.0.1:55285_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> 1530692 INFO  (zkCallback-1355-thread-1-processing-n:127.0.0.1:55292_solr) [n:127.0.0.1:55292_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> 1530707 INFO  (zkCallback-1356-thread-1-processing-n:127.0.0.1:55282_solr) [n:127.0.0.1:55282_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1530707 INFO  (zkCallback-1354-thread-1-processing-n:127.0.0.1:55297_solr) [n:127.0.0.1:55297_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1530707 INFO  (zkCallback-1352-thread-1-processing-n:127.0.0.1:55300_solr) [n:127.0.0.1:55300_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1530707 INFO  (zkCallback-1353-thread-1-processing-n:127.0.0.1:55285_solr) [n:127.0.0.1:55285_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1530707 INFO  (zkCallback-1355-thread-1-processing-n:127.0.0.1:55292_solr) [n:127.0.0.1:55292_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1530727 INFO  (jetty-launcher-1330-thread-5) [n:127.0.0.1:55297_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1530727 INFO  (jetty-launcher-1330-thread-5) [n:127.0.0.1:55297_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1530734 INFO  (jetty-launcher-1330-thread-3) [n:127.0.0.1:55300_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1530734 INFO  (jetty-launcher-1330-thread-3) [n:127.0.0.1:55300_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1530734 INFO  (jetty-launcher-1330-thread-5) [n:127.0.0.1:55297_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.security.BasicAuthIntegrationTest_CCC9A23068B7577F-001\tempDir-001\node5\.
   [junit4]   2> 1530734 INFO  (jetty-launcher-1330-thread-3) [n:127.0.0.1:55300_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.security.BasicAuthIntegrationTest_CCC9A23068B7577F-001\tempDir-001\node3\.
   [junit4]   2> 1530735 INFO  (jetty-launcher-1330-thread-5) [n:127.0.0.1:55297_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1530735 INFO  (jetty-launcher-1330-thread-3) [n:127.0.0.1:55300_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1530739 INFO  (jetty-launcher-1330-thread-1) [n:127.0.0.1:55285_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1530739 INFO  (jetty-launcher-1330-thread-1) [n:127.0.0.1:55285_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1530740 INFO  (jetty-launcher-1330-thread-1) [n:127.0.0.1:55285_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.security.BasicAuthIntegrationTest_CCC9A23068B7577F-001\tempDir-001\node1\.
   [junit4]   2> 1530740 INFO  (jetty-launcher-1330-thread-1) [n:127.0.0.1:55285_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1530741 INFO  (zkCallback-1356-thread-1-processing-n:127.0.0.1:55282_solr) [n:127.0.0.1:55282_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: [3])
   [junit4]   2> 1530742 INFO  (zkCallback-1352-thread-1-processing-n:127.0.0.1:55300_solr) [n:127.0.0.1:55300_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: [3])
   [junit4]   2> 1530742 INFO  (zkCallback-1354-thread-1-processing-n:127.0.0.1:55297_solr) [n:127.0.0.1:55297_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: [3])
   [junit4]   2> 1530743 INFO  (zkCallback-1355-thread-1-processing-n:127.0.0.1:55292_solr) [n:127.0.0.1:55292_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: [3])
   [junit4]   2> 1530743 INFO  (zkCallback-1353-thread-1-processing-n:127.0.0.1:55285_solr) [n:127.0.0.1:55285_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: [3])
   [junit4]   2> 1530743 INFO  (jetty-launcher-1330-thread-5) [n:127.0.0.1:55297_solr    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1530743 INFO  (jetty-launcher-1330-thread-5) [n:127.0.0.1:55297_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1530744 INFO  (jetty-launcher-1330-thread-3) [n:127.0.0.1:55300_solr    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1530744 INFO  (jetty-launcher-1330-thread-3) [n:127.0.0.1:55300_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1530744 INFO  (jetty-launcher-1330-thread-1) [n:127.0.0.1:55285_solr    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1530744 INFO  (jetty-launcher-1330-thread-1) [n:127.0.0.1:55285_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1530744 INFO  (zkCallback-1352-thread-1-processing-n:127.0.0.1:55300_solr) [n:127.0.0.1:55300_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1530746 INFO  (zkCallback-1356-thread-1-processing-n:127.0.0.1:55282_solr) [n:127.0.0.1:55282_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1530746 INFO  (zkCallback-1354-thread-1-processing-n:127.0.0.1:55297_solr) [n:127.0.0.1:55297_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1530746 INFO  (zkCallback-1353-thread-1-processing-n:127.0.0.1:55285_solr) [n:127.0.0.1:55285_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1530746 INFO  (zkCallback-1355-thread-1-processing-n:127.0.0.1:55292_solr) [n:127.0.0.1:55292_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1530746 INFO  (jetty-launcher-1330-thread-4) [n:127.0.0.1:55292_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 1530763 INFO  (jetty-launcher-1330-thread-4) [n:127.0.0.1:55292_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1530764 INFO  (OverseerCollectionConfigSetProcessor-96287779332161550-127.0.0.1:55292_solr-n_0000000000) [n:127.0.0.1:55292_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 1530765 INFO  (jetty-launcher-1330-thread-4) [n:127.0.0.1:55292_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:55292_solr as DOWN
   [junit4]   2> 1530765 INFO  (OverseerStateUpdate-96287779332161550-127.0.0.1:55292_solr-n_0000000000) [n:127.0.0.1:55292_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 1530770 INFO  (OverseerStateUpdate-96287779332161550-127.0.0.1:55292_solr-n_0000000000) [n:127.0.0.1:55292_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (4)
   [junit4]   2> 1530772 INFO  (jetty-launcher-1330-thread-4) [n:127.0.0.1:55292_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55292_solr
   [junit4]   2> 1530772 INFO  (jetty-launcher-1330-thread-4) [n:127.0.0.1:55292_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:55292_solr
   [junit4]   2> 1530774 INFO  (jetty-launcher-1330-thread-2) [n:127.0.0.1:55282_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1530774 INFO  (jetty-launcher-1330-thread-2) [n:127.0.0.1:55282_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1530775 INFO  (jetty-launcher-1330-thread-2) [n:127.0.0.1:55282_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.security.BasicAuthIntegrationTest_CCC9A23068B7577F-001\tempDir-001\node2\.
   [junit4]   2> 1530775 INFO  (jetty-launcher-1330-thread-2) [n:127.0.0.1:55282_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1530776 INFO  (zkCallback-1356-thread-1-processing-n:127.0.0.1:55282_solr) [n:127.0.0.1:55282_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: [4])
   [junit4]   2> 1530781 INFO  (zkCallback-1355-thread-1-processing-n:127.0.0.1:55292_solr) [n:127.0.0.1:55292_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: [4])
   [junit4]   2> 1530781 INFO  (zkCallback-1352-thread-1-processing-n:127.0.0.1:55300_solr) [n:127.0.0.1:55300_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: [4])
   [junit4]   2> 1530781 INFO  (zkCallback-1354-thread-1-processing-n:127.0.0.1:55297_solr) [n:127.0.0.1:55297_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: [4])
   [junit4]   2> 1530781 INFO  (jetty-launcher-1330-thread-2) [n:127.0.0.1:55282_solr    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1530782 INFO  (jetty-launcher-1330-thread-2) [n:127.0.0.1:55282_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1530782 INFO  (OverseerStateUpdate-96287779332161550-127.0.0.1:55292_solr-n_0000000000) [n:127.0.0.1:55292_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:55292_solr"} current state version: 0
   [junit4]   2> 1530782 INFO  (OverseerStateUpdate-96287779332161550-127.0.0.1:55292_solr-n_0000000000) [n:127.0.0.1:55292_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:55292_solr
   [junit4]   2> 1530782 INFO  (zkCallback-1353-thread-1-processing-n:127.0.0.1:55285_solr) [n:127.0.0.1:55285_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: [4])
   [junit4]   2> 1530782 INFO  (zkCallback-1355-thread-1-processing-n:127.0.0.1:55292_solr) [n:127.0.0.1:55292_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1530782 INFO  (zkCallback-1352-thread-1-processing-n:127.0.0.1:55300_solr) [n:127.0.0.1:55300_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1530783 INFO  (zkCallback-1354-thread-1-processing-n:127.0.0.1:55297_solr) [n:127.0.0.1:55297_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1530783 INFO  (zkCallback-1356-thread-1-processing-n:127.0.0.1:55282_solr) [n:127.0.0.1:55282_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1530784 INFO  (zkCallback-1353-thread-1-processing-n:127.0.0.1:55285_solr) [n:127.0.0.1:55285_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1530816 INFO  (jetty-launcher-1330-thread-4) [n:127.0.0.1:55292_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1530816 INFO  (jetty-launcher-1330-thread-4) [n:127.0.0.1:55292_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1530817 INFO  (jetty-launcher-1330-thread-4) [n:127.0.0.1:55292_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.security.BasicAuthIntegrationTest_CCC9A23068B7577F-001\tempDir-001\node4\.
   [junit4]   2> 1530817 INFO  (jetty-launcher-1330-thread-4) [n:127.0.0.1:55292_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1530819 INFO  (jetty-launcher-1330-thread-4) [n:127.0.0.1:55292_solr    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1530819 INFO  (jetty-launcher-1330-thread-4) [n:127.0.0.1:55292_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1530819 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[CCC9A23068B7577F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1530820 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[CCC9A23068B7577F]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1530822 INFO  (zkCallback-1362-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@13841b3 name:ZooKeeperConnection Watcher:127.0.0.1:55278 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1530822 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[CCC9A23068B7577F]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1530823 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[CCC9A23068B7577F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1530828 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[CCC9A23068B7577F]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@bd382f{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1530828 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[CCC9A23068B7577F]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=25862636
   [junit4]   2> 1530829 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[CCC9A23068B7577F]) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:55297_solr as DOWN
   [junit4]   2> 1530838 INFO  (zkCallback-1356-thread-2-processing-n:127.0.0.1:55282_solr) [n:127.0.0.1:55282_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: [5])
   [junit4]   2> 1530838 INFO  (zkCallback-1355-thread-1-processing-n:127.0.0.1:55292_solr) [n:127.0.0.1:55292_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: [5])
   [junit4]   2> 1530839 INFO  (zkCallback-1353-thread-1-processing-n:127.0.0.1:55285_solr) [n:127.0.0.1:55285_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: [5])
   [junit4]   2> 1530839 INFO  (zkCallback-1354-thread-1-processing-n:127.0.0.1:55297_solr) [n:127.0.0.1:55297_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: [5])
   [junit4]   2> 1530839 WARN  (zkCallback-1354-thread-1-processing-n:127.0.0.1:55297_solr) [n:127.0.0.1:55297_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1530840 INFO  (zkCallback-1352-thread-1-processing-n:127.0.0.1:55300_solr) [n:127.0.0.1:55300_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: [5])
   [junit4]   2> 1530842 INFO  (OverseerStateUpdate-96287779332161550-127.0.0.1:55292_solr-n_0000000000) [n:127.0.0.1:55292_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:55297_solr"} current state version: 0
   [junit4]   2> 1530842 INFO  (OverseerStateUpdate-96287779332161550-127.0.0.1:55292_solr-n_0000000000) [n:127.0.0.1:55292_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:55297_solr
   [junit4]   2> 1530842 INFO  (zkCallback-1356-thread-2-processing-n:127.0.0.1:55282_solr) [n:127.0.0.1:55282_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 1530842 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[CCC9A23068B7577F]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@16d4252{/solr,null,UNAVAILABLE}
   [junit4]   2> 1530842 INFO  (zkCallback-1355-thread-1-processing-n:127.0.0.1:55292_solr) [n:127.0.0.1:55292_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 1530843 INFO  (zkCallback-1353-thread-1-processing-n:127.0.0.1:55285_solr) [n:127.0.0.1:55285_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 1530843 INFO  (zkCallback-1352-thread-1-processing-n:127.0.0.1:55300_solr) [n:127.0.0.1:55300_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 1530845 INFO  (zkCallback-1356-thread-1-processing-n:127.0.0.1:55282_solr) [n:127.0.0.1:55282_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96287779332161547-127.0.0.1:55285_solr-n_0000000002 to know if I could be the leader
   [junit4]   2> 1530851 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[CCC9A23068B7577F]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1530853 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[CCC9A23068B7577F]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@103d443{/solr,null,AVAILABLE}
   [junit4]   2> 1530854 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[CCC9A23068B7577F]) [    ] o.e.j.s.ServerConnector Started ServerConnector@1daa1b8{HTTP/1.1,[http/1.1]}{127.0.0.1:55345}
   [junit4]   2> 1530854 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[CCC9A23068B7577F]) [    ] o.e.j.s.Server Started @1534577ms
   [junit4]   2> 1530854 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[CCC9A23068B7577F]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=55345}
   [junit4]   2> 1530854 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[CCC9A23068B7577F]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 1530854 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[CCC9A23068B7577F]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.security.BasicAuthIntegrationTest_CCC9A23068B7577F-001\tempDir-001\node6'
   [junit4]   2> 1530854 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[CCC9A23068B7577F]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1530854 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[CCC9A23068B7577F]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1530857 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[CCC9A23068B7577F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1530857 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[CCC9A23068B7577F]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1530859 INFO  (zkCallback-1364-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1288f4c name:ZooKeeperConnection Watcher:127.0.0.1:55278/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1530860 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[CCC9A23068B7577F]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1530860 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[CCC9A23068B7577F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1530860 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[CCC9A23068B7577F]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1530877 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x1561539a34e0011, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1530878 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[CCC9A23068B7577F]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.security.BasicAuthIntegrationTest_CCC9A23068B7577F-001\tempDir-001\node6\.
   [junit4]   2> 1530878 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[CCC9A23068B7577F]) [    ] o.a.s.c.CoreContainer New CoreContainer 23594664
   [junit4]   2> 1530878 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[CCC9A23068B7577F]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.security.BasicAuthIntegrationTest_CCC9A23068B7577F-001\tempDir-001\node6]
   [junit4]   2> 1530878 WARN  (TEST-BasicAuthIntegrationTest.testBasics-seed#[CCC9A23068B7577F]) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.security.BasicAuthIntegrationTest_CCC9A23068B7577F-001\tempDir-001\node6\lib to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.security.BasicAuthIntegrationTest_CCC9A23068B7577F-001\tempDir-001\node6\lib
   [junit4]   2> 1530879 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[CCC9A23068B7577F]) [    ] 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> 1530882 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[CCC9A23068B7577F]) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 1530882 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[CCC9A23068B7577F]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1530882 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[CCC9A23068B7577F]) [    ] o.a.s.l.LogWatcher Re

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

treamException: Unable to read additional data from client sessionid 0x156154a33c90005, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2628720 INFO  (jetty-launcher-10971-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@baff57{/solr,null,UNAVAILABLE}
   [junit4]   2> 2628729 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[CCC9A23068B7577F]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:62220 62220
   [junit4]   2> 2628739 INFO  (Thread-4589) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:62220 62220
   [junit4]   2> 2628741 WARN  (Thread-4589) [    ] 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/security.json
   [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> 	15	/solr/overseer/queue
   [junit4]   2> 	9	/solr/overseer/collection-queue-work
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 	3	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 2628742 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[CCC9A23068B7577F]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_CCC9A23068B7577F-001
   [junit4]   2> Jul 23, 2016 1:06:52 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 4 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene62, sim=RandomSimilarity(queryNorm=true): {}, locale=en-ZA, timezone=Etc/GMT-4
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_92 (32-bit)/cpus=3,threads=1,free=171386848,total=374808576
   [junit4]   2> NOTE: All tests run in this JVM: [TestDistribDocBasedVersion, CleanupOldIndexTest, DistributedIntervalFacetingTest, TestSystemIdResolver, MergeStrategyTest, TestSerializedLuceneMatchVersion, TestTestInjection, TestScoreJoinQPNoScore, TestFieldTypeCollectionResource, CloneFieldUpdateProcessorFactoryTest, TestSubQueryTransformerDistrib, TestValueSourceCache, TestSlowCompositeReaderWrapper, CoreSorterTest, TestSolrQueryParser, TriLevelCompositeIdRoutingTest, BasicZkTest, SpellCheckComponentTest, TestSolrDeletionPolicy2, TestComplexPhraseQParserPlugin, TestConfigSetProperties, HighlighterConfigTest, SaslZkACLProviderTest, CurrencyFieldOpenExchangeTest, RAMDirectoryFactoryTest, ConnectionReuseTest, DistributedQueueTest, TestFieldCacheWithThreads, TestRTimerTree, TestReplicaProperties, TestShortCircuitedRequests, ResourceLoaderTest, TestCustomDocTransformer, TermVectorComponentDistributedTest, TestCollationField, TestStressLiveNodes, TestCloudInspectUtil, TestLeaderElectionZkExpiry, TestRecovery, IndexSchemaRuntimeFieldTest, TestSubQueryTransformer, CSVRequestHandlerTest, TestSolrIndexConfig, TestCrossCoreJoin, TestDynamicFieldCollectionResource, TestCharFilters, VersionInfoTest, LoggingHandlerTest, TestRawTransformer, TestDistributedMissingSort, EchoParamsTest, TestManagedStopFilterFactory, HdfsCollectionsAPIDistributedZkTest, TestCoreDiscovery, CollectionTooManyReplicasTest, OutputWriterTest, TestSchemaSimilarityResource, SmileWriterTest, SpellCheckCollatorTest, DeleteInactiveReplicaTest, PKIAuthenticationIntegrationTest, TestFastWriter, ConvertedLegacyTest, TestFuzzyAnalyzedSuggestions, TestMinMaxOnMultiValuedField, ExitableDirectoryReaderTest, DefaultValueUpdateProcessorTest, TestTrie, DistributedTermsComponentTest, TestNRTOpen, RequestHandlersTest, ResponseLogComponentTest, TestUninvertingReader, TestSolrConfigHandlerCloud, OverriddenZkACLAndCredentialsProvidersTest, LeaderInitiatedRecoveryOnShardRestartTest, TestReloadDeadlock, CollectionsAPISolrJTest, DateMathParserTest, DistributedFacetPivotWhiteBoxTest, BadCopyFieldTest, TestStressRecovery, OverseerStatusTest, TestRandomFaceting, TestPerFieldSimilarity, TestOverriddenPrefixQueryForCustomFieldType, ConfigSetsAPITest, TestConfigReload, HLLSerializationTest, TestRTGBase, TestReRankQParserPlugin, DistributedQueryComponentOptimizationTest, CollectionReloadTest, DistributedMLTComponentTest, TestSimpleTrackingShardHandler, TestInfoStreamLogging, UniqFieldsUpdateProcessorFactoryTest, NumericFieldsTest, ZkSolrClientTest, HdfsThreadLeakTest, TestConfigSetsAPIZkFailure, HdfsBasicDistributedZk2Test, TestDFISimilarityFactory, TestNumericTerms32, TestXmlQParserPlugin, TestReversedWildcardFilterFactory, TestSolrJ, TestBinaryField, SynonymTokenizerTest, ExplicitHLLTest, TestSolrDynamicMBean, TestSolr4Spatial2, TestOmitPositions, TestSuggestSpellingConverter, AnalysisErrorHandlingTest, BufferStoreTest, TestGraphMLResponseWriter, TestDistributedGrouping, SpatialRPTFieldTypeTest, TestConfigOverlay, ConjunctionSolrSpellCheckerTest, StressHdfsTest, JavabinLoaderTest, TestOnReconnectListenerSupport, BigEndianAscendingWordSerializerTest, TestFieldCache, DateFieldTest, DistributedDebugComponentTest, CollectionsAPIDistributedZkTest, TestGraphTermsQParserPlugin, PreAnalyzedUpdateProcessorTest, BasicDistributedZk2Test, TestInitQParser, SearchHandlerTest, SolrIndexSplitterTest, TestRandomRequestDistribution, BinaryUpdateRequestHandlerTest, HdfsRecoverLeaseTest, TestConfigSetsAPI, TestShardHandlerFactory, TestDynamicLoading, TestSchemaNameResource, CreateCollectionCleanupTest, TestRequestStatusCollectionAPI, SharedFSAutoReplicaFailoverTest, SpellingQueryConverterTest, TestSolrCoreProperties, TestRestoreCore, SolrPluginUtilsTest, SimpleMLTQParserTest, CheckHdfsIndexTest, DistanceUnitsTest, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, SyncSliceTest, OpenCloseCoreStressTest, LeaderElectionIntegrationTest, ShardRoutingTest, FullSolrCloudDistribCmdsTest, TestReplicationHandler, TestZkChroot, ShardRoutingCustomTest, AutoCommitTest, TestFaceting, TestHashPartitioner, DistributedSpellCheckComponentTest, ZkControllerTest, TestRealTimeGet, TestStressReorder, TestJoin, TestReload, TestStressVersions, HardAutoCommitTest, TestRangeQuery, SimpleFacetsTest, TestSolr4Spatial, StatsComponentTest, TestGroupingSearch, SolrCmdDistributorTest, QueryElevationComponentTest, BadIndexSchemaTest, TestFiltering, TestFunctionQuery, BasicFunctionalityTest, DirectUpdateHandlerTest, TestBadConfig, TestIndexSearcher, SoftAutoCommitTest, ShowFileRequestHandlerTest, CurrencyFieldXmlFileTest, SimplePostToolTest, AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser, SuggesterFSTTest, CoreAdminHandlerTest, TestFoldingMultitermQuery, DocValuesTest, SuggesterTSTTest, SuggesterTest, TestStressLucene, SpatialFilterTest, SuggesterWFSTTest, TestCSVLoader, PolyFieldTest, NoCacheHeaderTest, WordBreakSolrSpellCheckerTest, SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, TestUpdate, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory, QueryEqualityTest, DirectUpdateHandlerOptimizeTest, SortByFunctionTest, DistanceFunctionTest, SolrInfoMBeanTest, XsltUpdateRequestHandlerTest, DebugComponentTest, CacheHeaderTest, IndexBasedSpellCheckerTest, TestSurroundQueryParser, LukeRequestHandlerTest, TestQueryUtils, StandardRequestHandlerTest, TestWriterPerf, DirectSolrSpellCheckerTest, TestQueryTypes, FileBasedSpellCheckerTest, TermsComponentTest, PathHierarchyTokenizerFactoryTest, TermVectorComponentTest, TestIndexingPerformance, RequiredFieldsTest, FieldAnalysisRequestHandlerTest, FastVectorHighlighterTest, UpdateRequestProcessorFactoryTest, TestCSVResponseWriter, QueryParsingTest, TestAnalyzedSuggestions, JsonLoaderTest, TestPHPSerializedResponseWriter, TestBinaryResponseWriter, TestLFUCache, SOLR749Test, TestQuerySenderListener, UpdateParamsTest, AlternateDirectoryTest, TestQuerySenderNoQuery, CopyFieldTest, TestMergePolicyConfig, MultiTermTest, MinimalSchemaTest, TestConfig, DirectSolrConnectionTest, NotRequiredUniqueKeyTest, TestPhraseSuggestions, SpellPossibilityIteratorTest, TestSweetSpotSimilarityFactory, TestDFRSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestBM25SimilarityFactory, TestJmxMonitoredMap, TestFastOutputStream, OpenExchangeRatesOrgProviderTest, URLClassifyProcessorTest, PluginInfoTest, PreAnalyzedFieldTest, TestUtils, ZkNodePropsTest, FileUtilsTest, SolrTestCaseJ4Test, TestCursorMarkWithoutUniqueKey, TestHighlightDedupGrouping, TestTolerantSearch, TestJettySolrRunner, ActionThrottleTest, AliasIntegrationTest, AssignTest, AsyncCallRequestStatusResponseTest, AsyncMigrateRouteKeyTest, BaseCdcrDistributedZkTest, CdcrReplicationDistributedZkTest, CdcrReplicationHandlerTest, CdcrVersionReplicationTest, CloudExitableDirectoryReaderTest, ConcurrentDeleteAndCreateCollectionTest, DeleteLastCustomShardedReplicaTest, DeleteReplicaTest, DeleteStatusTest, DistribCursorPagingTest, DistribDocExpirationUpdateProcessorTest, LeaderFailoverAfterPartitionTest, MigrateRouteKeyTest, OverseerModifyCollectionTest, OverseerTaskQueueTest, RecoveryAfterSoftCommitTest, ReplicationFactorTest, RollingRestartTest, TestAuthenticationFramework, TestCloudPivotFacet, TestHdfsCloudBackupRestore, TestLocalFSCloudBackupRestore]
   [junit4] Completed [482/623 (2!)] on J1 in 13.50s, 1 test, 1 failure <<< FAILURES!

[...truncated 52831 lines...]


[JENKINS] Lucene-Solr-master-Windows (64bit/jdk1.8.0_92) - Build # 5998 - Failure!

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

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.CdcrVersionReplicationTest

Error Message:
ObjectTracker found 1 object(s) that were not released!!! [InternalHttpClient]

Stack Trace:
java.lang.AssertionError: ObjectTracker found 1 object(s) that were not released!!! [InternalHttpClient]
	at __randomizedtesting.SeedInfo.seed([104CA7AAB781DBFC]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNull(Assert.java:551)
	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:257)
	at sun.reflect.GeneratedMethodAccessor40.invoke(Unknown Source)
	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$7.evaluate(RandomizedRunner.java:834)
	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:
expected:<COMPLETED> but was:<FAILED>

Stack Trace:
java.lang.AssertionError: expected:<COMPLETED> but was:<FAILED>
	at __randomizedtesting.SeedInfo.seed([104CA7AAB781DBFC:98189870197DB604]: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:147)
	at org.apache.solr.cloud.AbstractCloudBackupRestoreTestCase.testBackupAndRestore(AbstractCloudBackupRestoreTestCase.java:208)
	at org.apache.solr.cloud.AbstractCloudBackupRestoreTestCase.test(AbstractCloudBackupRestoreTestCase.java:126)
	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 11042 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestLocalFSCloudBackupRestore
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_104CA7AAB781DBFC-001\init-core-data-001
   [junit4]   2> 680886 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[104CA7AAB781DBFC]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 680888 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[104CA7AAB781DBFC]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 680890 INFO  (Thread-1137) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 680890 INFO  (Thread-1137) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 680988 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[104CA7AAB781DBFC]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:58294
   [junit4]   2> 680988 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[104CA7AAB781DBFC]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 680989 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[104CA7AAB781DBFC]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 680994 INFO  (zkCallback-753-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@216a849d name:ZooKeeperConnection Watcher:127.0.0.1:58294 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 680994 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[104CA7AAB781DBFC]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 680994 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[104CA7AAB781DBFC]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 680994 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[104CA7AAB781DBFC]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 680999 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x156130bae950000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 681003 INFO  (jetty-launcher-752-thread-1) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 681004 INFO  (jetty-launcher-752-thread-2) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 681004 INFO  (jetty-launcher-752-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@73912531{/solr,null,AVAILABLE}
   [junit4]   2> 681005 INFO  (jetty-launcher-752-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@65314bec{/solr,null,AVAILABLE}
   [junit4]   2> 681005 INFO  (jetty-launcher-752-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@52a1607c{HTTP/1.1,[http/1.1]}{127.0.0.1:58298}
   [junit4]   2> 681005 INFO  (jetty-launcher-752-thread-2) [    ] o.e.j.s.Server Started @686141ms
   [junit4]   2> 681005 INFO  (jetty-launcher-752-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=58298}
   [junit4]   2> 681006 INFO  (jetty-launcher-752-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 681006 INFO  (jetty-launcher-752-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@759be228{HTTP/1.1,[http/1.1]}{127.0.0.1:58301}
   [junit4]   2> 681006 INFO  (jetty-launcher-752-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_104CA7AAB781DBFC-001\tempDir-001\node2'
   [junit4]   2> 681006 INFO  (jetty-launcher-752-thread-1) [    ] o.e.j.s.Server Started @686141ms
   [junit4]   2> 681006 INFO  (jetty-launcher-752-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=58301}
   [junit4]   2> 681006 INFO  (jetty-launcher-752-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 681006 INFO  (jetty-launcher-752-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 681006 INFO  (jetty-launcher-752-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 681006 INFO  (jetty-launcher-752-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_104CA7AAB781DBFC-001\tempDir-001\node1'
   [junit4]   2> 681006 INFO  (jetty-launcher-752-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 681006 INFO  (jetty-launcher-752-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 681007 INFO  (jetty-launcher-752-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 681007 INFO  (jetty-launcher-752-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 681008 INFO  (jetty-launcher-752-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 681008 INFO  (jetty-launcher-752-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 681013 INFO  (zkCallback-755-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@77f4ddce name:ZooKeeperConnection Watcher:127.0.0.1:58294/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 681013 INFO  (jetty-launcher-752-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 681013 INFO  (zkCallback-754-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@56faa462 name:ZooKeeperConnection Watcher:127.0.0.1:58294/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 681013 INFO  (jetty-launcher-752-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 681013 INFO  (jetty-launcher-752-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 681013 INFO  (jetty-launcher-752-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 681014 INFO  (jetty-launcher-752-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 681014 INFO  (jetty-launcher-752-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 681027 INFO  (jetty-launcher-752-thread-2) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_104CA7AAB781DBFC-001\tempDir-001\node2\.
   [junit4]   2> 681027 INFO  (jetty-launcher-752-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 1007443835
   [junit4]   2> 681027 INFO  (jetty-launcher-752-thread-2) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_104CA7AAB781DBFC-001\tempDir-001\node2]
   [junit4]   2> 681027 WARN  (jetty-launcher-752-thread-2) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_104CA7AAB781DBFC-001\tempDir-001\node2\lib to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_104CA7AAB781DBFC-001\tempDir-001\node2\lib
   [junit4]   2> 681027 INFO  (jetty-launcher-752-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> 681030 INFO  (jetty-launcher-752-thread-1) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_104CA7AAB781DBFC-001\tempDir-001\node1\.
   [junit4]   2> 681030 INFO  (jetty-launcher-752-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 1242925631
   [junit4]   2> 681030 INFO  (jetty-launcher-752-thread-1) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_104CA7AAB781DBFC-001\tempDir-001\node1]
   [junit4]   2> 681030 WARN  (jetty-launcher-752-thread-1) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_104CA7AAB781DBFC-001\tempDir-001\node1\lib to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_104CA7AAB781DBFC-001\tempDir-001\node1\lib
   [junit4]   2> 681030 INFO  (jetty-launcher-752-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> 681034 INFO  (jetty-launcher-752-thread-2) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 681034 INFO  (jetty-launcher-752-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 681034 INFO  (jetty-launcher-752-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 681034 INFO  (jetty-launcher-752-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58294/solr
   [junit4]   2> 681034 INFO  (jetty-launcher-752-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 681034 INFO  (jetty-launcher-752-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 681035 INFO  (jetty-launcher-752-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 681036 INFO  (jetty-launcher-752-thread-1) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 681038 INFO  (jetty-launcher-752-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 681038 INFO  (jetty-launcher-752-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 681038 INFO  (jetty-launcher-752-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58294/solr
   [junit4]   2> 681038 INFO  (jetty-launcher-752-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 681038 INFO  (jetty-launcher-752-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 681039 INFO  (jetty-launcher-752-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 681055 INFO  (zkCallback-760-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@232b2b80 name:ZooKeeperConnection Watcher:127.0.0.1:58294 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 681057 INFO  (jetty-launcher-752-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 681057 INFO  (zkCallback-761-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@15be9569 name:ZooKeeperConnection Watcher:127.0.0.1:58294 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 681057 INFO  (jetty-launcher-752-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 681057 INFO  (jetty-launcher-752-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 681057 INFO  (jetty-launcher-752-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 681058 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x156130bae950003, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 681059 INFO  (jetty-launcher-752-thread-2) [n:127.0.0.1:58298_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$10/1928890062@296e4f74
   [junit4]   2> 681060 INFO  (jetty-launcher-752-thread-2) [n:127.0.0.1:58298_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 681061 INFO  (jetty-launcher-752-thread-1) [n:127.0.0.1:58301_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$10/1928890062@5f73b87c
   [junit4]   2> 681062 INFO  (jetty-launcher-752-thread-1) [n:127.0.0.1:58301_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 681064 INFO  (zkCallback-762-thread-1-processing-n:127.0.0.1:58298_solr) [n:127.0.0.1:58298_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2a588a34 name:ZooKeeperConnection Watcher:127.0.0.1:58294/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 681065 INFO  (jetty-launcher-752-thread-2) [n:127.0.0.1:58298_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 681065 INFO  (zkCallback-763-thread-1-processing-n:127.0.0.1:58301_solr) [n:127.0.0.1:58301_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@567e277f name:ZooKeeperConnection Watcher:127.0.0.1:58294/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 681065 INFO  (jetty-launcher-752-thread-1) [n:127.0.0.1:58301_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 681066 INFO  (jetty-launcher-752-thread-2) [n:127.0.0.1:58298_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 681067 INFO  (jetty-launcher-752-thread-1) [n:127.0.0.1:58301_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 681070 INFO  (jetty-launcher-752-thread-2) [n:127.0.0.1:58298_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 681070 INFO  (jetty-launcher-752-thread-1) [n:127.0.0.1:58301_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 681073 INFO  (jetty-launcher-752-thread-1) [n:127.0.0.1:58301_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 681075 INFO  (jetty-launcher-752-thread-2) [n:127.0.0.1:58298_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 681076 INFO  (jetty-launcher-752-thread-2) [n:127.0.0.1:58298_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 681076 INFO  (jetty-launcher-752-thread-1) [n:127.0.0.1:58301_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 681078 INFO  (jetty-launcher-752-thread-1) [n:127.0.0.1:58301_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 681078 INFO  (jetty-launcher-752-thread-2) [n:127.0.0.1:58298_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 681080 INFO  (jetty-launcher-752-thread-1) [n:127.0.0.1:58301_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 681081 INFO  (jetty-launcher-752-thread-2) [n:127.0.0.1:58298_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 681082 INFO  (jetty-launcher-752-thread-2) [n:127.0.0.1:58298_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 681083 INFO  (jetty-launcher-752-thread-1) [n:127.0.0.1:58301_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 681083 INFO  (jetty-launcher-752-thread-1) [n:127.0.0.1:58301_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 681084 INFO  (jetty-launcher-752-thread-2) [n:127.0.0.1:58298_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 681085 INFO  (jetty-launcher-752-thread-2) [n:127.0.0.1:58298_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 681085 INFO  (jetty-launcher-752-thread-1) [n:127.0.0.1:58301_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 681086 INFO  (jetty-launcher-752-thread-1) [n:127.0.0.1:58301_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 681087 INFO  (jetty-launcher-752-thread-2) [n:127.0.0.1:58298_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 681087 INFO  (jetty-launcher-752-thread-2) [n:127.0.0.1:58298_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 681087 INFO  (jetty-launcher-752-thread-1) [n:127.0.0.1:58301_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 681088 INFO  (jetty-launcher-752-thread-2) [n:127.0.0.1:58298_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 681088 INFO  (jetty-launcher-752-thread-1) [n:127.0.0.1:58301_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 681088 INFO  (jetty-launcher-752-thread-2) [n:127.0.0.1:58298_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 681089 INFO  (jetty-launcher-752-thread-1) [n:127.0.0.1:58301_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 681091 INFO  (jetty-launcher-752-thread-1) [n:127.0.0.1:58301_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 681092 INFO  (jetty-launcher-752-thread-2) [n:127.0.0.1:58298_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 681093 INFO  (jetty-launcher-752-thread-2) [n:127.0.0.1:58298_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 681093 INFO  (jetty-launcher-752-thread-1) [n:127.0.0.1:58301_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 681094 INFO  (jetty-launcher-752-thread-1) [n:127.0.0.1:58301_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 681094 INFO  (jetty-launcher-752-thread-2) [n:127.0.0.1:58298_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 681095 INFO  (jetty-launcher-752-thread-1) [n:127.0.0.1:58301_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96285382929612806-127.0.0.1:58301_solr-n_0000000000
   [junit4]   2> 681095 INFO  (jetty-launcher-752-thread-2) [n:127.0.0.1:58298_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96285382929612805-127.0.0.1:58298_solr-n_0000000001
   [junit4]   2> 681095 INFO  (jetty-launcher-752-thread-1) [n:127.0.0.1:58301_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:58301_solr
   [junit4]   2> 681095 INFO  (jetty-launcher-752-thread-1) [n:127.0.0.1:58301_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 681096 INFO  (jetty-launcher-752-thread-2) [n:127.0.0.1:58298_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96285382929612806-127.0.0.1:58301_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 681096 INFO  (jetty-launcher-752-thread-2) [n:127.0.0.1:58298_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58298_solr
   [junit4]   2> 681096 INFO  (jetty-launcher-752-thread-2) [n:127.0.0.1:58298_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:58298_solr
   [junit4]   2> 681098 INFO  (jetty-launcher-752-thread-1) [n:127.0.0.1:58301_solr    ] o.a.s.c.Overseer Overseer (id=96285382929612806-127.0.0.1:58301_solr-n_0000000000) starting
   [junit4]   2> 681098 INFO  (zkCallback-763-thread-1-processing-n:127.0.0.1:58301_solr) [n:127.0.0.1:58301_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> 681098 INFO  (zkCallback-762-thread-1-processing-n:127.0.0.1:58298_solr) [n:127.0.0.1:58298_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> 681099 INFO  (zkCallback-763-thread-1-processing-n:127.0.0.1:58301_solr) [n:127.0.0.1:58301_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 681102 INFO  (zkCallback-762-thread-1-processing-n:127.0.0.1:58298_solr) [n:127.0.0.1:58298_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 681110 INFO  (jetty-launcher-752-thread-2) [n:127.0.0.1:58298_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 681110 INFO  (jetty-launcher-752-thread-2) [n:127.0.0.1:58298_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 681111 INFO  (jetty-launcher-752-thread-2) [n:127.0.0.1:58298_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_104CA7AAB781DBFC-001\tempDir-001\node2\.
   [junit4]   2> 681112 INFO  (jetty-launcher-752-thread-2) [n:127.0.0.1:58298_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 681112 INFO  (jetty-launcher-752-thread-1) [n:127.0.0.1:58301_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 681112 INFO  (jetty-launcher-752-thread-2) [n:127.0.0.1:58298_solr    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 681112 INFO  (jetty-launcher-752-thread-2) [n:127.0.0.1:58298_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 681122 INFO  (jetty-launcher-752-thread-1) [n:127.0.0.1:58301_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 681122 INFO  (jetty-launcher-752-thread-1) [n:127.0.0.1:58301_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:58301_solr as DOWN
   [junit4]   2> 681124 INFO  (jetty-launcher-752-thread-1) [n:127.0.0.1:58301_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58301_solr
   [junit4]   2> 681124 INFO  (jetty-launcher-752-thread-1) [n:127.0.0.1:58301_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:58301_solr
   [junit4]   2> 681125 INFO  (zkCallback-763-thread-1-processing-n:127.0.0.1:58301_solr) [n:127.0.0.1:58301_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> 681125 INFO  (zkCallback-762-thread-1-processing-n:127.0.0.1:58298_solr) [n:127.0.0.1:58298_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> 681132 INFO  (jetty-launcher-752-thread-1) [n:127.0.0.1:58301_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 681132 INFO  (jetty-launcher-752-thread-1) [n:127.0.0.1:58301_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 681133 INFO  (jetty-launcher-752-thread-1) [n:127.0.0.1:58301_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_104CA7AAB781DBFC-001\tempDir-001\node1\.
   [junit4]   2> 681133 INFO  (jetty-launcher-752-thread-1) [n:127.0.0.1:58301_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 681134 INFO  (zkCallback-763-thread-1-processing-n:127.0.0.1:58301_solr) [n:127.0.0.1:58301_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 681134 INFO  (zkCallback-762-thread-1-processing-n:127.0.0.1:58298_solr) [n:127.0.0.1:58298_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 681135 INFO  (jetty-launcher-752-thread-1) [n:127.0.0.1:58301_solr    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 681135 INFO  (jetty-launcher-752-thread-1) [n:127.0.0.1:58301_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 681135 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[104CA7AAB781DBFC]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 681136 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[104CA7AAB781DBFC]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 681141 INFO  (OverseerCollectionConfigSetProcessor-96285382929612806-127.0.0.1:58301_solr-n_0000000000) [n:127.0.0.1:58301_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 681141 INFO  (OverseerStateUpdate-96285382929612806-127.0.0.1:58301_solr-n_0000000000) [n:127.0.0.1:58301_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 681143 INFO  (OverseerStateUpdate-96285382929612806-127.0.0.1:58301_solr-n_0000000000) [n:127.0.0.1:58301_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (2)
   [junit4]   2> 681145 INFO  (OverseerStateUpdate-96285382929612806-127.0.0.1:58301_solr-n_0000000000) [n:127.0.0.1:58301_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:58301_solr"} current state version: 0
   [junit4]   2> 681145 INFO  (OverseerStateUpdate-96285382929612806-127.0.0.1:58301_solr-n_0000000000) [n:127.0.0.1:58301_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:58301_solr
   [junit4]   2> 681152 INFO  (zkCallback-766-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7379e39f name:ZooKeeperConnection Watcher:127.0.0.1:58294 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 681152 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[104CA7AAB781DBFC]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 681152 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[104CA7AAB781DBFC]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 681153 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x156130bae950007, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 681156 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[104CA7AAB781DBFC]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 681157 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[104CA7AAB781DBFC]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 681159 INFO  (zkCallback-769-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2ee27149 name:ZooKeeperConnection Watcher:127.0.0.1:58294/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 681159 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[104CA7AAB781DBFC]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 681159 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[104CA7AAB781DBFC]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 681159 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[104CA7AAB781DBFC]-worker) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 681161 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[104CA7AAB781DBFC]-worker) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 681162 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[104CA7AAB781DBFC]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 681166 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[104CA7AAB781DBFC]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 681170 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[104CA7AAB781DBFC]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 681228 INFO  (TEST-TestLocalFSCloudBackupRestore.test-seed#[104CA7AAB781DBFC]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 681230 INFO  (qtp1531933354-5105) [n:127.0.0.1:58301_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> 681239 INFO  (OverseerCollectionConfigSetProcessor-96285382929612806-127.0.0.1:58301_solr-n_0000000000) [n:127.0.0.1:58301_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> 681241 INFO  (OverseerThreadFactory-2269-thread-1-processing-n:127.0.0.1:58301_solr) [n:127.0.0.1:58301_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> 681241 INFO  (OverseerThreadFactory-2269-thread-1-processing-n:127.0.0.1:58301_solr) [n:127.0.0.1:58301_solr    ] o.a.s.c.OverseerCollectionMessageHandler Create collection backuprestore
   [junit4]   2> 681242 INFO  (OverseerThreadFactory-2269-thread-1-processing-n:127.0.0.1:58301_solr) [n:127.0.0.1:58301_solr    ] o.a.s.c.OverseerCollectionMessageHandler creating collections conf node /collections/backuprestore 
   [junit4]   2> 681242 INFO  (OverseerThreadFactory-2269-thread-1-processing-n:127.0.0.1:58301_solr) [n:127.0.0.1:58301_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections/backuprestore
   [junit4]   2> 681245 INFO  (zkCallback-763-thread-1-processing-n:127.0.0.1:58301_solr) [n:127.0.0.1:58301_solr    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 681245 INFO  (zkCallback-769-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 681246 INFO  (zkCallback-762-thread-1-processing-n:127.0.0.1:58298_solr) [n:127.0.0.1:58298_solr    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 681253 INFO  (OverseerStateUpdate-96285382929612806-127.0.0.1:58301_solr-n_0000000000) [n:127.0.0.1:58301_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> 681253 INFO  (OverseerStateUpdate-96285382929612806-127.0.0.1:58301_solr-n_0000000000) [n:127.0.0.1:58301_solr    ] o.a.s.c.o.ClusterStateMutator building a new cName: backuprestore
   [junit4]   2> 681255 INFO  (OverseerStateUpdate-96285382929612806-127.0.0.1:58301_solr-n_0000000000) [n:127.0.0.1:58301_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/backuprestore/state.json
   [junit4]   2> 681353 INFO  (OverseerThreadFactory-2269-thread-1-processing-n:127.0.0.1:58301_solr) [n:127.0.0.1:58301_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating SolrCores for new collection backuprestore, shardNames [shard1, shard2] , replicationFactor : 2
   [junit4]   2> 681353 INFO  (OverseerThreadFactory-2269-thread-1-processing-n:127.0.0.1:58301_solr) [n:127.0.0.1:58301_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core backuprestore_shard1_replica1 as part of shard shard1 of collection backuprestore on 127.0.0.1:58301_solr
   [junit4]   2> 681353 INFO  (OverseerThreadFactory-2269-thread-1-processing-n:127.0.0.1:58301_solr) [n:127.0.0.1:58301_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core backuprestore_shard2_replica2 as part of shard shard2 of collection backuprestore on 127.0.0.1:58298_solr
   [junit4]   2> 681353 INFO  (OverseerThreadFactory-2269-thread-1-processing-n:127.0.0.1:58301_solr) [n:127.0.0.1:58301_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core backuprestore_shard2_replica1 as part of shard shard2 of collection backuprestore on 127.0.0.1:58301_solr
   [junit4]   2> 681353 INFO  (OverseerThreadFactory-2269-thread-1-processing-n:127.0.0.1:58301_solr) [n:127.0.0.1:58301_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core backuprestore_shard1_replica2 as part of shard shard1 of collection backuprestore on 127.0.0.1:58298_solr
   [junit4]   2> 681355 INFO  (qtp1531933354-5129) [n:127.0.0.1:58301_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> 681358 INFO  (qtp1531933354-5129) [n:127.0.0.1:58301_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> 681361 INFO  (qtp310595189-5118) [n:127.0.0.1:58298_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> 681361 INFO  (qtp1531933354-5129) [n:127.0.0.1:58301_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 681361 INFO  (qtp1531933354-5127) [n:127.0.0.1:58301_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> 681361 INFO  (qtp310595189-5117) [n:127.0.0.1:58298_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> 681361 INFO  (qtp310595189-5118) [n:127.0.0.1:58298_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> 681361 INFO  (qtp1531933354-5127) [n:127.0.0.1:58301_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> 681365 INFO  (qtp310595189-5118) [n:127.0.0.1:58298_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 681365 INFO  (qtp1531933354-5127) [n:127.0.0.1:58301_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 681365 INFO  (qtp310595189-5117) [n:127.0.0.1:58298_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> 681367 INFO  (qtp1531933354-5129) [n:127.0.0.1:58301_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController Registering watch for collection backuprestore
   [junit4]   2> 681367 INFO  (qtp310595189-5117) [n:127.0.0.1:58298_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 681367 INFO  (qtp1531933354-5129) [n:127.0.0.1:58301_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.c.ZkStateReader Add data for [backuprestore] ver [0]
   [junit4]   2> 681367 INFO  (qtp310595189-5118) [n:127.0.0.1:58298_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.ZkController Registering watch for collection backuprestore
   [junit4]   2> 681368 INFO  (qtp1531933354-5129) [n:127.0.0.1:58301_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 681368 INFO  (qtp1531933354-5127) [n:127.0.0.1:58301_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController Registering watch for collection backuprestore
   [junit4]   2> 681368 INFO  (qtp1531933354-5127) [n:127.0.0.1:58301_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 681368 INFO  (OverseerStateUpdate-96285382929612806-127.0.0.1:58301_solr-n_0000000000) [n:127.0.0.1:58301_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, message = {
   [junit4]   2>   "core":"backuprestore_shard1_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:58301/solr",
   [junit4]   2>   "node_name":"127.0.0.1:58301_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> 681368 INFO  (qtp310595189-5118) [n:127.0.0.1:58298_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.c.ZkStateReader Add data for [backuprestore] ver [0]
   [junit4]   2> 681368 INFO  (OverseerStateUpdate-96285382929612806-127.0.0.1:58301_solr-n_0000000000) [n:127.0.0.1:58301_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:58301/solr",
   [junit4]   2>   "node_name":"127.0.0.1:58301_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 681368 INFO  (qtp310595189-5117) [n:127.0.0.1:58298_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.ZkController Registering watch for collection backuprestore
   [junit4]   2> 681368 INFO  (qtp310595189-5117) [n:127.0.0.1:58298_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 681369 INFO  (qtp310595189-5118) [n:127.0.0.1:58298_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 681371 INFO  (OverseerStateUpdate-96285382929612806-127.0.0.1:58301_solr-n_0000000000) [n:127.0.0.1:58301_solr    ] o.a.s.c.Overseer processMessage: queueSize: 4, message = {
   [junit4]   2>   "core":"backuprestore_shard2_replica2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:58298/solr",
   [junit4]   2>   "node_name":"127.0.0.1:58298_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> 681371 INFO  (OverseerStateUpdate-96285382929612806-127.0.0.1:58301_solr-n_0000000000) [n:127.0.0.1:58301_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:58298/solr",
   [junit4]   2>   "node_name":"127.0.0.1:58298_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 681373 INFO  (OverseerStateUpdate-96285382929612806-127.0.0.1:58301_solr-n_0000000000) [n:127.0.0.1:58301_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, message = {
   [junit4]   2>   "core":"backuprestore_shard2_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:58301/solr",
   [junit4]   2>   "node_name":"127.0.0.1:58301_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> 681373 INFO  (OverseerStateUpdate-96285382929612806-127.0.0.1:58301_solr-n_0000000000) [n:127.0.0.1:58301_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:58301/solr",
   [junit4]   2>   "node_name":"127.0.0.1:58301_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 681375 INFO  (OverseerStateUpdate-96285382929612806-127.0.0.1:58301_solr-n_0000000000) [n:127.0.0.1:58301_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:58298/solr",
   [junit4]   2>   "node_name":"127.0.0.1:58298_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> 681375 INFO  (OverseerStateUpdate-96285382929612806-127.0.0.1:58301_solr-n_0000000000) [n:127.0.0.1:58301_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:58298/solr",
   [junit4]   2>   "node_name":"127.0.0.1:58298_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 681480 INFO  (OverseerStateUpdate-96285382929612806-127.0.0.1:58301_solr-n_0000000000) [n:127.0.0.1:58301_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/backuprestore/state.json version: 0
   [junit4]   2> 681481 INFO  (zkCallback-763-thread-2-processing-n:127.0.0.1:58301_solr) [n:127.0.0.1:58301_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> 681482 INFO  (zkCallback-762-thread-1-processing-n:127.0.0.1:58298_solr) [n:127.0.0.1:58298_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> 681483 INFO  (zkCallback-763-thread-2-processing-n:127.0.0.1:58301_solr) [n:127.0.0.1:58301_solr    ] o.a.s.c.c.ZkStateReader Updating data for [backuprestore] from [0] to [1]
   [junit4]   2> 681483 INFO  (zkCallback-762-thread-1-processing-n:127.0.0.1:58298_solr) [n:127.0.0.1:58298_solr    ] o.a.s.c.c.ZkStateReader Updating data for [backuprestore] from [0] to [1]
   [junit4]   2> 682368 INFO  (qtp1531933354-5129) [n:127.0.0.1:58301_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> 682368 INFO  (qtp1531933354-5127) [n:127.0.0.1:58301_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> 682368 INFO  (qtp1531933354-5129) [n:127.0.0.1:58301_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController Check for collection zkNode:backuprestore
   [junit4]   2> 682368 INFO  (qtp1531933354-5127) [n:127.0.0.1:58301_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController Check for collection zkNode:backuprestore
   [junit4]   2> 682369 INFO  (qtp1531933354-5129) [n:127.0.0.1:58301_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 682369 INFO  (qtp310595189-5117) [n:127.0.0.1:58298_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> 682369 INFO  (qtp310595189-5118) [n:127.0.0.1:58298_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> 682369 INFO  (qtp310595189-5117) [n:127.0.0.1:58298_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.ZkController Check for collection zkNode:backuprestore
   [junit4]   2> 682369 INFO  (qtp310595189-5118) [n:127.0.0.1:58298_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.ZkController Check for collection zkNode:backuprestore
   [junit4]   2> 682369 INFO  (qtp1531933354-5129) [n:127.0.0.1:58301_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/backuprestore]
   [junit4]   2> 682369 INFO  (qtp1531933354-5127) [n:127.0.0.1:58301_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 682369 INFO  (qtp1531933354-5127) [n:127.0.0.1:58301_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/backuprestore]
   [junit4]   2> 682369 INFO  (qtp310595189-5117) [n:127.0.0.1:58298_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 682369 INFO  (qtp310595189-5117) [n:127.0.0.1:58298_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/backuprestore]
   [junit4]   2> 682369 INFO  (qtp310595189-5118) [n:127.0.0.1:58298_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 682369 INFO  (qtp310595189-5118) [n:127.0.0.1:58298_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/backuprestore]
   [junit4]   2> 682369 INFO  (qtp1531933354-5129) [n:127.0.0.1:58301_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> 682369 INFO  (qtp1531933354-5129) [n:127.0.0.1:58301_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_104CA7AAB781DBFC-001\tempDir-001\node1\backuprestore_shard1_replica1'
   [junit4]   2> 682369 INFO  (qtp1531933354-5129) [n:127.0.0.1:58301_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 682369 INFO  (qtp1531933354-5127) [n:127.0.0.1:58301_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> 682369 INFO  (qtp1531933354-5127) [n:127.0.0.1:58301_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_104CA7AAB781DBFC-001\tempDir-001\node1\backuprestore_shard2_replica1'
   [junit4]   2> 682369 INFO  (qtp1531933354-5129) [n:127.0.0.1:58301_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> 682369 INFO  (qtp1531933354-5127) [n:127.0.0.1:58301_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 682369 INFO  (qtp310595189-5117) [n:127.0.0.1:58298_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> 682369 INFO  (qtp1531933354-5127) [n:127.0.0.1:58301_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> 682369 INFO  (qtp310595189-5117) [n:127.0.0.1:58298_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_104CA7AAB781DBFC-001\tempDir-001\node2\backuprestore_shard1_replica2'
   [junit4]   2> 682369 INFO  (qtp310595189-5117) [n:127.0.0.1:58298_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 682369 INFO  (qtp310595189-5117) [n:127.0.0.1:58298_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> 682369 INFO  (qtp310595189-5118) [n:127.0.0.1:58298_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> 682369 INFO  (qtp310595189-5118) [n:127.0.0.1:58298_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_104CA7AAB781DBFC-001\tempDir-001\node2\backuprestore_shard2_replica2'
   [junit4]   2> 682369 INFO  (qtp310595189-5118) [n:127.0.0.1:58298_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 682369 INFO  (qtp310595189-5118) [n:127.0.0.1:58298_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> 682376 INFO  (qtp310595189-5117) [n:127.0.0.1:58298_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 682376 INFO  (qtp1531933354-5127) [n:127.0.0.1:58301_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 682378 INFO  (qtp310595189-5118) [n:127.0.0.1:58298_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 682378 INFO  (qtp1531933354-5129) [n:127.0.0.1:58301_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 682392 INFO  (qtp310595189-5118) [n:127.0.0.1:58298_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 682392 INFO  (qtp1531933354-5129) [n:127.0.0.1:58301_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 682392 INFO  (qtp310595189-5117) [n:127.0.0.1:58298_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 682394 INFO  (qtp1531933354-5127) [n:127.0.0.1:58301_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 682394 INFO  (qtp310595189-5117) [n:127.0.0.1:58298_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 682412 INFO  (qtp1531933354-5129) [n:127.0.0.1:58301_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 682414 INFO  (qtp310595189-5118) [n:127.0.0.1:58298_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 682415 INFO  (qtp1531933354-5127) [n:127.0.0.1:58301_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 682417 INFO  (qtp310595189-5117) [n:127.0.0.1:58298_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 682417 INFO  (qtp1531933354-5129) [n:127.0.0.1:58301_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 682421 INFO  (qtp310595189-5118) [n:127.0.0.1:58298_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 682422 INFO  (qtp1531933354-5127) [n:127.0.0.1:58301_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 682424 INFO  (qtp1531933354-5129) [n:127.0.0.1:58301_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.s.IndexSchema [backuprestore_shard1_replica1] Schema name=minimal
   [junit4]   2> 682426 INFO  (qtp310595189-5117) [n:127.0.0.1:58298_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.s.IndexSchema [backuprestore_shard1_replica2] Schema name=minimal
   [junit4]   2> 682427 INFO  (qtp1531933354-5129) [n:127.0.0.1:58301_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 682427 INFO  (qtp310595189-5118) [n:127.0.0.1:58298_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.s.IndexSchema [backuprestore_shard2_replica2] Schema name=minimal
   [junit4]   2> 682429 INFO  (qtp310595189-5117) [n:127.0.0.1:58298_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 682430 INFO  (qtp1531933354-5129) [n:127.0.0.1:58301_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=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 682430 INFO  (qtp1531933354-5129) [n:127.0.0.1:58301_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> 682430 INFO  (qtp310595189-5118) [n:127.0.0.1:58298_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 682430 INFO  (qtp1531933354-5127) [n:127.0.0.1:58301_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.s.IndexSchema [backuprestore_shard2_replica1] Schema name=minimal
   [junit4]   2> 682430 INFO  (qtp1531933354-5129) [n:127.0.0.1:58301_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 682430 INFO  (qtp1531933354-5129) [n:127.0.0.1:58301_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore [[backuprestore_shard1_replica1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_104CA7AAB781DBFC-001\tempDir-001\node1\backuprestore_shard1_replica1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_104CA7AAB781DBFC-001\tempDir-001\node1\.\backuprestore_shard1_replica1\data\]
   [junit4]   2> 682430 INFO  (qtp1531933354-5129) [n:127.0.0.1:58301_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> 682430 INFO  (qtp310595189-5117) [n:127.0.0.1:58298_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=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 682430 INFO  (qtp310595189-5117) [n:127.0.0.1:58298_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> 682430 INFO  (qtp1531933354-5129) [n:127.0.0.1:58301_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_104CA7AAB781DBFC-001\tempDir-001\node1\.\backuprestore_shard1_replica1\data\
   [junit4]   2> 682430 INFO  (qtp1531933354-5129) [n:127.0.0.1:58301_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_104CA7AAB781DBFC-001\tempDir-001\node1\.\backuprestore_shard1_replica1\data\index/
   [junit4]   2> 682430 WARN  (qtp1531933354-5129) [n:127.0.0.1:58301_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore [backuprestore_shard1_replica1] Solr index directory 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_104CA7AAB781DBFC-001\tempDir-001\node1\.\backuprestore_shard1_replica1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 682430 INFO  (qtp310595189-5117) [n:127.0.0.1:58298_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica2] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 682430 INFO  (qtp310595189-5117) [n:127.0.0.1:58298_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica2] o.a.s.c.SolrCore [[backuprestore_shard1_replica2] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_104CA7AAB781DBFC-001\tempDir-001\node2\backuprestore_shard1_replica2], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_104CA7AAB781DBFC-001\tempDir-001\node2\.\backuprestore_shard1_replica2\data\]
   [junit4]   2> 682430 INFO  (qtp310595189-5117) [n:127.0.0.1:58298_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> 682430 INFO  (qtp1531933354-5129) [n:127.0.0.1:58301_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_104CA7AAB781DBFC-001\tempDir-001\node1\.\backuprestore_shard1_replica1\data\index
   [junit4]   2> 682430 INFO  (qtp310595189-5117) [n:127.0.0.1:58298_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica2] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_104CA7AAB781DBFC-001\tempDir-001\node2\.\backuprestore_shard1_replica2\data\
   [junit4]   2> 682430 INFO  (qtp310595189-5117) [n:127.0.0.1:58298_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica2] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_104CA7AAB781DBFC-001\tempDir-001\node2\.\backuprestore_shard1_replica2\data\index/
   [junit4]   2> 682430 WARN  (qtp310595189-5117) [n:127.0.0.1:58298_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica2] o.a.s.c.SolrCore [backuprestore_shard1_replica2] Solr index directory 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_104CA7AAB781DBFC-001\tempDir-001\node2\.\backuprestore_shard1_replica2\data\index' doesn't exist. Creating new index...
   [junit4]   2> 682433 INFO  (qtp310595189-5118) [n:127.0.0.1:58298_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=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 682433 INFO  (qtp310595189-5118) [n:127.0.0.1:58298_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> 682433 INFO  (qtp1531933354-5127) [n:127.0.0.1:58301_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 682433 INFO  (qtp310595189-5117) [n:127.0.0.1:58298_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica2] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_104CA7AAB781DBFC-001\tempDir-001\node2\.\backuprestore_shard1_replica2\data\index
   [junit4]   2> 682433 INFO  (qtp310595189-5118) [n:127.0.0.1:58298_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica2] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 682434 INFO  (qtp310595189-5118) [n:127.0.0.1:58298_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica2] o.a.s.c.SolrCore [[backuprestore_shard2_replica2] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_104CA7AAB781DBFC-001\tempDir-001\node2\backuprestore_shard2_replica2], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_104CA7AAB781DBFC-001\tempDir-001\node2\.\backuprestore_shard2_replica2\data\]
   [junit4]   2> 682434 INFO  (qtp310595189-5118) [n:127.0.0.1:58298_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica2] o.a.s.c.SolrCore JMX monitoring not detected for core: backuprestore_shard2_replica2
   [junit4]   2> 682434 INFO  (qtp1531933354-5129) [n:127.0.0.1:58301_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1f69cf93 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1e6c85a2),segFN=segments_1,generation=1}
   [junit4]   2> 682434 INFO  (qtp310595189-5117) [n:127.0.0.1:58298_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica2] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@791881cc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@d629c2a),segFN=segments_1,generation=1}
   [junit4]   2> 682434 INFO  (qtp310595189-5117) [n:127.0.0.1:58298_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica2] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 682434 INFO  (qtp310595189-5118) [n:127.0.0.1:58298_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica2] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_104CA7AAB781DBFC-001\tempDir-001\node2\.\backuprestore_shard2_replica2\data\
   [junit4]   2> 682434 INFO  (qtp310595189-5118) [n:127.0.0.1:58298_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica2] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_104CA7AAB781DBFC-001\tempDir-001\node2\.\backuprestore_shard2_replica2\data\index/
   [junit4]   2> 682434 WARN  (qtp310595189-5118) [n:127.0.0.1:58298_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica2] o.a.s.c.SolrCore [backuprestore_shard2_replica2] Solr index directory 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_104CA7AAB781DBFC-001\tempDir-001\node2\.\backuprestore_shard2_replica2\data\index' doesn't exist. Creating new index...
   [junit4]   2> 682434 INFO  (qtp1531933354-5127) [n:127.0.0.1:58301_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=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 682434 INFO  (qtp310595189-5118) [n:127.0.0.1:58298_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica2] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_104CA7AAB781DBFC-001\tempDir-001\node2\.\backuprestore_shard2_replica2\data\index
   [junit4]   2> 682434 INFO  (qtp1531933354-5127) [n:127.0.0.1:58301_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> 682434 INFO  (qtp1531933354-5129) [n:127.0.0.1:58301_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 682434 INFO  (qtp1531933354-5127) [n:127.0.0.1:58301_solr c:backuprestore s:shard2 r:core_node3 x:backuprestore_shard2_replica1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 682434 INFO  (qtp1531933354-5127) [n:127.0.0.1:58301_solr c:backuprestore s:shard2 r:core_node3 x:backuprestore_shard2_replica1] o.a.s.c.SolrCore [[backuprestore_shard2_replica1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_104CA7AAB781DBFC-001\tempDir-001\node1\backuprestore_shard2_replica1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_104CA7AAB781DBFC-001\tempDir-001\node1\.\backuprestore_shard2_replica1\data\]
   [junit4]   2> 682434 INFO  (qtp1531933354-5127) [n:127.0.0.1:58301_solr c:backuprestore s:shard2 r:core_node3 x:backuprestore_shard2_replica1] o.a.s.c.SolrCore JMX monitoring not detected for core: backuprestore_shard2_replica1
   [junit4]   2> 682435 INFO  (qtp310595189-5117) [n:127.0.0.1:58298_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica2] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 682435 INFO  (qtp1531933354-5127) [n:127.0.0.1:58301_solr c:backuprestore s:shard2 r:core_node3 x:backuprestore_shard2_replica1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_104CA7AAB781DBFC-001\tempDir-001\node1\.\backuprestore_shard2_replica1\data\
   [junit4]   2> 682435 INFO  (qtp1531933354-5127) [n:127.0.0.1:58301_solr c:backuprestore s:shard2 r:core_node3 x:backuprestore_shard2_replica1] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_104CA7AAB781DBFC-001\tempDir-001\node1\.\backuprestore_shard2_replica1\data\index/
   [junit4]   2> 682435 WARN  (qtp1531933354-5127) [n:127.0.0.1:58301_solr c:backuprestore s:shard2 r:core_node3 x:backuprestore_shard2_replica1] o.a.s.c.SolrCore [backuprestore_shard2_replica1] Solr index directory 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_104CA7AAB781DBFC-001\tempDir-001\node1\.\backuprestore_shard2_replica1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 682435 INFO  (qtp1531933354-5129) [n:127.0.0.1:58301_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 682435 INFO  (qtp1531933354-5127) [n:127.0.0.1:58301_solr c:backuprestore s:shard2 r:core_node3 x:backuprestore_shard2_replica1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_104CA7AAB781DBFC-001\tempDir-001\node1\.\backuprestore_shard2_replica1\data\index
   [junit4]   2> 682436 INFO  (OldIndexDirectoryCleanupThreadForCore-backuprestore_shard1_replica2) [n:127.0.0.1:58298_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica2] o.a.s.c.SolrCore Looking for old index directories to cleanup for core backuprestore_shard1_replica2 in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_104CA7AAB781DBFC-001\tempDir-001\node2\.\backuprestore_shard1_replica2\data\
   [junit4]   2> 682436 INFO  (qtp310595189-5117) [n:127.0.0.1:58298_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 682436 INFO  (qtp1531933354-5129) [n:127.0.0.1:58301_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 682437 WARN  (OldIndexDirectoryCleanupThreadForCore-backuprestore_shard1_replica2) [n:127.0.0.1:58298_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica2] o.a.s.c.DirectoryFactory C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_104CA7AAB781DBFC-001\tempDir-001\node2\.\backuprestore_shard1_replica2\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 682438 INFO  (OldIndexDirectoryCleanupThreadForCore-backuprestore_shard1_replica1) [n:127.0.0.1:58301_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core backuprestore_shard1_replica1 in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_104CA7AAB781DBFC-001\tempDir-001\node1\.\backuprestore_shard1_replica1\data\
   [junit4]   2> 682438 INFO  (qtp310595189-5117) [n:127.0.0.1:58298_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 682438 INFO  (qtp1531933354-5129) [n:127.0.0.1:58301_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 682439 WARN  (OldIndexDirectoryCleanupThreadForCore-backuprestore_shard1_replica1) [n:127.0.0.1:58301_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.DirectoryFactory C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_104CA7AAB781DBFC-001\tempDir-001\node1\.\backuprestore_shard1_replica1\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 682439 INFO  (qtp310595189-5117) [n:127.0.0.1:58298_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 682439 INFO  (qtp1531933354-5129) [n:127.0.0.1:58301_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 682440 INFO  (qtp310595189-5118) [n:127.0.0.1:58298_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica2] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@5f3f3ab6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5940ae7),segFN=segments_1,generation=1}
   [junit4]   2> 682440 INFO  (qtp310595189-5118) [n:127.0.0.1:58298_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica2] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 682440 INFO  (qtp310595189-5117) [n:127.0.0.1:58298_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 682441 INFO  (qtp1531933354-5129) [n:127.0.0.1:58301_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 682441 INFO  (qtp310595189-5118) [n:127.0.0.1:58298_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica2] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 682442 INFO  (qtp310595189-5117) [n:127.0.0.1:58298_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica2] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/select,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 682442 INFO  (qtp310595189-5117) [n:127.0.0.1:58298_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica2] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 682442 INFO  (qtp1531933354-5129) [n:127.0.0.1:58301_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/select,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plu

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

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'dir' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 8. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\handler\AnalysisRequestHandlerBase.java (at line 120)
 [ecj-lint] 	reader = cfiltfac.create(reader);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'reader' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] 9. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\handler\AnalysisRequestHandlerBase.java (at line 144)
 [ecj-lint] 	return namedList;
 [ecj-lint] 	^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'listBasedTokenStream' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 10. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\handler\ReplicationHandler.java (at line 1227)
 [ecj-lint] 	DirectoryReader reader = s==null ? null : s.get().getIndexReader();
 [ecj-lint] 	                ^^^^^^
 [ecj-lint] Resource leak: 'reader' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 11. ERROR in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\handler\SQLHandler.java (at line 58)
 [ecj-lint] 	import org.apache.solr.common.cloud.DocCollection;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import org.apache.solr.common.cloud.DocCollection is never used
 [ecj-lint] ----------
 [ecj-lint] 12. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\handler\SQLHandler.java (at line 254)
 [ecj-lint] 	ParallelStream parallelStream = new ParallelStream(workerZkHost, workerCollection, tupleStream, numWorkers, comp);
 [ecj-lint] 	               ^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'parallelStream' is never closed
 [ecj-lint] ----------
 [ecj-lint] 13. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\handler\SQLHandler.java (at line 393)
 [ecj-lint] 	ParallelStream parallelStream = new ParallelStream(workerZkHost, workerCollection, tupleStream, numWorkers, comp);
 [ecj-lint] 	               ^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'parallelStream' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 14. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\handler\component\ExpandComponent.java (at line 223)
 [ecj-lint] 	UninvertingReader uninvertingReader = new UninvertingReader(new ReaderWrapper(searcher.getLeafReader(), field), mapping);
 [ecj-lint] 	                  ^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'uninvertingReader' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 15. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\highlight\DefaultSolrHighlighter.java (at line 544)
 [ecj-lint] 	tvWindowStream = new OffsetWindowTokenFilter(tvStream);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'tvWindowStream' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 16. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\request\SimpleFacets.java (at line 829)
 [ecj-lint] 	fastForRandomSet = new HashDocSet(sset.getDocs(), 0, sset.size());
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'fastForRandomSet' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 17. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\schema\OpenExchangeRatesOrgProvider.java (at line 146)
 [ecj-lint] 	ratesJsonStream = resourceLoader.openResource(ratesFileLocation);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'ratesJsonStream' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 18. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\search\CollapsingQParserPlugin.java (at line 1187)
 [ecj-lint] 	UninvertingReader uninvertingReader = new UninvertingReader(new ReaderWrapper(searcher.getLeafReader(), collapseField), mapping);
 [ecj-lint] 	                  ^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'uninvertingReader' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 19. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\search\DocSlice.java (at line 145)
 [ecj-lint] 	HashDocSet h = new HashDocSet(docs,offset,len);
 [ecj-lint] 	           ^
 [ecj-lint] Resource leak: 'h' is never closed
 [ecj-lint] ----------
 [ecj-lint] 20. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\search\DocSlice.java (at line 154)
 [ecj-lint] 	HashDocSet h = new HashDocSet(docs,offset,len);
 [ecj-lint] 	           ^
 [ecj-lint] Resource leak: 'h' is never closed
 [ecj-lint] ----------
 [ecj-lint] 21. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\search\DocSlice.java (at line 163)
 [ecj-lint] 	HashDocSet h = new HashDocSet(docs,offset,len);
 [ecj-lint] 	           ^
 [ecj-lint] Resource leak: 'h' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 22. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\search\function\OrdFieldSource.java (at line 78)
 [ecj-lint] 	SolrIndexSearcher is = (SolrIndexSearcher) o;
 [ecj-lint] 	                  ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 23. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\search\function\ReverseOrdFieldSource.java (at line 78)
 [ecj-lint] 	SolrIndexSearcher is = (SolrIndexSearcher) o;
 [ecj-lint] 	                  ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 24. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\servlet\SolrDispatchFilter.java (at line 184)
 [ecj-lint] 	throw new SolrException(ErrorCode.SERVER_ERROR, "Error occurred while loading solr.xml from zookeeper", e);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'loader' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 25. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\update\CdcrTransactionLog.java (at line 98)
 [ecj-lint] 	ChannelFastInputStream is = new ChannelFastInputStream(channel, pos);
 [ecj-lint] 	                       ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 26. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\update\TransactionLog.java (at line 226)
 [ecj-lint] 	ChannelFastInputStream is = new ChannelFastInputStream(channel, pos);
 [ecj-lint] 	                       ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] 27. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\update\TransactionLog.java (at line 226)
 [ecj-lint] 	ChannelFastInputStream is = new ChannelFastInputStream(channel, pos);
 [ecj-lint] 	                       ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 28. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\util\SimplePostTool.java (at line 640)
 [ecj-lint] 	BAOS bos =  new BAOS();
 [ecj-lint] 	     ^^^
 [ecj-lint] Resource leak: 'bos' is never closed
 [ecj-lint] ----------
 [ecj-lint] 29. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\util\SimplePostTool.java (at line 640)
 [ecj-lint] 	BAOS bos =  new BAOS();
 [ecj-lint] 	     ^^^
 [ecj-lint] Resource leak: 'bos' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 30. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\util\SolrLogLayout.java (at line 149)
 [ecj-lint] 	SolrQueryRequest req = requestInfo == null ? null : requestInfo.getReq();
 [ecj-lint] 	                 ^^^
 [ecj-lint] Resource leak: 'req' is never closed
 [ecj-lint] ----------
 [ecj-lint] 30 problems (1 error, 29 warnings)

BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:763: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:101: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build.xml:652: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1992: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:2031: Compile failed; see the compiler error output for details.

Total time: 89 minutes 16 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-Windows (64bit/jdk1.8.0_92) - Build # 5997 - Still Unstable!

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

2 tests failed.
FAILED:  org.apache.solr.security.BasicAuthIntegrationTest.testBasics

Error Message:
IOException occured when talking to server at: http://127.0.0.1:57192/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:57192/solr/testSolrCloudCollection_shard1_replica2
	at __randomizedtesting.SeedInfo.seed([D02880460A729D85:EDF02E6A329CC3F5]: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:57192/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: java.net.SocketException: Software caused connection abort: recv failed
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.net.SocketInputStream.read(SocketInputStream.java:170)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:139)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:155)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:284)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
	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


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

Error Message:
Error from server at http://127.0.0.1:51810/solr: The backup directory already exists: file:///C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_D02880460A729D85-001/tempDir-002/mytestbackup/

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:51810/solr: The backup directory already exists: file:///C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_D02880460A729D85-001/tempDir-002/mytestbackup/
	at __randomizedtesting.SeedInfo.seed([D02880460A729D85:587CBF9CA48EF07D]: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.testBackupAndRestore(AbstractCloudBackupRestoreTestCase.java:206)
	at org.apache.solr.cloud.AbstractCloudBackupRestoreTestCase.test(AbstractCloudBackupRestoreTestCase.java:126)
	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 12159 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestLocalFSCloudBackupRestore
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_D02880460A729D85-001\init-core-data-001
   [junit4]   2> 2378818 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[D02880460A729D85]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 2378821 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[D02880460A729D85]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2378821 INFO  (Thread-4182) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2378821 INFO  (Thread-4182) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2378922 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[D02880460A729D85]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:51806
   [junit4]   2> 2378922 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[D02880460A729D85]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2378922 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[D02880460A729D85]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2378927 INFO  (zkCallback-3037-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@361fc82e name:ZooKeeperConnection Watcher:127.0.0.1:51806 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2378927 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[D02880460A729D85]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2378927 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[D02880460A729D85]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2378927 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[D02880460A729D85]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 2378933 INFO  (jetty-launcher-3036-thread-1) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2378934 INFO  (jetty-launcher-3036-thread-2) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2378934 INFO  (jetty-launcher-3036-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@202ed543{/solr,null,AVAILABLE}
   [junit4]   2> 2378935 INFO  (jetty-launcher-3036-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@34a1571a{/solr,null,AVAILABLE}
   [junit4]   2> 2378935 INFO  (jetty-launcher-3036-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@186d7a78{HTTP/1.1,[http/1.1]}{127.0.0.1:51810}
   [junit4]   2> 2378938 INFO  (jetty-launcher-3036-thread-1) [    ] o.e.j.s.Server Started @2384188ms
   [junit4]   2> 2378938 INFO  (jetty-launcher-3036-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=51810}
   [junit4]   2> 2378938 INFO  (jetty-launcher-3036-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 2378938 INFO  (jetty-launcher-3036-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_D02880460A729D85-001\tempDir-001\node1'
   [junit4]   2> 2378938 INFO  (jetty-launcher-3036-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2378938 INFO  (jetty-launcher-3036-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2378938 INFO  (jetty-launcher-3036-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@3ae5868b{HTTP/1.1,[http/1.1]}{127.0.0.1:51813}
   [junit4]   2> 2378938 INFO  (jetty-launcher-3036-thread-2) [    ] o.e.j.s.Server Started @2384189ms
   [junit4]   2> 2378938 INFO  (jetty-launcher-3036-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=51813}
   [junit4]   2> 2378939 INFO  (jetty-launcher-3036-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 2378939 INFO  (jetty-launcher-3036-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_D02880460A729D85-001\tempDir-001\node2'
   [junit4]   2> 2378939 INFO  (jetty-launcher-3036-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2378939 INFO  (jetty-launcher-3036-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2378939 INFO  (jetty-launcher-3036-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2378939 INFO  (jetty-launcher-3036-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2378939 INFO  (jetty-launcher-3036-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2378940 INFO  (jetty-launcher-3036-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2378940 INFO  (zkCallback-3038-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@53405611 name:ZooKeeperConnection Watcher:127.0.0.1:51806/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2378940 INFO  (jetty-launcher-3036-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2378941 INFO  (jetty-launcher-3036-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2378941 INFO  (zkCallback-3039-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@67224dab name:ZooKeeperConnection Watcher:127.0.0.1:51806/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2378941 INFO  (jetty-launcher-3036-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2378941 INFO  (jetty-launcher-3036-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2378941 INFO  (jetty-launcher-3036-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2378942 INFO  (jetty-launcher-3036-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2378953 INFO  (jetty-launcher-3036-thread-1) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_D02880460A729D85-001\tempDir-001\node1\.
   [junit4]   2> 2378953 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x1560ca6f0340001, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2378955 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x1560ca6f0340002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2378955 INFO  (jetty-launcher-3036-thread-2) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_D02880460A729D85-001\tempDir-001\node2\.
   [junit4]   2> 2378955 INFO  (jetty-launcher-3036-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 1023885080
   [junit4]   2> 2378955 INFO  (jetty-launcher-3036-thread-2) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_D02880460A729D85-001\tempDir-001\node2]
   [junit4]   2> 2378955 WARN  (jetty-launcher-3036-thread-2) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_D02880460A729D85-001\tempDir-001\node2\lib to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_D02880460A729D85-001\tempDir-001\node2\lib
   [junit4]   2> 2378955 INFO  (jetty-launcher-3036-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> 2378953 INFO  (jetty-launcher-3036-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 1919915186
   [junit4]   2> 2378956 INFO  (jetty-launcher-3036-thread-1) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_D02880460A729D85-001\tempDir-001\node1]
   [junit4]   2> 2378956 WARN  (jetty-launcher-3036-thread-1) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_D02880460A729D85-001\tempDir-001\node1\lib to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_D02880460A729D85-001\tempDir-001\node1\lib
   [junit4]   2> 2378956 INFO  (jetty-launcher-3036-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> 2378962 INFO  (jetty-launcher-3036-thread-1) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 2378962 INFO  (jetty-launcher-3036-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2378962 INFO  (jetty-launcher-3036-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2378962 INFO  (jetty-launcher-3036-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51806/solr
   [junit4]   2> 2378962 INFO  (jetty-launcher-3036-thread-2) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 2378962 INFO  (jetty-launcher-3036-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2378962 INFO  (jetty-launcher-3036-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2378962 INFO  (jetty-launcher-3036-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2378962 INFO  (jetty-launcher-3036-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51806/solr
   [junit4]   2> 2378962 INFO  (jetty-launcher-3036-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2378962 INFO  (jetty-launcher-3036-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2378962 INFO  (jetty-launcher-3036-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2378963 INFO  (jetty-launcher-3036-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2378963 INFO  (jetty-launcher-3036-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2378965 INFO  (zkCallback-3044-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2fcfa6de name:ZooKeeperConnection Watcher:127.0.0.1:51806 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2378965 INFO  (zkCallback-3045-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1a6a6d1e name:ZooKeeperConnection Watcher:127.0.0.1:51806 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2378965 INFO  (jetty-launcher-3036-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2378965 INFO  (jetty-launcher-3036-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2378965 INFO  (jetty-launcher-3036-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2378965 INFO  (jetty-launcher-3036-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2378966 INFO  (jetty-launcher-3036-thread-1) [n:127.0.0.1:51810_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$9/774258866@416e87e8
   [junit4]   2> 2378966 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x1560ca6f0340004, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2378969 INFO  (jetty-launcher-3036-thread-2) [n:127.0.0.1:51813_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$9/774258866@6d8564a6
   [junit4]   2> 2378970 INFO  (jetty-launcher-3036-thread-1) [n:127.0.0.1:51810_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2378970 INFO  (jetty-launcher-3036-thread-2) [n:127.0.0.1:51813_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2378973 INFO  (zkCallback-3046-thread-1-processing-n:127.0.0.1:51810_solr) [n:127.0.0.1:51810_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@53e904e3 name:ZooKeeperConnection Watcher:127.0.0.1:51806/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2378973 INFO  (jetty-launcher-3036-thread-1) [n:127.0.0.1:51810_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2378973 INFO  (zkCallback-3047-thread-1-processing-n:127.0.0.1:51813_solr) [n:127.0.0.1:51813_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@13d9ccf2 name:ZooKeeperConnection Watcher:127.0.0.1:51806/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2378973 INFO  (jetty-launcher-3036-thread-2) [n:127.0.0.1:51813_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2378974 INFO  (jetty-launcher-3036-thread-1) [n:127.0.0.1:51810_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 2378974 INFO  (jetty-launcher-3036-thread-2) [n:127.0.0.1:51813_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 2378976 INFO  (jetty-launcher-3036-thread-2) [n:127.0.0.1:51813_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 2378976 INFO  (jetty-launcher-3036-thread-1) [n:127.0.0.1:51810_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 2378981 INFO  (jetty-launcher-3036-thread-1) [n:127.0.0.1:51810_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 2378982 INFO  (jetty-launcher-3036-thread-2) [n:127.0.0.1:51813_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 2378984 INFO  (jetty-launcher-3036-thread-1) [n:127.0.0.1:51810_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 2378984 INFO  (jetty-launcher-3036-thread-2) [n:127.0.0.1:51813_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 2378986 INFO  (jetty-launcher-3036-thread-2) [n:127.0.0.1:51813_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 2378987 INFO  (jetty-launcher-3036-thread-1) [n:127.0.0.1:51810_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 2378988 INFO  (jetty-launcher-3036-thread-2) [n:127.0.0.1:51813_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2378988 INFO  (jetty-launcher-3036-thread-1) [n:127.0.0.1:51810_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2378989 INFO  (jetty-launcher-3036-thread-2) [n:127.0.0.1:51813_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 2378990 INFO  (jetty-launcher-3036-thread-1) [n:127.0.0.1:51810_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 2378991 INFO  (jetty-launcher-3036-thread-2) [n:127.0.0.1:51813_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2378991 INFO  (jetty-launcher-3036-thread-1) [n:127.0.0.1:51810_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2378992 INFO  (jetty-launcher-3036-thread-1) [n:127.0.0.1:51810_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2378993 INFO  (jetty-launcher-3036-thread-2) [n:127.0.0.1:51813_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2378994 INFO  (jetty-launcher-3036-thread-1) [n:127.0.0.1:51810_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2378994 INFO  (jetty-launcher-3036-thread-2) [n:127.0.0.1:51813_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2378995 INFO  (jetty-launcher-3036-thread-1) [n:127.0.0.1:51810_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2378995 INFO  (jetty-launcher-3036-thread-2) [n:127.0.0.1:51813_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2378996 INFO  (jetty-launcher-3036-thread-1) [n:127.0.0.1:51810_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 2378996 INFO  (jetty-launcher-3036-thread-2) [n:127.0.0.1:51813_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 2378997 INFO  (jetty-launcher-3036-thread-1) [n:127.0.0.1:51810_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 2378997 INFO  (jetty-launcher-3036-thread-2) [n:127.0.0.1:51813_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 2379001 INFO  (jetty-launcher-3036-thread-1) [n:127.0.0.1:51810_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 2379001 INFO  (jetty-launcher-3036-thread-2) [n:127.0.0.1:51813_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 2379002 INFO  (jetty-launcher-3036-thread-2) [n:127.0.0.1:51813_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 2379003 INFO  (jetty-launcher-3036-thread-1) [n:127.0.0.1:51810_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 2379004 INFO  (jetty-launcher-3036-thread-1) [n:127.0.0.1:51810_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2379004 INFO  (jetty-launcher-3036-thread-2) [n:127.0.0.1:51813_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2379005 INFO  (jetty-launcher-3036-thread-1) [n:127.0.0.1:51810_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96278353169088517-127.0.0.1:51810_solr-n_0000000000
   [junit4]   2> 2379005 INFO  (jetty-launcher-3036-thread-2) [n:127.0.0.1:51813_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96278353169088518-127.0.0.1:51813_solr-n_0000000001
   [junit4]   2> 2379005 INFO  (jetty-launcher-3036-thread-1) [n:127.0.0.1:51810_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:51810_solr
   [junit4]   2> 2379005 INFO  (jetty-launcher-3036-thread-1) [n:127.0.0.1:51810_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 2379006 INFO  (jetty-launcher-3036-thread-2) [n:127.0.0.1:51813_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96278353169088517-127.0.0.1:51810_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 2379006 INFO  (jetty-launcher-3036-thread-2) [n:127.0.0.1:51813_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51813_solr
   [junit4]   2> 2379007 INFO  (jetty-launcher-3036-thread-1) [n:127.0.0.1:51810_solr    ] o.a.s.c.Overseer Overseer (id=96278353169088517-127.0.0.1:51810_solr-n_0000000000) starting
   [junit4]   2> 2379007 INFO  (jetty-launcher-3036-thread-2) [n:127.0.0.1:51813_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:51813_solr
   [junit4]   2> 2379009 INFO  (zkCallback-3046-thread-1-processing-n:127.0.0.1:51810_solr) [n:127.0.0.1:51810_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> 2379009 INFO  (zkCallback-3047-thread-1-processing-n:127.0.0.1:51813_solr) [n:127.0.0.1:51813_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> 2379009 INFO  (zkCallback-3046-thread-1-processing-n:127.0.0.1:51810_solr) [n:127.0.0.1:51810_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2379009 INFO  (jetty-launcher-3036-thread-1) [n:127.0.0.1:51810_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 2379009 INFO  (zkCallback-3047-thread-1-processing-n:127.0.0.1:51813_solr) [n:127.0.0.1:51813_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2379015 INFO  (jetty-launcher-3036-thread-1) [n:127.0.0.1:51810_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 2379015 INFO  (jetty-launcher-3036-thread-1) [n:127.0.0.1:51810_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:51810_solr as DOWN
   [junit4]   2> 2379017 INFO  (jetty-launcher-3036-thread-1) [n:127.0.0.1:51810_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51810_solr
   [junit4]   2> 2379017 INFO  (jetty-launcher-3036-thread-1) [n:127.0.0.1:51810_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:51810_solr
   [junit4]   2> 2379018 INFO  (zkCallback-3047-thread-1-processing-n:127.0.0.1:51813_solr) [n:127.0.0.1:51813_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> 2379019 INFO  (zkCallback-3046-thread-1-processing-n:127.0.0.1:51810_solr) [n:127.0.0.1:51810_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> 2379019 INFO  (zkCallback-3047-thread-1-processing-n:127.0.0.1:51813_solr) [n:127.0.0.1:51813_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2379019 INFO  (zkCallback-3046-thread-1-processing-n:127.0.0.1:51810_solr) [n:127.0.0.1:51810_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2379021 INFO  (jetty-launcher-3036-thread-2) [n:127.0.0.1:51813_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2379021 INFO  (jetty-launcher-3036-thread-2) [n:127.0.0.1:51813_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2379021 INFO  (OverseerCollectionConfigSetProcessor-96278353169088517-127.0.0.1:51810_solr-n_0000000000) [n:127.0.0.1:51810_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 2379023 INFO  (OverseerStateUpdate-96278353169088517-127.0.0.1:51810_solr-n_0000000000) [n:127.0.0.1:51810_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 2379023 INFO  (jetty-launcher-3036-thread-2) [n:127.0.0.1:51813_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_D02880460A729D85-001\tempDir-001\node2\.
   [junit4]   2> 2379023 INFO  (jetty-launcher-3036-thread-2) [n:127.0.0.1:51813_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 2379025 INFO  (jetty-launcher-3036-thread-2) [n:127.0.0.1:51813_solr    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2379025 INFO  (jetty-launcher-3036-thread-2) [n:127.0.0.1:51813_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2379025 INFO  (OverseerStateUpdate-96278353169088517-127.0.0.1:51810_solr-n_0000000000) [n:127.0.0.1:51810_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (2)
   [junit4]   2> 2379027 INFO  (OverseerStateUpdate-96278353169088517-127.0.0.1:51810_solr-n_0000000000) [n:127.0.0.1:51810_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:51810_solr"} current state version: 0
   [junit4]   2> 2379027 INFO  (OverseerStateUpdate-96278353169088517-127.0.0.1:51810_solr-n_0000000000) [n:127.0.0.1:51810_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:51810_solr
   [junit4]   2> 2379034 INFO  (jetty-launcher-3036-thread-1) [n:127.0.0.1:51810_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2379034 INFO  (jetty-launcher-3036-thread-1) [n:127.0.0.1:51810_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2379035 INFO  (jetty-launcher-3036-thread-1) [n:127.0.0.1:51810_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_D02880460A729D85-001\tempDir-001\node1\.
   [junit4]   2> 2379035 INFO  (jetty-launcher-3036-thread-1) [n:127.0.0.1:51810_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 2379036 INFO  (jetty-launcher-3036-thread-1) [n:127.0.0.1:51810_solr    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2379036 INFO  (jetty-launcher-3036-thread-1) [n:127.0.0.1:51810_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2379037 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[D02880460A729D85]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2379037 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[D02880460A729D85]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2379038 INFO  (zkCallback-3050-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1c9eb337 name:ZooKeeperConnection Watcher:127.0.0.1:51806 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2379038 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[D02880460A729D85]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2379039 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[D02880460A729D85]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2379042 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[D02880460A729D85]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2379042 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[D02880460A729D85]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2379044 INFO  (zkCallback-3053-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@35c5668c name:ZooKeeperConnection Watcher:127.0.0.1:51806/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2379044 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[D02880460A729D85]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2379044 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[D02880460A729D85]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2379044 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[D02880460A729D85]-worker) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2379045 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[D02880460A729D85]-worker) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 2379045 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[D02880460A729D85]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2379049 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[D02880460A729D85]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 2379050 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[D02880460A729D85]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 2379075 INFO  (TEST-TestLocalFSCloudBackupRestore.test-seed#[D02880460A729D85]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 2379078 INFO  (qtp363460803-19257) [n:127.0.0.1:51813_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params shards=shard1,shard2&replicationFactor=2&property.customKey=customValue&collection.configName=conf1&maxShardsPerNode=2&router.field=shard_s&autoAddReplicas=true&name=backuprestore&router.name=implicit&action=CREATE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2379081 INFO  (OverseerCollectionConfigSetProcessor-96278353169088517-127.0.0.1:51810_solr-n_0000000000) [n:127.0.0.1:51810_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>   "maxShardsPerNode":"2",
   [junit4]   2>   "shards":"shard1,shard2",
   [junit4]   2>   "autoAddReplicas":"true",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "property.customKey":"customValue",
   [junit4]   2>   "router.field":"shard_s",
   [junit4]   2>   "router.name":"implicit",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 2379082 INFO  (OverseerThreadFactory-8286-thread-1-processing-n:127.0.0.1:51810_solr) [n:127.0.0.1:51810_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>   "maxShardsPerNode":"2",
   [junit4]   2>   "shards":"shard1,shard2",
   [junit4]   2>   "autoAddReplicas":"true",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "property.customKey":"customValue",
   [junit4]   2>   "router.field":"shard_s",
   [junit4]   2>   "router.name":"implicit",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 2379082 INFO  (OverseerThreadFactory-8286-thread-1-processing-n:127.0.0.1:51810_solr) [n:127.0.0.1:51810_solr    ] o.a.s.c.OverseerCollectionMessageHandler Create collection backuprestore
   [junit4]   2> 2379082 INFO  (OverseerThreadFactory-8286-thread-1-processing-n:127.0.0.1:51810_solr) [n:127.0.0.1:51810_solr    ] o.a.s.c.OverseerCollectionMessageHandler creating collections conf node /collections/backuprestore 
   [junit4]   2> 2379082 INFO  (OverseerThreadFactory-8286-thread-1-processing-n:127.0.0.1:51810_solr) [n:127.0.0.1:51810_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections/backuprestore
   [junit4]   2> 2379083 INFO  (zkCallback-3047-thread-1-processing-n:127.0.0.1:51813_solr) [n:127.0.0.1:51813_solr    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 2379083 INFO  (zkCallback-3053-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 2379083 INFO  (zkCallback-3046-thread-1-processing-n:127.0.0.1:51810_solr) [n:127.0.0.1:51810_solr    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 2379086 INFO  (OverseerStateUpdate-96278353169088517-127.0.0.1:51810_solr-n_0000000000) [n:127.0.0.1:51810_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>   "maxShardsPerNode":"2",
   [junit4]   2>   "shards":"shard1,shard2",
   [junit4]   2>   "autoAddReplicas":"true",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "property.customKey":"customValue",
   [junit4]   2>   "router.field":"shard_s",
   [junit4]   2>   "router.name":"implicit",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 2379086 INFO  (OverseerStateUpdate-96278353169088517-127.0.0.1:51810_solr-n_0000000000) [n:127.0.0.1:51810_solr    ] o.a.s.c.o.ClusterStateMutator building a new cName: backuprestore
   [junit4]   2> 2379086 INFO  (OverseerStateUpdate-96278353169088517-127.0.0.1:51810_solr-n_0000000000) [n:127.0.0.1:51810_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/backuprestore/state.json
   [junit4]   2> 2379186 INFO  (OverseerThreadFactory-8286-thread-1-processing-n:127.0.0.1:51810_solr) [n:127.0.0.1:51810_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating SolrCores for new collection backuprestore, shardNames [shard1, shard2] , replicationFactor : 2
   [junit4]   2> 2379186 INFO  (OverseerThreadFactory-8286-thread-1-processing-n:127.0.0.1:51810_solr) [n:127.0.0.1:51810_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core backuprestore_shard2_replica1 as part of shard shard2 of collection backuprestore on 127.0.0.1:51810_solr
   [junit4]   2> 2379186 INFO  (OverseerThreadFactory-8286-thread-1-processing-n:127.0.0.1:51810_solr) [n:127.0.0.1:51810_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core backuprestore_shard2_replica2 as part of shard shard2 of collection backuprestore on 127.0.0.1:51813_solr
   [junit4]   2> 2379186 INFO  (OverseerThreadFactory-8286-thread-1-processing-n:127.0.0.1:51810_solr) [n:127.0.0.1:51810_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core backuprestore_shard1_replica1 as part of shard shard1 of collection backuprestore on 127.0.0.1:51810_solr
   [junit4]   2> 2379186 INFO  (OverseerThreadFactory-8286-thread-1-processing-n:127.0.0.1:51810_solr) [n:127.0.0.1:51810_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core backuprestore_shard1_replica2 as part of shard shard1 of collection backuprestore on 127.0.0.1:51813_solr
   [junit4]   2> 2379189 INFO  (qtp363460803-19255) [n:127.0.0.1:51813_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> 2379190 INFO  (qtp1550873662-19245) [n:127.0.0.1:51810_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> 2379190 INFO  (qtp363460803-19253) [n:127.0.0.1:51813_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> 2379190 INFO  (qtp363460803-19255) [n:127.0.0.1:51813_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> 2379191 INFO  (qtp1550873662-19248) [n:127.0.0.1:51810_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> 2379191 INFO  (qtp363460803-19253) [n:127.0.0.1:51813_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> 2379191 INFO  (qtp1550873662-19245) [n:127.0.0.1:51810_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> 2379192 INFO  (qtp363460803-19255) [n:127.0.0.1:51813_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 2379192 INFO  (qtp363460803-19253) [n:127.0.0.1:51813_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 2379192 INFO  (qtp1550873662-19245) [n:127.0.0.1:51810_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 2379193 INFO  (qtp1550873662-19248) [n:127.0.0.1:51810_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> 2379193 INFO  (qtp363460803-19255) [n:127.0.0.1:51813_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.ZkController Registering watch for collection backuprestore
   [junit4]   2> 2379193 INFO  (qtp363460803-19253) [n:127.0.0.1:51813_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.ZkController Registering watch for collection backuprestore
   [junit4]   2> 2379193 INFO  (qtp363460803-19253) [n:127.0.0.1:51813_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 2379193 INFO  (OverseerStateUpdate-96278353169088517-127.0.0.1:51810_solr-n_0000000000) [n:127.0.0.1:51810_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "core":"backuprestore_shard2_replica2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:51813/solr",
   [junit4]   2>   "node_name":"127.0.0.1:51813_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> 2379193 INFO  (OverseerStateUpdate-96278353169088517-127.0.0.1:51810_solr-n_0000000000) [n:127.0.0.1:51810_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:51813/solr",
   [junit4]   2>   "node_name":"127.0.0.1:51813_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 2379195 INFO  (qtp363460803-19255) [n:127.0.0.1:51813_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.c.ZkStateReader Add data for [backuprestore] ver [0]
   [junit4]   2> 2379193 INFO  (qtp1550873662-19248) [n:127.0.0.1:51810_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 2379195 INFO  (qtp363460803-19255) [n:127.0.0.1:51813_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 2379195 INFO  (qtp1550873662-19245) [n:127.0.0.1:51810_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController Registering watch for collection backuprestore
   [junit4]   2> 2379195 INFO  (qtp1550873662-19245) [n:127.0.0.1:51810_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.c.ZkStateReader Add data for [backuprestore] ver [0]
   [junit4]   2> 2379195 INFO  (qtp1550873662-19245) [n:127.0.0.1:51810_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 2379195 INFO  (qtp1550873662-19248) [n:127.0.0.1:51810_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController Registering watch for collection backuprestore
   [junit4]   2> 2379195 INFO  (qtp1550873662-19248) [n:127.0.0.1:51810_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 2379196 INFO  (OverseerStateUpdate-96278353169088517-127.0.0.1:51810_solr-n_0000000000) [n:127.0.0.1:51810_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, message = {
   [junit4]   2>   "core":"backuprestore_shard1_replica2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:51813/solr",
   [junit4]   2>   "node_name":"127.0.0.1:51813_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> 2379196 INFO  (OverseerStateUpdate-96278353169088517-127.0.0.1:51810_solr-n_0000000000) [n:127.0.0.1:51810_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:51813/solr",
   [junit4]   2>   "node_name":"127.0.0.1:51813_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 2379198 INFO  (OverseerStateUpdate-96278353169088517-127.0.0.1:51810_solr-n_0000000000) [n:127.0.0.1:51810_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, message = {
   [junit4]   2>   "core":"backuprestore_shard1_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:51810/solr",
   [junit4]   2>   "node_name":"127.0.0.1:51810_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> 2379198 INFO  (OverseerStateUpdate-96278353169088517-127.0.0.1:51810_solr-n_0000000000) [n:127.0.0.1:51810_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:51810/solr",
   [junit4]   2>   "node_name":"127.0.0.1:51810_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 2379201 INFO  (OverseerStateUpdate-96278353169088517-127.0.0.1:51810_solr-n_0000000000) [n:127.0.0.1:51810_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"backuprestore_shard2_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:51810/solr",
   [junit4]   2>   "node_name":"127.0.0.1:51810_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> 2379201 INFO  (OverseerStateUpdate-96278353169088517-127.0.0.1:51810_solr-n_0000000000) [n:127.0.0.1:51810_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:51810/solr",
   [junit4]   2>   "node_name":"127.0.0.1:51810_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 2379304 INFO  (OverseerStateUpdate-96278353169088517-127.0.0.1:51810_solr-n_0000000000) [n:127.0.0.1:51810_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/backuprestore/state.json version: 0
   [junit4]   2> 2379305 INFO  (zkCallback-3047-thread-1-processing-n:127.0.0.1:51813_solr) [n:127.0.0.1:51813_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> 2379305 INFO  (zkCallback-3046-thread-1-processing-n:127.0.0.1:51810_solr) [n:127.0.0.1:51810_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> 2379305 INFO  (zkCallback-3047-thread-1-processing-n:127.0.0.1:51813_solr) [n:127.0.0.1:51813_solr    ] o.a.s.c.c.ZkStateReader Updating data for [backuprestore] from [0] to [1]
   [junit4]   2> 2379305 INFO  (zkCallback-3046-thread-1-processing-n:127.0.0.1:51810_solr) [n:127.0.0.1:51810_solr    ] o.a.s.c.c.ZkStateReader Updating data for [backuprestore] from [0] to [1]
   [junit4]   2> 2380195 INFO  (qtp363460803-19253) [n:127.0.0.1:51813_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> 2380195 INFO  (qtp363460803-19255) [n:127.0.0.1:51813_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> 2380195 INFO  (qtp363460803-19255) [n:127.0.0.1:51813_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.ZkController Check for collection zkNode:backuprestore
   [junit4]   2> 2380195 INFO  (qtp363460803-19253) [n:127.0.0.1:51813_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.ZkController Check for collection zkNode:backuprestore
   [junit4]   2> 2380196 INFO  (qtp1550873662-19245) [n:127.0.0.1:51810_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> 2380196 INFO  (qtp1550873662-19248) [n:127.0.0.1:51810_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> 2380196 INFO  (qtp363460803-19255) [n:127.0.0.1:51813_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 2380196 INFO  (qtp1550873662-19248) [n:127.0.0.1:51810_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController Check for collection zkNode:backuprestore
   [junit4]   2> 2380196 INFO  (qtp1550873662-19245) [n:127.0.0.1:51810_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController Check for collection zkNode:backuprestore
   [junit4]   2> 2380196 INFO  (qtp363460803-19255) [n:127.0.0.1:51813_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/backuprestore]
   [junit4]   2> 2380196 INFO  (qtp363460803-19253) [n:127.0.0.1:51813_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 2380196 INFO  (qtp363460803-19253) [n:127.0.0.1:51813_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/backuprestore]
   [junit4]   2> 2380196 INFO  (qtp1550873662-19248) [n:127.0.0.1:51810_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 2380196 INFO  (qtp1550873662-19248) [n:127.0.0.1:51810_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/backuprestore]
   [junit4]   2> 2380197 INFO  (qtp1550873662-19245) [n:127.0.0.1:51810_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 2380197 INFO  (qtp1550873662-19245) [n:127.0.0.1:51810_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/backuprestore]
   [junit4]   2> 2380197 INFO  (qtp363460803-19255) [n:127.0.0.1:51813_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> 2380197 INFO  (qtp363460803-19253) [n:127.0.0.1:51813_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> 2380197 INFO  (qtp363460803-19253) [n:127.0.0.1:51813_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_D02880460A729D85-001\tempDir-001\node2\backuprestore_shard1_replica2'
   [junit4]   2> 2380197 INFO  (qtp363460803-19253) [n:127.0.0.1:51813_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2380197 INFO  (qtp363460803-19255) [n:127.0.0.1:51813_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_D02880460A729D85-001\tempDir-001\node2\backuprestore_shard2_replica2'
   [junit4]   2> 2380198 INFO  (qtp363460803-19253) [n:127.0.0.1:51813_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> 2380198 INFO  (qtp363460803-19255) [n:127.0.0.1:51813_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2380198 INFO  (qtp363460803-19255) [n:127.0.0.1:51813_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> 2380198 INFO  (qtp1550873662-19245) [n:127.0.0.1:51810_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> 2380198 INFO  (qtp1550873662-19245) [n:127.0.0.1:51810_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_D02880460A729D85-001\tempDir-001\node1\backuprestore_shard1_replica1'
   [junit4]   2> 2380198 INFO  (qtp1550873662-19245) [n:127.0.0.1:51810_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2380198 INFO  (qtp1550873662-19245) [n:127.0.0.1:51810_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> 2380198 INFO  (qtp1550873662-19248) [n:127.0.0.1:51810_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> 2380199 INFO  (qtp1550873662-19248) [n:127.0.0.1:51810_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_D02880460A729D85-001\tempDir-001\node1\backuprestore_shard2_replica1'
   [junit4]   2> 2380199 INFO  (qtp1550873662-19248) [n:127.0.0.1:51810_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2380199 INFO  (qtp1550873662-19248) [n:127.0.0.1:51810_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> 2380200 INFO  (qtp1550873662-19245) [n:127.0.0.1:51810_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 2380201 INFO  (qtp363460803-19253) [n:127.0.0.1:51813_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 2380201 INFO  (qtp363460803-19255) [n:127.0.0.1:51813_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 2380203 INFO  (qtp1550873662-19248) [n:127.0.0.1:51810_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 2380207 INFO  (qtp363460803-19253) [n:127.0.0.1:51813_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2380207 INFO  (qtp1550873662-19245) [n:127.0.0.1:51810_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2380207 INFO  (qtp363460803-19255) [n:127.0.0.1:51813_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2380220 INFO  (qtp1550873662-19245) [n:127.0.0.1:51810_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2380220 INFO  (qtp363460803-19253) [n:127.0.0.1:51813_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2380220 INFO  (qtp363460803-19255) [n:127.0.0.1:51813_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2380224 INFO  (qtp1550873662-19245) [n:127.0.0.1:51810_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2380224 INFO  (qtp363460803-19253) [n:127.0.0.1:51813_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2380224 INFO  (qtp363460803-19255) [n:127.0.0.1:51813_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2380225 INFO  (qtp1550873662-19248) [n:127.0.0.1:51810_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2380226 INFO  (qtp1550873662-19248) [n:127.0.0.1:51810_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2380228 INFO  (qtp363460803-19255) [n:127.0.0.1:51813_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.s.IndexSchema [backuprestore_shard2_replica2] Schema name=minimal
   [junit4]   2> 2380228 INFO  (qtp363460803-19253) [n:127.0.0.1:51813_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.s.IndexSchema [backuprestore_shard1_replica2] Schema name=minimal
   [junit4]   2> 2380231 INFO  (qtp1550873662-19248) [n:127.0.0.1:51810_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2380234 INFO  (qtp1550873662-19245) [n:127.0.0.1:51810_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.s.IndexSchema [backuprestore_shard1_replica1] Schema name=minimal
   [junit4]   2> 2380235 INFO  (qtp363460803-19255) [n:127.0.0.1:51813_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2380235 INFO  (qtp1550873662-19248) [n:127.0.0.1:51810_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.s.IndexSchema [backuprestore_shard2_replica1] Schema name=minimal
   [junit4]   2> 2380236 INFO  (qtp1550873662-19245) [n:127.0.0.1:51810_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2380237 INFO  (qtp1550873662-19248) [n:127.0.0.1:51810_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2380238 INFO  (qtp363460803-19255) [n:127.0.0.1:51813_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=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2380239 INFO  (qtp363460803-19255) [n:127.0.0.1:51813_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> 2380239 INFO  (qtp1550873662-19248) [n:127.0.0.1:51810_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=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2380239 INFO  (qtp1550873662-19245) [n:127.0.0.1:51810_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=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2380239 INFO  (qtp1550873662-19248) [n:127.0.0.1:51810_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> 2380239 INFO  (qtp1550873662-19245) [n:127.0.0.1:51810_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> 2380239 INFO  (qtp1550873662-19248) [n:127.0.0.1:51810_solr c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2380239 INFO  (qtp1550873662-19245) [n:127.0.0.1:51810_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2380239 INFO  (qtp1550873662-19248) [n:127.0.0.1:51810_solr c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica1] o.a.s.c.SolrCore [[backuprestore_shard2_replica1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_D02880460A729D85-001\tempDir-001\node1\backuprestore_shard2_replica1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_D02880460A729D85-001\tempDir-001\node1\.\backuprestore_shard2_replica1\data\]
   [junit4]   2> 2380239 INFO  (qtp1550873662-19245) [n:127.0.0.1:51810_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore [[backuprestore_shard1_replica1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_D02880460A729D85-001\tempDir-001\node1\backuprestore_shard1_replica1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_D02880460A729D85-001\tempDir-001\node1\.\backuprestore_shard1_replica1\data\]
   [junit4]   2> 2380239 INFO  (qtp1550873662-19248) [n:127.0.0.1:51810_solr c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica1] o.a.s.c.SolrCore JMX monitoring not detected for core: backuprestore_shard2_replica1
   [junit4]   2> 2380239 INFO  (qtp1550873662-19245) [n:127.0.0.1:51810_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore JMX monitoring not detected for core: backuprestore_shard1_replica1
   [junit4]   2> 2380239 INFO  (qtp363460803-19255) [n:127.0.0.1:51813_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica2] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2380240 INFO  (qtp363460803-19255) [n:127.0.0.1:51813_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica2] o.a.s.c.SolrCore [[backuprestore_shard2_replica2] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_D02880460A729D85-001\tempDir-001\node2\backuprestore_shard2_replica2], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_D02880460A729D85-001\tempDir-001\node2\.\backuprestore_shard2_replica2\data\]
   [junit4]   2> 2380240 INFO  (qtp363460803-19255) [n:127.0.0.1:51813_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica2] o.a.s.c.SolrCore JMX monitoring not detected for core: backuprestore_shard2_replica2
   [junit4]   2> 2380240 INFO  (qtp1550873662-19248) [n:127.0.0.1:51810_solr c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_D02880460A729D85-001\tempDir-001\node1\.\backuprestore_shard2_replica1\data\
   [junit4]   2> 2380240 INFO  (qtp1550873662-19248) [n:127.0.0.1:51810_solr c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica1] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_D02880460A729D85-001\tempDir-001\node1\.\backuprestore_shard2_replica1\data\index/
   [junit4]   2> 2380240 WARN  (qtp1550873662-19248) [n:127.0.0.1:51810_solr c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica1] o.a.s.c.SolrCore [backuprestore_shard2_replica1] Solr index directory 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_D02880460A729D85-001\tempDir-001\node1\.\backuprestore_shard2_replica1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 2380240 INFO  (qtp363460803-19255) [n:127.0.0.1:51813_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica2] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_D02880460A729D85-001\tempDir-001\node2\.\backuprestore_shard2_replica2\data\
   [junit4]   2> 2380240 INFO  (qtp363460803-19253) [n:127.0.0.1:51813_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2380241 INFO  (qtp1550873662-19245) [n:127.0.0.1:51810_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_D02880460A729D85-001\tempDir-001\node1\.\backuprestore_shard1_replica1\data\
   [junit4]   2> 2380241 INFO  (qtp363460803-19255) [n:127.0.0.1:51813_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica2] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_D02880460A729D85-001\tempDir-001\node2\.\backuprestore_shard2_replica2\data\index/
   [junit4]   2> 2380241 INFO  (qtp1550873662-19245) [n:127.0.0.1:51810_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_D02880460A729D85-001\tempDir-001\node1\.\backuprestore_shard1_replica1\data\index/
   [junit4]   2> 2380241 WARN  (qtp1550873662-19245) [n:127.0.0.1:51810_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore [backuprestore_shard1_replica1] Solr index directory 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_D02880460A729D85-001\tempDir-001\node1\.\backuprestore_shard1_replica1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 2380241 WARN  (qtp363460803-19255) [n:127.0.0.1:51813_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica2] o.a.s.c.SolrCore [backuprestore_shard2_replica2] Solr index directory 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_D02880460A729D85-001\tempDir-001\node2\.\backuprestore_shard2_replica2\data\index' doesn't exist. Creating new index...
   [junit4]   2> 2380241 INFO  (qtp1550873662-19248) [n:127.0.0.1:51810_solr c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_D02880460A729D85-001\tempDir-001\node1\.\backuprestore_shard2_replica1\data\index
   [junit4]   2> 2380241 INFO  (qtp1550873662-19245) [n:127.0.0.1:51810_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_D02880460A729D85-001\tempDir-001\node1\.\backuprestore_shard1_replica1\data\index
   [junit4]   2> 2380242 INFO  (qtp363460803-19253) [n:127.0.0.1:51813_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=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2380242 INFO  (qtp363460803-19253) [n:127.0.0.1:51813_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> 2380242 INFO  (qtp363460803-19255) [n:127.0.0.1:51813_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica2] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_D02880460A729D85-001\tempDir-001\node2\.\backuprestore_shard2_replica2\data\index
   [junit4]   2> 2380242 INFO  (qtp1550873662-19248) [n:127.0.0.1:51810_solr c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@374b63bf lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@37fe5175),segFN=segments_1,generation=1}
   [junit4]   2> 2380242 INFO  (qtp363460803-19253) [n:127.0.0.1:51813_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2380242 INFO  (qtp1550873662-19248) [n:127.0.0.1:51810_solr c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2380242 INFO  (qtp363460803-19255) [n:127.0.0.1:51813_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica2] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@90e1aa1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@73b4d9ba),segFN=segments_1,generation=1}
   [junit4]   2> 2380242 INFO  (qtp363460803-19253) [n:127.0.0.1:51813_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] o.a.s.c.SolrCore [[backuprestore_shard1_replica2] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_D02880460A729D85-001\tempDir-001\node2\backuprestore_shard1_replica2], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestLocalFSCloudBackupRestore_D02880460A729D85-001\tempDir-001\node2\.\backuprestore_shard1_replica2\data\]
   [junit4]   2> 2380242 INFO  (qtp363460803-19255) [n:127.0.0.1:51813_solr c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica2] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2380242 INFO  (qtp363460803-19253) [n:127.0.0.1:51813_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] o.a.s.c.SolrCore JMX monitoring not detected for core: backuprestore_shard1_replica2
   [junit4]   2> 2380243 INFO  (qtp363460803-19253) [n:127.0.0.1:51813_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] o.a.s.c.CachingDirec

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

	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:139)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:155)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:284)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
   [junit4]    > 	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:165)
   [junit4]    > 	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:167)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
   [junit4]    > 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:271)
   [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]    > 	... 10 more
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_D02880460A729D85-001
   [junit4]   2> Jul 21, 2016 8:57:17 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {range_facet_l_dv=PostingsFormat(name=Asserting), _version_=PostingsFormat(name=LuceneVarGapFixedInterval), multiDefault=PostingsFormat(name=MockRandom), intDefault=PostingsFormat(name=LuceneVarGapFixedInterval), id=PostingsFormat(name=Asserting), range_facet_i_dv=PostingsFormat(name=MockRandom), range_facet_l=PostingsFormat(name=MockRandom), timestamp=PostingsFormat(name=MockRandom)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Direct), range_facet_i_dv=DocValuesFormat(name=Lucene54), timestamp=DocValuesFormat(name=Lucene54)}, maxPointsInLeafNode=1557, maxMBSortInHeap=5.458706561049341, sim=RandomSimilarity(queryNorm=false): {}, locale=is, timezone=Atlantic/Cape_Verde
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_92 (64-bit)/cpus=3,threads=1,free=218928592,total=509083648
   [junit4]   2> NOTE: All tests run in this JVM: [TestAuthenticationFramework, BasicZkTest, SpellPossibilityIteratorTest, TestFoldingMultitermQuery, AnalyticsQueryTest, TestFieldSortValues, VersionInfoTest, SimpleCollectionCreateDeleteTest, TermVectorComponentTest, TestSolr4Spatial2, DistributedFacetPivotSmallAdvancedTest, TestTrie, TestExceedMaxTermLength, AsyncCallRequestStatusResponseTest, NotRequiredUniqueKeyTest, TestReplicaProperties, CdcrReplicationHandlerTest, TestDistributedGrouping, TestFreeTextSuggestions, BadIndexSchemaTest, UpdateRequestProcessorFactoryTest, NumericFieldsTest, TestStressRecovery, DateMathParserTest, TestComplexPhraseQParserPlugin, TestSlowCompositeReaderWrapper, TestPKIAuthenticationPlugin, BaseCdcrDistributedZkTest, AliasIntegrationTest, TestExactSharedStatsCache, TestQueryUtils, TestCloudManagedSchema, AnalysisErrorHandlingTest, TestUseDocValuesAsStored2, CdcrVersionReplicationTest, TestRawTransformer, SuggesterWFSTTest, TestOnReconnectListenerSupport, TestRestoreCore, HdfsUnloadDistributedZkTest, BlockCacheTest, TestSystemIdResolver, TestSolrDeletionPolicy2, TestDistributedStatsComponentCardinality, JavabinLoaderTest, TestFiltering, TestLeaderElectionZkExpiry, BasicFunctionalityTest, OpenExchangeRatesOrgProviderTest, TestPivotHelperCode, LoggingHandlerTest, TestSubQueryTransformerDistrib, TestQueryTypes, TestConfigOverlay, CoreAdminHandlerTest, TestMinMaxOnMultiValuedField, TestSuggestSpellingConverter, TestRandomFaceting, DefaultValueUpdateProcessorTest, CoreMergeIndexesAdminHandlerTest, TestLRUStatsCache, TestGraphTermsQParserPlugin, RecoveryAfterSoftCommitTest, RulesTest, TestCoreDiscovery, TestRecovery, TestQuerySenderListener, BasicDistributedZk2Test, TestSchemaSimilarityResource, RequestLoggingTest, ResourceLoaderTest, UniqFieldsUpdateProcessorFactoryTest, TestReloadDeadlock, TestCloudSchemaless, MergeStrategyTest, TestPerFieldSimilarity, TestFastWriter, CollectionReloadTest, ExplicitHLLTest, DistributedQueueTest, TestCSVResponseWriter, LeaderFailoverAfterPartitionTest, TestBulkSchemaAPI, HdfsRestartWhileUpdatingTest, SpellCheckComponentTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, ShowFileRequestHandlerTest, SharedFSAutoReplicaFailoverTest, CreateCollectionCleanupTest, TestSolrQueryParserResource, TestReRankQParserPlugin, TestConfigSetsAPIZkFailure, TestSortingResponseWriter, SolrIndexSplitterTest, TestDynamicLoading, TestDynamicFieldCollectionResource, TestCopyFieldCollectionResource, TestRequestStatusCollectionAPI, TriLevelCompositeIdRoutingTest, SpatialRPTFieldTypeTest, SolrCloudExampleTest, SaslZkACLProviderTest, TestPerFieldSimilarityWithDefaultOverride, TestIndexSearcher, PreAnalyzedUpdateProcessorTest, ConfigSetsAPITest, TestFieldCacheWithThreads, TestSolrDynamicMBean, ZkStateReaderTest, TestBadConfig, DebugComponentTest, MultiTermTest, DistributedQueryComponentOptimizationTest, ChaosMonkeySafeLeaderTest, LeaderInitiatedRecoveryOnShardRestartTest, TestRealTimeGet, SimpleMLTQParserTest, TestFieldCollectionResource, TestSolrJ, HighlighterConfigTest, TestTestInjection, CurrencyFieldOpenExchangeTest, SuggestComponentContextFilterQueryTest, TestSortByMinMaxFunction, RollingRestartTest, CoreAdminCreateDiscoverTest, DistributedFacetPivotWhiteBoxTest, TestReload, TestBinaryField, TestSolrQueryParser, HdfsRecoverLeaseTest, ConnectionReuseTest, TestJoin, WordBreakSolrSpellCheckerTest, TestConfigSetsAPI, DistributedDebugComponentTest, ResponseLogComponentTest, TestShardHandlerFactory, RAMDirectoryFactoryTest, TestStandardQParsers, TestManagedResourceStorage, CoreSorterTest, SearchHandlerTest, TestSubQueryTransformer, TestJettySolrRunner, TestDefaultStatsCache, DistanceFunctionTest, FileUtilsTest, TestSchemaNameResource, TestMiniSolrCloudCluster, SortByFunctionTest, PluginInfoTest, TestFieldTypeCollectionResource, SparseHLLTest, RequestHandlersTest, CollectionsAPIDistributedZkTest, FullSolrCloudDistribCmdsTest, TestZkChroot, ShardRoutingCustomTest, TestDistributedSearch, HardAutoCommitTest, TestRangeQuery, TestCoreContainer, SolrCoreTest, SolrCmdDistributorTest, PeerSyncTest, DirectUpdateHandlerTest, SoftAutoCommitTest, DistributedQueryElevationComponentTest, SuggesterFSTTest, SuggesterTest, NoCacheHeaderTest, SolrCoreCheckLockOnStartupTest, TestAtomicUpdateErrorCases, QueryEqualityTest, DocValuesMultiTest, SolrInfoMBeanTest, TestSurroundQueryParser, TestWriterPerf, DirectSolrSpellCheckerTest, DocumentAnalysisRequestHandlerTest, FileBasedSpellCheckerTest, DocumentBuilderTest, MoreLikeThisHandlerTest, TestArbitraryIndexDir, IndexSchemaRuntimeFieldTest, IndexSchemaTest, TestCollationField, MBeansHandlerTest, TestAnalyzedSuggestions, BinaryUpdateRequestHandlerTest, TestPHPSerializedResponseWriter, TestBinaryResponseWriter, UpdateParamsTest, AlternateDirectoryTest, TestSolrIndexConfig, TestQuerySenderNoQuery, CopyFieldTest, SolrIndexConfigTest, SampleTest, MinimalSchemaTest, TestConfig, OutputWriterTest, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, TestSolrCoreProperties, DirectSolrConnectionTest, TestCharFilters, TestCodecSupport, SynonymTokenizerTest, TestXIncludeConfig, EchoParamsTest, TestSweetSpotSimilarityFactory, TestDFRSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestBM25SimilarityFactory, TimeZoneUtilsTest, TestFastOutputStream, TestFastLRUCache, PrimUtilsTest, SpellingQueryConverterTest, TestDocumentBuilder, CircularListTest, DistributedMLTComponentTest, DistributedIntervalFacetingTest, TestTolerantSearch, AssignTest, AsyncMigrateRouteKeyTest, CollectionsAPISolrJTest, DeleteLastCustomShardedReplicaTest, DeleteReplicaTest, ForceLeaderTest, LeaderInitiatedRecoveryOnCommitTest, MigrateRouteKeyTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerModifyCollectionTest, OverseerStatusTest, OverseerTaskQueueTest, RemoteQueryErrorTest, SharedFSAutoReplicaFailoverUtilsTest, TestCloudInspectUtil, TestCloudPseudoReturnFields, TestCollectionAPI, TestCryptoKeys, TestDistribDocBasedVersion, TestExclusionRuleCollectionAccess, TestRandomFlRTGCloud, TestRandomRequestDistribution, TestRequestForwarding, TestShortCircuitedRequests, TestStressLiveNodes, ExitableDirectoryReaderTest, QueryResultKeyTest, TestConfigSetImmutable, TestConfigSetProperties, TestImplicitCoreProperties, TestInfoStreamLogging, TestNRTOpen, TestSolrConfigHandler, TestConfigReload, TestSolrConfigHandlerCloud, DistributedFacetPivotLargeTest, FacetPivotSmallTest, SpatialHeatmapFacetsTest, TestBulkSchemaConcurrent, TestRandomCollapseQParserPlugin, BlockJoinFacetSimpleTest, GraphQueryTest, TestScoreJoinQPNoScore, TestJsonRequest, TestDFISimilarityFactory, BasicAuthIntegrationTest]
   [junit4] Completed [590/623 (2!)] on J1 in 17.71s, 1 test, 1 error <<< FAILURES!

[...truncated 60192 lines...]


[JENKINS] Lucene-Solr-master-Windows (32bit/jdk1.8.0_92) - Build # 5996 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/5996/
Java: 32bit/jdk1.8.0_92 -client -XX:+UseG1GC

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

Error Message:
Error from server at https://127.0.0.1:64240/solr: The backup directory already exists: file:///C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/build/solr-core/test/J1/temp/solr.cloud.TestLocalFSCloudBackupRestore_820C98D83C85E25C-001/tempDir-002/mytestbackup/

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:64240/solr: The backup directory already exists: file:///C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/build/solr-core/test/J1/temp/solr.cloud.TestLocalFSCloudBackupRestore_820C98D83C85E25C-001/tempDir-002/mytestbackup/
	at __randomizedtesting.SeedInfo.seed([820C98D83C85E25C:A58A70292798FA4]: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.testBackupAndRestore(AbstractCloudBackupRestoreTestCase.java:206)
	at org.apache.solr.cloud.AbstractCloudBackupRestoreTestCase.test(AbstractCloudBackupRestoreTestCase.java:126)
	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 11121 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestLocalFSCloudBackupRestore
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_820C98D83C85E25C-001\init-core-data-001
   [junit4]   2> 600747 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[820C98D83C85E25C]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 600750 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[820C98D83C85E25C]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 600751 INFO  (Thread-1058) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 600751 INFO  (Thread-1058) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 600851 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[820C98D83C85E25C]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:64233
   [junit4]   2> 600851 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[820C98D83C85E25C]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 600853 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[820C98D83C85E25C]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 600877 INFO  (zkCallback-792-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@887854 name:ZooKeeperConnection Watcher:127.0.0.1:64233 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 600878 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[820C98D83C85E25C]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 600879 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[820C98D83C85E25C]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 600879 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[820C98D83C85E25C]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 600896 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[820C98D83C85E25C]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/clusterprops.json
   [junit4]   2> 600900 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x1560a5d53cf0000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 600913 INFO  (jetty-launcher-791-thread-1) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 600913 INFO  (jetty-launcher-791-thread-2) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 600915 INFO  (jetty-launcher-791-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1bf0a6a{/solr,null,AVAILABLE}
   [junit4]   2> 600915 INFO  (jetty-launcher-791-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1c0055{/solr,null,AVAILABLE}
   [junit4]   2> 600929 INFO  (jetty-launcher-791-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@a71453{SSL,[ssl, http/1.1]}{127.0.0.1:64240}
   [junit4]   2> 600929 INFO  (jetty-launcher-791-thread-1) [    ] o.e.j.s.Server Started @605043ms
   [junit4]   2> 600929 INFO  (jetty-launcher-791-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=64240}
   [junit4]   2> 600930 INFO  (jetty-launcher-791-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 600930 INFO  (jetty-launcher-791-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_820C98D83C85E25C-001\tempDir-001\node1'
   [junit4]   2> 600930 INFO  (jetty-launcher-791-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 600930 INFO  (jetty-launcher-791-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 600931 INFO  (jetty-launcher-791-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 600934 INFO  (jetty-launcher-791-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@d8acdc{SSL,[ssl, http/1.1]}{127.0.0.1:64241}
   [junit4]   2> 600934 INFO  (jetty-launcher-791-thread-2) [    ] o.e.j.s.Server Started @605047ms
   [junit4]   2> 600934 INFO  (jetty-launcher-791-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=64241}
   [junit4]   2> 600934 INFO  (jetty-launcher-791-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 600944 INFO  (jetty-launcher-791-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 600944 INFO  (jetty-launcher-791-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_820C98D83C85E25C-001\tempDir-001\node2'
   [junit4]   2> 600944 INFO  (jetty-launcher-791-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 600944 INFO  (jetty-launcher-791-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 600945 INFO  (jetty-launcher-791-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 600946 INFO  (zkCallback-793-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@54d5f9 name:ZooKeeperConnection Watcher:127.0.0.1:64233/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 600946 INFO  (jetty-launcher-791-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 600947 INFO  (jetty-launcher-791-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 600947 INFO  (jetty-launcher-791-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 600949 INFO  (jetty-launcher-791-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 600951 INFO  (zkCallback-794-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@50418f name:ZooKeeperConnection Watcher:127.0.0.1:64233/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 600951 INFO  (jetty-launcher-791-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 600952 INFO  (jetty-launcher-791-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 600953 INFO  (jetty-launcher-791-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 600963 INFO  (jetty-launcher-791-thread-1) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_820C98D83C85E25C-001\tempDir-001\node1\.
   [junit4]   2> 600963 INFO  (jetty-launcher-791-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 738368
   [junit4]   2> 600963 INFO  (jetty-launcher-791-thread-1) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_820C98D83C85E25C-001\tempDir-001\node1]
   [junit4]   2> 600963 WARN  (jetty-launcher-791-thread-1) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_820C98D83C85E25C-001\tempDir-001\node1\lib to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_820C98D83C85E25C-001\tempDir-001\node1\lib
   [junit4]   2> 600964 INFO  (jetty-launcher-791-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 600966 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x1560a5d53cf0002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 600967 INFO  (jetty-launcher-791-thread-2) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_820C98D83C85E25C-001\tempDir-001\node2\.
   [junit4]   2> 600967 INFO  (jetty-launcher-791-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 11044209
   [junit4]   2> 600967 INFO  (jetty-launcher-791-thread-2) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_820C98D83C85E25C-001\tempDir-001\node2]
   [junit4]   2> 600968 WARN  (jetty-launcher-791-thread-2) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_820C98D83C85E25C-001\tempDir-001\node2\lib to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_820C98D83C85E25C-001\tempDir-001\node2\lib
   [junit4]   2> 600968 INFO  (jetty-launcher-791-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 600969 INFO  (jetty-launcher-791-thread-1) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 600969 INFO  (jetty-launcher-791-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 600969 INFO  (jetty-launcher-791-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 600969 INFO  (jetty-launcher-791-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64233/solr
   [junit4]   2> 600970 INFO  (jetty-launcher-791-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 600970 INFO  (jetty-launcher-791-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 600971 INFO  (jetty-launcher-791-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 600971 INFO  (jetty-launcher-791-thread-2) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 600972 INFO  (jetty-launcher-791-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 600974 INFO  (jetty-launcher-791-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 600974 INFO  (jetty-launcher-791-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64233/solr
   [junit4]   2> 600974 INFO  (jetty-launcher-791-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 600974 INFO  (jetty-launcher-791-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 600975 INFO  (jetty-launcher-791-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 600977 INFO  (zkCallback-797-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6834c2 name:ZooKeeperConnection Watcher:127.0.0.1:64233 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 600979 INFO  (jetty-launcher-791-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 600979 INFO  (jetty-launcher-791-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 600982 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x1560a5d53cf0003, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 600983 INFO  (jetty-launcher-791-thread-1) [n:127.0.0.1:64240_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$67/20094786@107c9d8
   [junit4]   2> 600985 INFO  (zkCallback-800-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@838bf5 name:ZooKeeperConnection Watcher:127.0.0.1:64233 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 600985 INFO  (jetty-launcher-791-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 600985 INFO  (jetty-launcher-791-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 600985 INFO  (jetty-launcher-791-thread-1) [n:127.0.0.1:64240_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 600989 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x1560a5d53cf0004, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 600990 INFO  (jetty-launcher-791-thread-2) [n:127.0.0.1:64241_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$67/20094786@19c2203
   [junit4]   2> 600996 INFO  (jetty-launcher-791-thread-2) [n:127.0.0.1:64241_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 601001 INFO  (zkCallback-801-thread-1-processing-n:127.0.0.1:64240_solr) [n:127.0.0.1:64240_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@b111c1 name:ZooKeeperConnection Watcher:127.0.0.1:64233/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 601001 INFO  (jetty-launcher-791-thread-1) [n:127.0.0.1:64240_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 601004 INFO  (jetty-launcher-791-thread-1) [n:127.0.0.1:64240_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 601005 INFO  (zkCallback-802-thread-1-processing-n:127.0.0.1:64241_solr) [n:127.0.0.1:64241_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@19d828e name:ZooKeeperConnection Watcher:127.0.0.1:64233/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 601005 INFO  (jetty-launcher-791-thread-2) [n:127.0.0.1:64241_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 601010 INFO  (jetty-launcher-791-thread-2) [n:127.0.0.1:64241_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 601012 INFO  (jetty-launcher-791-thread-1) [n:127.0.0.1:64240_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 601020 INFO  (jetty-launcher-791-thread-2) [n:127.0.0.1:64241_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 601021 INFO  (jetty-launcher-791-thread-1) [n:127.0.0.1:64240_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 601026 INFO  (jetty-launcher-791-thread-2) [n:127.0.0.1:64241_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 601028 INFO  (jetty-launcher-791-thread-1) [n:127.0.0.1:64240_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 601033 INFO  (jetty-launcher-791-thread-1) [n:127.0.0.1:64240_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 601033 INFO  (jetty-launcher-791-thread-2) [n:127.0.0.1:64241_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 601036 INFO  (jetty-launcher-791-thread-2) [n:127.0.0.1:64241_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 601036 INFO  (jetty-launcher-791-thread-1) [n:127.0.0.1:64240_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 601041 INFO  (jetty-launcher-791-thread-1) [n:127.0.0.1:64240_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 601041 INFO  (jetty-launcher-791-thread-2) [n:127.0.0.1:64241_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 601042 INFO  (jetty-launcher-791-thread-2) [n:127.0.0.1:64241_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 601046 INFO  (jetty-launcher-791-thread-2) [n:127.0.0.1:64241_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 601047 INFO  (jetty-launcher-791-thread-1) [n:127.0.0.1:64240_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 601049 INFO  (jetty-launcher-791-thread-2) [n:127.0.0.1:64241_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 601052 INFO  (jetty-launcher-791-thread-1) [n:127.0.0.1:64240_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 601053 INFO  (jetty-launcher-791-thread-2) [n:127.0.0.1:64241_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 601054 INFO  (jetty-launcher-791-thread-1) [n:127.0.0.1:64240_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 601055 INFO  (jetty-launcher-791-thread-1) [n:127.0.0.1:64240_solr    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https}
   [junit4]   2> 601055 INFO  (jetty-launcher-791-thread-2) [n:127.0.0.1:64241_solr    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https}
   [junit4]   2> 601055 INFO  (jetty-launcher-791-thread-1) [n:127.0.0.1:64240_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 601056 INFO  (jetty-launcher-791-thread-2) [n:127.0.0.1:64241_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 601064 INFO  (jetty-launcher-791-thread-1) [n:127.0.0.1:64240_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 601064 INFO  (jetty-launcher-791-thread-2) [n:127.0.0.1:64241_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 601068 INFO  (jetty-launcher-791-thread-2) [n:127.0.0.1:64241_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 601070 INFO  (jetty-launcher-791-thread-1) [n:127.0.0.1:64240_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 601073 INFO  (jetty-launcher-791-thread-2) [n:127.0.0.1:64241_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 601074 INFO  (jetty-launcher-791-thread-2) [n:127.0.0.1:64241_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96275837989355526-127.0.0.1:64241_solr-n_0000000000
   [junit4]   2> 601074 INFO  (jetty-launcher-791-thread-2) [n:127.0.0.1:64241_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:64241_solr
   [junit4]   2> 601074 INFO  (jetty-launcher-791-thread-2) [n:127.0.0.1:64241_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 601079 INFO  (jetty-launcher-791-thread-1) [n:127.0.0.1:64240_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 601082 INFO  (jetty-launcher-791-thread-1) [n:127.0.0.1:64240_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96275837989355525-127.0.0.1:64240_solr-n_0000000001
   [junit4]   2> 601082 INFO  (jetty-launcher-791-thread-2) [n:127.0.0.1:64241_solr    ] o.a.s.c.Overseer Overseer (id=96275837989355526-127.0.0.1:64241_solr-n_0000000000) starting
   [junit4]   2> 601084 INFO  (jetty-launcher-791-thread-1) [n:127.0.0.1:64240_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96275837989355526-127.0.0.1:64241_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 601085 INFO  (jetty-launcher-791-thread-1) [n:127.0.0.1:64240_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64240_solr
   [junit4]   2> 601085 INFO  (jetty-launcher-791-thread-1) [n:127.0.0.1:64240_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:64240_solr
   [junit4]   2> 601088 INFO  (jetty-launcher-791-thread-2) [n:127.0.0.1:64241_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 601096 INFO  (zkCallback-802-thread-1-processing-n:127.0.0.1:64241_solr) [n:127.0.0.1:64241_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> 601096 INFO  (zkCallback-801-thread-1-processing-n:127.0.0.1:64240_solr) [n:127.0.0.1:64240_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> 601101 INFO  (zkCallback-802-thread-1-processing-n:127.0.0.1:64241_solr) [n:127.0.0.1:64241_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 601103 INFO  (zkCallback-801-thread-1-processing-n:127.0.0.1:64240_solr) [n:127.0.0.1:64240_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 601120 INFO  (jetty-launcher-791-thread-2) [n:127.0.0.1:64241_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 601121 INFO  (jetty-launcher-791-thread-2) [n:127.0.0.1:64241_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:64241_solr as DOWN
   [junit4]   2> 601125 INFO  (jetty-launcher-791-thread-2) [n:127.0.0.1:64241_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64241_solr
   [junit4]   2> 601125 INFO  (jetty-launcher-791-thread-2) [n:127.0.0.1:64241_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:64241_solr
   [junit4]   2> 601128 INFO  (zkCallback-802-thread-1-processing-n:127.0.0.1:64241_solr) [n:127.0.0.1:64241_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> 601128 INFO  (zkCallback-801-thread-1-processing-n:127.0.0.1:64240_solr) [n:127.0.0.1:64240_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> 601136 INFO  (jetty-launcher-791-thread-1) [n:127.0.0.1:64240_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 601136 INFO  (jetty-launcher-791-thread-1) [n:127.0.0.1:64240_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 601137 INFO  (jetty-launcher-791-thread-1) [n:127.0.0.1:64240_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_820C98D83C85E25C-001\tempDir-001\node1\.
   [junit4]   2> 601138 INFO  (zkCallback-802-thread-1-processing-n:127.0.0.1:64241_solr) [n:127.0.0.1:64241_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 601138 INFO  (zkCallback-801-thread-1-processing-n:127.0.0.1:64240_solr) [n:127.0.0.1:64240_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 601139 INFO  (jetty-launcher-791-thread-1) [n:127.0.0.1:64240_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 601140 INFO  (jetty-launcher-791-thread-1) [n:127.0.0.1:64240_solr    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 601140 INFO  (jetty-launcher-791-thread-1) [n:127.0.0.1:64240_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 601140 INFO  (OverseerCollectionConfigSetProcessor-96275837989355526-127.0.0.1:64241_solr-n_0000000000) [n:127.0.0.1:64241_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 601144 INFO  (OverseerStateUpdate-96275837989355526-127.0.0.1:64241_solr-n_0000000000) [n:127.0.0.1:64241_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 601149 INFO  (OverseerStateUpdate-96275837989355526-127.0.0.1:64241_solr-n_0000000000) [n:127.0.0.1:64241_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (2)
   [junit4]   2> 601154 INFO  (OverseerStateUpdate-96275837989355526-127.0.0.1:64241_solr-n_0000000000) [n:127.0.0.1:64241_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:64241_solr"} current state version: 0
   [junit4]   2> 601154 INFO  (OverseerStateUpdate-96275837989355526-127.0.0.1:64241_solr-n_0000000000) [n:127.0.0.1:64241_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:64241_solr
   [junit4]   2> 601155 INFO  (jetty-launcher-791-thread-2) [n:127.0.0.1:64241_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 601155 INFO  (jetty-launcher-791-thread-2) [n:127.0.0.1:64241_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 601156 INFO  (jetty-launcher-791-thread-2) [n:127.0.0.1:64241_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_820C98D83C85E25C-001\tempDir-001\node2\.
   [junit4]   2> 601156 INFO  (jetty-launcher-791-thread-2) [n:127.0.0.1:64241_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 601157 INFO  (jetty-launcher-791-thread-2) [n:127.0.0.1:64241_solr    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 601157 INFO  (jetty-launcher-791-thread-2) [n:127.0.0.1:64241_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 601158 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[820C98D83C85E25C]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 601161 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[820C98D83C85E25C]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 601163 INFO  (zkCallback-805-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1fb4d5b name:ZooKeeperConnection Watcher:127.0.0.1:64233 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 601163 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[820C98D83C85E25C]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 601163 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[820C98D83C85E25C]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 601168 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[820C98D83C85E25C]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 601169 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[820C98D83C85E25C]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 601174 INFO  (zkCallback-808-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@ae975b name:ZooKeeperConnection Watcher:127.0.0.1:64233/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 601174 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[820C98D83C85E25C]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 601174 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[820C98D83C85E25C]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 601174 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[820C98D83C85E25C]-worker) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 601176 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[820C98D83C85E25C]-worker) [    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https}
   [junit4]   2> 601177 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[820C98D83C85E25C]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 601181 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[820C98D83C85E25C]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 601188 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[820C98D83C85E25C]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 601228 INFO  (TEST-TestLocalFSCloudBackupRestore.test-seed#[820C98D83C85E25C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 601358 INFO  (qtp23329300-4841) [n:127.0.0.1:64241_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params shards=shard1,shard2&replicationFactor=2&property.customKey=customValue&collection.configName=conf1&maxShardsPerNode=2&router.field=shard_s&name=backuprestore&router.name=implicit&action=CREATE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 601366 INFO  (OverseerCollectionConfigSetProcessor-96275837989355526-127.0.0.1:64241_solr-n_0000000000) [n:127.0.0.1:64241_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>   "maxShardsPerNode":"2",
   [junit4]   2>   "shards":"shard1,shard2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "property.customKey":"customValue",
   [junit4]   2>   "router.field":"shard_s",
   [junit4]   2>   "router.name":"implicit",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 601366 INFO  (OverseerThreadFactory-2547-thread-1-processing-n:127.0.0.1:64241_solr) [n:127.0.0.1:64241_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>   "maxShardsPerNode":"2",
   [junit4]   2>   "shards":"shard1,shard2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "property.customKey":"customValue",
   [junit4]   2>   "router.field":"shard_s",
   [junit4]   2>   "router.name":"implicit",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 601367 INFO  (OverseerThreadFactory-2547-thread-1-processing-n:127.0.0.1:64241_solr) [n:127.0.0.1:64241_solr    ] o.a.s.c.OverseerCollectionMessageHandler Create collection backuprestore
   [junit4]   2> 601368 INFO  (OverseerThreadFactory-2547-thread-1-processing-n:127.0.0.1:64241_solr) [n:127.0.0.1:64241_solr    ] o.a.s.c.OverseerCollectionMessageHandler creating collections conf node /collections/backuprestore 
   [junit4]   2> 601369 INFO  (OverseerThreadFactory-2547-thread-1-processing-n:127.0.0.1:64241_solr) [n:127.0.0.1:64241_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections/backuprestore
   [junit4]   2> 601372 INFO  (zkCallback-802-thread-1-processing-n:127.0.0.1:64241_solr) [n:127.0.0.1:64241_solr    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 601372 INFO  (zkCallback-808-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 601372 INFO  (zkCallback-801-thread-1-processing-n:127.0.0.1:64240_solr) [n:127.0.0.1:64240_solr    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 601379 INFO  (OverseerStateUpdate-96275837989355526-127.0.0.1:64241_solr-n_0000000000) [n:127.0.0.1:64241_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>   "maxShardsPerNode":"2",
   [junit4]   2>   "shards":"shard1,shard2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "property.customKey":"customValue",
   [junit4]   2>   "router.field":"shard_s",
   [junit4]   2>   "router.name":"implicit",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 601380 INFO  (OverseerStateUpdate-96275837989355526-127.0.0.1:64241_solr-n_0000000000) [n:127.0.0.1:64241_solr    ] o.a.s.c.o.ClusterStateMutator building a new cName: backuprestore
   [junit4]   2> 601382 INFO  (OverseerStateUpdate-96275837989355526-127.0.0.1:64241_solr-n_0000000000) [n:127.0.0.1:64241_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/backuprestore/state.json
   [junit4]   2> 601480 INFO  (OverseerThreadFactory-2547-thread-1-processing-n:127.0.0.1:64241_solr) [n:127.0.0.1:64241_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating SolrCores for new collection backuprestore, shardNames [shard1, shard2] , replicationFactor : 2
   [junit4]   2> 601480 INFO  (OverseerThreadFactory-2547-thread-1-processing-n:127.0.0.1:64241_solr) [n:127.0.0.1:64241_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core backuprestore_shard1_replica1 as part of shard shard1 of collection backuprestore on 127.0.0.1:64240_solr
   [junit4]   2> 601481 INFO  (OverseerThreadFactory-2547-thread-1-processing-n:127.0.0.1:64241_solr) [n:127.0.0.1:64241_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core backuprestore_shard1_replica2 as part of shard shard1 of collection backuprestore on 127.0.0.1:64241_solr
   [junit4]   2> 601481 INFO  (OverseerThreadFactory-2547-thread-1-processing-n:127.0.0.1:64241_solr) [n:127.0.0.1:64241_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core backuprestore_shard2_replica2 as part of shard shard2 of collection backuprestore on 127.0.0.1:64241_solr
   [junit4]   2> 601481 INFO  (OverseerThreadFactory-2547-thread-1-processing-n:127.0.0.1:64241_solr) [n:127.0.0.1:64241_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core backuprestore_shard2_replica1 as part of shard shard2 of collection backuprestore on 127.0.0.1:64240_solr
   [junit4]   2> 601538 INFO  (qtp23329300-4838) [n:127.0.0.1:64241_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> 601566 INFO  (qtp23329300-4838) [n:127.0.0.1:64241_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> 601571 INFO  (qtp23329300-4838) [n:127.0.0.1:64241_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 601591 INFO  (qtp23329300-4856) [n:127.0.0.1:64241_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> 601594 INFO  (qtp23329300-4856) [n:127.0.0.1:64241_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> 601606 INFO  (qtp23329300-4856) [n:127.0.0.1:64241_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 601609 INFO  (qtp23329300-4838) [n:127.0.0.1:64241_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.ZkController Registering watch for collection backuprestore
   [junit4]   2> 601611 INFO  (qtp23329300-4856) [n:127.0.0.1:64241_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.ZkController Registering watch for collection backuprestore
   [junit4]   2> 601611 INFO  (qtp23329300-4856) [n:127.0.0.1:64241_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 601614 INFO  (qtp23329300-4838) [n:127.0.0.1:64241_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.c.ZkStateReader Add data for [backuprestore] ver [0]
   [junit4]   2> 601615 INFO  (qtp23329300-4838) [n:127.0.0.1:64241_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 601615 INFO  (OverseerStateUpdate-96275837989355526-127.0.0.1:64241_solr-n_0000000000) [n:127.0.0.1:64241_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "core":"backuprestore_shard1_replica2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:64241/solr",
   [junit4]   2>   "node_name":"127.0.0.1:64241_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> 601615 INFO  (OverseerStateUpdate-96275837989355526-127.0.0.1:64241_solr-n_0000000000) [n:127.0.0.1:64241_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":"https://127.0.0.1:64241/solr",
   [junit4]   2>   "node_name":"127.0.0.1:64241_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 601650 INFO  (qtp27736103-4834) [n:127.0.0.1:64240_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> 601653 INFO  (qtp27736103-4834) [n:127.0.0.1:64240_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> 601656 INFO  (qtp27736103-4834) [n:127.0.0.1:64240_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 601660 INFO  (OverseerStateUpdate-96275837989355526-127.0.0.1:64241_solr-n_0000000000) [n:127.0.0.1:64241_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "core":"backuprestore_shard2_replica2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:64241/solr",
   [junit4]   2>   "node_name":"127.0.0.1:64241_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> 601661 INFO  (OverseerStateUpdate-96275837989355526-127.0.0.1:64241_solr-n_0000000000) [n:127.0.0.1:64241_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":"https://127.0.0.1:64241/solr",
   [junit4]   2>   "node_name":"127.0.0.1:64241_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 601661 INFO  (qtp27736103-4833) [n:127.0.0.1:64240_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> 601664 INFO  (qtp27736103-4833) [n:127.0.0.1:64240_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> 601666 INFO  (qtp27736103-4834) [n:127.0.0.1:64240_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController Registering watch for collection backuprestore
   [junit4]   2> 601666 INFO  (qtp27736103-4833) [n:127.0.0.1:64240_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 601667 INFO  (qtp27736103-4834) [n:127.0.0.1:64240_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.c.ZkStateReader Add data for [backuprestore] ver [0]
   [junit4]   2> 601667 INFO  (qtp27736103-4834) [n:127.0.0.1:64240_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 601667 INFO  (qtp27736103-4833) [n:127.0.0.1:64240_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController Registering watch for collection backuprestore
   [junit4]   2> 601667 INFO  (qtp27736103-4833) [n:127.0.0.1:64240_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 601671 INFO  (OverseerStateUpdate-96275837989355526-127.0.0.1:64241_solr-n_0000000000) [n:127.0.0.1:64241_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, message = {
   [junit4]   2>   "core":"backuprestore_shard1_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:64240/solr",
   [junit4]   2>   "node_name":"127.0.0.1:64240_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> 601672 INFO  (OverseerStateUpdate-96275837989355526-127.0.0.1:64241_solr-n_0000000000) [n:127.0.0.1:64241_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":"https://127.0.0.1:64240/solr",
   [junit4]   2>   "node_name":"127.0.0.1:64240_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 601677 INFO  (OverseerStateUpdate-96275837989355526-127.0.0.1:64241_solr-n_0000000000) [n:127.0.0.1:64241_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "core":"backuprestore_shard2_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:64240/solr",
   [junit4]   2>   "node_name":"127.0.0.1:64240_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> 601677 INFO  (OverseerStateUpdate-96275837989355526-127.0.0.1:64241_solr-n_0000000000) [n:127.0.0.1:64241_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":"https://127.0.0.1:64240/solr",
   [junit4]   2>   "node_name":"127.0.0.1:64240_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 601787 INFO  (OverseerStateUpdate-96275837989355526-127.0.0.1:64241_solr-n_0000000000) [n:127.0.0.1:64241_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/backuprestore/state.json version: 0
   [junit4]   2> 601789 INFO  (zkCallback-802-thread-2-processing-n:127.0.0.1:64241_solr) [n:127.0.0.1:64241_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> 601789 INFO  (zkCallback-801-thread-1-processing-n:127.0.0.1:64240_solr) [n:127.0.0.1:64240_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> 601790 INFO  (zkCallback-802-thread-2-processing-n:127.0.0.1:64241_solr) [n:127.0.0.1:64241_solr    ] o.a.s.c.c.ZkStateReader Updating data for [backuprestore] from [0] to [1]
   [junit4]   2> 601792 INFO  (zkCallback-801-thread-1-processing-n:127.0.0.1:64240_solr) [n:127.0.0.1:64240_solr    ] o.a.s.c.c.ZkStateReader Updating data for [backuprestore] from [0] to [1]
   [junit4]   2> 602612 INFO  (qtp23329300-4856) [n:127.0.0.1:64241_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> 602612 INFO  (qtp23329300-4856) [n:127.0.0.1:64241_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.ZkController Check for collection zkNode:backuprestore
   [junit4]   2> 602613 INFO  (qtp23329300-4856) [n:127.0.0.1:64241_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 602613 INFO  (qtp23329300-4856) [n:127.0.0.1:64241_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/backuprestore]
   [junit4]   2> 602615 INFO  (qtp23329300-4856) [n:127.0.0.1:64241_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> 602615 INFO  (qtp23329300-4856) [n:127.0.0.1:64241_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_820C98D83C85E25C-001\tempDir-001\node2\backuprestore_shard2_replica2'
   [junit4]   2> 602615 INFO  (qtp23329300-4856) [n:127.0.0.1:64241_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 602615 INFO  (qtp23329300-4856) [n:127.0.0.1:64241_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> 602616 INFO  (qtp23329300-4838) [n:127.0.0.1:64241_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> 602616 INFO  (qtp23329300-4838) [n:127.0.0.1:64241_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.ZkController Check for collection zkNode:backuprestore
   [junit4]   2> 602616 INFO  (qtp23329300-4838) [n:127.0.0.1:64241_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 602616 INFO  (qtp23329300-4838) [n:127.0.0.1:64241_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/backuprestore]
   [junit4]   2> 602618 INFO  (qtp23329300-4838) [n:127.0.0.1:64241_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> 602618 INFO  (qtp23329300-4838) [n:127.0.0.1:64241_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_820C98D83C85E25C-001\tempDir-001\node2\backuprestore_shard1_replica2'
   [junit4]   2> 602618 INFO  (qtp23329300-4838) [n:127.0.0.1:64241_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 602619 INFO  (qtp23329300-4838) [n:127.0.0.1:64241_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> 602623 INFO  (qtp23329300-4856) [n:127.0.0.1:64241_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 602624 INFO  (qtp23329300-4838) [n:127.0.0.1:64241_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 602643 INFO  (qtp23329300-4838) [n:127.0.0.1:64241_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 602643 INFO  (qtp23329300-4856) [n:127.0.0.1:64241_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 602646 INFO  (qtp23329300-4856) [n:127.0.0.1:64241_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 602648 INFO  (qtp23329300-4838) [n:127.0.0.1:64241_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 602655 INFO  (qtp23329300-4838) [n:127.0.0.1:64241_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 602659 INFO  (qtp23329300-4856) [n:127.0.0.1:64241_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 602663 INFO  (qtp23329300-4838) [n:127.0.0.1:64241_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.s.IndexSchema [backuprestore_shard1_replica2] Schema name=minimal
   [junit4]   2> 602667 INFO  (qtp23329300-4856) [n:127.0.0.1:64241_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.s.IndexSchema [backuprestore_shard2_replica2] Schema name=minimal
   [junit4]   2> 602667 INFO  (qtp23329300-4838) [n:127.0.0.1:64241_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 602668 INFO  (qtp27736103-4833) [n:127.0.0.1:64240_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> 602668 INFO  (qtp27736103-4833) [n:127.0.0.1:64240_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController Check for collection zkNode:backuprestore
   [junit4]   2> 602668 INFO  (qtp27736103-4834) [n:127.0.0.1:64240_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> 602668 INFO  (qtp27736103-4834) [n:127.0.0.1:64240_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController Check for collection zkNode:backuprestore
   [junit4]   2> 602669 INFO  (qtp27736103-4833) [n:127.0.0.1:64240_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 602669 INFO  (qtp27736103-4833) [n:127.0.0.1:64240_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/backuprestore]
   [junit4]   2> 602670 INFO  (qtp27736103-4834) [n:127.0.0.1:64240_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 602671 INFO  (qtp27736103-4834) [n:127.0.0.1:64240_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/backuprestore]
   [junit4]   2> 602670 INFO  (qtp23329300-4838) [n:127.0.0.1:64241_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=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 602671 INFO  (qtp23329300-4838) [n:127.0.0.1:64241_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> 602672 INFO  (qtp23329300-4838) [n:127.0.0.1:64241_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica2] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 602672 INFO  (qtp23329300-4838) [n:127.0.0.1:64241_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica2] o.a.s.c.SolrCore [[backuprestore_shard1_replica2] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_820C98D83C85E25C-001\tempDir-001\node2\backuprestore_shard1_replica2], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_820C98D83C85E25C-001\tempDir-001\node2\.\backuprestore_shard1_replica2\data\]
   [junit4]   2> 602672 INFO  (qtp23329300-4838) [n:127.0.0.1:64241_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica2] o.a.s.c.SolrCore JMX monitoring not detected for core: backuprestore_shard1_replica2
   [junit4]   2> 602672 INFO  (qtp23329300-4856) [n:127.0.0.1:64241_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 602673 INFO  (qtp27736103-4833) [n:127.0.0.1:64240_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> 602673 INFO  (qtp27736103-4833) [n:127.0.0.1:64240_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_820C98D83C85E25C-001\tempDir-001\node1\backuprestore_shard2_replica1'
   [junit4]   2> 602673 INFO  (qtp23329300-4838) [n:127.0.0.1:64241_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica2] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_820C98D83C85E25C-001\tempDir-001\node2\.\backuprestore_shard1_replica2\data\
   [junit4]   2> 602674 INFO  (qtp27736103-4833) [n:127.0.0.1:64240_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 602674 INFO  (qtp27736103-4834) [n:127.0.0.1:64240_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> 602674 INFO  (qtp27736103-4833) [n:127.0.0.1:64240_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> 602674 INFO  (qtp23329300-4838) [n:127.0.0.1:64241_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica2] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_820C98D83C85E25C-001\tempDir-001\node2\.\backuprestore_shard1_replica2\data\index/
   [junit4]   2> 602674 INFO  (qtp27736103-4834) [n:127.0.0.1:64240_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_820C98D83C85E25C-001\tempDir-001\node1\backuprestore_shard1_replica1'
   [junit4]   2> 602675 INFO  (qtp23329300-4856) [n:127.0.0.1:64241_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=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 602675 WARN  (qtp23329300-4838) [n:127.0.0.1:64241_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica2] o.a.s.c.SolrCore [backuprestore_shard1_replica2] Solr index directory 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_820C98D83C85E25C-001\tempDir-001\node2\.\backuprestore_shard1_replica2\data\index' doesn't exist. Creating new index...
   [junit4]   2> 602675 INFO  (qtp27736103-4834) [n:127.0.0.1:64240_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 602676 INFO  (qtp27736103-4834) [n:127.0.0.1:64240_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> 602677 INFO  (qtp23329300-4838) [n:127.0.0.1:64241_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica2] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_820C98D83C85E25C-001\tempDir-001\node2\.\backuprestore_shard1_replica2\data\index
   [junit4]   2> 602675 INFO  (qtp23329300-4856) [n:127.0.0.1:64241_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> 602678 INFO  (qtp23329300-4856) [n:127.0.0.1:64241_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica2] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 602678 INFO  (qtp23329300-4856) [n:127.0.0.1:64241_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica2] o.a.s.c.SolrCore [[backuprestore_shard2_replica2] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_820C98D83C85E25C-001\tempDir-001\node2\backuprestore_shard2_replica2], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_820C98D83C85E25C-001\tempDir-001\node2\.\backuprestore_shard2_replica2\data\]
   [junit4]   2> 602678 INFO  (qtp23329300-4856) [n:127.0.0.1:64241_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica2] o.a.s.c.SolrCore JMX monitoring not detected for core: backuprestore_shard2_replica2
   [junit4]   2> 602679 INFO  (qtp23329300-4856) [n:127.0.0.1:64241_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica2] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_820C98D83C85E25C-001\tempDir-001\node2\.\backuprestore_shard2_replica2\data\
   [junit4]   2> 602679 INFO  (qtp27736103-4833) [n:127.0.0.1:64240_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 602680 INFO  (qtp27736103-4834) [n:127.0.0.1:64240_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 602680 INFO  (qtp23329300-4856) [n:127.0.0.1:64241_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica2] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_820C98D83C85E25C-001\tempDir-001\node2\.\backuprestore_shard2_replica2\data\index/
   [junit4]   2> 602680 WARN  (qtp23329300-4856) [n:127.0.0.1:64241_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica2] o.a.s.c.SolrCore [backuprestore_shard2_replica2] Solr index directory 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_820C98D83C85E25C-001\tempDir-001\node2\.\backuprestore_shard2_replica2\data\index' doesn't exist. Creating new index...
   [junit4]   2> 602681 INFO  (qtp23329300-4856) [n:127.0.0.1:64241_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica2] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_820C98D83C85E25C-001\tempDir-001\node2\.\backuprestore_shard2_replica2\data\index
   [junit4]   2> 602688 INFO  (qtp27736103-4834) [n:127.0.0.1:64240_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 602690 INFO  (qtp27736103-4833) [n:127.0.0.1:64240_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 602691 INFO  (qtp23329300-4838) [n:127.0.0.1:64241_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica2] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@f1e52c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@88709b),segFN=segments_1,generation=1}
   [junit4]   2> 602691 INFO  (qtp23329300-4838) [n:127.0.0.1:64241_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica2] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 602691 INFO  (qtp23329300-4856) [n:127.0.0.1:64241_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica2] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@13f277d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@170d1b4),segFN=segments_1,generation=1}
   [junit4]   2> 602691 INFO  (qtp23329300-4856) [n:127.0.0.1:64241_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica2] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 602693 INFO  (qtp27736103-4834) [n:127.0.0.1:64240_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 602694 INFO  (qtp27736103-4833) [n:127.0.0.1:64240_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 602699 INFO  (qtp27736103-4834) [n:127.0.0.1:64240_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 602704 INFO  (qtp27736103-4833) [n:127.0.0.1:64240_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 602708 INFO  (qtp23329300-4856) [n:127.0.0.1:64241_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica2] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 602710 INFO  (qtp23329300-4856) [n:127.0.0.1:64241_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 602712 INFO  (qtp23329300-4856) [n:127.0.0.1:64241_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 602712 INFO  (qtp27736103-4834) [n:127.0.0.1:64240_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.s.IndexSchema [backuprestore_shard1_replica1] Schema name=minimal
   [junit4]   2> 602713 INFO  (qtp23329300-4856) [n:127.0.0.1:64241_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 602715 INFO  (qtp23329300-4856) [n:127.0.0.1:64241_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 602716 INFO  (qtp27736103-4833) [n:127.0.0.1:64240_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.s.IndexSchema [backuprestore_shard2_replica1] Schema name=minimal
   [junit4]   2> 602717 INFO  (qtp27736103-4834) [n:127.0.0.1:64240_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 602719 INFO  (qtp23329300-4856) [n:127.0.0.1:64241_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica2] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/select,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 602719 INFO  (qtp23329300-4856) [n:127.0.0.1:64241_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica2] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 602719 INFO  (qtp23329300-4838) [n:127.0.0.1:64241_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica2] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 602719 INFO  (qtp27736103-4833) [n:127.0.0.1:64240_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 602721 INFO  (qtp23329300-4856) [n:127.0.0.1:64241_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 602721 INFO  (qtp23329300-4856) [n:127.0.0.1:64241_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 602722 INFO  (qtp27736103-4834) [n:127.0.0.1:64240_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=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 602722 INFO  (qtp23329300-4838) [n:127.0.0.1:64241_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 602722 INFO  (qtp27736103-4834) [n:127.0.0.1:64240_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> 602722 INFO  (qtp27736103-4834) [n:127.0.0.1:64240_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 602723 INFO  (qtp27736103-4834) [n:127.0.0.1:64240_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore [[backuprestore_shard1_replica1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_820C98D83C85E25C-001\tempDir-001\node1\backuprestore_shard1_replica1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_820C98D83C85E25C-001\tempDir-001\node1\.\backuprestore_shard1_replica1\data\]
   [junit4]   2> 602723 INFO  (qtp27736103-4834) [n:127.0.0.1:64240_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore JMX monitoring not detected for core: backuprestore_shard1_replica1
   [junit4]   2> 602724 INFO  (qtp23329300-4838) [n:127.0.0.1:64241_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 602724 INFO  (qtp27736103-4834) [n:127.0.0.1:64240_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_820C98D83C85E25C-001\tempDir-001\node1\.\backuprestore_shard1_replica1\data\
   [junit4]   2> 602724 INFO  (qtp27736103-4833) [n:127.0.0.1:64240_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=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 602725 INFO  (qtp27736103-4833) [n:127.0.0.1:64240_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> 602725 INFO  (qtp23329300-4838) [n:127.0.0.1:64241_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 602725 INFO  (qtp23329300-4856) [n:127.0.0.1:64241_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 602725 INFO  (qtp23329300-4856) [n:127.0.0.1:64241_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 602725 INFO  (qtp27736103-4833) [n:127.0.0.1:64240_solr c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 602726 INFO  (qtp27736103-4833) [n:127.0.0.1:64240_solr c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica1] o.a.s.c.SolrCore [[backuprestore_shard2_replica1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_820C98D83C85E25C-001\tempDir-001\node1\backuprestore_shard2_replica1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_820C98D83C85E25C-001\tempDir-001\node1\.\backuprestore_shard2_replica1\data\]
   [junit4]   2> 602726 INFO  (qtp27736103-4833) [n:127.0.0.1:64240_solr c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica1] o.a.s.c.SolrCore JMX monitoring not detected for core: backuprestore_shard2_replica1
   [junit4]   2> 602727 INFO  (qtp27736103-4834) [n:127.0.0.1:64240_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_820C98D83C85E25C-001\tempDir-001\node1\.\backuprestore_shard1_replica1\data\index/
   [junit4]   2> 602727 INFO  (qtp27736103-4833) [n:127.0.0.1:64240_solr c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_820C98D83C85E25C-001\tempDir-001\node1\.\backuprestore_shard2_replica1\data\
   [junit4]   2> 602727 INFO  (qtp23329300-4838) [n:127.0.0.1:64241_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 602727 INFO  (qtp27736103-4833) [n:127.0.0.1:64240_solr c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica1] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_820C98D83C85E25C-001\tempDir-001\node1\.\backuprestore_shard2_replica1\data\index/
   [junit4]   2> 602728 WARN  (qtp27736103-4833) [n:127.0.0.1:64240_solr c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica1] o.a.s.c.SolrCore [backuprestore_shard2_replica1] Solr index directory 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_820C98D83C85E25C-001\tempDir-001\node1\.\backuprestore_shard2_replica1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 602728 INFO  (OldIndexDirectoryCleanupThreadForCore-backuprestore_shard1_replica2) [n:127.0.0.1:64241_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica2] o.a.s.c.SolrCore Looking for old index directories to cleanup for core backuprestore_shard1_replica2 in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_820C98D83C85E25C-001\tempDir-001\node2\.\backuprestore_shard1_replica2\data\
   [junit4]   2> 602728 INFO  (qtp27736103-4833) [n:127.0.0.1:64240_solr c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_820C98D83C85E25C-001\tempDir-001\node1\.\backuprestore_shard2_replica1\data\index
   [junit4]   2> 602729 INFO  (qtp23329300-4856) [n:127.0.0.1:64241_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica2] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@13f277d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@170d1b4),segFN=segments_1,generation=1}
   [junit4]   2> 602729 INFO  (qtp23329300-4856) [n:127.0.0.1:64241_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica2] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 602729 WARN  (OldIndexDirectoryCleanupThreadForCore-backuprestore_shard1_replica2) [n:127.0.0.1:64241_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica2] o.a.s.c.DirectoryFactory C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_820C98D83C85E25C-001\tempDir-001\node2\.\backuprestore_shard1_replica2\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 602729 INFO  (qtp23329300-4856) [n:127.0.0.1:64241_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica2] o.a.s.s.SolrIndexSearcher Opening [Searcher@1e2ffe5[backuprestore_shard2_replica2] main]
   [junit4]   2> 602729 INFO  (qtp23329300-4856) [n:127.0.0.1:64241_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica2] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/backuprestore]
   [junit4]   2> 602727 WARN  (qtp27736103-4834) [n:127.0.0.1:64240_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore [backuprestore_shard1_replica1] Solr index directory 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_820C98D83C85E25C-001\tempDir-001\node1\.\backuprestore_shard1_replica1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 602730 INFO  (OldIndexDirectoryCleanupThreadForCore-backuprestore_shard2_replica2) [n:127.0.0.1:64241_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica2] o.a.s.c.SolrCore Looking for old index directories to cleanup for core backuprestore_shard2_replica2 in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_820C98D83C85E25C-001\tempDir-001\node2\.\backuprestore_shard2_replica2\data\
   [junit4]   2> 602731 INFO  (qtp23329300-4838) [n:127.0.0.1:64241_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica2] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/select,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 602731 INFO  (qtp23329300-4838) [n:127.0.0.1:64241_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica2] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 602732 INFO  (qtp23329300-4838) [n:127.0.0.1:64241_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 602733 INFO  (qtp23329300-4838) [n:127.0.0.1:64241_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 602734 INFO  (qtp233293

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

read.run(ClientCnxn.java:498)
   [junit4]   2> 613178 INFO  (jetty-launcher-791-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1bf0a6a{/solr,null,UNAVAILABLE}
   [junit4]   2> 613178 ERROR (jetty-launcher-791-thread-1-EventThread) [n:127.0.0.1:64240_solr    ] o.a.z.ClientCnxn Error while calling watcher 
   [junit4]   2> java.util.concurrent.RejectedExecutionException: Task org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$8/9171884@1f98d rejected from org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@3e7b95[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 12]
   [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> 613181 ERROR (jetty-launcher-791-thread-1-EventThread) [n:127.0.0.1:64240_solr    ] o.a.z.ClientCnxn Error while calling watcher 
   [junit4]   2> java.util.concurrent.RejectedExecutionException: Task org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$8/9171884@1f5848c rejected from org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@3e7b95[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 12]
   [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> 613181 ERROR (jetty-launcher-791-thread-1-EventThread) [n:127.0.0.1:64240_solr    ] o.a.z.ClientCnxn Error while calling watcher 
   [junit4]   2> java.util.concurrent.RejectedExecutionException: Task org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$8/9171884@122eee8 rejected from org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@3e7b95[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 12]
   [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> 613183 ERROR (jetty-launcher-791-thread-1-EventThread) [n:127.0.0.1:64240_solr    ] o.a.z.ClientCnxn Error while calling watcher 
   [junit4]   2> java.util.concurrent.RejectedExecutionException: Task org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$8/9171884@912b73 rejected from org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@3e7b95[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 12]
   [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> 613179 INFO  (jetty-launcher-791-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1c0055{/solr,null,UNAVAILABLE}
   [junit4]   2> 613194 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[820C98D83C85E25C]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:64233 64233
   [junit4]   2> 613197 INFO  (Thread-1058) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:64233 64233
   [junit4]   2> 613200 WARN  (Thread-1058) [    ] 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/security.json
   [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> 	14	/solr/overseer/queue
   [junit4]   2> 	9	/solr/overseer/collection-queue-work
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 	3	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 613200 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[820C98D83C85E25C]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_820C98D83C85E25C-001
   [junit4]   2> Jul 20, 2016 10:11:56 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 4 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=FastCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST, chunkSize=1, maxDocsPerChunk=6, blockSize=3), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST, chunkSize=1, blockSize=3)), sim=RandomSimilarity(queryNorm=false): {}, locale=tr-TR, timezone=Pacific/Gambier
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_92 (32-bit)/cpus=3,threads=1,free=322878032,total=482344960
   [junit4]   2> NOTE: All tests run in this JVM: [TestRestoreCore, QueryParsingTest, TestFieldCollectionResource, HighlighterConfigTest, ConfigSetsAPITest, TriLevelCompositeIdRoutingTest, TestSolrDynamicMBean, CoreMergeIndexesAdminHandlerTest, DistributedQueryComponentOptimizationTest, SolrPluginUtilsTest, MultiThreadedOCPTest, TestOmitPositions, TestQuerySenderListener, TestOnReconnectListenerSupport, MultiTermTest, SaslZkACLProviderTest, TestBadConfig, TestCloudManagedSchema, OverriddenZkACLAndCredentialsProvidersTest, TestDistributedStatsComponentCardinality, TestConfigReload, TestFreeTextSuggestions, TestQueryUtils, AnalysisErrorHandlingTest, TestCloudSchemaless, SolrInfoMBeanTest, TermVectorComponentDistributedTest, RecoveryAfterSoftCommitTest, SpellCheckCollatorTest, TestRecovery, TestCollationField, ConvertedLegacyTest, TestSimpleQParserPlugin, ZkSolrClientTest, HdfsRestartWhileUpdatingTest, BufferStoreTest, DebugComponentTest, TestReversedWildcardFilterFactory, TestBulkSchemaAPI, SortSpecParsingTest, TestSuggestSpellingConverter, ExplicitHLLTest, SimpleMLTQParserTest, PluginInfoTest, QueryResultKeyTest, TestRandomCollapseQParserPlugin, TestCrossCoreJoin, LoggingHandlerTest, TestBinaryField, TestReRankQParserPlugin, FileBasedSpellCheckerTest, TestFieldCacheSanityChecker, CoreAdminCreateDiscoverTest, SpatialRPTFieldTypeTest, TestDistribDocBasedVersion, TestTrie, ShowFileRequestHandlerTest, TestSubQueryTransformerDistrib, DistributedQueueTest, TestFieldSortValues, TestShortCircuitedRequests, BlockJoinFacetSimpleTest, LukeRequestHandlerTest, TestFoldingMultitermQuery, TestDistributedGrouping, TestSlowCompositeReaderWrapper, CoreSorterTest, OutputWriterTest, BinaryUpdateRequestHandlerTest, TestStandardQParsers, CloneFieldUpdateProcessorFactoryTest, PKIAuthenticationIntegrationTest, SuggestComponentContextFilterQueryTest, AutoCommitTest, TestRTGBase, TestUtils, DistribDocExpirationUpdateProcessorTest, TestCharFilters, TestLocalFSCloudBackupRestore]
   [junit4] Completed [177/623 (1!)] on J1 in 13.52s, 1 test, 1 error <<< FAILURES!

[...truncated 53865 lines...]