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

3 tests failed.
FAILED:  
org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigAliasReplication

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

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<0>
        at 
__randomizedtesting.SeedInfo.seed([BFEB3AEC36B689AA:4898D4B4F05E264C]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigAliasReplication(TestReplicationHandler.java:1327)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)


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

Error Message:
IOException occured when talking to server at: 
http://127.0.0.1:60082/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:60082/solr/testSolrCloudCollection_shard1_replica2
        at 
__randomizedtesting.SeedInfo.seed([BFEB3AEC36B689AA:823394C00E58D7DA]: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:60082/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([BFEB3AEC36B689AA:37BF0536984AE452]: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:209)
        at 
org.apache.solr.cloud.AbstractCloudBackupRestoreTestCase.test(AbstractCloudBackupRestoreTestCase.java:127)
        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 11613 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_BFEB3AEC36B689AA-001\init-core-data-001
   [junit4]   2> 1435215 INFO  
(SUITE-TestReplicationHandler-seed#[BFEB3AEC36B689AA]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None)
   [junit4]   2> 1435217 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting doTestRepeater
   [junit4]   2> 1435218 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
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_BFEB3AEC36B689AA-001\solr-instance-001\collection1
   [junit4]   2> 1435229 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1435230 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7532ecf{/solr,null,AVAILABLE}
   [junit4]   2> 1435232 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@317caba1{HTTP/1.1,[http/1.1]}{127.0.0.1:50048}
   [junit4]   2> 1435232 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
o.e.j.s.Server Started @1439577ms
   [junit4]   2> 1435232 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
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_BFEB3AEC36B689AA-001\solr-instance-001\collection1\data,
 hostContext=/solr, hostPort=50048}
   [junit4]   2> 1435232 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 1435232 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
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_BFEB3AEC36B689AA-001\solr-instance-001'
   [junit4]   2> 1435232 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1435232 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1435233 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
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_BFEB3AEC36B689AA-001\solr-instance-001\solr.xml
   [junit4]   2> 1435242 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
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_BFEB3AEC36B689AA-001\solr-instance-001\.
   [junit4]   2> 1435242 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 130668749
   [junit4]   2> 1435242 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
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_BFEB3AEC36B689AA-001\solr-instance-001]
   [junit4]   2> 1435242 WARN  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
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_BFEB3AEC36B689AA-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_BFEB3AEC36B689AA-001\solr-instance-001\lib
   [junit4]   2> 1435243 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
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> 1435246 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 1435246 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1435246 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1435246 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 1435246 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1435248 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
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_BFEB3AEC36B689AA-001\solr-instance-001\.
   [junit4]   2> 1435251 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
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> 1435251 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
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_BFEB3AEC36B689AA-001\solr-instance-001\.\collection1
   [junit4]   2> 1435252 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1435252 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
o.a.s.s.SolrDispatchFilter 
user.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1435252 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1435252 INFO  (coreLoadExecutor-5372-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_BFEB3AEC36B689AA-001\solr-instance-001\collection1'
   [junit4]   2> 1435252 INFO  (coreLoadExecutor-5372-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1435252 INFO  (coreLoadExecutor-5372-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1435270 INFO  (coreLoadExecutor-5372-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1435272 INFO  (coreLoadExecutor-5372-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1435276 INFO  (coreLoadExecutor-5372-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1435279 INFO  (coreLoadExecutor-5372-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1435284 INFO  (coreLoadExecutor-5372-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1435291 INFO  (coreLoadExecutor-5372-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_BFEB3AEC36B689AA-001\solr-instance-001\collection1'
   [junit4]   2> 1435291 INFO  (coreLoadExecutor-5372-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_BFEB3AEC36B689AA-001\solr-instance-001\.\collection1
   [junit4]   2> 1435291 INFO  (coreLoadExecutor-5372-thread-1) [    
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1435291 INFO  (coreLoadExecutor-5372-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_BFEB3AEC36B689AA-001\solr-instance-001\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_BFEB3AEC36B689AA-001\solr-instance-001\.\collection1\data\]
   [junit4]   2> 1435291 INFO  (coreLoadExecutor-5372-thread-1) [    
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: 
collection1
   [junit4]   2> 1435291 INFO  (coreLoadExecutor-5372-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_BFEB3AEC36B689AA-001\solr-instance-001\.\collection1\data\
   [junit4]   2> 1435291 INFO  (coreLoadExecutor-5372-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_BFEB3AEC36B689AA-001\solr-instance-001\.\collection1\data\index/
   [junit4]   2> 1435291 WARN  (coreLoadExecutor-5372-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_BFEB3AEC36B689AA-001\solr-instance-001\.\collection1\data\index'
 doesn't exist. Creating new index...
   [junit4]   2> 1435291 INFO  (coreLoadExecutor-5372-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_BFEB3AEC36B689AA-001\solr-instance-001\.\collection1\data\index
   [junit4]   2> 1435292 INFO  (coreLoadExecutor-5372-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=10, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=66.59375, 
floorSegmentMB=0.283203125, forceMergeDeletesPctAllowed=8.396226035222345, 
segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1435292 INFO  (coreLoadExecutor-5372-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@210e9bde 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@55e914b1),segFN=segments_1,generation=1}
   [junit4]   2> 1435292 INFO  (coreLoadExecutor-5372-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1435293 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_BFEB3AEC36B689AA-001\solr-instance-001\.\collection1\data\
   [junit4]   2> 1435294 INFO  (coreLoadExecutor-5372-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 1435300 INFO  (coreLoadExecutor-5372-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1435301 INFO  (coreLoadExecutor-5372-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1435301 INFO  (coreLoadExecutor-5372-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1435303 INFO  (coreLoadExecutor-5372-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1435304 INFO  (coreLoadExecutor-5372-thread-1) [    
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with 
startup=lazy 
   [junit4]   2> 1435304 INFO  (coreLoadExecutor-5372-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> 1435304 INFO  (coreLoadExecutor-5372-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1435304 INFO  (coreLoadExecutor-5372-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1435304 INFO  (coreLoadExecutor-5372-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1435305 INFO  (coreLoadExecutor-5372-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=41, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=77.7529296875, 
floorSegmentMB=1.7646484375, forceMergeDeletesPctAllowed=23.696139945310843, 
segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3090762254476318
   [junit4]   2> 1435305 INFO  (coreLoadExecutor-5372-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@210e9bde 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@55e914b1),segFN=segments_1,generation=1}
   [junit4]   2> 1435305 INFO  (coreLoadExecutor-5372-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1435305 INFO  (coreLoadExecutor-5372-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@456c489[collection1] 
main]
   [junit4]   2> 1435305 INFO  (coreLoadExecutor-5372-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_BFEB3AEC36B689AA-001\solr-instance-001\collection1\conf
   [junit4]   2> 1435305 INFO  (coreLoadExecutor-5372-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_BFEB3AEC36B689AA-001\solr-instance-001\collection1\conf}
   [junit4]   2> 1435305 INFO  (coreLoadExecutor-5372-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_BFEB3AEC36B689AA-001\solr-instance-001\collection1\conf
   [junit4]   2> 1435306 INFO  (coreLoadExecutor-5372-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1435306 INFO  (coreLoadExecutor-5372-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following 
config files: schema.xml,xslt/dummy.xsl
   [junit4]   2> 1435306 INFO  (coreLoadExecutor-5372-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1435306 INFO  
(searcherExecutor-5373-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@456c489[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1435306 INFO  (coreLoadExecutor-5372-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1435755 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
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_BFEB3AEC36B689AA-001\solr-instance-002\collection1
   [junit4]   2> 1435765 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1435765 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@16cabcf9{/solr,null,AVAILABLE}
   [junit4]   2> 1435766 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@732fb1ed{HTTP/1.1,[http/1.1]}{127.0.0.1:50051}
   [junit4]   2> 1435767 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
o.e.j.s.Server Started @1440112ms
   [junit4]   2> 1435767 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
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_BFEB3AEC36B689AA-001\solr-instance-002\collection1\data,
 hostContext=/solr, hostPort=50051}
   [junit4]   2> 1435767 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 1435767 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
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_BFEB3AEC36B689AA-001\solr-instance-002'
   [junit4]   2> 1435767 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1435767 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1435768 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
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_BFEB3AEC36B689AA-001\solr-instance-002\solr.xml
   [junit4]   2> 1435771 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
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_BFEB3AEC36B689AA-001\solr-instance-002\.
   [junit4]   2> 1435771 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 659768302
   [junit4]   2> 1435771 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
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_BFEB3AEC36B689AA-001\solr-instance-002]
   [junit4]   2> 1435772 WARN  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
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_BFEB3AEC36B689AA-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_BFEB3AEC36B689AA-001\solr-instance-002\lib
   [junit4]   2> 1435772 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
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> 1435774 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 1435774 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1435774 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1435774 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 1435775 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1435775 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
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_BFEB3AEC36B689AA-001\solr-instance-002\.
   [junit4]   2> 1435779 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
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> 1435779 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
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_BFEB3AEC36B689AA-001\solr-instance-002\.\collection1
   [junit4]   2> 1435780 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1435780 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
o.a.s.s.SolrDispatchFilter 
user.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1435780 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1435780 INFO  (coreLoadExecutor-5382-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_BFEB3AEC36B689AA-001\solr-instance-002\collection1'
   [junit4]   2> 1435780 INFO  (coreLoadExecutor-5382-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1435780 INFO  (coreLoadExecutor-5382-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1435788 INFO  (coreLoadExecutor-5382-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1435790 INFO  (coreLoadExecutor-5382-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1435805 INFO  (coreLoadExecutor-5382-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1435808 INFO  (coreLoadExecutor-5382-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1435810 INFO  (coreLoadExecutor-5382-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1435812 INFO  (coreLoadExecutor-5382-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_BFEB3AEC36B689AA-001\solr-instance-002\collection1'
   [junit4]   2> 1435812 INFO  (coreLoadExecutor-5382-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_BFEB3AEC36B689AA-001\solr-instance-002\.\collection1
   [junit4]   2> 1435812 INFO  (coreLoadExecutor-5382-thread-1) [    
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1435812 INFO  (coreLoadExecutor-5382-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_BFEB3AEC36B689AA-001\solr-instance-002\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_BFEB3AEC36B689AA-001\solr-instance-002\.\collection1\data\]
   [junit4]   2> 1435812 INFO  (coreLoadExecutor-5382-thread-1) [    
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: 
collection1
   [junit4]   2> 1435813 INFO  (coreLoadExecutor-5382-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_BFEB3AEC36B689AA-001\solr-instance-002\.\collection1\data\
   [junit4]   2> 1435813 INFO  (coreLoadExecutor-5382-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_BFEB3AEC36B689AA-001\solr-instance-002\.\collection1\data\index/
   [junit4]   2> 1435813 WARN  (coreLoadExecutor-5382-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_BFEB3AEC36B689AA-001\solr-instance-002\.\collection1\data\index'
 doesn't exist. Creating new index...
   [junit4]   2> 1435813 INFO  (coreLoadExecutor-5382-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_BFEB3AEC36B689AA-001\solr-instance-002\.\collection1\data\index
   [junit4]   2> 1435813 INFO  (coreLoadExecutor-5382-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=10, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=66.59375, 
floorSegmentMB=0.283203125, forceMergeDeletesPctAllowed=8.396226035222345, 
segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1435814 INFO  (coreLoadExecutor-5382-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@569bc5f 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5233e6ab),segFN=segments_1,generation=1}
   [junit4]   2> 1435814 INFO  (coreLoadExecutor-5382-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1435815 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_BFEB3AEC36B689AA-001\solr-instance-002\.\collection1\data\
   [junit4]   2> 1435815 INFO  (coreLoadExecutor-5382-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 1435816 INFO  (coreLoadExecutor-5382-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1435817 INFO  (coreLoadExecutor-5382-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1435818 INFO  (coreLoadExecutor-5382-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1435819 INFO  (coreLoadExecutor-5382-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1435820 INFO  (coreLoadExecutor-5382-thread-1) [    
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with 
startup=lazy 
   [junit4]   2> 1435820 INFO  (coreLoadExecutor-5382-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> 1435820 INFO  (coreLoadExecutor-5382-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1435820 INFO  (coreLoadExecutor-5382-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1435820 INFO  (coreLoadExecutor-5382-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1435820 INFO  (coreLoadExecutor-5382-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=41, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=77.7529296875, 
floorSegmentMB=1.7646484375, forceMergeDeletesPctAllowed=23.696139945310843, 
segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3090762254476318
   [junit4]   2> 1435821 INFO  (coreLoadExecutor-5382-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@569bc5f 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5233e6ab),segFN=segments_1,generation=1}
   [junit4]   2> 1435821 INFO  (coreLoadExecutor-5382-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1435821 INFO  (coreLoadExecutor-5382-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@146f1388[collection1] main]
   [junit4]   2> 1435821 INFO  (coreLoadExecutor-5382-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_BFEB3AEC36B689AA-001\solr-instance-002\collection1\conf
   [junit4]   2> 1435822 INFO  (coreLoadExecutor-5382-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_BFEB3AEC36B689AA-001\solr-instance-002\collection1\conf}
   [junit4]   2> 1435822 INFO  (coreLoadExecutor-5382-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_BFEB3AEC36B689AA-001\solr-instance-002\collection1\conf
   [junit4]   2> 1435822 INFO  (coreLoadExecutor-5382-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1435824 INFO  (coreLoadExecutor-5382-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 
1000ms
   [junit4]   2> 1435824 INFO  
(searcherExecutor-5383-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@146f1388[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1435824 INFO  (coreLoadExecutor-5382-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1435826 INFO  (qtp901583997-12746) [    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> 1436284 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
o.e.j.s.ServerConnector Stopped 
ServerConnector@732fb1ed{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1436284 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=659768302
   [junit4]   2> 1436285 INFO  (coreCloseExecutor-5388-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@2cb0f51b
   [junit4]   2> 1436285 INFO  (coreCloseExecutor-5388-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> 1436285 INFO  (coreCloseExecutor-5388-thread-1) [    
x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1436285 INFO  (coreCloseExecutor-5388-thread-1) [    
x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 
0 - closing IndexWriter
   [junit4]   2> 1436285 INFO  (coreCloseExecutor-5388-thread-1) [    
x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with 
IndexWriterCloser
   [junit4]   2> 1436285 INFO  (coreCloseExecutor-5388-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1436285 INFO  (coreCloseExecutor-5388-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 
directories currently being tracked
   [junit4]   2> 1436285 INFO  (coreCloseExecutor-5388-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_BFEB3AEC36B689AA-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_BFEB3AEC36B689AA-001\solr-instance-002\.\collection1\data\;done=false>>]
   [junit4]   2> 1436285 INFO  (coreCloseExecutor-5388-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 1436285 INFO  (coreCloseExecutor-5388-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_BFEB3AEC36B689AA-001\solr-instance-002\.\collection1\data\
   [junit4]   2> 1436285 INFO  (coreCloseExecutor-5388-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_BFEB3AEC36B689AA-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_BFEB3AEC36B689AA-001\solr-instance-002\.\collection1\data\index;done=false>>]
   [junit4]   2> 1436286 INFO  (coreCloseExecutor-5388-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 1436286 INFO  (coreCloseExecutor-5388-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_BFEB3AEC36B689AA-001\solr-instance-002\.\collection1\data\index
   [junit4]   2> 1436286 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@16cabcf9{/solr,null,UNAVAILABLE}
   [junit4]   2> 1436297 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1436298 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@c991b7{/solr,null,AVAILABLE}
   [junit4]   2> 1436300 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@7de1d2f9{HTTP/1.1,[http/1.1]}{127.0.0.1:50058}
   [junit4]   2> 1436300 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
o.e.j.s.Server Started @1440645ms
   [junit4]   2> 1436300 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
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_BFEB3AEC36B689AA-001\solr-instance-002\collection1\data,
 hostContext=/solr, hostPort=50058}
   [junit4]   2> 1436300 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 1436301 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
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_BFEB3AEC36B689AA-001\solr-instance-002'
   [junit4]   2> 1436301 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1436301 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1436302 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
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_BFEB3AEC36B689AA-001\solr-instance-002\solr.xml
   [junit4]   2> 1436306 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
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_BFEB3AEC36B689AA-001\solr-instance-002\.
   [junit4]   2> 1436306 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 866485835
   [junit4]   2> 1436306 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
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_BFEB3AEC36B689AA-001\solr-instance-002]
   [junit4]   2> 1436306 WARN  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
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_BFEB3AEC36B689AA-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_BFEB3AEC36B689AA-001\solr-instance-002\lib
   [junit4]   2> 1436306 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
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> 1436309 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 1436309 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1436309 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1436309 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 1436309 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1436309 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
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_BFEB3AEC36B689AA-001\solr-instance-002\.
   [junit4]   2> 1436310 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
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> 1436311 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
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_BFEB3AEC36B689AA-001\solr-instance-002\.\collection1
   [junit4]   2> 1436311 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1436311 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
o.a.s.s.SolrDispatchFilter 
user.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1436311 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1436311 INFO  (coreLoadExecutor-5395-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_BFEB3AEC36B689AA-001\solr-instance-002\collection1'
   [junit4]   2> 1436311 INFO  (coreLoadExecutor-5395-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1436311 INFO  (coreLoadExecutor-5395-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1436317 INFO  (coreLoadExecutor-5395-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1436319 INFO  (coreLoadExecutor-5395-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1436323 INFO  (coreLoadExecutor-5395-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1436328 INFO  (coreLoadExecutor-5395-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1436330 INFO  (coreLoadExecutor-5395-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1436334 INFO  (coreLoadExecutor-5395-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_BFEB3AEC36B689AA-001\solr-instance-002\collection1'
   [junit4]   2> 1436334 INFO  (coreLoadExecutor-5395-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_BFEB3AEC36B689AA-001\solr-instance-002\.\collection1
   [junit4]   2> 1436334 INFO  (coreLoadExecutor-5395-thread-1) [    
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1436334 INFO  (coreLoadExecutor-5395-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_BFEB3AEC36B689AA-001\solr-instance-002\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_BFEB3AEC36B689AA-001\solr-instance-002\.\collection1\data\]
   [junit4]   2> 1436335 INFO  (coreLoadExecutor-5395-thread-1) [    
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: 
collection1
   [junit4]   2> 1436335 INFO  (coreLoadExecutor-5395-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_BFEB3AEC36B689AA-001\solr-instance-002\.\collection1\data\
   [junit4]   2> 1436376 INFO  (coreLoadExecutor-5395-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_BFEB3AEC36B689AA-001\solr-instance-002\.\collection1\data\index/
   [junit4]   2> 1436376 WARN  (coreLoadExecutor-5395-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_BFEB3AEC36B689AA-001\solr-instance-002\.\collection1\data\index'
 doesn't exist. Creating new index...
   [junit4]   2> 1436377 INFO  (coreLoadExecutor-5395-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_BFEB3AEC36B689AA-001\solr-instance-002\.\collection1\data\index
   [junit4]   2> 1436377 INFO  (coreLoadExecutor-5395-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=10, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=66.59375, 
floorSegmentMB=0.283203125, forceMergeDeletesPctAllowed=8.396226035222345, 
segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1436392 INFO  (coreLoadExecutor-5395-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@683b1b02 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@19226509),segFN=segments_1,generation=1}
   [junit4]   2> 1436392 INFO  (coreLoadExecutor-5395-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1436393 INFO  (coreLoadExecutor-5395-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 1436395 INFO  (coreLoadExecutor-5395-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1436395 INFO  (coreLoadExecutor-5395-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1436396 INFO  (coreLoadExecutor-5395-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1436398 INFO  (coreLoadExecutor-5395-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1436398 INFO  (coreLoadExecutor-5395-thread-1) [    
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with 
startup=lazy 
   [junit4]   2> 1436398 INFO  (coreLoadExecutor-5395-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> 1436398 INFO  (coreLoadExecutor-5395-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1436398 INFO  (coreLoadExecutor-5395-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1436398 INFO  (coreLoadExecutor-5395-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1436401 INFO  (coreLoadExecutor-5395-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=41, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=77.7529296875, 
floorSegmentMB=1.7646484375, forceMergeDeletesPctAllowed=23.696139945310843, 
segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3090762254476318
   [junit4]   2> 1436401 INFO  (coreLoadExecutor-5395-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@683b1b02 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@19226509),segFN=segments_1,generation=1}
   [junit4]   2> 1436401 INFO  (coreLoadExecutor-5395-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1436401 INFO  (coreLoadExecutor-5395-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@374a4987[collection1] main]
   [junit4]   2> 1436401 INFO  (coreLoadExecutor-5395-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_BFEB3AEC36B689AA-001\solr-instance-002\collection1\conf
   [junit4]   2> 1436401 INFO  (coreLoadExecutor-5395-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_BFEB3AEC36B689AA-001\solr-instance-002\collection1\conf}
   [junit4]   2> 1436401 INFO  (coreLoadExecutor-5395-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_BFEB3AEC36B689AA-001\solr-instance-002\collection1\conf
   [junit4]   2> 1436402 INFO  (coreLoadExecutor-5395-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1436402 INFO  (coreLoadExecutor-5395-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1436402 INFO  (coreLoadExecutor-5395-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1436402 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_BFEB3AEC36B689AA-001\solr-instance-002\.\collection1\data\
   [junit4]   2> 1436403 INFO  
(searcherExecutor-5396-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@374a4987[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1436815 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
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_BFEB3AEC36B689AA-001\solr-instance-003\collection1
   [junit4]   2> 1436827 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1436828 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3029a1c4{/solr,null,AVAILABLE}
   [junit4]   2> 1436829 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@6c70a05d{HTTP/1.1,[http/1.1]}{127.0.0.1:50061}
   [junit4]   2> 1436830 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
o.e.j.s.Server Started @1441175ms
   [junit4]   2> 1436830 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
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_BFEB3AEC36B689AA-001\solr-instance-003\collection1\data,
 hostContext=/solr, hostPort=50061}
   [junit4]   2> 1436830 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 1436830 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
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_BFEB3AEC36B689AA-001\solr-instance-003'
   [junit4]   2> 1436830 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1436830 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1436831 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
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_BFEB3AEC36B689AA-001\solr-instance-003\solr.xml
   [junit4]   2> 1436836 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
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_BFEB3AEC36B689AA-001\solr-instance-003\.
   [junit4]   2> 1436836 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 2026017372
   [junit4]   2> 1436836 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
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_BFEB3AEC36B689AA-001\solr-instance-003]
   [junit4]   2> 1436837 WARN  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
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_BFEB3AEC36B689AA-001\solr-instance-003\lib
 to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_BFEB3AEC36B689AA-001\solr-instance-003\lib
   [junit4]   2> 1436837 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
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> 1436839 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 1436839 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1436839 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1436839 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 1436839 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1436839 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
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_BFEB3AEC36B689AA-001\solr-instance-003\.
   [junit4]   2> 1436845 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
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> 1436845 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
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_BFEB3AEC36B689AA-001\solr-instance-003\.\collection1
   [junit4]   2> 1436846 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1436847 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
o.a.s.s.SolrDispatchFilter 
user.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1436847 INFO  (coreLoadExecutor-5405-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_BFEB3AEC36B689AA-001\solr-instance-003\collection1'
   [junit4]   2> 1436847 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[BFEB3AEC36B689AA]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1436847 INFO  (coreLoadExecutor-5405-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1436847 INFO  (coreLoadExecutor-5405-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1436857 INFO  (coreLoadExecutor-5405-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1436859 INFO  (coreLoadExecutor-5405-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1436864 INFO  (coreLoadExecutor-5405-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1436868 INFO  (coreLoadExecutor-5405-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1436874 INFO  (coreLoadExecutor-5405-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1436878 INFO  (coreLoadExecutor-5405-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_BFEB3AEC36B689AA-001\solr-instance-003\collection1'
   [junit4]   2> 1436878 INFO  (coreLoadExecutor-5405-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_BFEB3AEC36B689AA-001\solr-instance-003\.\collection1
   [junit4]   2> 1436878 INFO  (coreLoadExecutor-5405-thread-1) [    
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1436878 INFO  (coreLoadExecutor-5405-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_BFEB3AEC36B689AA-001\solr-instance-003\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_BFEB3AEC36B689AA-001\solr-instance-003\.\collection1\data\]
   [junit4]   2> 1436878 INFO  (coreLoadExecutor-5405-thread-1) [    
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: 
collection1
   [junit4]   2> 1436879 INFO  (coreLoadExecutor-5405-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_BFEB3AEC36B689AA-001\solr-instance-003\.\collection1\data\
   [junit4]   2> 1436879 INFO  (coreLoadExecutor-5405-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_BFEB3AEC36B689AA-001\solr-instance-003\.\collection1\data\index/
   [junit4]   2> 1436879 WARN  (coreLoadExecutor-5405-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_BFEB3AEC36B689AA-001\solr-instance-003\.\collection1\data\index'
 doesn't exist. Creating new index...
   [junit4]   2> 1436879 INFO  (coreLoadExecutor-5405-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_BFEB3AEC36B689AA-001\solr-instance-003\.\collection1\data\index
   [junit4]   2> 1436880 INFO  (coreLoadExecutor-5405-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=10, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=66.59375, 
floorSegmentMB=0.283203125, forceMergeDeletesPctAllowed=8.396226035222345, 
segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1436880 INFO  (coreLoadExecutor-5405-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@2a7f0fd 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5ec7890d),segFN=segments_1,generation=1}
   [junit4]   2> 1436880 INFO  (coreLoadExecutor-5405-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1436882 INFO  (coreLoadExecutor-5405-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 1436882 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_BFEB3AEC36B689AA-001\solr-instance-003\.\collection1\data\
   [junit4]   2> 1436884 INFO  (coreLoadExecutor-5405-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1436886 INFO  (coreLoadExecutor-5405-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1436888 INFO  (coreLoadExecutor-5405-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1436889 INFO  (coreLoadExecutor-5405-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1436891 INFO  (coreLoadExecutor-5405-thread-1) [    
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with 
startup=lazy 
   [junit4]   2> 1436891 INFO  (coreLoadExecutor-5405-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> 1436891 INFO  (coreLoadExecutor-5405-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1436891 INFO  (coreLoadExecutor-5405-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1436891 INFO  (coreLoadExecutor-5405-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1436892 INFO  (coreLoadExecutor-5405-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=41, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=77.7529296875, 
floorSegmentMB=1.7646484375, forceMergeDeletesPctAllowed=23.696139945310843, 
segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3090762254476318
   [junit4]   2> 1436892 INFO  (coreLoadExecutor-5405-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@2a7f0fd 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5ec7890d),segFN=segments_1,generation=1}
   [junit4]   2> 1436892 INFO  (coreLoadExecutor-5405-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1436892 INFO  (coreLoadExecutor-5405-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@104f4a1b[collection1] main]
   [junit4]   2> 1436893 INFO  (coreLoadExecutor-5405-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_BFEB3AEC36B689AA-001\solr-instance-003\collection1\conf
   [junit4]   2> 1436893 INFO  (coreLoadExecutor-5405-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_BFEB3AEC36B689AA-001\solr-instance-003\collection1\conf}
   [junit4]   2> 1436893 INFO  (coreLoadExecutor-5405-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_BFEB3AEC36B689AA-001\solr-instance-003\collection1\conf
   [junit4]   2> 1436894 INFO  (coreLoadExecutor-5405-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1436894 WARN  (coreLoadExecutor-5405-thread-1) [    
x:collection1] o.a.s.h.IndexFetcher 'masterUrl' must be specified without the 
/replication suffix
   [junit4]   2> 1436895 INFO  (coreLoadExecutor-5405-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler  No value set for 'pollInterval'. 
Timer Task not started.
   [junit4]   2> 1436895 INFO  (coreLoadExecutor-5405-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following 
config files: schema.xml
   [junit4]   2> 1436895 INFO  (coreLoadExecutor-5405-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1436896 INFO  
(searcherExecutor-5406-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@104f4a1b[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1436896 INFO  (coreLoadExecutor-5405-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: c

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

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_BFEB3AEC36B689AA-001
   [junit4]   2> Jul 11, 2016 8:45:49 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=Lucene50(blocksize=128), _version_=PostingsFormat(name=Memory 
doPackFST= false), multiDefault=FSTOrd50, intDefault=PostingsFormat(name=Memory 
doPackFST= false), id=Lucene50(blocksize=128), 
range_facet_i_dv=PostingsFormat(name=Memory doPackFST= false), 
range_facet_l=PostingsFormat(name=Memory doPackFST= false), 
timestamp=PostingsFormat(name=Memory doPackFST= false)}, 
docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene54), 
range_facet_i_dv=DocValuesFormat(name=Direct), 
timestamp=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=887, 
maxMBSortInHeap=7.0845229683916795, sim=ClassicSimilarity, 
locale=th-TH-u-nu-thai-x-lvariant-TH, timezone=Pacific/Niue
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_92 
(64-bit)/cpus=3,threads=1,free=184856768,total=479723520
   [junit4]   2> NOTE: All tests run in this JVM: [TestConfigSetsAPI, 
LoggingHandlerTest, DistributedMLTComponentTest, PluginInfoTest, 
TestFoldingMultitermQuery, TestCharFilters, TestStressCloudBlindAtomicUpdates, 
TestSizeLimitedDistributedMap, TestFileDictionaryLookup, 
RAMDirectoryFactoryTest, TestInitQParser, 
TestDistributedStatsComponentCardinality, AnalyticsQueryTest, 
TestSolrDeletionPolicy2, TestOmitPositions, SharedFSAutoReplicaFailoverTest, 
TestClassicSimilarityFactory, OverseerStatusTest, TestCloudInspectUtil, 
TestCollationField, AsyncCallRequestStatusResponseTest, TestSchemaManager, 
TestManagedSchema, DebugComponentTest, CleanupOldIndexTest, 
SignatureUpdateProcessorFactoryTest, CoreAdminCreateDiscoverTest, 
TestBadConfig, TestCrossCoreJoin, TestFieldSortValues, AddBlockUpdateTest, 
TestHighFrequencyDictionaryFactory, AutoCommitTest, CollectionReloadTest, 
CdcrVersionReplicationTest, FullHLLTest, TestScoreJoinQPScore, 
FacetPivotSmallTest, SuggesterWFSTTest, CheckHdfsIndexTest, 
TestSolrQueryParser, TestBM25SimilarityFactory, ShowFileRequestHandlerTest, 
TestExclusionRuleCollectionAccess, SortSpecParsingTest, 
TestSchemaSimilarityResource, TestPivotHelperCode, TestIndexingPerformance, 
TestSolr4Spatial, TestManagedResourceStorage, CoreAdminHandlerTest, 
TestPHPSerializedResponseWriter, BadCopyFieldTest, TestLegacyFieldCache, 
SpellCheckCollatorTest, SpellCheckComponentTest, 
TestOverriddenPrefixQueryForCustomFieldType, SolrPluginUtilsTest, 
ZkSolrClientTest, TestFieldCollectionResource, SolrInfoMBeanTest, 
AliasIntegrationTest, TestExactStatsCache, TestNamedUpdateProcessors, 
TestReversedWildcardFilterFactory, TestBinaryField, TestAtomicUpdateErrorCases, 
ReplicationFactorTest, TestRangeQuery, ChaosMonkeySafeLeaderTest, 
SynonymTokenizerTest, CopyFieldTest, ConfigSetsAPITest, 
TestObjectReleaseTracker, DirectSolrConnectionTest, TestConfigSetProperties, 
TestCustomDocTransformer, TestNRTOpen, TestSolrIndexConfig, 
DistributedTermsComponentTest, BadIndexSchemaTest, 
LeaderElectionIntegrationTest, HdfsRecoveryZkTest, TestLeaderElectionZkExpiry, 
AddSchemaFieldsUpdateProcessorFactoryTest, 
VMParamsZkACLAndCredentialsProvidersTest, TestSystemIdResolver, 
DistributedFacetPivotLargeTest, TestSimpleTrackingShardHandler, 
TestDistributedGrouping, TermVectorComponentDistributedTest, 
ConvertedLegacyTest, DirectUpdateHandlerOptimizeTest, 
TestSolrConfigHandlerCloud, TestSchemaNameResource, QueryParsingTest, 
TestRawTransformer, HdfsSyncSliceTest, DistribDocExpirationUpdateProcessorTest, 
HdfsDirectoryTest, TestMiniSolrCloudCluster, TestTrie, SortByFunctionTest, 
DocExpirationUpdateProcessorFactoryTest, SolrIndexSplitterTest, 
TestConfigSetsAPIZkFailure, LukeRequestHandlerTest, 
TestFieldTypeCollectionResource, SimpleCollectionCreateDeleteTest, 
TestCloudManagedSchema, JavabinLoaderTest, TestFieldCacheVsDocValues, 
TestValueSourceCache, TestUtils, ZkNodePropsTest, TestCSVResponseWriter, 
CdcrUpdateLogTest, TestRealTimeGet, OverseerModifyCollectionTest, 
MultiThreadedOCPTest, ResponseLogComponentTest, SolrCmdDistributorTest, 
TestRequestForwarding, HLLUtilTest, DeleteStatusTest, TestFastOutputStream, 
TestSubQueryTransformer, TestInfoStreamLogging, TestAnalyzeInfixSuggestions, 
CreateCollectionCleanupTest, SmileWriterTest, TestMissingGroups, TestRecovery, 
CoreMergeIndexesAdminHandlerTest, TestStressRecovery, 
UUIDUpdateProcessorFallbackTest, BinaryUpdateRequestHandlerTest, 
TestIndexSearcher, SpatialRPTFieldTypeTest, FileUtilsTest, 
TestDocBasedVersionConstraints, TestManagedStopFilterFactory, 
RecoveryAfterSoftCommitTest, BlockJoinFacetRandomTest, SaslZkACLProviderTest, 
TestConfigReload, TestComplexPhraseQParserPlugin, StatsComponentTest, 
TestTrieFacet, TestTolerantUpdateProcessorCloud, BasicZkTest, 
BasicDistributedZk2Test, CollectionsAPIDistributedZkTest, SyncSliceTest, 
OpenCloseCoreStressTest, OverseerTest, FullSolrCloudDistribCmdsTest, 
TestRandomFaceting, LeaderElectionTest, TestZkChroot, ShardRoutingCustomTest, 
ZkControllerTest, TestStressReorder, TestJoin, TestReload, SolrCoreTest, 
BasicFunctionalityTest, CurrencyFieldOpenExchangeTest, 
CurrencyFieldXmlFileTest, AnalysisAfterCoreReloadTest, SuggesterFSTTest, 
SuggesterTSTTest, PolyFieldTest, WordBreakSolrSpellCheckerTest, 
SolrCoreCheckLockOnStartupTest, QueryEqualityTest, DocValuesMultiTest, 
DistanceFunctionTest, XsltUpdateRequestHandlerTest, DisMaxRequestHandlerTest, 
TestQueryUtils, DirectSolrSpellCheckerTest, TestQueryTypes, TermsComponentTest, 
TermVectorComponentTest, FieldAnalysisRequestHandlerTest, 
IndexSchemaRuntimeFieldTest, TestJmxIntegration, MBeansHandlerTest, 
JsonLoaderTest, CSVRequestHandlerTest, SearchHandlerTest, PrimUtilsTest, 
TestSuggestSpellingConverter, DateFieldTest, SpellingQueryConverterTest, 
TestSolrJ, TestLRUCache, TestRTGBase, DistributedIntervalFacetingTest, 
SolrTestCaseJ4Test, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, 
TestHighlightDedupGrouping, TestTolerantSearch, ConnectionReuseTest, 
BaseCdcrDistributedZkTest, CdcrReplicationHandlerTest, CdcrRequestHandlerTest, 
CloudExitableDirectoryReaderTest, CollectionTooManyReplicasTest, 
ConcurrentDeleteAndCreateCollectionTest, ConnectionManagerTest, 
CustomCollectionTest, DistribCursorPagingTest, DistributedQueueTest, 
ForceLeaderTest, LeaderInitiatedRecoveryOnShardRestartTest, 
MigrateRouteKeyTest, RollingRestartTest, SolrXmlInZkTest, 
TestAuthenticationFramework, TestCloudPseudoReturnFields, TestCryptoKeys, 
TestLockTree, TestMiniSolrCloudClusterBase, TestOnReconnectListenerSupport, 
TestRebalanceLeaders, TestTolerantUpdateProcessorRandomCloud, 
TlogReplayBufferedWhileIndexingTest, HdfsBasicDistributedZk2Test, 
HdfsBasicDistributedZkTest, HdfsChaosMonkeyNothingIsSafeTest, 
HdfsChaosMonkeySafeLeaderTest, HdfsNNFailoverTest, 
HdfsRestartWhileUpdatingTest, HdfsThreadLeakTest, 
HdfsTlogReplayBufferedWhileIndexingTest, HdfsUnloadDistributedZkTest, 
HdfsWriteToMultipleCollectionsTest, StressHdfsTest, TestClusterStateMutator, 
ZkStateReaderTest, ZkStateWriterTest, RuleEngineTest, RulesTest, 
CoreAdminRequestStatusTest, SecurityConfHandlerTest, 
DistributedDebugComponentTest, DistributedExpandComponentTest, 
DistributedFacetPivotWhiteBoxTest, DistributedQueryComponentOptimizationTest, 
TestSlowCompositeReaderWrapper, TestIntervalFaceting, 
TestGraphMLResponseWriter, TestSolrQueryResponse, 
TestSubQueryTransformerDistrib, TestCloudSchemaless, TestStandardQParsers, 
TestXmlQParser, TestMinMaxOnMultiValuedField, TestOrdValues, BJQParserTest, 
BlockJoinFacetSimpleTest, GraphQueryTest, TestScoreJoinQPNoScore, 
TestJsonRequest, CloudMLTQParserTest, TestExactSharedStatsCache, 
TestLRUStatsCache, BasicAuthIntegrationTest]
   [junit4] Completed [589/620 (3!)] on J1 in 17.38s, 1 test, 1 error <<< 
FAILURES!

[...truncated 105 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:740: The 
following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:684: The 
following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:59: The 
following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build.xml:233: The 
following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\common-build.xml:530:
 The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1443:
 The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:984:
 There were test failures: 620 suites (10 ignored), 2635 tests, 1 error, 2 
failures, 145 ignored (99 assumptions) [seed: BFEB3AEC36B689AA]

Total time: 63 minutes 14 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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to