You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2015/02/07 18:21:50 UTC

[JENKINS] Lucene-Solr-5.x-Windows (32bit/jdk1.7.0_76) - Build # 4365 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4365/
Java: 32bit/jdk1.7.0_76 -server -XX:+UseSerialGC

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

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test D57DFBB824D00ED3-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test D57DFBB824D00ED3-001\tempDir-002    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test D57DFBB824D00ED3-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test D57DFBB824D00ED3-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test D57DFBB824D00ED3-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test D57DFBB824D00ED3-001\tempDir-002
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test D57DFBB824D00ED3-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test D57DFBB824D00ED3-001

	at __randomizedtesting.SeedInfo.seed([D57DFBB824D00ED3]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:170)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.handler.TestReplicationHandlerBackup.doTestBackup

Error Message:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup D57DFBB824D00ED3-001\solr-instance-001\collection1\data\snapshot.20150207090206106\_0.si

Stack Trace:
java.nio.file.NoSuchFileException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup D57DFBB824D00ED3-001\solr-instance-001\collection1\data\snapshot.20150207090206106\_0.si
	at sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:79)
	at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97)
	at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:102)
	at sun.nio.fs.WindowsFileSystemProvider.newByteChannel(WindowsFileSystemProvider.java:230)
	at java.nio.file.Files.newByteChannel(Files.java:317)
	at java.nio.file.Files.newByteChannel(Files.java:363)
	at org.apache.lucene.store.SimpleFSDirectory.openInput(SimpleFSDirectory.java:76)
	at org.apache.lucene.store.Directory.openChecksumInput(Directory.java:110)
	at org.apache.lucene.codecs.lucene50.Lucene50SegmentInfoFormat.read(Lucene50SegmentInfoFormat.java:82)
	at org.apache.lucene.index.SegmentInfos.readCommit(SegmentInfos.java:322)
	at org.apache.lucene.index.StandardDirectoryReader$1.doBody(StandardDirectoryReader.java:53)
	at org.apache.lucene.index.StandardDirectoryReader$1.doBody(StandardDirectoryReader.java:50)
	at org.apache.lucene.index.SegmentInfos$FindSegmentsFile.run(SegmentInfos.java:637)
	at org.apache.lucene.index.StandardDirectoryReader.open(StandardDirectoryReader.java:50)
	at org.apache.lucene.index.DirectoryReader.open(DirectoryReader.java:63)
	at org.apache.solr.handler.TestReplicationHandlerBackup.verify(TestReplicationHandlerBackup.java:139)
	at org.apache.solr.handler.TestReplicationHandlerBackup.doTestBackup(TestReplicationHandlerBackup.java:205)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.handler.TestReplicationHandlerBackup.testBackupOnCommit

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup D57DFBB824D00ED3-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup D57DFBB824D00ED3-001\solr-instance-002\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup D57DFBB824D00ED3-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup D57DFBB824D00ED3-001\solr-instance-002 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup D57DFBB824D00ED3-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup D57DFBB824D00ED3-001\solr-instance-002\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup D57DFBB824D00ED3-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup D57DFBB824D00ED3-001\solr-instance-002

	at __randomizedtesting.SeedInfo.seed([D57DFBB824D00ED3:FC9515535B28B2CA]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.solr.handler.TestReplicationHandler$SolrInstance.tearDown(TestReplicationHandler.java:1509)
	at org.apache.solr.handler.TestReplicationHandlerBackup.tearDown(TestReplicationHandlerBackup.java:115)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:885)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


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

Error Message:
org.apache.http.NoHttpResponseException: The target server failed to respond

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:865)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:730)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:283)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:940)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:915)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:546)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:543)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	... 1 more




Build Log:
[...truncated 9545 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D57DFBB824D00ED3-001\init-core-data-001
   [junit4]   2> 1172716 T4469 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /mojp/j
   [junit4]   2> 1172724 T4469 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1172725 T4470 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1172813 T4469 oasc.ZkTestServer.run start zk server on port:61793
   [junit4]   2> 1172813 T4469 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1172816 T4469 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1172819 T4477 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1d63894 name:ZooKeeperConnection Watcher:127.0.0.1:61793 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1172820 T4469 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1172820 T4469 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1172820 T4469 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1172827 T4469 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1172829 T4469 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1172833 T4480 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6c5068 name:ZooKeeperConnection Watcher:127.0.0.1:61793/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1172833 T4469 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1172834 T4469 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1172834 T4469 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1172837 T4469 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1172840 T4469 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1172843 T4469 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1172846 T4469 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1172846 T4469 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1172851 T4469 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1172852 T4469 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1172855 T4469 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1172856 T4469 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1172858 T4469 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1172859 T4469 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1172863 T4469 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1172863 T4469 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1172866 T4469 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1172866 T4469 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1172870 T4469 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1172870 T4469 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1172873 T4469 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1172874 T4469 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1172877 T4469 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1172877 T4469 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1172881 T4469 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1172881 T4469 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1172884 T4469 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1172885 T4469 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1174243 T4469 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D57DFBB824D00ED3-001\control-001\cores\collection1
   [junit4]   2> 1174246 T4469 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1174256 T4469 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:61801
   [junit4]   2> 1174256 T4469 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@151a712
   [junit4]   2> 1174256 T4469 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1174256 T4469 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D57DFBB824D00ED3-001\control-001
   [junit4]   2> 1174256 T4469 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D57DFBB824D00ED3-001\control-001\'
   [junit4]   2> 1174283 T4469 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D57DFBB824D00ED3-001\control-001\solr.xml
   [junit4]   2> 1174311 T4469 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D57DFBB824D00ED3-001\control-001\cores
   [junit4]   2> 1174311 T4469 oasc.CoreContainer.<init> New CoreContainer 14128760
   [junit4]   2> 1174311 T4469 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D57DFBB824D00ED3-001\control-001\]
   [junit4]   2> 1174314 T4469 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1174314 T4469 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1174314 T4469 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1174314 T4469 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1174314 T4469 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1174314 T4469 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1174314 T4469 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1174314 T4469 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1174314 T4469 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1174314 T4469 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1174314 T4469 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1174314 T4469 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1174315 T4469 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1174315 T4469 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1174315 T4469 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1174315 T4469 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:61793/solr
   [junit4]   2> 1174315 T4469 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1174315 T4469 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1174319 T4469 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1174321 T4492 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1194682 name:ZooKeeperConnection Watcher:127.0.0.1:61793 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1174322 T4469 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1174322 T4469 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1174326 T4469 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1174328 T4495 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@18cb1b7 name:ZooKeeperConnection Watcher:127.0.0.1:61793/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1174328 T4469 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1174330 T4469 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1174334 T4469 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1174338 T4469 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 1174342 T4469 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 1174345 T4469 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 1174350 T4469 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1174351 T4469 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61800_mojp%2Fj
   [junit4]   2> 1174352 T4469 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:61800_mojp%2Fj
   [junit4]   2> 1174356 T4469 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 1174358 T4469 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1174360 T4469 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1174362 T4469 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:61800_mojp%2Fj
   [junit4]   2> 1174363 T4469 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1174365 T4469 oasc.Overseer.start Overseer (id=93279010379661315-127.0.0.1:61800_mojp%2Fj-n_0000000000) starting
   [junit4]   2> 1174369 T4469 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1174379 T4469 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1174380 T4469 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1174381 T4497 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1174382 T4469 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1174385 T4469 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1174390 T4469 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D57DFBB824D00ED3-001\control-001\cores
   [junit4]   2> 1174391 T4496 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1174392 T4469 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D57DFBB824D00ED3-001\control-001\cores\collection1\
   [junit4]   2> 1174392 T4469 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1174394 T4499 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 1174394 T4499 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1174394 T4495 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1174394 T4499 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1174400 T4496 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 0, message = {
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:61800_mojp%2Fj",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:61800/mojp/j",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "shard":null} current state version: 0
   [junit4]   2> 1174400 T4496 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:61800_mojp%2Fj",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:61800/mojp/j",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "shard":null}
   [junit4]   2> 1174400 T4496 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 1174400 T4496 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1174403 T4495 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1175276 T4499 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1175276 T4499 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 1175277 T4499 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1175277 T4499 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1175278 T4499 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1175278 T4499 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D57DFBB824D00ED3-001\control-001\cores\collection1\'
   [junit4]   2> 1175302 T4499 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1175305 T4499 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1175317 T4499 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1175337 T4499 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 1175380 T4499 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1175382 T4499 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1175391 T4499 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1175739 T4499 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1175745 T4499 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1175747 T4499 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1175764 T4499 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1175768 T4499 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1175774 T4499 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1175775 T4499 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1175776 T4499 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1175776 T4499 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1175776 T4499 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1175776 T4499 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1175776 T4499 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 1175776 T4499 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1175776 T4499 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D57DFBB824D00ED3-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D57DFBB824D00ED3-001\tempDir-001/control/data\
   [junit4]   2> 1175777 T4499 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@f95627
   [junit4]   2> 1175777 T4499 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D57DFBB824D00ED3-001\tempDir-001/control/data\
   [junit4]   2> 1175777 T4499 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D57DFBB824D00ED3-001\tempDir-001/control/data\index/
   [junit4]   2> 1175777 T4499 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D57DFBB824D00ED3-001\tempDir-001\control\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1175778 T4499 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D57DFBB824D00ED3-001\tempDir-001/control/data\index
   [junit4]   2> 1175778 T4499 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=17, maxMergeAtOnceExplicit=10, maxMergedSegmentMB=40.48828125, floorSegmentMB=0.783203125, forceMergeDeletesPctAllowed=4.072263208992213, segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1175779 T4499 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@706c6b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@ddf677),segFN=segments_1,generation=1}
   [junit4]   2> 1175779 T4499 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1175784 T4499 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1175785 T4499 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1175785 T4499 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1175785 T4499 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1175785 T4499 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1175786 T4499 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1175786 T4499 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1175786 T4499 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1175787 T4499 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1175787 T4499 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1175787 T4499 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1175788 T4499 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1175788 T4499 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1175788 T4499 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1175788 T4499 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 1175788 T4499 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 1175789 T4499 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 1175789 T4499 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 1175790 T4499 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 1175791 T4499 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 1175791 T4499 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 1175792 T4499 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 1175792 T4499 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 1175793 T4499 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 1175793 T4499 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1175793 T4499 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 1175794 T4499 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1175802 T4499 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1175804 T4499 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1175806 T4499 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1175807 T4499 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1175809 T4499 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1175812 T4499 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1175812 T4499 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1175813 T4499 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=23, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=36.345703125, floorSegmentMB=0.884765625, forceMergeDeletesPctAllowed=5.2220786328446405, segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1175813 T4499 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@706c6b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@ddf677),segFN=segments_1,generation=1}
   [junit4]   2> 1175813 T4499 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1175813 T4499 oass.SolrIndexSearcher.<init> Opening Searcher@1e29c3d[collection1] main
   [junit4]   2> 1175813 T4499 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1175814 T4499 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1175814 T4499 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1175815 T4499 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1175816 T4499 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1175816 T4499 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1175817 T4499 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1175817 T4499 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1175817 T4499 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1175817 T4499 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1175818 T4499 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1175819 T4500 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1e29c3d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1175821 T4469 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1175822 T4469 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1175823 T4469 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1175825 T4469 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1175826 T4503 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:61800/mojp/j collection:control_collection shard:shard1
   [junit4]   2> 1175831 T4503 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 1175831 T4507 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1acbed9 name:ZooKeeperConnection Watcher:127.0.0.1:61793/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1175831 T4469 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1175832 T4469 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1175833 T4469 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1175838 T4469 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1175839 T4503 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1175843 T4495 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1175844 T4503 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1175844 T4503 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1584 name=collection1 org.apache.solr.core.SolrCore@c14c19 url=http://127.0.0.1:61800/mojp/j/collection1 node=127.0.0.1:61800_mojp%2Fj C1584_STATE=coll:control_collection core:collection1 props:{core=collection1, node_name=127.0.0.1:61800_mojp%2Fj, state=down, base_url=http://127.0.0.1:61800/mojp/j}
   [junit4]   2> 1175844 T4503 C1584 P61800 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:61800/mojp/j/collection1/
   [junit4]   2> 1175844 T4503 C1584 P61800 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1175844 T4503 C1584 P61800 oasc.SyncStrategy.syncToMe http://127.0.0.1:61800/mojp/j/collection1/ has no replicas
   [junit4]   2> 1175845 T4503 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:61800/mojp/j/collection1/ shard1
   [junit4]   2> 1175845 T4503 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1175846 T4496 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 1175849 T4507 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1175850 T4495 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1175856 T4496 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:61800/mojp/j",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 1175859 T4507 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1175887 T4508 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1175901 T4503 oasc.ZkController.register We are http://127.0.0.1:61800/mojp/j/collection1/ and leader is http://127.0.0.1:61800/mojp/j/collection1/
   [junit4]   2> 1175901 T4503 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:61800/mojp/j
   [junit4]   2> 1175901 T4503 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1175901 T4503 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 1175901 T4503 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1175903 T4508 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1175905 T4496 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:61800_mojp%2Fj",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:61800/mojp/j",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "core_node_name":"core_node1"} current state version: 3
   [junit4]   2> 1175906 T4496 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:61800_mojp%2Fj",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:61800/mojp/j",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 1176000 T4507 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1176000 T4508 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1177168 T4469 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D57DFBB824D00ED3-001\shard-1-001\cores\collection1
   [junit4]   2> 1177170 T4469 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 1177170 T4469 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1177173 T4469 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:61814
   [junit4]   2> 1177177 T4469 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@151a712
   [junit4]   2> 1177177 T4469 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1177177 T4469 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D57DFBB824D00ED3-001\shard-1-001
   [junit4]   2> 1177177 T4469 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D57DFBB824D00ED3-001\shard-1-001\'
   [junit4]   2> 1177208 T4469 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D57DFBB824D00ED3-001\shard-1-001\solr.xml
   [junit4]   2> 1177240 T4469 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D57DFBB824D00ED3-001\shard-1-001\cores
   [junit4]   2> 1177240 T4469 oasc.CoreContainer.<init> New CoreContainer 12649772
   [junit4]   2> 1177240 T4469 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D57DFBB824D00ED3-001\shard-1-001\]
   [junit4]   2> 1177242 T4469 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1177242 T4469 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1177242 T4469 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1177242 T4469 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1177243 T4469 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1177243 T4469 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1177243 T4469 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1177243 T4469 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1177244 T4469 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1177244 T4469 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1177244 T4469 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1177244 T4469 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1177244 T4469 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1177244 T4469 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1177245 T4469 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1177245 T4469 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:61793/solr
   [junit4]   2> 1177245 T4469 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1177246 T4469 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1177248 T4469 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1177250 T4520 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@12a48ee name:ZooKeeperConnection Watcher:127.0.0.1:61793 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1177250 T4469 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1177250 T4469 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1177255 T4469 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1177256 T4523 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1f68565 name:ZooKeeperConnection Watcher:127.0.0.1:61793/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1177256 T4469 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1177265 T4469 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1178101 T4469 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61813_mojp%2Fj
   [junit4]   2> 1178102 T4469 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:61813_mojp%2Fj
   [junit4]   2> 1178108 T4469 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1178115 T4469 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D57DFBB824D00ED3-001\shard-1-001\cores
   [junit4]   2> 1178115 T4469 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D57DFBB824D00ED3-001\shard-1-001\cores\collection1\
   [junit4]   2> 1178115 T4469 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1178116 T4524 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1178116 T4524 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1178116 T4508 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1178117 T4524 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1178118 T4496 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:61813_mojp%2Fj",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:61813/mojp/j",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "shard":null} current state version: 4
   [junit4]   2> 1178119 T4496 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:61813_mojp%2Fj",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:61813/mojp/j",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "shard":null}
   [junit4]   2> 1178119 T4496 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 1178119 T4496 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 1178122 T4508 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1178123 T4507 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1178123 T4523 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1178910 T4524 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1178910 T4524 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1178910 T4524 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1178910 T4524 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1178912 T4524 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1178912 T4524 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D57DFBB824D00ED3-001\shard-1-001\cores\collection1\'
   [junit4]   2> 1178928 T4524 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1178931 T4524 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1178942 T4524 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1178961 T4524 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 1179012 T4524 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1179014 T4524 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1179023 T4524 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1179348 T4524 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1179355 T4524 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1179356 T4524 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1179370 T4524 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1179373 T4524 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1179378 T4524 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1179380 T4524 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1179380 T4524 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1179380 T4524 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1179383 T4524 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1179383 T4524 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1179383 T4524 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1179383 T4524 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1179383 T4524 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D57DFBB824D00ED3-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D57DFBB824D00ED3-001\tempDir-001/jetty1\
   [junit4]   2> 1179383 T4524 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@f95627
   [junit4]   2> 1179383 T4524 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D57DFBB824D00ED3-001\tempDir-001/jetty1\
   [junit4]   2> 1179383 T4524 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D57DFBB824D00ED3-001\tempDir-001/jetty1\index/
   [junit4]   2> 1179383 T4524 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D57DFBB824D00ED3-001\tempDir-001\jetty1\index' doesn't exist. Creating new index...
   [junit4]   2> 1179384 T4524 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D57DFBB824D00ED3-001\tempDir-001/jetty1\index
   [junit4]   2> 1179385 T4524 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=17, maxMergeAtOnceExplicit=10, maxMergedSegmentMB=40.48828125, floorSegmentMB=0.783203125, forceMergeDeletesPctAllowed=4.072263208992213, segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1179385 T4524 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@b9651a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@19caa07),segFN=segments_1,generation=1}
   [junit4]   2> 1179385 T4524 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1179389 T4524 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1179389 T4524 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1179389 T4524 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1179389 T4524 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1179389 T4524 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1179389 T4524 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1179390 T4524 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1179390 T4524 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1179390 T4524 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1179391 T4524 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1179391 T4524 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1179392 T4524 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1179392 T4524 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1179393 T4524 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1179393 T4524 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 1179394 T4524 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 1179394 T4524 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 1179395 T4524 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 1179396 T4524 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 1179396 T4524 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 1179396 T4524 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 1179396 T4524 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 1179397 T4524 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 1179397 T4524 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 1179398 T4524 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1179398 T4524 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 1179399 T4524 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1179403 T4524 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1179404 T4524 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1179406 T4524 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1179407 T4524 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1179411 T4524 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1179413 T4524 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1179413 T4524 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1179413 T4524 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=23, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=36.345703125, floorSegmentMB=0.884765625, forceMergeDeletesPctAllowed=5.2220786328446405, segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1179414 T4524 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@b9651a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@19caa07),segFN=segments_1,generation=1}
   [junit4]   2> 1179414 T4524 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1179414 T4524 oass.SolrIndexSearcher.<init> Opening Searcher@8060ba[collection1] main
   [junit4]   2> 1179414 T4524 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1179416 T4524 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1179416 T4524 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1179417 T4524 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1179417 T4524 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1179417 T4524 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1179418 T4524 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1179418 T4524 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1179418 T4524 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1179418 T4524 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1179419 T4525 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@8060ba[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1179420 T4524 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1179420 T4528 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:61813/mojp/j collection:collection1 shard:shard3
   [junit4]   2> 1179421 T4469 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1179421 T4469 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1179423 T4528 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard3/election
   [junit4]   2> 1179437 T4528 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard3
   [junit4]   2> 1179441 T4508 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1179442 T4528 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1179442 T4528 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1585 name=collection1 org.apache.solr.core.SolrCore@11b1823 url=http://127.0.0.1:61813/mojp/j/collection1 node=127.0.0.1:61813_mojp%2Fj C1585_STATE=coll:collection1 core:collection1 props:{core=collection1, node_name=127.0.0.1:61813_mojp%2Fj, state=down, base_url=http://127.0.0.1:61813/mojp/j}
   [junit4]   2> 1179442 T4528 C1585 P61813 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:61813/mojp/j/collection1/
   [junit4]   2> 1179442 T4528 C1585 P61813 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1179442 T4528 C1585 P61813 oasc.SyncStrategy.syncToMe http://127.0.0.1:61813/mojp/j/collection1/ has no replicas
   [junit4]   2> 1179442 T4528 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:61813/mojp/j/collection1/ shard3
   [junit4]   2> 1179443 T4528 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard3
   [junit4]   2> 1179445 T4496 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "collection":"collection1"} current state version: 5
   [junit4]   2> 1179448 T4507 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1179448 T4523 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1179449 T4508 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1179460 T4496 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:61813/mojp/j",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 6
   [junit4]   2> 1179464 T4495 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1179547 T4507 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1179547 T4523 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1179581 T4528 oasc.ZkController.register We are http://127.0.0.1:61813/mojp/j/collection1/ and leader is http://127.0.0.1:61813/mojp/j/collection1/
   [junit4]   2> 1179582 T4528 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:61813/mojp/j
   [junit4]   2> 1179582 T4528 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1179582 T4528 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 1179582 T4528 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1179584 T4508 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1179586 T4496 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:61813_mojp%2Fj",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:61813/mojp/j",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "core_node_name":"core_node1"} current state version: 7
   [junit4]   2> 1179587 T4496 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:61813_mojp%2Fj",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:61813/mojp/j",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 1179672 T4508 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1179672 T4507 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1179672 T4523 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1180721 T4469 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D57DFBB824D00ED3-001\shard-2-001\cores\collection1
   [junit4]   2> 1180725 T4469 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 1180725 T4469 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1180730 T4469 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:61824
   [junit4]   2> 1180732 T4469 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@151a712
   [junit4]   2> 1180732 T4469 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1180732 T4469 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D57DFBB824D00ED3-001\shard-2-001
   [junit4]   2> 1180733 T4469 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D57DFBB824D00ED3-001\shard-2-001\'
   [junit4]   2> 1180775 T4469 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D57DFBB824D00ED3-001\shard-2-001\solr.xml
   [junit4]   2> 1180814 T4469 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D57DFBB824D00ED3-001\shard-2-001\cores
   [junit4]   2> 1180814 T4469 oasc.CoreContainer.<init> New CoreContainer 28424236
   [junit4]   2> 1180814 T4469 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D57DFBB824D00ED3-001\shard-2-001\]
   [junit4]   2> 1180816 T4469 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1180816 T4469 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1180816 T4469 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1180816 T4469 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1180816 T4469 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1180816 T4469 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1180818 T4469 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1180818 T4469 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1180818 T4469 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1180818 T4469 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1180818 T4469 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1180818 T4469 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1180818 T4469 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1180818 T4469 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1180821 T4469 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1180821 T4469 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:61793/solr
   [junit4]   2> 1180821 T4469 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1180821 T4469 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1180824 T4469 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1180826 T4541 oascc.ConnectionManager.process Watcher org.apache.solr.common.c

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

s, TestRequestStatusCollectionAPI, OutputWriterTest, DistribCursorPagingTest, TestManagedResourceStorage, OpenExchangeRatesOrgProviderTest, WordBreakSolrSpellCheckerTest, TestBM25SimilarityFactory, AsyncMigrateRouteKeyTest, TestFunctionQuery, DirectSolrConnectionTest, DistributedFacetPivotSmallTest, TestDefaultSearchFieldResource, TestConfigOverlay, AtomicUpdatesTest, TestCollationField, DocExpirationUpdateProcessorFactoryTest, TestSolrQueryParserDefaultOperatorResource, TestLRUCache, DebugComponentTest, TestRebalanceLeaders, TestSearcherReuse, TestSweetSpotSimilarityFactory, IndexSchemaRuntimeFieldTest, DistributedSuggestComponentTest, TestDocSet, TestOmitPositions, TestSortingResponseWriter, TestStressReorder, TriLevelCompositeIdRoutingTest, CurrencyFieldXmlFileTest, TestSolrConfigHandler, DOMUtilTest, TestHighFrequencyDictionaryFactory, TestLuceneMatchVersion, NumericFieldsTest, TestXIncludeConfig, TestGroupingSearch, DateFieldTest, TestBadConfig, HardAutoCommitTest, XsltUpdateRequestHandlerTest, TestExactSharedStatsCache, ExternalFileFieldSortTest, DistanceUnitsTest, TestMiniSolrCloudClusterSSL, TestObjectReleaseTracker, ZkStateWriterTest, InfoHandlerTest, TestExtendedDismaxParser, PolyFieldTest, TestSolrConfigHandlerCloud, TestStressLucene, DistributedFacetPivotLargeTest, HighlighterMaxOffsetTest, AnalysisErrorHandlingTest, TestLRUStatsCache, VMParamsZkACLAndCredentialsProvidersTest, TestReRankQParserPlugin, AnalyticsQueryTest, TestReplicationHandler, SearchHandlerTest, TestAddFieldRealTimeGet, RegexBoostProcessorTest, TestFieldCollectionResource, TestSolrXml, ClusterStateUpdateTest, SuggesterWFSTTest, TestNoOpRegenerator, ReplicationFactorTest, SpellingQueryConverterTest, TestReqParamsAPI, QueryElevationComponentTest, TimeZoneUtilsTest, LukeRequestHandlerTest, TestQuerySenderNoQuery, TestQueryTypes, DeleteShardTest, EnumFieldTest, PeerSyncTest, TestCloudSchemaless, AnalyticsMergeStrategyTest, TestDynamicLoading, TestSimpleQParserPlugin, TestJmxIntegration, TestRecoveryHdfs, TestConfig, RequestHandlersTest, BadComponentTest, TestSolrJ, JsonLoaderTest, ConvertedLegacyTest, TestCSVResponseWriter, TestDistributedSearch, DistribDocExpirationUpdateProcessorTest, OverriddenZkACLAndCredentialsProvidersTest, TestFreeTextSuggestions, TestFiltering, AlternateDirectoryTest, ZkControllerTest, PluginInfoTest, TestDynamicFieldResource, TestSolrIndexConfig, SpellCheckComponentTest, TestDocBasedVersionConstraints, TestMiniSolrCloudCluster, ExternalCollectionsTest, DistributedSpellCheckComponentTest, HdfsBasicDistributedZkTest, StressHdfsTest, TestDistributedMissingSort, TestBulkSchemaAPI, SimpleMLTQParserTest, PreAnalyzedFieldTest, DistributedQueryComponentOptimizationTest, TestDefaultStatsCache, BlockCacheTest, StandardRequestHandlerTest, ChaosMonkeyNothingIsSafeTest, ConnectionManagerTest, TestSearchPerf, CopyFieldTest, OverseerStatusTest, TestUtils, TestSolrDeletionPolicy2, CloudExitableDirectoryReaderTest, SolrTestCaseJ4Test, TestRestManager, XmlUpdateRequestHandlerTest, ShardRoutingCustomTest, TestSchemaVersionResource, TestSolrDynamicMBean, TestCodecSupport, TestImplicitCoreProperties, TestCharFilters, TestSystemIdResolver, SyncSliceTest, ShardRoutingTest, UnloadDistributedZkTest, TestDFRSimilarityFactory, DistributedExpandComponentTest, CircularListTest, AnalysisAfterCoreReloadTest, TestCollapseQParserPlugin, SolrCoreTest, HdfsCollectionsAPIDistributedZkTest, TestChildDocTransformer, TestInfoStreamLogging, TestCollationFieldDocValues, TestLFUCache, TestDistribDocBasedVersion, TestClusterStateMutator, TestPivotHelperCode, SOLR749Test, SSLMigrationTest, ChaosMonkeySafeLeaderTest, DirectSolrSpellCheckerTest, TestRawResponseWriter, PreAnalyzedUpdateProcessorTest, TestClassNameShortening, TestFieldSortValues, TestMergePolicyConfig, TestJoin, TestFieldTypeResource, ExitableDirectoryReaderTest, DistributedQueryComponentCustomSortTest, BasicZkTest, DocValuesMissingTest, TestStressUserVersions, CollectionsAPIAsyncDistributedZkTest, TestBulkSchemaConcurrent, TestManagedStopFilterFactory, TestComponentsName, BasicFunctionalityTest, AliasIntegrationTest, RollingRestartTest, HdfsDirectoryFactoryTest, AddBlockUpdateTest, ShardSplitTest, TestManagedSchemaFieldTypeResource, TestUpdate, HdfsWriteToMultipleCollectionsTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, OpenCloseCoreStressTest, TestExpandComponent, BasicDistributedZkTest, BasicDistributedZk2Test, CollectionsAPIDistributedZkTest, OverseerTest, LeaderElectionIntegrationTest, RecoveryZkTest, FullSolrCloudDistribCmdsTest, TestRandomFaceting, LeaderElectionTest, ZkSolrClientTest, TestZkChroot, TestRandomDVFaceting, ZkCLITest, AutoCommitTest, TestDistributedGrouping, TestFaceting, TestHashPartitioner, TermVectorComponentDistributedTest, TestRealTimeGet, TestReload, TestStressVersions, DistributedTermsComponentTest, TestRangeQuery, TestCoreContainer, StatsComponentTest, SolrCmdDistributorTest, BadIndexSchemaTest, TestSort, TestLazyCores, DirectUpdateHandlerTest, SoftAutoCommitTest, ShowFileRequestHandlerTest, DistributedQueryElevationComponentTest, TestCoreDiscovery, SpellCheckCollatorTest, SuggesterFSTTest, CoreAdminHandlerTest, TestFoldingMultitermQuery, DocValuesTest, SuggesterTSTTest, SuggesterTest, TestTrie, SpatialFilterTest, TestCSVLoader, NoCacheHeaderTest, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory, QueryEqualityTest, DirectUpdateHandlerOptimizeTest, DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, SortByFunctionTest, TestRemoteStreaming, DistanceFunctionTest, TestSolrDeletionPolicy1, SolrInfoMBeanTest, CacheHeaderTest, IndexBasedSpellCheckerTest, TestSurroundQueryParser, DisMaxRequestHandlerTest, TestQueryUtils, TestWriterPerf, TestReversedWildcardFilterFactory, PrimitiveFieldTypeTest, FileBasedSpellCheckerTest, TermsComponentTest, DocumentBuilderTest, TestValueSourceCache, PathHierarchyTokenizerFactoryTest, TermVectorComponentTest, TestIndexingPerformance, MoreLikeThisHandlerTest, RequiredFieldsTest, FieldAnalysisRequestHandlerTest, TestSolrQueryParser, TestArbitraryIndexDir, FastVectorHighlighterTest, LoggingHandlerTest, SolrPluginUtilsTest, IndexSchemaTest, ReturnFieldsTest, UpdateRequestProcessorFactoryTest, JSONWriterTest, MBeansHandlerTest, QueryParsingTest, TestAnalyzedSuggestions, UniqFieldsUpdateProcessorFactoryTest, BinaryUpdateRequestHandlerTest, TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, PingRequestHandlerTest, CSVRequestHandlerTest, TestBinaryResponseWriter, HighlighterConfigTest, TestQuerySenderListener, UpdateParamsTest, ResponseLogComponentTest, SolrIndexConfigTest, TestStressRecovery, MultiTermTest, SampleTest, TestBinaryField, TestElisionMultitermQuery, TestSolrCoreProperties, TestPostingsSolrHighlighter, NotRequiredUniqueKeyTest, TestPhraseSuggestions, SynonymTokenizerTest, EchoParamsTest, TestPerFieldSimilarity, TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory, TestDefaultSimilarityFactory, TestFastWriter, TestJmxMonitoredMap, ResourceLoaderTest, ScriptEngineTest, URLClassifyProcessorTest, TestFastLRUCache, DateMathParserTest, PrimUtilsTest, TestSuggestSpellingConverter, RAMDirectoryFactoryTest, ClusterStateTest, TestDocumentBuilder, ZkNodePropsTest, SliceStateTest, SystemInfoHandlerTest, UUIDFieldTest, FileUtilsTest, DistributedMLTComponentTest, TestRTGBase, CursorPagingTest, DistributedIntervalFacetingTest, TestCursorMarkWithoutUniqueKey, TestHighlightDedupGrouping, TestTolerantSearch, AssignTest, CustomCollectionTest, DeleteInactiveReplicaTest, DeleteReplicaTest, DistribJoinFromCollectionTest, DistributedQueueTest, HttpPartitionTest, LeaderFailoverAfterPartitionTest, LeaderInitiatedRecoveryOnCommitTest, MigrateRouteKeyTest, OverseerRolesTest, RemoteQueryErrorTest, SaslZkACLProviderTest, SharedFSAutoReplicaFailoverTest, SharedFSAutoReplicaFailoverUtilsTest, SolrXmlInZkTest, TestCloudInspectUtil, TestCollectionAPI, TestLeaderElectionZkExpiry, TestReplicaProperties, TestShortCircuitedRequests, HdfsBasicDistributedZk2Test, HdfsChaosMonkeySafeLeaderTest, HdfsRecoveryZkTest, HdfsSyncSliceTest, HdfsUnloadDistributedZkTest, CachingDirectoryFactoryTest, QueryResultKeyTest, TestConfigSets, TestNRTOpen, TestReloadAndDeleteDocs, RequestLoggingTest, TestBlobHandler, TestConfigReload, TestReplicationHandlerBackup]
   [junit4] Completed in 5.99s, 2 tests, 2 errors <<< FAILURES!

[...truncated 171 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:508: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1363: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:970: There were test failures: 464 suites, 1856 tests, 1 suite-level error, 3 errors, 55 ignored (30 assumptions)

Total time: 139 minutes 52 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.7.0_76 -server -XX:+UseSerialGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (32bit/jdk1.7.0_76) - Build # 4406 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4406/
Java: 32bit/jdk1.7.0_76 -client -XX:+UseConcMarkSweepGC

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

Error Message:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:65122/cw/repfacttest_c8n_1x3_shard1_replica3

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:65122/cw/repfacttest_c8n_1x3_shard1_replica3
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:597)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:918)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:809)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:752)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:283)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:945)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:920)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	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:65122/cw/repfacttest_c8n_1x3_shard1_replica3
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:572)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:594)
	... 47 more
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
	... 52 more




Build Log:
[...truncated 9746 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 66F514397BDC00FE-001\init-core-data-001
   [junit4]   2> 2185675 T7971 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /cw/
   [junit4]   2> 2185679 T7971 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2185680 T7972 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 2185780 T7971 oasc.ZkTestServer.run start zk server on port:65102
   [junit4]   2> 2185780 T7971 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2185782 T7971 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2185786 T7979 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1700627 name:ZooKeeperConnection Watcher:127.0.0.1:65102 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2185786 T7971 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2185787 T7971 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2185787 T7971 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 2185792 T7971 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2185793 T7971 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2185796 T7982 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a66293 name:ZooKeeperConnection Watcher:127.0.0.1:65102/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2185796 T7971 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2185796 T7971 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2185797 T7971 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 2185800 T7971 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 2185804 T7971 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 2185807 T7971 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 2185809 T7971 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 2185810 T7971 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 2185815 T7971 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 2185816 T7971 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 2185820 T7971 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2185821 T7971 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2185824 T7971 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 2185825 T7971 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 2185828 T7971 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 2185829 T7971 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 2185833 T7971 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 2185833 T7971 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 2185837 T7971 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2185838 T7971 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 2185841 T7971 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2185842 T7971 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2185846 T7971 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2185846 T7971 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2185850 T7971 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2185851 T7971 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 2185853 T7971 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 2185854 T7971 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 2187263 T7971 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 66F514397BDC00FE-001\control-001\cores\collection1
   [junit4]   2> 2187267 T7971 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2187274 T7971 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:65110
   [junit4]   2> 2187274 T7971 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1b0bf9a
   [junit4]   2> 2187275 T7971 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2187275 T7971 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 66F514397BDC00FE-001\control-001
   [junit4]   2> 2187275 T7971 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 66F514397BDC00FE-001\control-001\'
   [junit4]   2> 2187309 T7971 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 66F514397BDC00FE-001\control-001\solr.xml
   [junit4]   2> 2187338 T7971 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 66F514397BDC00FE-001\control-001\cores
   [junit4]   2> 2187339 T7971 oasc.CoreContainer.<init> New CoreContainer 26248821
   [junit4]   2> 2187339 T7971 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 66F514397BDC00FE-001\control-001\]
   [junit4]   2> 2187339 T7971 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 66F514397BDC00FE-001\control-001\lib
   [junit4]   2> 2187339 T7971 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 66F514397BDC00FE-001\control-001\lib).
   [junit4]   2> 2187351 T7971 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2187351 T7971 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2187351 T7971 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2187351 T7971 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2187351 T7971 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 2187352 T7971 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2187352 T7971 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2187352 T7971 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2187352 T7971 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2187352 T7971 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2187352 T7971 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 2187352 T7971 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2187352 T7971 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2187352 T7971 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2187352 T7971 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 2187353 T7971 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:65102/solr
   [junit4]   2> 2187354 T7971 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2187354 T7971 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2187356 T7971 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2187359 T7994 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@13b3ba7 name:ZooKeeperConnection Watcher:127.0.0.1:65102 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2187359 T7971 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2187360 T7971 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2187364 T7971 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2187366 T7997 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e97df8 name:ZooKeeperConnection Watcher:127.0.0.1:65102/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2187366 T7971 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2187368 T7971 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 2187372 T7971 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 2187377 T7971 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 2187381 T7971 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 2187385 T7971 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 2187404 T7971 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 2187407 T7971 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:65109_cw
   [junit4]   2> 2187408 T7971 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:65109_cw
   [junit4]   2> 2187412 T7971 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 2187415 T7971 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 2187418 T7971 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2187420 T7971 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:65109_cw
   [junit4]   2> 2187421 T7971 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 2187424 T7971 oasc.Overseer.start Overseer (id=93401479106854915-127.0.0.1:65109_cw-n_0000000000) starting
   [junit4]   2> 2187427 T7971 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 2187439 T7971 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 2187441 T7999 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 2187441 T7998 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 2187442 T7971 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 2187445 T7971 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 2187448 T7971 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2187456 T7971 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 66F514397BDC00FE-001\control-001\cores
   [junit4]   2> 2187457 T7971 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 66F514397BDC00FE-001\control-001\cores\collection1\
   [junit4]   2> 2187458 T7971 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 2187460 T8001 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 2187461 T8001 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2187462 T7997 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2187462 T8001 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2187464 T7998 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "node_name":"127.0.0.1:65109_cw",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:65109/cw",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down"} current state version: 0
   [junit4]   2> 2187465 T7998 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "node_name":"127.0.0.1:65109_cw",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:65109/cw",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down"}
   [junit4]   2> 2187465 T7998 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 2187465 T7998 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 2187467 T7997 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 2188462 T8001 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2188462 T8001 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 2188463 T8001 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 2188463 T8001 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 2188466 T8001 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2188466 T8001 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 66F514397BDC00FE-001\control-001\cores\collection1\'
   [junit4]   2> 2188489 T8001 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 2188493 T8001 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 2188503 T8001 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 2188527 T8001 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 2188579 T8001 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2188581 T8001 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 2188590 T8001 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 2189025 T8001 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2189034 T8001 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2189036 T8001 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2189053 T8001 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2189058 T8001 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2189061 T8001 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2189063 T8001 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2189063 T8001 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2189063 T8001 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2189065 T8001 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2189065 T8001 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2189065 T8001 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 2189065 T8001 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2189066 T8001 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 66F514397BDC00FE-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 66F514397BDC00FE-001\tempDir-001/control/data\
   [junit4]   2> 2189066 T8001 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@57ea6a
   [junit4]   2> 2189067 T8001 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 66F514397BDC00FE-001\tempDir-001/control/data\
   [junit4]   2> 2189067 T8001 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 66F514397BDC00FE-001\tempDir-001/control/data\index/
   [junit4]   2> 2189067 T8001 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 66F514397BDC00FE-001\tempDir-001\control\data\index' doesn't exist. Creating new index...
   [junit4]   2> 2189068 T8001 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 66F514397BDC00FE-001\tempDir-001/control/data\index
   [junit4]   2> 2189068 T8001 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=16, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8408041190267809]
   [junit4]   2> 2189069 T8001 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@17320fe lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@17b38c1),segFN=segments_1,generation=1}
   [junit4]   2> 2189069 T8001 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2189072 T8001 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2189073 T8001 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2189073 T8001 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2189074 T8001 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2189074 T8001 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2189074 T8001 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2189075 T8001 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2189075 T8001 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2189075 T8001 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2189076 T8001 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2189076 T8001 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2189077 T8001 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2189077 T8001 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2189078 T8001 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 2189079 T8001 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 2189079 T8001 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 2189080 T8001 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 2189080 T8001 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 2189082 T8001 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 2189083 T8001 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 2189083 T8001 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 2189084 T8001 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 2189085 T8001 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 2189085 T8001 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 2189086 T8001 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 2189086 T8001 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 2189087 T8001 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2189094 T8001 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2189096 T8001 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2189097 T8001 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2189099 T8001 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2189101 T8001 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2189101 T8001 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2189104 T8001 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2189104 T8001 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2189105 T8001 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=18, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=0.6708984375, floorSegmentMB=1.2431640625, forceMergeDeletesPctAllowed=26.597129740951925, segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2189105 T8001 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@17320fe lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@17b38c1),segFN=segments_1,generation=1}
   [junit4]   2> 2189106 T8001 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2189106 T8001 oass.SolrIndexSearcher.<init> Opening Searcher@63acb1[collection1] main
   [junit4]   2> 2189106 T8001 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 2189108 T8001 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2189108 T8001 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2189109 T8001 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2189109 T8001 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 2189109 T8001 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2189110 T8001 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2189111 T8001 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2189111 T8001 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 2189111 T8001 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 2189112 T8001 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 2189112 T8002 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@63acb1[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2189113 T8005 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:65109/cw collection:control_collection shard:shard1
   [junit4]   2> 2189113 T7971 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2189114 T7971 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2189115 T7971 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2189115 T8005 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 2189116 T7971 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2189119 T8009 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@94f8b3 name:ZooKeeperConnection Watcher:127.0.0.1:65102/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2189119 T7971 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2189120 T7971 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2189121 T7971 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2189125 T8005 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 2189126 T7971 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 2189127 T7997 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2189128 T8005 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 2189128 T8005 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C4763 name=collection1 org.apache.solr.core.SolrCore@1035398 url=http://127.0.0.1:65109/cw/collection1 node=127.0.0.1:65109_cw C4763_STATE=coll:control_collection core:collection1 props:{node_name=127.0.0.1:65109_cw, core=collection1, base_url=http://127.0.0.1:65109/cw, state=down}
   [junit4]   2> 2189128 T8005 C4763 P65109 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:65109/cw/collection1/
   [junit4]   2> 2189128 T8005 C4763 P65109 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 2189128 T8005 C4763 P65109 oasc.SyncStrategy.syncToMe http://127.0.0.1:65109/cw/collection1/ has no replicas
   [junit4]   2> 2189128 T8005 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:65109/cw/collection1/ shard1
   [junit4]   2> 2189130 T8005 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 2189131 T7998 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 2189134 T8009 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 2189136 T7997 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 2189147 T7998 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:65109/cw",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 2189151 T7997 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2189153 T8009 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 2189154 T7997 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 2189198 T8005 oasc.ZkController.register We are http://127.0.0.1:65109/cw/collection1/ and leader is http://127.0.0.1:65109/cw/collection1/
   [junit4]   2> 2189198 T8005 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:65109/cw
   [junit4]   2> 2189198 T8005 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 2189198 T8005 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 2189198 T8005 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2189200 T7997 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2189201 T7998 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "node_name":"127.0.0.1:65109_cw",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:65109/cw",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "core_node_name":"core_node1"} current state version: 3
   [junit4]   2> 2189203 T7998 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "node_name":"127.0.0.1:65109_cw",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:65109/cw",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 2189308 T8009 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 2189308 T7997 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 2190480 T7971 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 66F514397BDC00FE-001\shard-1-001\cores\collection1
   [junit4]   2> 2190484 T7971 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 2190484 T7971 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2190490 T7971 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:65123
   [junit4]   2> 2190490 T7971 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1b0bf9a
   [junit4]   2> 2190492 T7971 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2190493 T7971 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 66F514397BDC00FE-001\shard-1-001
   [junit4]   2> 2190493 T7971 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 66F514397BDC00FE-001\shard-1-001\'
   [junit4]   2> 2190534 T7971 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 66F514397BDC00FE-001\shard-1-001\solr.xml
   [junit4]   2> 2190564 T7971 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 66F514397BDC00FE-001\shard-1-001\cores
   [junit4]   2> 2190565 T7971 oasc.CoreContainer.<init> New CoreContainer 10007391
   [junit4]   2> 2190565 T7971 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 66F514397BDC00FE-001\shard-1-001\]
   [junit4]   2> 2190565 T7971 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 66F514397BDC00FE-001\shard-1-001\lib
   [junit4]   2> 2190565 T7971 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 66F514397BDC00FE-001\shard-1-001\lib).
   [junit4]   2> 2190578 T7971 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2190578 T7971 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2190578 T7971 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2190578 T7971 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2190578 T7971 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 2190578 T7971 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2190578 T7971 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2190578 T7971 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2190578 T7971 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2190578 T7971 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2190578 T7971 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 2190581 T7971 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2190581 T7971 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2190581 T7971 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2190581 T7971 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 2190581 T7971 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:65102/solr
   [junit4]   2> 2190583 T7971 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2190583 T7971 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2190585 T7971 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2190587 T8021 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@8f3d21 name:ZooKeeperConnection Watcher:127.0.0.1:65102 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2190588 T7971 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2190588 T7971 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2190592 T7971 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2190594 T8024 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ad0b75 name:ZooKeeperConnection Watcher:127.0.0.1:65102/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2190594 T7971 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2190602 T7971 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2191608 T7971 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:65122_cw
   [junit4]   2> 2191609 T7971 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:65122_cw
   [junit4]   2> 2191615 T7971 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2191618 T7971 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 66F514397BDC00FE-001\shard-1-001\cores
   [junit4]   2> 2191620 T7971 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 66F514397BDC00FE-001\shard-1-001\cores\collection1\
   [junit4]   2> 2191620 T7971 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 2191622 T8025 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 2191622 T8025 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2191623 T7997 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2191623 T8025 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2191625 T7998 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "node_name":"127.0.0.1:65122_cw",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:65122/cw",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down"} current state version: 4
   [junit4]   2> 2191625 T7998 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "node_name":"127.0.0.1:65122_cw",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:65122/cw",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down"}
   [junit4]   2> 2191626 T7998 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 2191626 T7998 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 2191628 T7997 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2191628 T8024 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2191628 T8009 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2192624 T8025 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2192624 T8025 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 2192625 T8025 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 2192625 T8025 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 2192627 T8025 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2192627 T8025 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 66F514397BDC00FE-001\shard-1-001\cores\collection1\'
   [junit4]   2> 2192650 T8025 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 2192654 T8025 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 2192665 T8025 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 2192688 T8025 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 2192743 T8025 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2192745 T8025 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 2192756 T8025 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 2193184 T8025 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2193191 T8025 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2193194 T8025 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2193210 T8025 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2193215 T8025 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2193220 T8025 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2193221 T8025 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2193222 T8025 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2193222 T8025 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2193224 T8025 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2193224 T8025 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2193224 T8025 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 2193224 T8025 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2193225 T8025 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 66F514397BDC00FE-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 66F514397BDC00FE-001\tempDir-001/jetty1\
   [junit4]   2> 2193225 T8025 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@57ea6a
   [junit4]   2> 2193226 T8025 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 66F514397BDC00FE-001\tempDir-001/jetty1\
   [junit4]   2> 2193226 T8025 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 66F514397BDC00FE-001\tempDir-001/jetty1\index/
   [junit4]   2> 2193226 T8025 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 66F514397BDC00FE-001\tempDir-001\jetty1\index' doesn't exist. Creating new index...
   [junit4]   2> 2193226 T8025 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 66F514397BDC00FE-001\tempDir-001/jetty1\index
   [junit4]   2> 2193226 T8025 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=16, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8408041190267809]
   [junit4]   2> 2193227 T8025 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1f69706 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@352cbf),segFN=segments_1,generation=1}
   [junit4]   2> 2193227 T8025 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2193231 T8025 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2193232 T8025 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2193232 T8025 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2193232 T8025 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2193233 T8025 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2193233 T8025 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2193234 T8025 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2193234 T8025 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2193234 T8025 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2193235 T8025 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2193236 T8025 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2193236 T8025 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2193237 T8025 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2193238 T8025 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 2193239 T8025 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 2193240 T8025 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 2193240 T8025 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 2193241 T8025 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 2193244 T8025 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 2193244 T8025 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 2193245 T8025 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 2193246 T8025 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 2193247 T8025 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 2193247 T8025 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 2193248 T8025 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 2193249 T8025 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 2193249 T8025 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2193255 T8025 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2193257 T8025 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2193260 T8025 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2193262 T8025 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2193264 T8025 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2193265 T8025 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2193267 T8025 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2193267 T8025 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2193268 T8025 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=18, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=0.6708984375, floorSegmentMB=1.2431640625, forceMergeDeletesPctAllowed=26.597129740951925, segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2193268 T8025 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1f69706 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@352cbf),segFN=segments_1,generation=1}
   [junit4]   2> 2193268 T8025 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2193268 T8025 oass.SolrIndexSearcher.<init> Opening Searcher@63c3c1[collection1] main
   [junit4]   2> 2193268 T8025 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 2193270 T8025 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2193270 T8025 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2193271 T8025 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2193271 T8025 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 2193272 T8025 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2193273 T8025 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2193273 T8025 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2193273 T8025 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 2193273 T8025 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 2193274 T8026 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@63c3c1[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2193276 T8025 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 2193277 T8029 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:65122/cw collection:collection1 shard:shard2
   [junit4]   2> 2193277 T7971 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2193277 T7971 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2193278 T8029 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 2193287 T8029 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 2193295 T7997 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2193297 T8029 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 2193297 T8029 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C4764 name=collection1 org.apache.solr.core.SolrCore@5fbaa5 url=http://127.0.0.1:65122/cw/collection1 node=127.0.0.1:65122_cw C4764_STATE=coll:collection1 core:collection1 props:{node_name=127.0.0.1:65122_cw, core=collection1, base_url=http://127.0.0.1:65122/cw, state=down}
   [junit4]   2> 2193297 T8029 C4764 P65122 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:65122/cw/collection1/
   [junit4]   2> 2193298 T8029 C4764 P65122 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 2193298 T8029 C4764 P65122 oasc.SyncStrategy.syncToMe http://127.0.0.1:65122/cw/collection1/ has no replicas
   [junit4]   2> 2193298 T8029 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:65122/cw/collection1/ shard2
   [junit4]   2> 2193298 T8029 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 2193298 T7998 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1"} current state version: 5
   [junit4]   2> 2193301 T7997 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2193302 T8024 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2193301 T8009 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2193318 T7998 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:65122/cw",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 6
   [junit4]   2> 2193320 T7997 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2193425 T7997 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2193425 T8009 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2193425 T8024 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2193469 T8029 oasc.ZkController.register We are http://127.0.0.1:65122/cw/collection1/ and leader is http://127.0.0.1:65122/cw/collection1/
   [junit4]   2> 2193469 T8029 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:65122/cw
   [junit4]   2> 2193469 T8029 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 2193469 T8029 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 2193469 T8029 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2193471 T7997 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2193474 T7998 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "node_name":"127.0.0.1:65122_cw",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:65122/cw",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "core_node_name":"core_node1"} current state version: 7
   [junit4]   2> 2193476 T7998 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "node_name":"127.0.0.1:65122_cw",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:65122/cw",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 2193581 T8009 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2193581 T8024 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2193581 T7997 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2194628 T7971 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 66F514397BDC00FE-001\shard-2-001\cores\collection1
   [junit4]   2> 2194631 T7971 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 2194632 T7971 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2194637 T7971 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:65133
   [junit4]   2> 2194639 T7971 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1b0bf9a
   [junit4]   2> 2194639 T7971 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2194639 T7971 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 66F514397BDC00FE-001\shard-2-001
   [junit4]   2> 2194639 T7971 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 66F514397BDC00FE-001\shard-2-001\'
   [junit4]   2> 2194679 T7971 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 66F514397BDC00FE-001\shard-2-001\solr.xml
   [junit4]   2> 2194710 T7971 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 66F514397BDC00FE-001\shard-2-001\cores
   [junit4]   2> 2194711 T7971 oasc.CoreContainer.<init> New CoreContainer 27941897
   [junit4]   2> 2194711 T7971 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 66F514397BDC00FE-001\shard-2-001\]
   [junit4]   2> 2194711 T7971 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 66F514397BDC00FE-001\shard-2-001\lib
   [junit4]   2> 2194711 T7971 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 66F514397BDC00FE-001\shard-2-001\lib).
   [junit4]   2> 2194725 T7971 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2194725 T7971 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2194725 T7971 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2194725 T7971 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2194725 T7971 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 2194725 T7971 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2194725 T7971 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2194725 T7971 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2194725 T7971 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2194725 T7971 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2194725 T7971 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 2194730 T7971 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2194730 T7971 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2194730 T7971 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2194730 T7971 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 2194730 T7971 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:65102/solr
   [junit4]   2> 2194730 T7971 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2194730 T7971 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2194733 T7971 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2194735 T8042 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4e54d5 name:ZooKeeperConnection Watcher:127.0.0.1:65102 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2194736 T7971 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2194736 T7971 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2194740 T7971 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2194743 T8045 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@16bd28f name:ZooKeeperConnection Watcher:127.0.0.1:65102/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2194743 T7971 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2194752 T7971 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2195858 T7971 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:65132_cw
   [junit4]   2> 2195860 T7971 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:65132_cw
   [junit4]   2> 2195867 T7971 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2195871 T7971 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 66F514397BDC00FE-001\shard-2-001\cores
   [junit4]   2> 2195873 T7971 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 66F514397BDC00FE-001\shard-2-001\cores\collection1\
   [junit4]   2> 2195873 T7971 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 2195875 T8046 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 2195875 T8046 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2195876 T7997 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2195876 T8046 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2195878 T7998 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "node_name":"127.0.0.1:65132_cw",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:65132/cw",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down"} current state version: 8
   [junit4]   2> 2195879 T7998 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "node_name":"127.0.0.1:65132_cw",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:65132/cw",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down"}
   [junit4]   2> 2195879 T7998 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 2195879 T7998 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 2195881 T8009 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 2195881 T8024 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 2195881 T8045 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 2195881 T7997 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 2196976 T8046 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2196976 T8046 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 2196977 T8046 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 2196977 T8046 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 2196979 T8046 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2196979 T8046 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 66F514397BDC00FE-001\shard-2-001\cores\collection1\'
   [junit4]   2> 2197024 T8046 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 2197028 T8046 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 2197041 T8046 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 2197069 T8046 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 2197129 T8046 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2197132 T8046 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 2197142 T8046 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 2197617 T8046 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2197642 T8046 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2197645 T8046 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2197661 T8046 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2197667 T8046 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2197672 T8046 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2197673 T8046 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2197673 T8046 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2197674 T8046 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2197675 T8046 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2197675 T8046 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2197676 T8046 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 2197676 T8046 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2197676 T8046 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 66F514397BDC00FE-001\shard-2-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 66F514397BDC00FE-001\tempDir-001/jetty2\
   [junit4]   2> 2197677 T8046 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@57ea6a
   [junit4]   2> 2197677 T8046 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 66F514397BDC00FE-001\tempDir-001/jetty2\
   [junit4]   2> 2197678 T8046 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 66F514397BDC00FE-001\tempDir-001/jetty2\index/
   [junit4]   2> 2197678 T8046 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 66F514397BDC00FE-001\tempDir-001\jetty2\index' doesn't exist. Creating new index...
   [junit4]   2> 2197678 T8046 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 66F514397BDC00FE-001\tempDir-001/jetty2\index
   [junit4]   2> 2197679 T8046 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=16, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8408041190267809]
   [junit4]   2> 2197679 T8046 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1b130db lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1fe8d32),segFN=segments_1,generation=1}
   [junit4]   2> 2197681 T8046 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2197684 T8046 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2197685 T8046 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2197685 T8046 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2197685 T8046 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2197686 T8046 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2197686 T8046 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2197687 T8046 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2197687 T8046 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2197687 T8046 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2197688 T8046 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2197689 T8046 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2197689 T8046 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2197691 T8046 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2197691 T8046 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 2197692 T8046 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.S

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

nt.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:594)
   [junit4]    > 	... 47 more
   [junit4]    > Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
   [junit4]    > 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
   [junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
   [junit4]    > 	... 52 moreThrowable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=8137, name=updateExecutor-1016-thread-3, state=RUNNABLE, group=TGRP-ReplicationFactorTest]
   [junit4]    > Caused by: java.util.concurrent.RejectedExecutionException: Task org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner@a8d9a4 rejected from java.util.concurrent.ThreadPoolExecutor@168cc7c[Shutting down, pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 23]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([66F514397BDC00FE]:0)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2048)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:821)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1372)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.run(ConcurrentUpdateSolrClient.java:278)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2271501 T7971 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 66F514397BDC00FE-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {id=BlockTreeOrds(blocksize=128), _version_=PostingsFormat(name=Direct), range_facet_l=PostingsFormat(name=Direct), timestamp=PostingsFormat(name=Direct), a_t=PostingsFormat(name=Direct), intDefault=PostingsFormat(name=Direct), multiDefault=PostingsFormat(name=LuceneFixedGap), text=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, docValues:{timestamp=DocValuesFormat(name=Lucene50)}, sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=it_IT, timezone=Etc/GMT+9
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_76 (32-bit)/cpus=2,threads=1,free=160300840,total=523501568
   [junit4]   2> NOTE: All tests run in this JVM: [UnloadDistributedZkTest, TestConfig, SuggesterTest, TestDynamicFieldResource, TestSchemaVersionResource, TestObjectReleaseTracker, CurrencyFieldOpenExchangeTest, TestLMJelinekMercerSimilarityFactory, MigrateRouteKeyTest, TestCoreDiscovery, CloudMLTQParserTest, CollectionsAPIDistributedZkTest, TermVectorComponentTest, ChaosMonkeySafeLeaderTest, TestRawResponseWriter, TestReRankQParserPlugin, SuggestComponentTest, RemoteQueryErrorTest, PingRequestHandlerTest, TestRandomDVFaceting, DOMUtilTest, TestAddFieldRealTimeGet, EchoParamsTest, UniqFieldsUpdateProcessorFactoryTest, DisMaxRequestHandlerTest, DistributedFacetPivotSmallTest, TestManagedResourceStorage, DeleteReplicaTest, RequiredFieldsTest, DocValuesMultiTest, TestGroupingSearch, TestSolrConfigHandlerCloud, TestPartialUpdateDeduplication, TestSortingResponseWriter, TestComplexPhraseQParserPlugin, HighlighterConfigTest, TestAtomicUpdateErrorCases, OverseerStatusTest, TestSort, ReturnFieldsTest, HdfsBasicDistributedZkTest, SimpleMLTQParserTest, TestOverriddenPrefixQueryForCustomFieldType, BasicFunctionalityTest, TestSimpleQParserPlugin, TestComponentsName, TestHighlightDedupGrouping, TestAnalyzedSuggestions, HdfsChaosMonkeySafeLeaderTest, DirectSolrConnectionTest, TestCopyFieldCollectionResource, SolrIndexSplitterTest, FieldAnalysisRequestHandlerTest, RAMDirectoryFactoryTest, TestConfigReload, OverseerCollectionProcessorTest, JsonLoaderTest, TestDistributedSearch, MBeansHandlerTest, DirectSolrSpellCheckerTest, SuggesterTSTTest, NoCacheHeaderTest, TestCloudPivotFacet, SpellingQueryConverterTest, FileUtilsTest, ScriptEngineTest, ResponseHeaderTest, TestSchemaResource, TestShardHandlerFactory, OverseerTest, TestSearcherReuse, RankQueryTest, RequestHandlersTest, TestSurroundQueryParser, SortByFunctionTest, ClusterStateTest, HdfsDirectoryTest, SampleTest, DistribJoinFromCollectionTest, TestLFUCache, TestImplicitCoreProperties, TriLevelCompositeIdRoutingTest, JSONWriterTest, MultiThreadedOCPTest, DateFieldTest, TestJoin, OverriddenZkACLAndCredentialsProvidersTest, SolrCmdDistributorTest, TestFieldTypeCollectionResource, DistributedSpellCheckComponentTest, IndexSchemaTest, TestQueryUtils, IndexBasedSpellCheckerTest, TestFoldingMultitermQuery, TestManagedSchema, ClusterStateUpdateTest, DebugComponentTest, CoreAdminCreateDiscoverTest, SolrInfoMBeanTest, TestPostingsSolrHighlighter, DistributedFacetPivotWhiteBoxTest, PeerSyncTest, BlockDirectoryTest, SolrCoreTest, TestLazyCores, TestPHPSerializedResponseWriter, TestCustomSort, MergeStrategyTest, NumericFieldsTest, TermVectorComponentDistributedTest, TestCloudSchemaless, SuggesterFSTTest, ShardSplitTest, HdfsSyncSliceTest, TestFileDictionaryLookup, AlternateDirectoryTest, TestBinaryField, TestIntervalFaceting, TestFieldSortValues, DocumentBuilderTest, CollectionsAPIAsyncDistributedZkTest, TestMiniSolrCloudCluster, DistributedFacetPivotLongTailTest, TestSolrQueryParser, SyncSliceTest, TestSolrQueryParserDefaultOperatorResource, CursorMarkTest, ConnectionManagerTest, SpatialHeatmapFacetsTest, TestOrdValues, StandardRequestHandlerTest, DistributedTermsComponentTest, DistribCursorPagingTest, URLClassifyProcessorTest, TestStressReorder, BinaryUpdateRequestHandlerTest, TestJmxMonitoredMap, TestCodecSupport, TestDefaultSimilarityFactory, DefaultValueUpdateProcessorTest, TestStressUserVersions, TestInitQParser, CachingDirectoryFactoryTest, UpdateRequestProcessorFactoryTest, TestDistribDocBasedVersion, ResourceLoaderTest, HttpPartitionTest, TestLRUCache, ParsingFieldUpdateProcessorsTest, BasicZkTest, HdfsCollectionsAPIDistributedZkTest, TestDefaultSearchFieldResource, TestInfoStreamLogging, IndexSchemaRuntimeFieldTest, ConvertedLegacyTest, TestQuerySenderNoQuery, TestExpandComponent, PluginInfoTest, DistributedDebugComponentTest, FieldMutatingUpdateProcessorTest, TestLeaderElectionZkExpiry, ReplicationFactorTest]
   [junit4] Completed in 85.87s, 1 test, 1 error <<< FAILURES!

[...truncated 953 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:509: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1370: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:976: There were test failures: 468 suites, 1870 tests, 1 error, 57 ignored (30 assumptions)

Total time: 153 minutes 13 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.7.0_76 -client -XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (32bit/jdk1.8.0_31) - Build # 4405 - Still Failing!

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

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

Error Message:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:60988/shb/zo/repfacttest_c8n_1x3_shard1_replica1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:60988/shb/zo/repfacttest_c8n_1x3_shard1_replica1
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:597)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:918)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:809)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:752)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	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:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:945)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:920)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	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:60988/shb/zo/repfacttest_c8n_1x3_shard1_replica1
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:573)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:594)
	... 47 more
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
	... 52 more




Build Log:
[...truncated 9879 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 427B070C7A4DF22B-001\init-core-data-001
   [junit4]   2> 1537827 T7700 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /shb/zo
   [junit4]   2> 1537831 T7700 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1537832 T7701 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1537908 T7700 oasc.ZkTestServer.run start zk server on port:60981
   [junit4]   2> 1537908 T7700 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1537910 T7700 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1537916 T7708 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c3a2e9 name:ZooKeeperConnection Watcher:127.0.0.1:60981 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1537916 T7700 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1537916 T7700 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1537917 T7700 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1537926 T7700 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1537929 T7700 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1537934 T7711 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2b04d2 name:ZooKeeperConnection Watcher:127.0.0.1:60981/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1537934 T7700 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1537935 T7700 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1537936 T7700 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1537939 T7700 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1537944 T7700 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1537948 T7700 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1537951 T7700 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1537951 T7700 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1537957 T7700 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1537957 T7700 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1537963 T7700 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1537963 T7700 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1537968 T7700 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1537969 T7700 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1537973 T7700 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1537974 T7700 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1537978 T7700 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1537978 T7700 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1537983 T7700 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1537983 T7700 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1537987 T7700 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1537988 T7700 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1537992 T7700 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1537992 T7700 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1537997 T7700 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1537998 T7700 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1538002 T7700 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1538002 T7700 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1539442 T7700 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 427B070C7A4DF22B-001\control-001\cores\collection1
   [junit4]   2> 1539446 T7700 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1539452 T7700 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:60989
   [junit4]   2> 1539452 T7700 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 1539452 T7700 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1539452 T7700 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 427B070C7A4DF22B-001\control-001
   [junit4]   2> 1539452 T7700 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 427B070C7A4DF22B-001\control-001\'
   [junit4]   2> 1539488 T7700 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 427B070C7A4DF22B-001\control-001\solr.xml
   [junit4]   2> 1539501 T7700 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 427B070C7A4DF22B-001\control-001\cores
   [junit4]   2> 1539501 T7700 oasc.CoreContainer.<init> New CoreContainer 23756710
   [junit4]   2> 1539501 T7700 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 427B070C7A4DF22B-001\control-001\]
   [junit4]   2> 1539502 T7700 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 427B070C7A4DF22B-001\control-001\lib
   [junit4]   2> 1539502 T7700 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 427B070C7A4DF22B-001\control-001\lib).
   [junit4]   2> 1539519 T7700 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1539519 T7700 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1539519 T7700 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1539519 T7700 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1539519 T7700 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1539521 T7700 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1539521 T7700 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1539521 T7700 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1539521 T7700 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1539522 T7700 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1539522 T7700 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1539522 T7700 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1539524 T7700 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1539524 T7700 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1539524 T7700 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1539525 T7700 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:60981/solr
   [junit4]   2> 1539525 T7700 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1539525 T7700 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1539528 T7700 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1539530 T7723 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@137a152 name:ZooKeeperConnection Watcher:127.0.0.1:60981 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1539531 T7700 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1539531 T7700 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1539536 T7700 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1539539 T7726 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1d8b138 name:ZooKeeperConnection Watcher:127.0.0.1:60981/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1539539 T7700 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1539541 T7700 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1539546 T7700 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1539551 T7700 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 1539554 T7700 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 1539558 T7700 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 1539563 T7700 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1539566 T7700 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60988_shb%2Fzo
   [junit4]   2> 1539566 T7700 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:60988_shb%2Fzo
   [junit4]   2> 1539571 T7700 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 1539574 T7700 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1539577 T7700 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1539580 T7700 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:60988_shb%2Fzo
   [junit4]   2> 1539580 T7700 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1539583 T7700 oasc.Overseer.start Overseer (id=93398943246712835-127.0.0.1:60988_shb%2Fzo-n_0000000000) starting
   [junit4]   2> 1539587 T7700 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1539601 T7700 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1539602 T7728 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1539603 T7727 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1539603 T7700 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1539607 T7700 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1539609 T7700 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1539616 T7700 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 427B070C7A4DF22B-001\control-001\cores
   [junit4]   2> 1539618 T7700 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 427B070C7A4DF22B-001\control-001\cores\collection1\
   [junit4]   2> 1539619 T7700 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1539621 T7730 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 1539621 T7730 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1539622 T7726 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1539622 T7730 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1539624 T7727 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:60988/shb/zo",
   [junit4]   2> 	  "node_name":"127.0.0.1:60988_shb%2Fzo",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 0
   [junit4]   2> 1539624 T7727 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:60988/shb/zo",
   [junit4]   2> 	  "node_name":"127.0.0.1:60988_shb%2Fzo",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1539625 T7727 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 1539625 T7727 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1539627 T7726 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1540385 T7730 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1540385 T7730 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 1540387 T7730 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1540387 T7730 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1540388 T7730 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1540388 T7730 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 427B070C7A4DF22B-001\control-001\cores\collection1\'
   [junit4]   2> 1540421 T7730 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1540425 T7730 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1540435 T7730 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1540440 T7730 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 1540453 T7730 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1540457 T7730 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1540473 T7730 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1540606 T7730 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1540620 T7730 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1540622 T7730 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1540639 T7730 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1540642 T7730 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1540647 T7730 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1540649 T7730 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1540650 T7730 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1540650 T7730 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1540652 T7730 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1540652 T7730 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1540652 T7730 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 1540652 T7730 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1540654 T7730 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 427B070C7A4DF22B-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 427B070C7A4DF22B-001\tempDir-001/control/data\
   [junit4]   2> 1540654 T7730 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@110e052
   [junit4]   2> 1540655 T7730 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 427B070C7A4DF22B-001\tempDir-001/control/data\
   [junit4]   2> 1540655 T7730 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 427B070C7A4DF22B-001\tempDir-001/control/data\index/
   [junit4]   2> 1540655 T7730 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 427B070C7A4DF22B-001\tempDir-001\control\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1540655 T7730 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 427B070C7A4DF22B-001\tempDir-001/control/data\index
   [junit4]   2> 1540655 T7730 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=35, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1540656 T7730 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@ca86a8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@11f8eb5),segFN=segments_1,generation=1}
   [junit4]   2> 1540657 T7730 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1540660 T7730 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1540661 T7730 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1540661 T7730 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1540661 T7730 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1540661 T7730 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1540661 T7730 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1540662 T7730 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1540662 T7730 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1540663 T7730 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1540664 T7730 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1540664 T7730 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1540664 T7730 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1540665 T7730 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1540666 T7730 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1540667 T7730 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 1540667 T7730 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 1540667 T7730 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 1540668 T7730 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 1540669 T7730 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 1540670 T7730 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 1540670 T7730 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 1540671 T7730 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 1540671 T7730 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 1540672 T7730 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 1540672 T7730 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1540673 T7730 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 1540674 T7730 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1540678 T7730 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1540679 T7730 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1540682 T7730 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1540683 T7730 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1540684 T7730 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1540685 T7730 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1540687 T7730 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1540688 T7730 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1540689 T7730 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=37, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8796677438654033]
   [junit4]   2> 1540690 T7730 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@ca86a8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@11f8eb5),segFN=segments_1,generation=1}
   [junit4]   2> 1540690 T7730 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1540690 T7730 oass.SolrIndexSearcher.<init> Opening Searcher@15328d4[collection1] main
   [junit4]   2> 1540690 T7730 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1540693 T7730 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1540693 T7730 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1540693 T7730 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1540693 T7730 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1540693 T7730 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1540695 T7730 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1540695 T7730 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1540695 T7730 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1540695 T7730 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1540696 T7730 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1540697 T7731 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@15328d4[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1540699 T7734 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:60988/shb/zo collection:control_collection shard:shard1
   [junit4]   2> 1540701 T7700 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1540701 T7700 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1540701 T7700 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1540702 T7734 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 1540702 T7700 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1540711 T7738 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@13b09db name:ZooKeeperConnection Watcher:127.0.0.1:60981/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1540711 T7700 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1540711 T7700 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1540713 T7700 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1540721 T7700 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1540721 T7700 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2
   [junit4]   2> 1540722 T7700 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1540723 T7734 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1540723 T7700 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1540727 T7741 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@20667c name:ZooKeeperConnection Watcher:127.0.0.1:60981/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1540727 T7700 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1540728 T7726 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1540728 T7700 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1540728 T7734 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1540729 T7734 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C2373 name=collection1 org.apache.solr.core.SolrCore@140e46a url=http://127.0.0.1:60988/shb/zo/collection1 node=127.0.0.1:60988_shb%2Fzo C2373_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:60988/shb/zo, node_name=127.0.0.1:60988_shb%2Fzo, state=down}
   [junit4]   2> 1540729 T7734 C2373 P60988 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:60988/shb/zo/collection1/
   [junit4]   2> 1540730 T7734 C2373 P60988 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1540730 T7734 C2373 P60988 oasc.SyncStrategy.syncToMe http://127.0.0.1:60988/shb/zo/collection1/ has no replicas
   [junit4]   2> 1540731 T7734 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:60988/shb/zo/collection1/ shard1
   [junit4]   2> 1540731 T7734 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1540732 T7727 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 1540734 T7702 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14bd1d8129e0005, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 1540744 T7727 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "name":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "stateFormat":"2"} current state version: 1
   [junit4]   2> 1540744 T7727 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 1540747 T7726 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1540747 T7738 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1540760 T7742 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1540769 T7727 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:60988/shb/zo",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 1540770 T7727 oasco.ZkStateWriter.writePendingUpdates going to create_collection /collections/collection1/state.json
   [junit4]   2> 1540773 T7726 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1540774 T7738 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1540784 T7726 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1540862 T7738 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1540863 T7726 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1540886 T7734 oasc.ZkController.register We are http://127.0.0.1:60988/shb/zo/collection1/ and leader is http://127.0.0.1:60988/shb/zo/collection1/
   [junit4]   2> 1540886 T7734 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:60988/shb/zo
   [junit4]   2> 1540886 T7734 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1540886 T7734 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 1540886 T7734 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1540890 T7726 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1540894 T7727 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:60988/shb/zo",
   [junit4]   2> 	  "node_name":"127.0.0.1:60988_shb%2Fzo",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 4
   [junit4]   2> 1540896 T7727 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:60988/shb/zo",
   [junit4]   2> 	  "node_name":"127.0.0.1:60988_shb%2Fzo",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1540979 T7726 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1540979 T7738 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1542040 T7700 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 427B070C7A4DF22B-001\shard-1-001\cores\collection1
   [junit4]   2> 1542045 T7700 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 1542047 T7700 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1542051 T7700 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:61005
   [junit4]   2> 1542051 T7700 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 1542051 T7700 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1542051 T7700 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 427B070C7A4DF22B-001\shard-1-001
   [junit4]   2> 1542054 T7700 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 427B070C7A4DF22B-001\shard-1-001\'
   [junit4]   2> 1542097 T7700 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 427B070C7A4DF22B-001\shard-1-001\solr.xml
   [junit4]   2> 1542109 T7700 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 427B070C7A4DF22B-001\shard-1-001\cores
   [junit4]   2> 1542109 T7700 oasc.CoreContainer.<init> New CoreContainer 203311
   [junit4]   2> 1542109 T7700 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 427B070C7A4DF22B-001\shard-1-001\]
   [junit4]   2> 1542109 T7700 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 427B070C7A4DF22B-001\shard-1-001\lib
   [junit4]   2> 1542109 T7700 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 427B070C7A4DF22B-001\shard-1-001\lib).
   [junit4]   2> 1542126 T7700 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1542126 T7700 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1542126 T7700 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1542126 T7700 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1542126 T7700 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1542134 T7700 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1542134 T7700 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1542134 T7700 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1542135 T7700 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1542136 T7700 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1542136 T7700 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1542136 T7700 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1542136 T7700 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1542136 T7700 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1542137 T7700 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1542137 T7700 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:60981/solr
   [junit4]   2> 1542138 T7700 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1542138 T7700 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1542141 T7700 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1542145 T7754 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@459c5e name:ZooKeeperConnection Watcher:127.0.0.1:60981 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1542145 T7700 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1542146 T7700 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1542150 T7700 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1542153 T7757 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1f98233 name:ZooKeeperConnection Watcher:127.0.0.1:60981/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1542153 T7700 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1542161 T7700 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1542931 T7700 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61004_shb%2Fzo
   [junit4]   2> 1542933 T7700 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:61004_shb%2Fzo
   [junit4]   2> 1542938 T7700 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1542941 T7700 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 427B070C7A4DF22B-001\shard-1-001\cores
   [junit4]   2> 1542943 T7700 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 427B070C7A4DF22B-001\shard-1-001\cores\collection1\
   [junit4]   2> 1542944 T7700 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1542948 T7758 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1542948 T7758 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1542949 T7726 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1542950 T7758 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 1542951 T7758 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 1542951 T7727 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:61004/shb/zo",
   [junit4]   2> 	  "node_name":"127.0.0.1:61004_shb%2Fzo",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 1542951 T7758 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 1542951 T7727 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:61004/shb/zo",
   [junit4]   2> 	  "node_name":"127.0.0.1:61004_shb%2Fzo",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1542952 T7727 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 1542953 T7727 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 1542954 T7758 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 0 
   [junit4]   2> 1542954 T7758 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1542955 T7727 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 1542957 T7757 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1542957 T7757 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 1 
   [junit4]   2> 1543771 T7758 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1543771 T7758 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1543773 T7758 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1543773 T7758 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1543775 T7758 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1543775 T7758 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 427B070C7A4DF22B-001\shard-1-001\cores\collection1\'
   [junit4]   2> 1543810 T7758 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1543814 T7758 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1543824 T7758 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1543826 T7758 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 1543840 T7758 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1543843 T7758 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1543852 T7758 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1544022 T7758 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1544032 T7758 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1544035 T7758 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1544056 T7758 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1544062 T7758 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1544067 T7758 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1544069 T7758 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1544069 T7758 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1544069 T7758 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1544069 T7758 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1544069 T7758 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1544069 T7758 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1544069 T7758 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1544071 T7758 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 427B070C7A4DF22B-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 427B070C7A4DF22B-001\tempDir-001/jetty1\
   [junit4]   2> 1544072 T7758 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@110e052
   [junit4]   2> 1544073 T7758 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 427B070C7A4DF22B-001\tempDir-001/jetty1\
   [junit4]   2> 1544073 T7758 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 427B070C7A4DF22B-001\tempDir-001/jetty1\index/
   [junit4]   2> 1544073 T7758 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 427B070C7A4DF22B-001\tempDir-001\jetty1\index' doesn't exist. Creating new index...
   [junit4]   2> 1544074 T7758 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 427B070C7A4DF22B-001\tempDir-001/jetty1\index
   [junit4]   2> 1544075 T7758 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=35, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1544076 T7758 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1b04fa5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@94ca8f),segFN=segments_1,generation=1}
   [junit4]   2> 1544076 T7758 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1544083 T7758 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1544083 T7758 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1544083 T7758 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1544084 T7758 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1544084 T7758 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1544085 T7758 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1544086 T7758 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1544086 T7758 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1544087 T7758 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1544093 T7758 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1544095 T7758 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1544096 T7758 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1544097 T7758 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1544098 T7758 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1544099 T7758 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 1544101 T7758 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 1544103 T7758 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 1544104 T7758 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 1544107 T7758 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 1544108 T7758 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 1544110 T7758 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 1544110 T7758 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 1544111 T7758 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 1544113 T7758 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 1544114 T7758 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1544115 T7758 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 1544116 T7758 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1544124 T7758 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1544128 T7758 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1544130 T7758 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1544133 T7758 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1544133 T7758 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1544135 T7758 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1544137 T7758 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1544137 T7758 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1544139 T7758 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=37, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8796677438654033]
   [junit4]   2> 1544140 T7758 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1b04fa5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@94ca8f),segFN=segments_1,generation=1}
   [junit4]   2> 1544140 T7758 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1544140 T7758 oass.SolrIndexSearcher.<init> Opening Searcher@4ad073[collection1] main
   [junit4]   2> 1544140 T7758 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1544145 T7758 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1544145 T7758 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1544146 T7758 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1544146 T7758 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1544146 T7758 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1544147 T7758 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1544148 T7758 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1544148 T7758 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1544148 T7758 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1544151 T7759 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4ad073[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1544151 T7758 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1544153 T7700 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1544155 T7700 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1544155 T7762 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:61004/shb/zo collection:collection1 shard:shard2
   [junit4]   2> 1544165 T7762 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 1544180 T7762 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 1544187 T7726 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1544190 T7762 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1544190 T7762 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C2374 name=collection1 org.apache.solr.core.SolrCore@1ee5039 url=http://127.0.0.1:61004/shb/zo/collection1 node=127.0.0.1:61004_shb%2Fzo C2374_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:61004/shb/zo, node_name=127.0.0.1:61004_shb%2Fzo, state=down}
   [junit4]   2> 1544190 T7762 C2374 P61004 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:61004/shb/zo/collection1/
   [junit4]   2> 1544191 T7762 C2374 P61004 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1544191 T7762 C2374 P61004 oasc.SyncStrategy.syncToMe http://127.0.0.1:61004/shb/zo/collection1/ has no replicas
   [junit4]   2> 1544191 T7762 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:61004/shb/zo/collection1/ shard2
   [junit4]   2> 1544192 T7762 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 1544197 T7727 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1"} current state version: 5
   [junit4]   2> 1544202 T7727 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 1544205 T7757 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1544209 T7757 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 2 
   [junit4]   2> 1544219 T7727 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:61004/shb/zo",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 5
   [junit4]   2> 1544223 T7727 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 2
   [junit4]   2> 1544224 T7757 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1544228 T7757 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 1544234 T7726 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1544259 T7762 oasc.ZkController.register We are http://127.0.0.1:61004/shb/zo/collection1/ and leader is http://127.0.0.1:61004/shb/zo/collection1/
   [junit4]   2> 1544259 T7762 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:61004/shb/zo
   [junit4]   2> 1544259 T7762 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1544260 T7762 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 1544260 T7762 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1544266 T7726 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1544271 T7727 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:61004/shb/zo",
   [junit4]   2> 	  "node_name":"127.0.0.1:61004_shb%2Fzo",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 1544273 T7727 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:61004/shb/zo",
   [junit4]   2> 	  "node_name":"127.0.0.1:61004_shb%2Fzo",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1544276 T7727 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 3
   [junit4]   2> 1544279 T7757 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1544282 T7762 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 1544286 T7757 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 1545524 T7700 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 427B070C7A4DF22B-001\shard-2-001\cores\collection1
   [junit4]   2> 1545527 T7700 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 1545527 T7700 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1545532 T7700 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:61015
   [junit4]   2> 1545533 T7700 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 1545533 T7700 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1545533 T7700 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 427B070C7A4DF22B-001\shard-2-001
   [junit4]   2> 1545533 T7700 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 427B070C7A4DF22B-001\shard-2-001\'
   [junit4]   2> 1545590 T7700 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 427B070C7A4DF22B-001\shard-2-001\solr.xml
   [junit4]   2> 1545605 T7700 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 427B070C7A4DF22B-001\shard-2-001\cores
   [junit4]   2> 1545605 T7700 oasc.CoreContainer.<init> New CoreContainer 294185
   [junit4]   2> 1545606 T7700 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 427B070C7A4DF22B-001\shard-2-001\]
   [junit4]   2> 1545606 T7700 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 427B070C7A4DF22B-001\shard-2-001\lib
   [junit4]   2> 1545606 T7700 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 427B070C7A4DF22B-001\shard-2-001\lib).
   [junit4]   2> 1545620 T7700 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1545620 T7700 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1545620 T7700 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1545621 T7700 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1545621 T7700 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1545621 T7700 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1545621 T7700 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1545621 T7700 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1545621 T7700 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1545624 T7700 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1545624 T7700 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1545625 T7700 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1545625 T7700 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1545625 T7700 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1545625 T7700 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1545625 T7700 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:60981/solr
   [junit4]   2> 1545625 T7700 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1545626 T7700 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1545628 T7700 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1545630 T7775 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3f314c name:ZooKeeperConnection Watcher:127.0.0.1:60981 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1545631 T7700 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1545631 T7700 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1545634 T7702 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14bd1d8129e0008, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 1545635 T7700 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1545637 T7778 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@562411 name:ZooKeeperConnection Watcher:127.0.0.1:60981/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1545638 T7700 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1545647 T7700 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1546493 T7700 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61014_shb%2Fzo
   [junit4]   2> 1546494 T7700 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:61014_shb%2Fzo
   [junit4]   2> 1546502 T7700 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1546506 T7700 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 427B070C7A4DF22B-001\shard-2-001\cores
   [junit4]   2> 1546510 T7700 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 427B070C7A4DF22B-001\shard-2-001\cores\collection1\
   [junit4]   2> 1546511 T7700 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1546515 T7779 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1546516 T7779 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1546518 T7726 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1546520 T7779 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 1546520 T7779 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 1546520 T7727 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:61014/shb/zo",
   [junit4]   2> 	  "node_name":"127.0.0.1:61014_shb%2Fzo",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 1546520 T7779 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 1546521 T7727 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:61014/shb/zo",
   [junit4]   2> 	  "node_name":"127.0.0.1:61014_shb%2Fzo",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1546522 T7727 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 1546522 T7727 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 1546524 T7727 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 4
   [junit4]   2> 1546524 T7779 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 1546525 T7779 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1546525 T7757 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1546525 T7778 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1546526 T7757 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 5 
   [junit4]   2> 1546527 T7778 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 5 
   [junit4]   2> 1547363 T7779 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1547363 T7779 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1547364 T7779 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1547364 T7779 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1547366 T7779 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1547366 T7779 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 427B070C7A4DF22B-001\shard-2-001\cores\collection1\'
   [junit4]   2> 1547393 T7779 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1547397 T7779 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1547407 T7779 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1547420 T7779 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 1547437 T7779 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1547440 T7779 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1547461 T7779 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1547605 T7779 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1547623 T7779 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1547623 T7779 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1547645 T7779 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1547649 T7779 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1547653 T7779 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1547655 T7779 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1547655 T7779 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1547655 T7779 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1547657 T7779 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1547657 T7779 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1547657 T7779 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1547657 T7779 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1547659 T7779 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 427B070C7A4DF22B-001\shard-2-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 427B070C7A4DF22B-001\tempDir-001/jetty2\
   [junit4]   2> 1547659 T7779 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@110e052
   [junit4]   2> 1547660 T7779 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.clo

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

pl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
   [junit4]    > 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
   [junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
   [junit4]    > 	... 52 moreThrowable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=7872, name=updateExecutor-1053-thread-2, state=RUNNABLE, group=TGRP-ReplicationFactorTest]
   [junit4]    > Caused by: java.util.concurrent.RejectedExecutionException: Task org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner@1ba2308 rejected from java.util.concurrent.ThreadPoolExecutor@a90130[Shutting down, pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 22]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([427B070C7A4DF22B]:0)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.run(ConcurrentUpdateSolrClient.java:278)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1618696 T7700 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 427B070C7A4DF22B-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {_version_=PostingsFormat(name=Direct), multiDefault=BlockTreeOrds(blocksize=128), a_t=BlockTreeOrds(blocksize=128), intDefault=PostingsFormat(name=Direct), id=PostingsFormat(name=Memory doPackFST= false), text=Lucene50(blocksize=128), range_facet_l=BlockTreeOrds(blocksize=128), timestamp=BlockTreeOrds(blocksize=128)}, docValues:{timestamp=DocValuesFormat(name=Direct)}, sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=es_VE, timezone=NET
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0_31 (32-bit)/cpus=2,threads=1,free=38048896,total=262922240
   [junit4]   2> NOTE: All tests run in this JVM: [TestMaxScoreQueryParser, TestOmitPositions, TestCollationField, TestComponentsName, HdfsLockFactoryTest, TestLMDirichletSimilarityFactory, TestSolrJ, TestCursorMarkWithoutUniqueKey, AnalyticsQueryTest, TestZkChroot, TestReloadAndDeleteDocs, TestArbitraryIndexDir, TestSortingResponseWriter, SuggesterTSTTest, OverseerStatusTest, TestSolrCoreProperties, DirectSolrConnectionTest, TestRandomMergePolicy, OverseerTest, HdfsCollectionsAPIDistributedZkTest, TestBlendedInfixSuggestions, TestDefaultSearchFieldResource, TestDistributedGrouping, TestPostingsSolrHighlighter, TestQuerySenderNoQuery, DOMUtilTest, PingRequestHandlerTest, CopyFieldTest, TestDistributedMissingSort, BadCopyFieldTest, UUIDUpdateProcessorFallbackTest, DirectSolrSpellCheckerTest, TestBM25SimilarityFactory, TestConfigOverlay, FileBasedSpellCheckerTest, TestCollationFieldDocValues, TestLeaderElectionZkExpiry, BlockCacheTest, TestMiniSolrCloudCluster, ResponseLogComponentTest, TestCustomSort, SolrTestCaseJ4Test, TestConfigSets, TestFreeTextSuggestions, TestSchemaSimilarityResource, TestDefaultStatsCache, TestIBSimilarityFactory, DocumentBuilderTest, SearchHandlerTest, TestSolrDeletionPolicy2, TestSort, TestRestManager, ShardRoutingTest, AnalysisAfterCoreReloadTest, PathHierarchyTokenizerFactoryTest, DistributedFacetPivotLargeTest, XmlUpdateRequestHandlerTest, AddBlockUpdateTest, TestUniqueKeyFieldResource, RemoteQueryErrorTest, SchemaVersionSpecificBehaviorTest, CoreMergeIndexesAdminHandlerTest, BasicFunctionalityTest, TestBinaryResponseWriter, TestWriterPerf, CurrencyFieldXmlFileTest, TestFieldResource, TestFieldCollectionResource, ConnectionManagerTest, TestManagedSchemaDynamicFieldResource, TestRTGBase, ClusterStateTest, TestGroupingSearch, TestCoreContainer, DocumentAnalysisRequestHandlerTest, WordBreakSolrSpellCheckerTest, DistributedSpellCheckComponentTest, ZkCLITest, TestRandomFaceting, CollectionsAPIDistributedZkTest, BJQParserTest, SolrRequestParserTest, TestPerFieldSimilarity, DateMathParserTest, StressHdfsTest, MigrateRouteKeyTest, SpellingQueryConverterTest, ParsingFieldUpdateProcessorsTest, TestReload, TestFastLRUCache, DistributedExpandComponentTest, PeerSyncTest, SimpleCollectionCreateDeleteTest, TestStressUserVersions, ZkSolrClientTest, HdfsUnloadDistributedZkTest, TestOverriddenPrefixQueryForCustomFieldType, FacetPivotSmallTest, TestJmxIntegration, URLClassifyProcessorTest, TestLuceneMatchVersion, JsonLoaderTest, TestConfig, TestSearcherReuse, MBeansHandlerTest, DistanceUnitsTest, TestDefaultSimilarityFactory, DistributedSuggestComponentTest, IndexBasedSpellCheckerTest, TestSolrConfigHandlerConcurrent, TestShardHandlerFactory, SystemInfoHandlerTest, HighlighterTest, ExternalCollectionsTest, TestRequestStatusCollectionAPI, TestNoOpRegenerator, TestSolr4Spatial, TestDocumentBuilder, PrimUtilsTest, AliasIntegrationTest, DirectUpdateHandlerOptimizeTest, TestBulkSchemaAPI, TestHashPartitioner, TestExtendedDismaxParser, TestSolrDynamicMBean, TestXIncludeConfig, TestLRUCache, TestTrie, TestStandardQParsers, IndexSchemaRuntimeFieldTest, InfoHandlerTest, TriLevelCompositeIdRoutingTest, TestDFRSimilarityFactory, ZkControllerTest, MergeStrategyTest, HdfsBasicDistributedZkTest, ZkNodePropsTest, TestReplicationHandler, SpellPossibilityIteratorTest, MultiThreadedOCPTest, TestMergePolicyConfig, DistributedQueryComponentOptimizationTest, SuggesterFSTTest, TestInitQParser, StatelessScriptUpdateProcessorFactoryTest, TestManagedSchema, TestDynamicFieldResource, TestExpandComponent, VMParamsZkACLAndCredentialsProvidersTest, PluginInfoTest, TestExactStatsCache, TestExactSharedStatsCache, OverriddenZkACLAndCredentialsProvidersTest, TestSweetSpotSimilarityFactory, JSONWriterTest, SolrXmlInZkTest, HdfsChaosMonkeySafeLeaderTest, TestSchemaResource, TestPartialUpdateDeduplication, SortByFunctionTest, TestMiniSolrCloudClusterSSL, TestDynamicLoading, AnalysisErrorHandlingTest, TestFieldSortValues, TestRawResponseWriter, TestManagedSynonymFilterFactory, DistanceFunctionTest, FieldAnalysisRequestHandlerTest, DistributedQueryElevationComponentTest, SoftAutoCommitTest, ShardRoutingCustomTest, BlockDirectoryTest, TestDynamicFieldCollectionResource, DefaultValueUpdateProcessorTest, TestManagedResourceStorage, TestSystemIdResolver, SuggesterWFSTTest, CloudExitableDirectoryReaderTest, AssignTest, TestAnalyzedSuggestions, BufferStoreTest, TestCharFilters, SOLR749Test, ChangedSchemaMergeTest, XsltUpdateRequestHandlerTest, TestManagedStopFilterFactory, SampleTest, TestClusterStateMutator, DocValuesMissingTest, TestRangeQuery, ReplicationFactorTest]
   [junit4] Completed in 80.92s, 1 test, 1 error <<< FAILURES!

[...truncated 863 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:509: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1370: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:976: There were test failures: 468 suites, 1870 tests, 1 error, 57 ignored (30 assumptions)

Total time: 128 minutes 47 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.8.0_31 -client -XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (32bit/jdk1.8.0_31) - Build # 4404 - Still Failing!

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

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

Error Message:
org.apache.http.NoHttpResponseException: The target server failed to respond

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:899)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:752)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	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:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:945)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:920)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:568)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:565)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	... 1 more




Build Log:
[...truncated 9872 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F2166090CCDF5DF0-001\init-core-data-001
   [junit4]   2> 2510466 T11665 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 2510469 T11665 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2510469 T11666 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 2510605 T11665 oasc.ZkTestServer.run start zk server on port:58487
   [junit4]   2> 2510605 T11665 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2510607 T11665 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2510613 T11673 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c8f5 name:ZooKeeperConnection Watcher:127.0.0.1:58487 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2510613 T11665 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2510614 T11665 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2510614 T11665 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 2510619 T11665 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2510622 T11665 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2510625 T11676 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c29598 name:ZooKeeperConnection Watcher:127.0.0.1:58487/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2510625 T11665 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2510626 T11665 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2510626 T11665 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 2510630 T11665 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 2510634 T11665 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 2510636 T11665 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 2510640 T11665 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 2510640 T11665 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 2510646 T11665 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 2510646 T11665 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 2510650 T11665 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2510651 T11665 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2510655 T11665 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 2510655 T11665 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 2510659 T11665 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 2510659 T11665 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 2510663 T11665 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 2510664 T11665 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 2510667 T11665 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2510668 T11665 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 2510671 T11665 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2510671 T11665 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2510676 T11665 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2510676 T11665 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2510680 T11665 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2510681 T11665 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 2510685 T11665 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 2510685 T11665 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 2512700 T11665 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F2166090CCDF5DF0-001\control-001\cores\collection1
   [junit4]   2> 2512705 T11665 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2512717 T11665 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:58495
   [junit4]   2> 2512719 T11665 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 2512719 T11665 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2512719 T11665 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F2166090CCDF5DF0-001\control-001
   [junit4]   2> 2512719 T11665 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F2166090CCDF5DF0-001\control-001\'
   [junit4]   2> 2512787 T11665 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F2166090CCDF5DF0-001\control-001\solr.xml
   [junit4]   2> 2512804 T11665 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F2166090CCDF5DF0-001\control-001\cores
   [junit4]   2> 2512806 T11665 oasc.CoreContainer.<init> New CoreContainer 3003877
   [junit4]   2> 2512806 T11665 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F2166090CCDF5DF0-001\control-001\]
   [junit4]   2> 2512806 T11665 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F2166090CCDF5DF0-001\control-001\lib
   [junit4]   2> 2512806 T11665 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F2166090CCDF5DF0-001\control-001\lib).
   [junit4]   2> 2512824 T11665 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2512824 T11665 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2512826 T11665 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2512826 T11665 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2512826 T11665 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 2512826 T11665 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2512829 T11665 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2512829 T11665 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2512829 T11665 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2512829 T11665 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2512830 T11665 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 2512830 T11665 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2512830 T11665 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2512830 T11665 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2512834 T11665 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 2512834 T11665 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:58487/solr
   [junit4]   2> 2512834 T11665 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2512834 T11665 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2512841 T11665 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2512846 T11688 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1383a26 name:ZooKeeperConnection Watcher:127.0.0.1:58487 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2512849 T11665 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2512849 T11665 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2512855 T11667 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14bcf9edc940002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 2512858 T11665 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2512866 T11691 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@108be4b name:ZooKeeperConnection Watcher:127.0.0.1:58487/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2512866 T11665 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2512867 T11665 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 2512871 T11665 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 2512876 T11665 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 2512879 T11665 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 2512883 T11665 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 2512887 T11665 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 2512891 T11665 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58494_
   [junit4]   2> 2512892 T11665 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58494_
   [junit4]   2> 2512896 T11665 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 2512900 T11665 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 2512903 T11665 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2512907 T11665 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:58494_
   [junit4]   2> 2512907 T11665 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 2512909 T11665 oasc.Overseer.start Overseer (id=93396498503696387-127.0.0.1:58494_-n_0000000000) starting
   [junit4]   2> 2512911 T11665 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 2512926 T11665 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 2512932 T11665 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 2512933 T11693 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 2512934 T11692 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 2512941 T11665 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 2512945 T11665 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2512955 T11665 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F2166090CCDF5DF0-001\control-001\cores
   [junit4]   2> 2512958 T11665 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F2166090CCDF5DF0-001\control-001\cores\collection1\
   [junit4]   2> 2512959 T11665 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 2512962 T11695 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 2512962 T11695 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2512963 T11691 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2512963 T11695 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2512966 T11692 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58494",
   [junit4]   2> 	  "node_name":"127.0.0.1:58494_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 0
   [junit4]   2> 2512967 T11692 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58494",
   [junit4]   2> 	  "node_name":"127.0.0.1:58494_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 2512967 T11692 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 2512969 T11692 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 2512971 T11691 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 2514315 T11695 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2514315 T11695 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 2514316 T11695 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 2514316 T11695 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 2514318 T11695 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2514318 T11695 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F2166090CCDF5DF0-001\control-001\cores\collection1\'
   [junit4]   2> 2514345 T11695 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 2514349 T11695 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 2514361 T11695 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 2514366 T11695 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 2514376 T11695 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2514380 T11695 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 2514387 T11695 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 2514524 T11695 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2514532 T11695 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2514535 T11695 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2514552 T11695 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2514557 T11695 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2514561 T11695 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2514562 T11695 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2514564 T11695 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2514564 T11695 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2514565 T11695 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2514565 T11695 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2514565 T11695 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 2514566 T11695 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2514566 T11695 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F2166090CCDF5DF0-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F2166090CCDF5DF0-001\tempDir-001/control/data\
   [junit4]   2> 2514566 T11695 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@12fb2a2
   [junit4]   2> 2514568 T11695 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F2166090CCDF5DF0-001\tempDir-001/control/data\
   [junit4]   2> 2514568 T11695 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F2166090CCDF5DF0-001\tempDir-001/control/data\index/
   [junit4]   2> 2514568 T11695 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F2166090CCDF5DF0-001\tempDir-001\control\data\index' doesn't exist. Creating new index...
   [junit4]   2> 2514569 T11695 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F2166090CCDF5DF0-001\tempDir-001/control/data\index
   [junit4]   2> 2514569 T11695 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=46, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=27.697265625, floorSegmentMB=2.1123046875, forceMergeDeletesPctAllowed=16.89378032695614, segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5835453310440541
   [junit4]   2> 2514570 T11695 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=RawDirectoryWrapper(RAMDirectory@1f19000 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1b47cf5),segFN=segments_1,generation=1}
   [junit4]   2> 2514570 T11695 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2514573 T11695 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2514573 T11695 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2514574 T11695 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2514574 T11695 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2514574 T11695 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2514574 T11695 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2514576 T11695 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2514576 T11695 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2514576 T11695 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2514577 T11695 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2514577 T11695 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2514577 T11695 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2514578 T11695 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2514578 T11695 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 2514578 T11695 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 2514579 T11695 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 2514579 T11695 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 2514581 T11695 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 2514582 T11695 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 2514582 T11695 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 2514582 T11695 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 2514585 T11695 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 2514585 T11695 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 2514585 T11695 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 2514586 T11695 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 2514586 T11695 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 2514587 T11695 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2514593 T11695 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2514595 T11695 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2514597 T11695 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2514599 T11695 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2514599 T11695 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2514602 T11695 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2514605 T11695 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2514605 T11695 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2514606 T11695 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=16, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=6.29296875, floorSegmentMB=0.3369140625, forceMergeDeletesPctAllowed=28.963426848461395, segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.816680309009817
   [junit4]   2> 2514606 T11695 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=RawDirectoryWrapper(RAMDirectory@1f19000 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1b47cf5),segFN=segments_1,generation=1}
   [junit4]   2> 2514606 T11695 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2514607 T11695 oass.SolrIndexSearcher.<init> Opening Searcher@fb946d[collection1] main
   [junit4]   2> 2514607 T11695 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 2514608 T11695 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2514610 T11695 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2514610 T11695 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2514611 T11695 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 2514611 T11695 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2514612 T11695 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2514612 T11695 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2514612 T11695 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 2514612 T11695 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 2514614 T11695 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 2514614 T11696 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@fb946d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2514615 T11699 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:58494 collection:control_collection shard:shard1
   [junit4]   2> 2514616 T11665 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2514616 T11665 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2514618 T11665 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2514619 T11699 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 2514622 T11665 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2514623 T11703 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ad6871 name:ZooKeeperConnection Watcher:127.0.0.1:58487/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2514624 T11665 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2514624 T11665 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2514627 T11665 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2514631 T11699 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 2514635 T11665 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 2514635 T11665 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2
   [junit4]   2> 2514636 T11665 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2514637 T11691 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2514639 T11699 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 2514639 T11699 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C3441 name=collection1 org.apache.solr.core.SolrCore@78e0f1 url=http://127.0.0.1:58494/collection1 node=127.0.0.1:58494_ C3441_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:58494, node_name=127.0.0.1:58494_, state=down}
   [junit4]   2> 2514639 T11699 C3441 P58494 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:58494/collection1/
   [junit4]   2> 2514640 T11699 C3441 P58494 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 2514640 T11699 C3441 P58494 oasc.SyncStrategy.syncToMe http://127.0.0.1:58494/collection1/ has no replicas
   [junit4]   2> 2514640 T11699 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:58494/collection1/ shard1
   [junit4]   2> 2514641 T11699 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 2514640 T11665 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2514643 T11692 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 2514645 T11706 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1f54201 name:ZooKeeperConnection Watcher:127.0.0.1:58487/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2514645 T11665 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2514647 T11665 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2514651 T11691 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2514652 T11667 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14bcf9edc940005, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 2514653 T11692 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "name":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "stateFormat":"2"} current state version: 1
   [junit4]   2> 2514665 T11692 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 2514668 T11691 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 2514669 T11703 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 2514682 T11692 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58494",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 2514684 T11692 oasco.ZkStateWriter.writePendingUpdates going to create_collection /collections/collection1/state.json
   [junit4]   2> 2514686 T11691 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 2514686 T11703 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 2514695 T11691 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2514833 T11691 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 2514834 T11703 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 2514885 T11699 oasc.ZkController.register We are http://127.0.0.1:58494/collection1/ and leader is http://127.0.0.1:58494/collection1/
   [junit4]   2> 2514885 T11699 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:58494
   [junit4]   2> 2514885 T11699 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 2514885 T11699 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 2514885 T11699 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2514889 T11691 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2514892 T11692 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58494",
   [junit4]   2> 	  "node_name":"127.0.0.1:58494_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 4
   [junit4]   2> 2514893 T11692 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58494",
   [junit4]   2> 	  "node_name":"127.0.0.1:58494_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 2515040 T11691 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 2515040 T11703 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 2516926 T11665 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F2166090CCDF5DF0-001\shard-1-001\cores\collection1
   [junit4]   2> 2516933 T11665 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 2516933 T11665 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2516938 T11665 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:58511
   [junit4]   2> 2516939 T11665 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 2516939 T11665 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2516939 T11665 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F2166090CCDF5DF0-001\shard-1-001
   [junit4]   2> 2516939 T11665 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F2166090CCDF5DF0-001\shard-1-001\'
   [junit4]   2> 2516984 T11665 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F2166090CCDF5DF0-001\shard-1-001\solr.xml
   [junit4]   2> 2516995 T11665 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F2166090CCDF5DF0-001\shard-1-001\cores
   [junit4]   2> 2516997 T11665 oasc.CoreContainer.<init> New CoreContainer 8828510
   [junit4]   2> 2516997 T11665 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F2166090CCDF5DF0-001\shard-1-001\]
   [junit4]   2> 2516997 T11665 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F2166090CCDF5DF0-001\shard-1-001\lib
   [junit4]   2> 2516997 T11665 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F2166090CCDF5DF0-001\shard-1-001\lib).
   [junit4]   2> 2517013 T11665 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2517013 T11665 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2517013 T11665 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2517013 T11665 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2517013 T11665 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 2517013 T11665 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2517016 T11665 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2517016 T11665 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2517016 T11665 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2517016 T11665 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2517016 T11665 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 2517018 T11665 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2517018 T11665 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2517018 T11665 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2517018 T11665 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 2517018 T11665 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:58487/solr
   [junit4]   2> 2517018 T11665 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2517021 T11665 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2517024 T11665 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2517026 T11718 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e00b43 name:ZooKeeperConnection Watcher:127.0.0.1:58487 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2517028 T11665 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2517029 T11665 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2517033 T11665 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2517035 T11721 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@108cb01 name:ZooKeeperConnection Watcher:127.0.0.1:58487/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2517035 T11665 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2517046 T11665 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2518404 T11665 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58510_
   [junit4]   2> 2518407 T11665 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58510_
   [junit4]   2> 2518416 T11665 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2518421 T11665 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F2166090CCDF5DF0-001\shard-1-001\cores
   [junit4]   2> 2518424 T11665 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F2166090CCDF5DF0-001\shard-1-001\cores\collection1\
   [junit4]   2> 2518424 T11665 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 2518430 T11722 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 2518430 T11722 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2518434 T11691 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2518436 T11722 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 2518436 T11722 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 2518436 T11692 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58510",
   [junit4]   2> 	  "node_name":"127.0.0.1:58510_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 2518438 T11722 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 2518438 T11692 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58510",
   [junit4]   2> 	  "node_name":"127.0.0.1:58510_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 2518439 T11692 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 2518439 T11692 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 2518441 T11722 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 0 
   [junit4]   2> 2518441 T11722 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2518445 T11692 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 2518445 T11721 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2518446 T11721 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 1 
   [junit4]   2> 2519792 T11722 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2519792 T11722 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 2519793 T11722 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 2519793 T11722 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 2519796 T11722 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2519796 T11722 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F2166090CCDF5DF0-001\shard-1-001\cores\collection1\'
   [junit4]   2> 2519821 T11722 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 2519826 T11722 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 2519838 T11722 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 2519841 T11722 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 2519845 T11722 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2519849 T11722 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 2519855 T11722 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 2519987 T11722 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2519996 T11722 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2519996 T11722 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2520016 T11722 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2520020 T11722 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2520024 T11722 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2520025 T11722 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2520025 T11722 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2520025 T11722 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2520027 T11722 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2520028 T11722 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2520028 T11722 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 2520028 T11722 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2520029 T11722 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F2166090CCDF5DF0-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F2166090CCDF5DF0-001\tempDir-001/jetty1\
   [junit4]   2> 2520029 T11722 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@12fb2a2
   [junit4]   2> 2520029 T11722 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F2166090CCDF5DF0-001\tempDir-001/jetty1\
   [junit4]   2> 2520031 T11722 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F2166090CCDF5DF0-001\tempDir-001/jetty1\index/
   [junit4]   2> 2520031 T11722 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F2166090CCDF5DF0-001\tempDir-001\jetty1\index' doesn't exist. Creating new index...
   [junit4]   2> 2520031 T11722 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F2166090CCDF5DF0-001\tempDir-001/jetty1\index
   [junit4]   2> 2520031 T11722 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=46, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=27.697265625, floorSegmentMB=2.1123046875, forceMergeDeletesPctAllowed=16.89378032695614, segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5835453310440541
   [junit4]   2> 2520032 T11722 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=RawDirectoryWrapper(RAMDirectory@1bbc6d2 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1c321e9),segFN=segments_1,generation=1}
   [junit4]   2> 2520032 T11722 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2520036 T11722 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2520036 T11722 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2520036 T11722 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2520037 T11722 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2520037 T11722 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2520037 T11722 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2520037 T11722 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2520039 T11722 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2520039 T11722 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2520039 T11722 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2520040 T11722 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2520040 T11722 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2520041 T11722 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2520041 T11722 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 2520041 T11722 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 2520043 T11722 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 2520043 T11722 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 2520044 T11722 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 2520045 T11722 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 2520045 T11722 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 2520046 T11722 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 2520046 T11722 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 2520048 T11722 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 2520048 T11722 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 2520048 T11722 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 2520049 T11722 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 2520049 T11722 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2520056 T11722 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2520057 T11722 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2520058 T11722 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2520061 T11722 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2520061 T11722 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2520064 T11722 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2520065 T11722 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2520065 T11722 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2520066 T11722 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=16, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=6.29296875, floorSegmentMB=0.3369140625, forceMergeDeletesPctAllowed=28.963426848461395, segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.816680309009817
   [junit4]   2> 2520066 T11722 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=RawDirectoryWrapper(RAMDirectory@1bbc6d2 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1c321e9),segFN=segments_1,generation=1}
   [junit4]   2> 2520066 T11722 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2520068 T11722 oass.SolrIndexSearcher.<init> Opening Searcher@1dccaf8[collection1] main
   [junit4]   2> 2520068 T11722 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 2520069 T11722 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2520070 T11722 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2520070 T11722 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2520070 T11722 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 2520070 T11722 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2520073 T11722 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2520073 T11722 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2520073 T11722 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 2520073 T11722 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 2520074 T11723 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1dccaf8[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2520074 T11722 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 2520075 T11726 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:58510 collection:collection1 shard:shard2
   [junit4]   2> 2520078 T11665 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2520078 T11665 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2520081 T11726 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 2520089 T11726 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 2520091 T11691 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2520093 T11726 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 2520093 T11726 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C3442 name=collection1 org.apache.solr.core.SolrCore@e5cd26 url=http://127.0.0.1:58510/collection1 node=127.0.0.1:58510_ C3442_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:58510, node_name=127.0.0.1:58510_, state=down}
   [junit4]   2> 2520094 T11726 C3442 P58510 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:58510/collection1/
   [junit4]   2> 2520094 T11726 C3442 P58510 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 2520094 T11726 C3442 P58510 oasc.SyncStrategy.syncToMe http://127.0.0.1:58510/collection1/ has no replicas
   [junit4]   2> 2520094 T11726 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:58510/collection1/ shard2
   [junit4]   2> 2520094 T11726 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 2520095 T11692 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1"} current state version: 5
   [junit4]   2> 2520098 T11692 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 2520099 T11721 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2520101 T11721 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 2 
   [junit4]   2> 2520108 T11692 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58510",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 5
   [junit4]   2> 2520110 T11692 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 2
   [junit4]   2> 2520112 T11721 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2520114 T11721 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 2520118 T11691 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2520176 T11726 oasc.ZkController.register We are http://127.0.0.1:58510/collection1/ and leader is http://127.0.0.1:58510/collection1/
   [junit4]   2> 2520176 T11726 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:58510
   [junit4]   2> 2520176 T11726 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 2520176 T11726 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 2520176 T11726 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2520180 T11691 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2520182 T11692 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58510",
   [junit4]   2> 	  "node_name":"127.0.0.1:58510_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 2520184 T11692 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58510",
   [junit4]   2> 	  "node_name":"127.0.0.1:58510_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 2520186 T11692 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 3
   [junit4]   2> 2520189 T11721 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2520190 T11726 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 2520191 T11721 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 2521984 T11665 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F2166090CCDF5DF0-001\shard-2-001\cores\collection1
   [junit4]   2> 2521988 T11665 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 2521990 T11665 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2521995 T11665 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:58521
   [junit4]   2> 2521998 T11665 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 2521998 T11665 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2521998 T11665 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F2166090CCDF5DF0-001\shard-2-001
   [junit4]   2> 2521998 T11665 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F2166090CCDF5DF0-001\shard-2-001\'
   [junit4]   2> 2522044 T11665 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F2166090CCDF5DF0-001\shard-2-001\solr.xml
   [junit4]   2> 2522053 T11665 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F2166090CCDF5DF0-001\shard-2-001\cores
   [junit4]   2> 2522053 T11665 oasc.CoreContainer.<init> New CoreContainer 23104579
   [junit4]   2> 2522053 T11665 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F2166090CCDF5DF0-001\shard-2-001\]
   [junit4]   2> 2522053 T11665 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F2166090CCDF5DF0-001\shard-2-001\lib
   [junit4]   2> 2522058 T11665 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F2166090CCDF5DF0-001\shard-2-001\lib).
   [junit4]   2> 2522073 T11665 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2522073 T11665 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2522073 T11665 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2522074 T11665 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2522074 T11665 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 2522075 T11665 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2522075 T11665 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2522075 T11665 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2522075 T11665 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2522077 T11665 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2522079 T11665 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 2522079 T11665 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2522079 T11665 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2522079 T11665 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2522079 T11665 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 2522081 T11665 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:58487/solr
   [junit4]   2> 2522083 T11665 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2522083 T11665 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2522086 T11665 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2522089 T11739 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@12d8155 name:ZooKeeperConnection Watcher:127.0.0.1:58487 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2522092 T11665 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2522092 T11665 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2522095 T11667 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14bcf9edc940008, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 2522102 T11665 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2522104 T11742 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1a2fb4c name:ZooKeeperConnection Watcher:127.0.0.1:58487/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2522104 T11665 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2522119 T11665 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2523420 T11665 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58520_
   [junit4]   2> 2523423 T11665 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58520_
   [junit4]   2> 2523430 T11665 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2523435 T11665 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F2166090CCDF5DF0-001\shard-2-001\cores
   [junit4]   2> 2523437 T11665 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F2166090CCDF5DF0-001\shard-2-001\cores\collection1\
   [junit4]   2> 2523437 T11665 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 2523442 T11743 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 2523442 T11743 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2523444 T11691 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2523445 T11743 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 2523445 T11743 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 2523445 T11692 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58520",
   [junit4]   2> 	  "node_name":"127.0.0.1:58520_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 2523446 T11743 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 2523446 T11692 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58520",
   [junit4]   2> 	  "node_name":"127.0.0.1:58520_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 2523446 T11692 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 2523446 T11692 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 2523448 T11743 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 2523449 T11743 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2523449 T11692 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 4
   [junit4]   2> 2523450 T11721 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 3)
   [junit4]   2> 2523450 T11742 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 3)
   [junit4]   2> 2523451 T11721 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 5 
   [junit4]   2> 2523451 T11742 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 5 
   [junit4]   2> 2524664 T11743 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2524664 T11743 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 2524665 T11743 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 2524665 T11743 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 2524667 T11743 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2524667 T11743 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F2166090CCDF5DF0-001\shard-2-001\cores\collection1\'
   [junit4]   2> 2524691 T11743 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 2524696 T11743 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 2524716 T11743 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 2524722 T11743 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 2524747 T11743 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2524750 T11743 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 2524757 T11743 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 2524870 T11743 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2524876 T11743 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2524877 T11743 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2524892 T11743 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2524895 T11743 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2524899 T11743 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2524901 T11743 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2524902 T11743 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2524902 T11743 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2524903 T11743 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2524903 T11743 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2524903 T11743 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 2524905 T11743 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2524905 T11743 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F2166090CCDF5DF0-001\shard-2-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F2166090CCDF5DF0-001\tempDir-001/jetty2\
   [junit4]   2> 2524905 T1174

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

che.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:568)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:565)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    > 	... 1 moreThrowable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=11776, name=updateExecutor-2089-thread-3, state=RUNNABLE, group=TGRP-ReplicationFactorTest]
   [junit4]    > Caused by: java.util.concurrent.RejectedExecutionException: Task org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner@1ca7023 rejected from java.util.concurrent.ThreadPoolExecutor@cc6d94[Shutting down, pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 26]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F2166090CCDF5DF0]:0)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.run(ConcurrentUpdateSolrClient.java:278)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2591079 T11665 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F2166090CCDF5DF0-001
   [junit4]   2> NOTE: test params are: codec=HighCompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=20147, maxDocsPerChunk=3, blockSize=9), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=20147, blockSize=9)), sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=sr_BA, timezone=CET
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0_31 (32-bit)/cpus=2,threads=1,free=92429216,total=411828224
   [junit4]   2> NOTE: All tests run in this JVM: [DebugComponentTest, ChangedSchemaMergeTest, TestExactStatsCache, TestBlobHandler, BufferStoreTest, RequestHandlersTest, XmlUpdateRequestHandlerTest, TestDocumentBuilder, DistributedMLTComponentTest, SampleTest, TestManagedSchemaDynamicFieldResource, SchemaVersionSpecificBehaviorTest, BasicDistributedZkTest, TestDistributedSearch, TestRemoteStreaming, TestFiltering, TestManagedSchemaFieldTypeResource, InfoHandlerTest, TestReplicationHandlerBackup, ReturnFieldsTest, SolrIndexSplitterTest, DistributedIntervalFacetingTest, OutOfBoxZkACLAndCredentialsProvidersTest, StressHdfsTest, HdfsDirectoryFactoryTest, TestJmxIntegration, DefaultValueUpdateProcessorTest, PreAnalyzedUpdateProcessorTest, DistributedFacetPivotLongTailTest, TestRequestStatusCollectionAPI, TestCloudManagedSchemaConcurrent, UUIDFieldTest, TestLazyCores, TestDefaultSimilarityFactory, TestSolrQueryParser, QueryParsingTest, TestLRUCache, RequiredFieldsTest, TestJmxMonitoredMap, ShardSplitTest, HdfsSyncSliceTest, HdfsUnloadDistributedZkTest, IndexBasedSpellCheckerTest, CloudMLTQParserTest, ZkControllerTest, SynonymTokenizerTest, CircularListTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestPhraseSuggestions, LeaderElectionIntegrationTest, TestCollectionAPI, TestWriterPerf, NotRequiredUniqueKeyTest, TestCustomSort, TestBulkSchemaAPI, TestClassNameShortening, AlternateDirectoryTest, TestFaceting, TestCloudSchemaless, RecoveryAfterSoftCommitTest, TestRebalanceLeaders, CustomCollectionTest, TestManagedSchemaFieldResource, TestComplexPhraseQParserPlugin, TestManagedResource, LukeRequestHandlerTest, SharedFSAutoReplicaFailoverUtilsTest, JSONWriterTest, TestLMDirichletSimilarityFactory, DistributedSuggestComponentTest, AsyncMigrateRouteKeyTest, LeaderFailoverAfterPartitionTest, DeleteReplicaTest, TestSortingResponseWriter, ZkSolrClientTest, CoreMergeIndexesAdminHandlerTest, ShardRoutingTest, EchoParamsTest, TestExpandComponent, TestReqParamsAPI, TestFastLRUCache, UUIDUpdateProcessorFallbackTest, TestCharFilters, TestHashPartitioner, EnumFieldTest, TestCloudManagedSchema, BinaryUpdateRequestHandlerTest, ExitableDirectoryReaderTest, TestQuerySenderListener, TestSolrConfigHandler, ExternalFileFieldSortTest, TestRawResponseWriter, PreAnalyzedFieldTest, DistributedQueryComponentCustomSortTest, URLClassifyProcessorTest, CoreAdminCreateDiscoverTest, TestArbitraryIndexDir, TestNRTOpen, ZkCLITest, DistributedFacetPivotWhiteBoxTest, OutputWriterTest, TestAnalyzedSuggestions, UnloadDistributedZkTest, TestWordDelimiterFilterFactory, DocValuesMissingTest, TestUniqueKeyFieldResource, SolrCmdDistributorTest, OverseerRolesTest, RecoveryZkTest, CSVRequestHandlerTest, TestComponentsName, FieldAnalysisRequestHandlerTest, TestPartialUpdateDeduplication, SimpleFacetsTest, TestCoreContainer, TestQuerySenderNoQuery, TestDistributedMissingSort, SSLMigrationTest, DeleteShardTest, HighlighterConfigTest, TestObjectReleaseTracker, SolrCoreTest, TestDocBasedVersionConstraints, TestReversedWildcardFilterFactory, OverseerCollectionProcessorTest, TestDynamicFieldCollectionResource, DistributedQueueTest, IndexSchemaRuntimeFieldTest, SolrIndexConfigTest, TestSolrIndexConfig, TestIndexingPerformance, TestDefaultSearchFieldResource, TestStressUserVersions, DirectUpdateHandlerOptimizeTest, TestElisionMultitermQuery, TestQueryUtils, TestDefaultStatsCache, FastVectorHighlighterTest, SpellPossibilityIteratorTest, AliasIntegrationTest, TestLFUCache, PeerSyncTest, AnalyticsQueryTest, SOLR749Test, TestHighlightDedupGrouping, MoreLikeThisHandlerTest, SearchHandlerTest, QueryResultKeyTest, TestIBSimilarityFactory, RemoteQueryErrorTest, HdfsLockFactoryTest, TestBadConfig, TestCSVResponseWriter, SliceStateTest, TestDFRSimilarityFactory, TestSchemaVersionResource, ResponseLogComponentTest, LeaderElectionTest, TestXIncludeConfig, AnalysisErrorHandlingTest, TestSerializedLuceneMatchVersion, TestIndexSearcher, ClusterStateTest, TestFieldTypeCollectionResource, DistributedFacetPivotSmallAdvancedTest, DistributedDebugComponentTest, TestImplicitCoreProperties, CachingDirectoryFactoryTest, TestFunctionQuery, TestCodecSupport, SpatialFilterTest, DateMathParserTest, TestHdfsUpdateLog, MultiTermTest, AnalysisAfterCoreReloadTest, TestQueryTypes, ParsingFieldUpdateProcessorsTest, ChaosMonkeySafeLeaderTest, WordBreakSolrSpellCheckerTest, TestGroupingSearch, SpellingQueryConverterTest, TestStressRecovery, SpellCheckComponentTest, TimeZoneUtilsTest, TestSchemaSimilarityResource, TestReplicationHandler, TestSweetSpotSimilarityFactory, TestExtendedDismaxParser, StatsComponentTest, TestAnalyzeInfixSuggestions, TestCursorMarkWithoutUniqueKey, TestStressReorder, PingRequestHandlerTest, DocumentAnalysisRequestHandlerTest, TestTrackingShardHandlerFactory, DistributedQueryComponentOptimizationTest, DeleteLastCustomShardedReplicaTest, CurrencyFieldXmlFileTest, TestManagedStopFilterFactory, AnalyticsMergeStrategyTest, TestStressLucene, ReplicationFactorTest]
   [junit4] Completed in 80.67s, 1 test, 1 error <<< FAILURES!

[...truncated 839 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:509: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1370: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:976: There were test failures: 468 suites, 1870 tests, 1 error, 57 ignored (30 assumptions)

Total time: 126 minutes 43 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.8.0_31 -server -XX:+UseParallelGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (64bit/jdk1.8.0_31) - Build # 4403 - Still Failing!

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

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

Error Message:
org.apache.http.NoHttpResponseException: The target server failed to respond

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:899)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:752)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	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:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:945)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:920)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:568)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:565)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	... 1 more




Build Log:
[...truncated 9775 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest EE96263C498B4EE5-001\init-core-data-001
   [junit4]   2> 1255272 T5736 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 1255273 T5736 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1255274 T5737 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1255363 T5736 oasc.ZkTestServer.run start zk server on port:51907
   [junit4]   2> 1255363 T5736 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1255365 T5736 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1255373 T5744 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@30082df6 name:ZooKeeperConnection Watcher:127.0.0.1:51907 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1255373 T5736 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1255373 T5736 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1255373 T5736 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1255378 T5736 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1255380 T5736 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1255382 T5747 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4e5280b6 name:ZooKeeperConnection Watcher:127.0.0.1:51907/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1255382 T5736 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1255382 T5736 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1255382 T5736 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1255384 T5736 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1255386 T5736 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1255387 T5736 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1255388 T5736 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1255388 T5736 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1255397 T5736 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1255398 T5736 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1255400 T5736 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1255400 T5736 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1255409 T5736 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1255410 T5736 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1255412 T5736 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1255412 T5736 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1255412 T5736 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1255412 T5736 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1255413 T5736 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1255415 T5736 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1255416 T5736 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1255416 T5736 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1255418 T5736 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1255418 T5736 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1255418 T5736 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1255418 T5736 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1255419 T5736 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1255419 T5736 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1256614 T5736 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest EE96263C498B4EE5-001\control-001\cores\collection1
   [junit4]   2> 1256617 T5736 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1256634 T5736 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51915
   [junit4]   2> 1256634 T5736 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 1256635 T5736 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1256635 T5736 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest EE96263C498B4EE5-001\control-001
   [junit4]   2> 1256635 T5736 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest EE96263C498B4EE5-001\control-001\'
   [junit4]   2> 1256660 T5736 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest EE96263C498B4EE5-001\control-001\solr.xml
   [junit4]   2> 1256681 T5736 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest EE96263C498B4EE5-001\control-001\cores
   [junit4]   2> 1256681 T5736 oasc.CoreContainer.<init> New CoreContainer 103384298
   [junit4]   2> 1256681 T5736 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest EE96263C498B4EE5-001\control-001\]
   [junit4]   2> 1256681 T5736 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest EE96263C498B4EE5-001\control-001\lib
   [junit4]   2> 1256681 T5736 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest EE96263C498B4EE5-001\control-001\lib).
   [junit4]   2> 1256696 T5736 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1256696 T5736 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1256696 T5736 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1256697 T5736 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1256697 T5736 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1256697 T5736 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1256697 T5736 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1256697 T5736 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1256697 T5736 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1256697 T5736 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1256697 T5736 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1256698 T5736 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1256699 T5736 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1256699 T5736 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1256699 T5736 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1256699 T5736 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:51907/solr
   [junit4]   2> 1256699 T5736 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1256699 T5736 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1256701 T5736 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1256707 T5761 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@42a25a72 name:ZooKeeperConnection Watcher:127.0.0.1:51907 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1256708 T5736 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1256708 T5736 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1256716 T5736 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1256718 T5764 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@765acf9 name:ZooKeeperConnection Watcher:127.0.0.1:51907/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1256719 T5736 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1256721 T5736 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1256724 T5736 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1256727 T5736 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 1256730 T5736 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 1256734 T5736 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 1256737 T5736 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1256739 T5736 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51914_
   [junit4]   2> 1256740 T5736 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51914_
   [junit4]   2> 1256742 T5736 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 1256744 T5736 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1256746 T5736 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1256749 T5736 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:51914_
   [junit4]   2> 1256749 T5736 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1256751 T5736 oasc.Overseer.start Overseer (id=93394122021339139-127.0.0.1:51914_-n_0000000000) starting
   [junit4]   2> 1256754 T5736 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1256763 T5736 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1256764 T5766 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1256764 T5765 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1256765 T5736 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1256768 T5736 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1256770 T5736 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1256775 T5736 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest EE96263C498B4EE5-001\control-001\cores
   [junit4]   2> 1256776 T5736 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest EE96263C498B4EE5-001\control-001\cores\collection1\
   [junit4]   2> 1256777 T5736 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1256778 T5768 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 1256778 T5768 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1256779 T5764 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1256779 T5768 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1256780 T5765 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51914",
   [junit4]   2> 	  "node_name":"127.0.0.1:51914_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 0
   [junit4]   2> 1256781 T5765 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51914",
   [junit4]   2> 	  "node_name":"127.0.0.1:51914_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1256781 T5765 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 1256781 T5765 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1256782 T5764 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1257754 T5768 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1257754 T5768 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 1257755 T5768 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1257755 T5768 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1257756 T5768 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1257757 T5768 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest EE96263C498B4EE5-001\control-001\cores\collection1\'
   [junit4]   2> 1257779 T5768 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1257782 T5768 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1257791 T5768 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1257800 T5768 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 1257824 T5768 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1257828 T5768 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1257839 T5768 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1258076 T5768 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1258082 T5768 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1258087 T5768 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1258102 T5768 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1258106 T5768 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1258109 T5768 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1258111 T5768 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1258111 T5768 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1258111 T5768 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1258113 T5768 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1258113 T5768 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1258113 T5768 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 1258114 T5768 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1258114 T5768 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest EE96263C498B4EE5-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest EE96263C498B4EE5-001\tempDir-001/control/data\
   [junit4]   2> 1258114 T5768 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@767cc7bc
   [junit4]   2> 1258115 T5768 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest EE96263C498B4EE5-001\tempDir-001/control/data\
   [junit4]   2> 1258115 T5768 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest EE96263C498B4EE5-001\tempDir-001/control/data\index/
   [junit4]   2> 1258115 T5768 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest EE96263C498B4EE5-001\tempDir-001\control\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1258115 T5768 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest EE96263C498B4EE5-001\tempDir-001/control/data\index
   [junit4]   2> 1258115 T5768 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=25, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6788956587347371]
   [junit4]   2> 1258115 T5768 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@3de47063 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3c006615),segFN=segments_1,generation=1}
   [junit4]   2> 1258116 T5768 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1258118 T5768 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1258118 T5768 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1258119 T5768 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1258119 T5768 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1258119 T5768 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1258119 T5768 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1258120 T5768 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1258120 T5768 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1258120 T5768 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1258121 T5768 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1258121 T5768 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1258121 T5768 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1258122 T5768 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1258122 T5768 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1258122 T5768 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 1258123 T5768 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 1258123 T5768 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 1258124 T5768 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 1258124 T5768 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 1258125 T5768 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 1258125 T5768 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 1258126 T5768 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 1258126 T5768 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 1258132 T5768 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 1258133 T5768 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1258133 T5768 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 1258134 T5768 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1258138 T5768 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1258140 T5768 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1258141 T5768 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1258142 T5768 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1258143 T5768 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1258144 T5768 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1258146 T5768 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1258147 T5768 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1258147 T5768 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=17, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5960118323646181]
   [junit4]   2> 1258148 T5768 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@3de47063 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3c006615),segFN=segments_1,generation=1}
   [junit4]   2> 1258148 T5768 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1258148 T5768 oass.SolrIndexSearcher.<init> Opening Searcher@3ab94679[collection1] main
   [junit4]   2> 1258148 T5768 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1258150 T5768 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1258150 T5768 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1258151 T5768 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1258151 T5768 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1258151 T5768 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1258152 T5768 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1258153 T5768 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1258153 T5768 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1258153 T5768 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1258153 T5768 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1258153 T5769 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3ab94679[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1258155 T5772 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:51914 collection:control_collection shard:shard1
   [junit4]   2> 1258155 T5736 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1258155 T5736 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1258159 T5772 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 1258161 T5736 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1258164 T5736 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1258165 T5776 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@59a74d77 name:ZooKeeperConnection Watcher:127.0.0.1:51907/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1258166 T5736 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1258166 T5736 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1258169 T5736 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1258171 T5772 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1258173 T5764 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1258175 T5772 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1258175 T5772 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C3346 name=collection1 org.apache.solr.core.SolrCore@759cc598 url=http://127.0.0.1:51914/collection1 node=127.0.0.1:51914_ C3346_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:51914, node_name=127.0.0.1:51914_, state=down}
   [junit4]   2> 1258175 T5772 C3346 P51914 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:51914/collection1/
   [junit4]   2> 1258175 T5772 C3346 P51914 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1258175 T5772 C3346 P51914 oasc.SyncStrategy.syncToMe http://127.0.0.1:51914/collection1/ has no replicas
   [junit4]   2> 1258175 T5772 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:51914/collection1/ shard1
   [junit4]   2> 1258175 T5772 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1258176 T5765 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 1258178 T5736 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1258195 T5764 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1258199 T5765 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51914",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 1
   [junit4]   2> 1258303 T5764 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1258304 T5776 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1258349 T5772 oasc.ZkController.register We are http://127.0.0.1:51914/collection1/ and leader is http://127.0.0.1:51914/collection1/
   [junit4]   2> 1258349 T5772 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:51914
   [junit4]   2> 1258349 T5772 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1258349 T5772 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 1258349 T5772 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1258352 T5764 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1258354 T5765 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51914",
   [junit4]   2> 	  "node_name":"127.0.0.1:51914_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 2
   [junit4]   2> 1258355 T5765 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51914",
   [junit4]   2> 	  "node_name":"127.0.0.1:51914_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1258461 T5764 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1258462 T5776 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1259595 T5736 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest EE96263C498B4EE5-001\shard-1-001\cores\collection1
   [junit4]   2> 1259598 T5736 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 1259600 T5736 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1259603 T5736 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51928
   [junit4]   2> 1259604 T5736 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 1259605 T5736 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1259605 T5736 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest EE96263C498B4EE5-001\shard-1-001
   [junit4]   2> 1259605 T5736 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest EE96263C498B4EE5-001\shard-1-001\'
   [junit4]   2> 1259646 T5736 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest EE96263C498B4EE5-001\shard-1-001\solr.xml
   [junit4]   2> 1259659 T5736 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest EE96263C498B4EE5-001\shard-1-001\cores
   [junit4]   2> 1259659 T5736 oasc.CoreContainer.<init> New CoreContainer 83180753
   [junit4]   2> 1259659 T5736 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest EE96263C498B4EE5-001\shard-1-001\]
   [junit4]   2> 1259659 T5736 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest EE96263C498B4EE5-001\shard-1-001\lib
   [junit4]   2> 1259659 T5736 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest EE96263C498B4EE5-001\shard-1-001\lib).
   [junit4]   2> 1259670 T5736 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1259670 T5736 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1259670 T5736 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1259670 T5736 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1259670 T5736 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1259670 T5736 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1259670 T5736 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1259670 T5736 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1259670 T5736 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1259670 T5736 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1259670 T5736 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1259673 T5736 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1259673 T5736 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1259673 T5736 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1259673 T5736 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1259673 T5736 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:51907/solr
   [junit4]   2> 1259673 T5736 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1259675 T5736 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1259677 T5736 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1259679 T5788 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@384d70b4 name:ZooKeeperConnection Watcher:127.0.0.1:51907 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1259679 T5736 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1259680 T5736 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1259684 T5736 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1259686 T5791 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@61a01358 name:ZooKeeperConnection Watcher:127.0.0.1:51907/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1259686 T5736 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1259693 T5736 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1260672 T5736 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51927_
   [junit4]   2> 1260674 T5736 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51927_
   [junit4]   2> 1260681 T5736 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1260685 T5736 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest EE96263C498B4EE5-001\shard-1-001\cores
   [junit4]   2> 1260686 T5736 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest EE96263C498B4EE5-001\shard-1-001\cores\collection1\
   [junit4]   2> 1260686 T5736 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1260688 T5792 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1260688 T5792 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1260689 T5764 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1260689 T5792 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1260691 T5765 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51927",
   [junit4]   2> 	  "node_name":"127.0.0.1:51927_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 3
   [junit4]   2> 1260692 T5765 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51927",
   [junit4]   2> 	  "node_name":"127.0.0.1:51927_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1260692 T5765 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 1260692 T5765 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 1260694 T5764 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1260694 T5791 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1260694 T5776 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1261664 T5792 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1261664 T5792 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1261665 T5792 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1261665 T5792 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1261666 T5792 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1261667 T5792 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest EE96263C498B4EE5-001\shard-1-001\cores\collection1\'
   [junit4]   2> 1261685 T5792 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1261688 T5792 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1261696 T5792 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1261710 T5792 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 1261735 T5792 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1261737 T5792 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1261741 T5792 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1261944 T5792 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1261952 T5792 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1261953 T5792 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1261968 T5792 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1261971 T5792 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1261975 T5792 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1261980 T5792 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1261981 T5792 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1261981 T5792 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1261982 T5792 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1261983 T5792 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1261983 T5792 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1261983 T5792 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1261983 T5792 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest EE96263C498B4EE5-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest EE96263C498B4EE5-001\tempDir-001/jetty1\
   [junit4]   2> 1261984 T5792 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@767cc7bc
   [junit4]   2> 1261984 T5792 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest EE96263C498B4EE5-001\tempDir-001/jetty1\
   [junit4]   2> 1261984 T5792 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest EE96263C498B4EE5-001\tempDir-001/jetty1\index/
   [junit4]   2> 1261984 T5792 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest EE96263C498B4EE5-001\tempDir-001\jetty1\index' doesn't exist. Creating new index...
   [junit4]   2> 1261985 T5792 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest EE96263C498B4EE5-001\tempDir-001/jetty1\index
   [junit4]   2> 1261985 T5792 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=25, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6788956587347371]
   [junit4]   2> 1261986 T5792 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1cfd0ebf lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6f3c5192),segFN=segments_1,generation=1}
   [junit4]   2> 1261986 T5792 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1261989 T5792 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1261989 T5792 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1261989 T5792 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1261990 T5792 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1261990 T5792 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1261990 T5792 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1261990 T5792 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1261991 T5792 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1261991 T5792 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1261991 T5792 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1261992 T5792 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1261992 T5792 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1261993 T5792 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1261993 T5792 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1261994 T5792 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 1261994 T5792 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 1261995 T5792 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 1261995 T5792 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 1261996 T5792 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 1261997 T5792 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 1261997 T5792 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 1261997 T5792 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 1261998 T5792 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 1261998 T5792 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 1261999 T5792 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1261999 T5792 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 1262000 T5792 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1262003 T5792 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1262005 T5792 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1262006 T5792 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1262007 T5792 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1262008 T5792 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1262009 T5792 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1262010 T5792 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1262011 T5792 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1262011 T5792 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=17, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5960118323646181]
   [junit4]   2> 1262012 T5792 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1cfd0ebf lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6f3c5192),segFN=segments_1,generation=1}
   [junit4]   2> 1262012 T5792 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1262012 T5792 oass.SolrIndexSearcher.<init> Opening Searcher@658492ed[collection1] main
   [junit4]   2> 1262012 T5792 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1262015 T5792 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1262015 T5792 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1262016 T5792 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1262016 T5792 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1262016 T5792 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1262017 T5792 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1262017 T5792 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1262017 T5792 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1262017 T5792 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1262023 T5793 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@658492ed[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1262024 T5792 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1262026 T5796 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:51927 collection:collection1 shard:shard2
   [junit4]   2> 1262026 T5736 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1262026 T5736 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1262036 T5796 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 1262048 T5796 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 1262051 T5764 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1262052 T5796 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1262052 T5796 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C3347 name=collection1 org.apache.solr.core.SolrCore@48f7515d url=http://127.0.0.1:51927/collection1 node=127.0.0.1:51927_ C3347_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:51927, node_name=127.0.0.1:51927_, state=down}
   [junit4]   2> 1262052 T5796 C3347 P51927 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:51927/collection1/
   [junit4]   2> 1262052 T5796 C3347 P51927 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1262053 T5796 C3347 P51927 oasc.SyncStrategy.syncToMe http://127.0.0.1:51927/collection1/ has no replicas
   [junit4]   2> 1262053 T5796 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:51927/collection1/ shard2
   [junit4]   2> 1262054 T5796 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 1262058 T5765 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1"} current state version: 4
   [junit4]   2> 1262065 T5764 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1262067 T5765 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51927",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 4
   [junit4]   2> 1262172 T5764 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1262173 T5791 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1262174 T5776 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1262218 T5796 oasc.ZkController.register We are http://127.0.0.1:51927/collection1/ and leader is http://127.0.0.1:51927/collection1/
   [junit4]   2> 1262218 T5796 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:51927
   [junit4]   2> 1262218 T5796 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1262218 T5796 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 1262218 T5796 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1262219 T5764 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1262224 T5765 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51927",
   [junit4]   2> 	  "node_name":"127.0.0.1:51927_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 1262226 T5765 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51927",
   [junit4]   2> 	  "node_name":"127.0.0.1:51927_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1262333 T5764 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1262333 T5791 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1262335 T5776 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1263794 T5736 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest EE96263C498B4EE5-001\shard-2-001\cores\collection1
   [junit4]   2> 1263799 T5736 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 1263800 T5736 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1263803 T5736 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51938
   [junit4]   2> 1263804 T5736 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 1263805 T5736 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1263805 T5736 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest EE96263C498B4EE5-001\shard-2-001
   [junit4]   2> 1263805 T5736 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest EE96263C498B4EE5-001\shard-2-001\'
   [junit4]   2> 1263844 T5736 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest EE96263C498B4EE5-001\shard-2-001\solr.xml
   [junit4]   2> 1263856 T5736 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest EE96263C498B4EE5-001\shard-2-001\cores
   [junit4]   2> 1263856 T5736 oasc.CoreContainer.<init> New CoreContainer 312700727
   [junit4]   2> 1263863 T5736 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest EE96263C498B4EE5-001\shard-2-001\]
   [junit4]   2> 1263864 T5736 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest EE96263C498B4EE5-001\shard-2-001\lib
   [junit4]   2> 1263864 T5736 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest EE96263C498B4EE5-001\shard-2-001\lib).
   [junit4]   2> 1263873 T5736 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1263874 T5736 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1263874 T5736 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1263874 T5736 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1263874 T5736 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1263874 T5736 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1263874 T5736 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1263874 T5736 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1263874 T5736 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1263874 T5736 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1263874 T5736 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1263876 T5736 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1263876 T5736 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1263876 T5736 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1263876 T5736 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1263876 T5736 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:51907/solr
   [junit4]   2> 1263876 T5736 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1263876 T5736 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1263878 T5736 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1263881 T5809 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@17830f9a name:ZooKeeperConnection Watcher:127.0.0.1:51907 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1263881 T5736 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1263882 T5736 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1263886 T5736 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1263888 T5812 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7ee78a51 name:ZooKeeperConnection Watcher:127.0.0.1:51907/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1263889 T5736 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1263897 T5736 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1264877 T5736 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51937_
   [junit4]   2> 1264879 T5736 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51937_
   [junit4]   2> 1264885 T5736 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1264888 T5736 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest EE96263C498B4EE5-001\shard-2-001\cores
   [junit4]   2> 1264888 T5736 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest EE96263C498B4EE5-001\shard-2-001\cores\collection1\
   [junit4]   2> 1264888 T5736 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1264890 T5813 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1264890 T5813 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1264891 T5813 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1264891 T5764 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1264893 T5765 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51937",
   [junit4]   2> 	  "node_name":"127.0.0.1:51937_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 6
   [junit4]   2> 1264894 T5765 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51937",
   [junit4]   2> 	  "node_name":"127.0.0.1:51937_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1264894 T5765 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 1264894 T5765 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 1264896 T5791 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1264896 T5812 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1264896 T5776 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1264897 T5764 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1265866 T5813 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1265866 T5813 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1265867 T5813 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1265867 T5813 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1265869 T5813 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1265869 T5813 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest EE96263C498B4EE5-001\shard-2-001\cores\collection1\'
   [junit4]   2> 1265894 T5813 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1265898 T5813 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1265904 T5813 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1265913 T5813 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 1265933 T5813 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1265936 T5813 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1265945 T5813 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1266174 T5813 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1266188 T5813 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1266195 T5813 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1266212 T5813 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1266216 T5813 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1266219 T5813 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1266221 T5813 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1266221 T5813 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1266222 T5813 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1266223 T5813 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1266223 T5813 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1266223 T5813 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1266223 T5813 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1266224 T5813 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest EE96263C498B4EE5-001\shard-2-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest EE96263C498B4EE5-001\tempDir-001/jetty2\
   [junit4]   2> 1266224 T5813 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@767cc7bc
   [junit4]   2> 1266225 T5813 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest EE96263C498B4EE5-001\tempDir-001/jetty2\
   [junit4]   2> 1266225 T5813 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest EE96263C498B4EE5-001\tempDir-001/jetty2\index/
   [junit4]   2> 1266225 T5813 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest EE96263C498B4EE5-001\tempDir-001\jetty2\index' doesn't exist. Creating new index...
   [junit4]   2> 1266226 T5813 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest EE96263C498B4EE5-001\tempDir-001/jetty2\index
   [junit4]   2> 1266226 T5813 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=25, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6788956587347371]
   [junit4]   2> 1266227 T5813 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@4183274d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@17f60805),segFN=segments_1,generation=1}
   [junit4]   2> 1266227 T5813 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1266231 T5813 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1266231 T5813 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1266231 T5813 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1266232 T5813 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1266232 T5813 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1266232 T5813 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1266233 T5813 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1266233 T5813 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1266233 T5813 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1266234 T5813 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1266235 T5813 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1266235 T5813 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1266236 T5813 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1266236 T5813 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1266237 T5813 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 1266238 T5813 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 1266238 T5813 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 1266239 T5813 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 1266248 T5813 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 1266249 T5813 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 1266249 T5813 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 1266250 T5813 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 1266250 T5813 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 1266251 T5813 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 1266251 T5813 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.

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

tedSearchTestCase.java:945)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:920)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
   [junit4]    > 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
   [junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:568)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:565)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    > 	... 1 moreThrowable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=5906, name=updateExecutor-798-thread-2, state=RUNNABLE, group=TGRP-ReplicationFactorTest]
   [junit4]    > Caused by: java.util.concurrent.RejectedExecutionException: Task org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner@2e5c8a0b rejected from java.util.concurrent.ThreadPoolExecutor@57ce793c[Shutting down, pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 26]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([EE96263C498B4EE5]:0)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.run(ConcurrentUpdateSolrClient.java:278)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1343999 T5736 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest EE96263C498B4EE5-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {_version_=PostingsFormat(name=LuceneVarGapDocFreqInterval), multiDefault=PostingsFormat(name=Memory doPackFST= true), a_t=PostingsFormat(name=Memory doPackFST= true), intDefault=PostingsFormat(name=LuceneVarGapDocFreqInterval), id=Lucene50(blocksize=128), text=FST50, range_facet_l=PostingsFormat(name=Memory doPackFST= true), timestamp=PostingsFormat(name=Memory doPackFST= true)}, docValues:{timestamp=DocValuesFormat(name=Asserting)}, sim=DefaultSimilarity, locale=hu_HU, timezone=WET
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0_31 (64-bit)/cpus=2,threads=1,free=71674136,total=343281664
   [junit4]   2> NOTE: All tests run in this JVM: [TestCursorMarkWithoutUniqueKey, TestCloudManagedSchema, SimpleFacetsTest, HdfsRecoveryZkTest, TestFuzzyAnalyzedSuggestions, SolrCoreTest, TestRequestStatusCollectionAPI, BinaryUpdateRequestHandlerTest, UUIDFieldTest, DOMUtilTest, FastVectorHighlighterTest, OverriddenZkACLAndCredentialsProvidersTest, JSONWriterTest, IndexBasedSpellCheckerTest, TestBinaryField, TestRangeQuery, TestImplicitCoreProperties, IgnoreCommitOptimizeUpdateProcessorFactoryTest, UpdateRequestProcessorFactoryTest, TestClassNameShortening, PreAnalyzedFieldTest, SolrXmlInZkTest, TestPseudoReturnFields, RollingRestartTest, TestUtils, ConvertedLegacyTest, TestInfoStreamLogging, ReturnFieldsTest, MultiTermTest, TestLuceneMatchVersion, TestOmitPositions, QueryElevationComponentTest, TestMaxScoreQueryParser, SimplePostToolTest, AtomicUpdatesTest, SolrInfoMBeanTest, HdfsWriteToMultipleCollectionsTest, SuggesterTSTTest, FileUtilsTest, TestSchemaNameResource, TestJoin, TestPartialUpdateDeduplication, TestReqParamsAPI, PingRequestHandlerTest, BlockDirectoryTest, RAMDirectoryFactoryTest, TestSearcherReuse, TestFastWriter, DateRangeFieldTest, TestDistributedMissingSort, CursorMarkTest, AutoCommitTest, QueryEqualityTest, DateFieldTest, TestFieldTypeCollectionResource, PrimUtilsTest, RankQueryTest, AsyncMigrateRouteKeyTest, OverseerRolesTest, DistributedMLTComponentTest, TestReplicationHandlerBackup, SignatureUpdateProcessorFactoryTest, StatelessScriptUpdateProcessorFactoryTest, TestAtomicUpdateErrorCases, DistributedFacetPivotWhiteBoxTest, ResourceLoaderTest, TestManagedResource, CloudMLTQParserTest, CustomCollectionTest, OutOfBoxZkACLAndCredentialsProvidersTest, TestConfigOverlay, TestLRUStatsCache, TestUpdate, QueryResultKeyTest, PeerSyncTest, ScriptEngineTest, CurrencyFieldOpenExchangeTest, AnalyticsQueryTest, MigrateRouteKeyTest, CoreAdminHandlerTest, DistributedFacetPivotLargeTest, ZkNodePropsTest, SharedFSAutoReplicaFailoverUtilsTest, TestRestManager, SpellCheckCollatorTest, TestFastOutputStream, ParsingFieldUpdateProcessorsTest, TestSolrCoreProperties, SystemInfoHandlerTest, TestIndexSearcher, HdfsBasicDistributedZk2Test, SuggesterFSTTest, TestSolr4Spatial, HdfsDirectoryFactoryTest, SpatialHeatmapFacetsTest, TestSchemaSimilarityResource, FullSolrCloudDistribCmdsTest, TestSurroundQueryParser, TestSuggestSpellingConverter, TestReRankQParserPlugin, DocumentBuilderTest, TestZkChroot, DistributedFacetPivotSmallTest, TestAddFieldRealTimeGet, TestMissingGroups, SOLR749Test, ShowFileRequestHandlerTest, CoreMergeIndexesAdminHandlerTest, BasicZkTest, TestFieldTypeResource, TestCollapseQParserPlugin, OutputWriterTest, TestMiniSolrCloudClusterSSL, BasicDistributedZk2Test, MBeansHandlerTest, TestSchemaResource, DefaultValueUpdateProcessorTest, HdfsLockFactoryTest, CopyFieldTest, BlockCacheTest, ShardSplitTest, CollectionsAPIAsyncDistributedZkTest, HighlighterConfigTest, TestDistribDocBasedVersion, DirectUpdateHandlerOptimizeTest, CoreAdminRequestStatusTest, TestBulkSchemaConcurrent, SpellPossibilityIteratorTest, TestReplicaProperties, DeleteReplicaTest, TestTolerantSearch, ReplicationFactorTest]
   [junit4] Completed in 88.78s, 1 test, 1 error <<< FAILURES!

[...truncated 1048 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:509: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1370: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:976: There were test failures: 468 suites, 1870 tests, 1 error, 57 ignored (30 assumptions)

Total time: 121 minutes 30 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.8.0_31 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (32bit/jdk1.7.0_76) - Build # 4402 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4402/
Java: 32bit/jdk1.7.0_76 -server -XX:+UseConcMarkSweepGC

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestSolrConfigHandler

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-010\collection1\conf\params.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-010\collection1\conf\params.json: The process cannot access the file because it is being used by another process.     C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-010\collection1\conf    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-010\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-010    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-010    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-010\collection1\conf\params.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-010\collection1\conf\params.json: The process cannot access the file because it is being used by another process.

   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-010\collection1\conf
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-010\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-010
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-010
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001

	at __randomizedtesting.SeedInfo.seed([17FA3B9EECB6DA52]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:200)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


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

Error Message:
org.apache.http.NoHttpResponseException: The target server failed to respond

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:899)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:752)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:283)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:945)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:920)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:568)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:565)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	... 1 more




Build Log:
[...truncated 9595 lines...]
   [junit4] Suite: org.apache.solr.core.TestSolrConfigHandler
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\init-core-data-001
   [junit4]   2> 2194126 T7915 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 2194134 T7915 oas.SolrTestCaseJ4.setUp ###Starting testProperty
   [junit4]   2> 2196017 T7915 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 2196019 T7915 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 2196020 T7915 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-002\cores\core
   [junit4]   2> 2196025 T7915 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2196038 T7915 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:65218
   [junit4]   2> 2196038 T7915 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1b0bf9a
   [junit4]   2> 2196038 T7915 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2196038 T7915 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-001
   [junit4]   2> 2196038 T7915 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-001\'
   [junit4]   2> 2196077 T7915 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-001\solr.xml
   [junit4]   2> 2196125 T7915 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-002\cores
   [junit4]   2> 2196125 T7915 oasc.CoreContainer.<init> New CoreContainer 13161916
   [junit4]   2> 2196125 T7915 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-001\]
   [junit4]   2> 2196125 T7915 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-001\lib
   [junit4]   2> 2196125 T7915 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-001\lib).
   [junit4]   2> 2196145 T7915 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2196145 T7915 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2196145 T7915 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2196145 T7915 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2196145 T7915 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 2196145 T7915 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2196148 T7915 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2196148 T7915 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2196148 T7915 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2196148 T7915 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2196148 T7915 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 2196148 T7915 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2196148 T7915 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2196148 T7915 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2196151 T7915 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 2196155 T7915 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-002\cores
   [junit4]   2> 2196155 T7915 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-002\cores\core\
   [junit4]   2> 2196155 T7915 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 2196158 T7925 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-001\collection1\'
   [junit4]   2> 2196163 T7925 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%2017FA3B9EECB6DA52-001/tempDir-001/collection1/lib/.svn/' to classloader
   [junit4]   2> 2196164 T7925 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%2017FA3B9EECB6DA52-001/tempDir-001/collection1/lib/classes/' to classloader
   [junit4]   2> 2196166 T7925 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%2017FA3B9EECB6DA52-001/tempDir-001/collection1/lib/README' to classloader
   [junit4]   2> 2196242 T7925 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 2196278 T7925 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 2196362 T7925 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-managed-schema.xml
   [junit4]   2> 2196373 T7925 oass.ManagedIndexSchemaFactory.readSchemaLocally The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema-rest.xml instead
   [junit4]   2> 2196373 T7925 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-001\collection1\conf\schema-rest.xml
   [junit4]   2> 2196390 T7925 oass.IndexSchema.readSchema [collection1] Schema name=test-rest
   [junit4]   2> 2196848 T7925 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2196851 T7925 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 2196853 T7925 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2196854 T7925 oass.IndexSchema.loadCopyFields WARN Field title is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 2196870 T7925 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 2196870 T7925 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 2196870 T7925 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
   [junit4]   2> 2196870 T7925 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
   [junit4]   2> 2196874 T7925 oass.ManagedIndexSchema.persistManagedSchema Upgraded to managed schema at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-001\collection1\conf\managed-schema
   [junit4]   2> 2196888 T7925 oass.ManagedIndexSchemaFactory.upgradeToManagedSchema After upgrading to managed schema, renamed the non-managed schema C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-001\collection1\conf\schema-rest.xml to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-001\collection1\conf\schema-rest.xml.bak
   [junit4]   2> 2196888 T7925 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-001\collection1
   [junit4]   2> 2196888 T7925 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 2196888 T7925 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-001\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-002\cores\core\data\
   [junit4]   2> 2196888 T7925 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 2196890 T7925 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-002\cores\core\data
   [junit4]   2> 2196892 T7925 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-002\cores\core\data\index/
   [junit4]   2> 2196892 T7925 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-002\cores\core\data\index' doesn't exist. Creating new index...
   [junit4]   2> 2196895 T7925 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-002\cores\core\data\index
   [junit4]   2> 2196897 T7925 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=24, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2519680949651383]
   [junit4]   2> 2196903 T7925 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-002\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ba6ee4; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 2196903 T7925 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2196905 T7925 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2196909 T7925 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2196909 T7925 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2196909 T7925 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2196909 T7925 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2196910 T7925 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 2196910 T7925 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 2196910 T7925 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 2196911 T7925 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 2196911 T7925 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 2196913 T7925 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 2196913 T7925 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 2196913 T7925 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 2196914 T7925 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 2196914 T7925 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 2196914 T7925 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 2196915 T7925 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 2196915 T7925 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 2196915 T7925 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2196916 T7925 oasc.RequestHandlers.initHandlersFromConfig created /dump: DumpRequestHandler
   [junit4]   2> 2196929 T7925 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2196932 T7925 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2196932 T7925 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2196934 T7925 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2196937 T7925 oasc.RequestHandlers.applyInitParams WARN INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 2196945 T7925 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2196945 T7925 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2196945 T7925 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2196946 T7925 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1764650504, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 2196947 T7925 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-002\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ba6ee4; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 2196949 T7925 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2196949 T7925 oass.SolrIndexSearcher.<init> Opening Searcher@dff914[collection1] main
   [junit4]   2> 2196950 T7925 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-001\collection1\conf
   [junit4]   2> 2196950 T7925 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-001\collection1\conf}
   [junit4]   2> 2196950 T7925 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-001\collection1\conf
   [junit4]   2> 2196951 T7925 oasr.RestManager.init Initializing 4 registered ManagedResources
   [junit4]   2> 2196951 T7925 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-001\collection1\conf
   [junit4]   2> 2196954 T7925 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/stopwords/english
   [junit4]   2> 2196954 T7925 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-001\collection1\conf
   [junit4]   2> 2196955 T7925 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 2196955 T7925 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/english
   [junit4]   2> 2196955 T7925 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-001\collection1\conf
   [junit4]   2> 2196956 T7925 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/stopwords/german
   [junit4]   2> 2196957 T7925 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-001\collection1\conf
   [junit4]   2> 2196957 T7925 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 2196957 T7925 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/german
   [junit4]   2> 2196957 T7925 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-001\collection1\conf
   [junit4]   2> 2196959 T7925 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/english
   [junit4]   2> 2196959 T7925 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 2196960 T7925 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/english
   [junit4]   2> 2196960 T7925 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-001\collection1\conf
   [junit4]   2> 2196961 T7925 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/german
   [junit4]   2> 2196962 T7925 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/german
   [junit4]   2> 2196962 T7925 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/german
   [junit4]   2> 2196962 T7925 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 2196962 T7925 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 2196962 T7926 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@dff914[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2196964 T7915 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2196964 T7915 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2196964 T7915 oas.SolrJettyTestBase.createJetty Jetty Assigned Port#65218
   [junit4]   2> ASYNC  NEW_CORE C9041 name=collection1 org.apache.solr.core.SolrCore@1a4dfc8
   [junit4]   2> 2196968 T7920 C9041 oasc.SolrCore.execute [collection1] webapp=/solr path=/config params={wt=json} status=0 QTime=1 
   [junit4]   2> 2196982 T7924 C9041 oasc.SolrResourceLoader.persistConfLocally Written confile configoverlay.json
   [junit4]   2> 2196985 T7924 C9041 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-001\collection1\'
   [junit4]   2> 2196988 T7924 C9041 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%2017FA3B9EECB6DA52-001/tempDir-001/collection1/lib/.svn/' to classloader
   [junit4]   2> 2196988 T7924 C9041 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%2017FA3B9EECB6DA52-001/tempDir-001/collection1/lib/classes/' to classloader
   [junit4]   2> 2196988 T7924 C9041 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%2017FA3B9EECB6DA52-001/tempDir-001/collection1/lib/README' to classloader
   [junit4]   2> 2197069 T7924 C9041 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 2197096 T7924 C9041 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> ASYNC  NEW_CORE C9042 name=collection1 org.apache.solr.core.SolrCore@1a4dfc8
   [junit4]   2> 2197163 T7924 C9042 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-managed-schema.xml
   [junit4]   2> 2197167 T7924 C9042 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-001\collection1\conf\managed-schema
   [junit4]   2> 2197178 T7924 C9042 oass.IndexSchema.readSchema [collection1] Schema name=test-rest
   [junit4]   2> ASYNC  NEW_CORE C9043 name=collection1 org.apache.solr.core.SolrCore@1a4dfc8
   [junit4]   2> 2197656 T7924 C9043 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2197657 T7924 C9043 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 2197659 T7924 C9043 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2197661 T7924 C9043 oass.IndexSchema.loadCopyFields WARN Field title is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 2197665 T7924 C9043 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
   [junit4]   2> 2197665 T7924 C9043 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
   [junit4]   2> 2197665 T7924 C9043 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 2197665 T7924 C9043 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 2197672 T7924 C9043 oasc.CoreContainer.reload Reloading SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-001\collection1
   [junit4]   2> 2197677 T7924 C9043 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-001\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-002\cores\core\data\
   [junit4]   2> 2197677 T7924 C9043 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 2197678 T7924 C9043 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-002\cores\core\data\index/
   [junit4]   2> 2197681 T7924 C9043 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2197682 T7924 C9043 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2197682 T7924 C9043 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2197682 T7924 C9043 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2197683 T7924 C9043 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2197683 T7924 C9043 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 2197683 T7924 C9043 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 2197685 T7924 C9043 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 2197685 T7924 C9043 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 2197685 T7924 C9043 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 2197687 T7924 C9043 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 2197687 T7924 C9043 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 2197688 T7924 C9043 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 2197688 T7924 C9043 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 2197688 T7924 C9043 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 2197690 T7924 C9043 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 2197690 T7924 C9043 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 2197691 T7924 C9043 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 2197691 T7924 C9043 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2197691 T7924 C9043 oasc.RequestHandlers.initHandlersFromConfig created /dump: DumpRequestHandler
   [junit4]   2> 2197702 T7924 C9043 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2197705 T7924 C9043 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2197706 T7924 C9043 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2197709 T7924 C9043 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2197711 T7924 C9043 oasc.RequestHandlers.applyInitParams WARN INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 2197716 T7924 C9043 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2197717 T7924 C9043 oasu.CommitTracker.<init> Hard AutoCommit: if uncommited for 10ms; if 100 uncommited docs 
   [junit4]   2> 2197717 T7924 C9043 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2197718 T7924 C9043 oass.SolrIndexSearcher.<init> Opening Searcher@bfff91[collection1] main
   [junit4]   2> 2197719 T7924 C9043 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-001\collection1\conf
   [junit4]   2> 2197719 T7924 C9043 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-001\collection1\conf}
   [junit4]   2> 2197719 T7924 C9043 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-001\collection1\conf
   [junit4]   2> 2197721 T7924 C9043 oasr.RestManager.init Initializing 4 registered ManagedResources
   [junit4]   2> 2197721 T7924 C9043 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-001\collection1\conf
   [junit4]   2> 2197722 T7924 C9043 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-001\collection1\conf
   [junit4]   2> 2197722 T7924 C9043 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/english
   [junit4]   2> 2197722 T7924 C9043 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 2197723 T7924 C9043 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/english
   [junit4]   2> 2197723 T7924 C9043 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-001\collection1\conf
   [junit4]   2> 2197723 T7924 C9043 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-001\collection1\conf
   [junit4]   2> 2197724 T7924 C9043 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/german
   [junit4]   2> 2197724 T7924 C9043 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 2197724 T7924 C9043 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/german
   [junit4]   2> 2197724 T7924 C9043 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-001\collection1\conf
   [junit4]   2> 2197726 T7924 C9043 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/english
   [junit4]   2> 2197726 T7924 C9043 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 2197727 T7924 C9043 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/english
   [junit4]   2> 2197727 T7924 C9043 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-001\collection1\conf
   [junit4]   2> 2197728 T7924 C9043 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/german
   [junit4]   2> 2197729 T7924 C9043 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/german
   [junit4]   2> 2197729 T7924 C9043 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/german
   [junit4]   2> 2197729 T7924 C9043 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 2197731 T7924 C9043 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
   [junit4]   2> 2197731 T7924 C9043 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
   [junit4]   2> 2197731 T7924 C9043 oasu.DefaultSolrCoreState.newIndexWriter Closing old IndexWriter... core=collection1
   [junit4]   2> 2197731 T7928 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@bfff91[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2197733 T7924 C9043 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=24, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2519680949651383]
   [junit4]   2> 2197734 T7924 C9043 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-002\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ba6ee4; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 2197737 T7924 C9043 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2197737 T7924 C9043 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
   [junit4]   2> 2197737 T7924 C9043 oass.SolrIndexSearcher.<init> Opening Searcher@1a04ae5[collection1] main
   [junit4]   2> 2197737 T7924 C9043 oasc.CoreContainer.registerCore replacing core: collection1
   [junit4]   2> 2197738 T7928 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1a04ae5[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2197738 T7924 C9043 oash.SolrConfigHandler$Command.handleCommands Executed config commands successfully and persited to File System [{"set-property":{
   [junit4]   2> 	    "updateHandler.autoCommit.maxDocs":100,
   [junit4]   2> 	    "updateHandler.autoCommit.maxTime":10}}]
   [junit4]   2> 2197738 T7924 C9043 oasc.SolrCore.execute [collection1] webapp=/solr path=/config params={wt=json} status=0 QTime=765 
   [junit4]   2> 2197739 T7924 C9043 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1a4dfc8
   [junit4]   2> 2197739 T7924 C9043 oasu.DirectUpdateHandler2.close 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> 2197741 T7924 C9043 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> ASYNC  NEW_CORE C9044 name=collection1 org.apache.solr.core.SolrCore@9518d0
   [junit4]   2> 2197745 T7919 C9044 oasc.SolrCore.execute [collection1] webapp=/solr path=/config/overlay params={wt=json} status=0 QTime=1 
   [junit4]   2> 2197748 T7921 C9044 oasc.SolrCore.execute [collection1] webapp=/solr path=/config params={wt=json} status=0 QTime=0 
   [junit4]   2> 2197752 T7920 C9044 oasc.SolrResourceLoader.persistConfLocally Written confile configoverlay.json
   [junit4]   2> 2197755 T7920 C9044 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-001\collection1\'
   [junit4]   2> 2197757 T7920 C9044 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%2017FA3B9EECB6DA52-001/tempDir-001/collection1/lib/.svn/' to classloader
   [junit4]   2> 2197757 T7920 C9044 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%2017FA3B9EECB6DA52-001/tempDir-001/collection1/lib/classes/' to classloader
   [junit4]   2> 2197757 T7920 C9044 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%2017FA3B9EECB6DA52-001/tempDir-001/collection1/lib/README' to classloader
   [junit4]   2> 2197832 T7920 C9044 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 2197860 T7920 C9044 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> ASYNC  NEW_CORE C9045 name=collection1 org.apache.solr.core.SolrCore@9518d0
   [junit4]   2> 2197928 T7920 C9045 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-managed-schema.xml
   [junit4]   2> 2197933 T7920 C9045 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-001\collection1\conf\managed-schema
   [junit4]   2> 2197944 T7920 C9045 oass.IndexSchema.readSchema [collection1] Schema name=test-rest
   [junit4]   2> ASYNC  NEW_CORE C9046 name=collection1 org.apache.solr.core.SolrCore@9518d0
   [junit4]   2> 2198411 T7920 C9046 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2198413 T7920 C9046 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 2198414 T7920 C9046 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2198417 T7920 C9046 oass.IndexSchema.loadCopyFields WARN Field title is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 2198419 T7920 C9046 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
   [junit4]   2> 2198419 T7920 C9046 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
   [junit4]   2> 2198419 T7920 C9046 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 2198421 T7920 C9046 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 2198431 T7920 C9046 oasc.CoreContainer.reload Reloading SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-001\collection1
   [junit4]   2> 2198434 T7920 C9046 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-001\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-002\cores\core\data\
   [junit4]   2> 2198434 T7920 C9046 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 2198437 T7920 C9046 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-002\cores\core\data\index/
   [junit4]   2> 2198441 T7920 C9046 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2198442 T7920 C9046 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2198442 T7920 C9046 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2198443 T7920 C9046 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2198443 T7920 C9046 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2198444 T7920 C9046 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 2198446 T7920 C9046 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 2198447 T7920 C9046 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 2198447 T7920 C9046 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 2198448 T7920 C9046 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 2198450 T7920 C9046 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 2198452 T7920 C9046 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 2198453 T7920 C9046 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 2198453 T7920 C9046 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 2198454 T7920 C9046 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 2198454 T7920 C9046 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 2198455 T7920 C9046 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 2198457 T7920 C9046 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 2198457 T7920 C9046 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2198458 T7920 C9046 oasc.RequestHandlers.initHandlersFromConfig created /dump: DumpRequestHandler
   [junit4]   2> 2198477 T7920 C9046 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2198480 T7920 C9046 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2198483 T7920 C9046 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2198488 T7920 C9046 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2198488 T7920 C9046 oasc.RequestHandlers.applyInitParams WARN INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 2198495 T7920 C9046 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2198496 T7920 C9046 oasu.CommitTracker.<init> Hard AutoCommit: if uncommited for 10ms; 
   [junit4]   2> 2198499 T7920 C9046 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2198500 T7920 C9046 oass.SolrIndexSearcher.<init> Opening Searcher@3df1cd[collection1] main
   [junit4]   2> 2198503 T7920 C9046 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-001\collection1\conf
   [junit4]   2> 2198503 T7920 C9046 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-001\collection1\conf}
   [junit4]   2> 2198504 T7920 C9046 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-001\collection1\conf
   [junit4]   2> 2198504 T7920 C9046 oasr.RestManager.init Initializing 4 registered ManagedResources
   [junit4]   2> 2198505 T7920 C9046 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-001\collection1\conf
   [junit4]   2> 2198506 T7920 C9046 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-001\collection1\conf
   [junit4]   2> 2198508 T7920 C9046 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/english
   [junit4]   2> 2198509 T7920 C9046 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 2198509 T7920 C9046 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/english
   [junit4]   2> 2198509 T7920 C9046 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-001\collection1\conf
   [junit4]   2> 2198511 T7920 C9046 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-001\collection1\conf
   [junit4]   2> 2198511 T7920 C9046 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/german
   [junit4]   2> 2198511 T7920 C9046 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 2198513 T7920 C9046 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/german
   [junit4]   2> 2198513 T7920 C9046 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-001\collection1\conf
   [junit4]   2> 2198514 T7920 C9046 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/english
   [junit4]   2> 2198514 T7920 C9046 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 2198514 T7920 C9046 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/english
   [junit4]   2> 2198515 T7920 C9046 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-001\collection1\conf
   [junit4]   2> 2198515 T7920 C9046 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/german
   [junit4]   2> 2198516 T7920 C9046 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/german
   [junit4]   2> 2198516 T7920 C9046 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/german
   [junit4]   2> 2198516 T7920 C9046 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 2198518 T7920 C9046 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
   [junit4]   2> 2198518 T7920 C9046 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
   [junit4]   2> 2198518 T7920 C9046 oasu.DefaultSolrCoreState.newIndexWriter Closing old IndexWriter... core=collection1
   [junit4]   2> 2198518 T7929 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3df1cd[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2198520 T7920 C9046 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=24, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2519680949651383]
   [junit4]   2> 2198522 T7920 C9046 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-002\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ba6ee4; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 2198522 T7920 C9046 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2198524 T7920 C9046 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
   [junit4]   2> 2198525 T7920 C9046 oass.SolrIndexSearcher.<init> Opening Searcher@f6d4d5[collection1] main
   [junit4]   2> 2198525 T7920 C9046 oasc.CoreContainer.registerCore replacing core: collection1
   [junit4]   2> 2198525 T7929 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@f6d4d5[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2198526 T7920 C9046 oash.SolrConfigHandler$Command.handleCommands Executed config commands successfully and persited to File System [{"unset-property":"updateHandler.autoCommit.maxDocs"}]
   [junit4]   2> 2198527 T7920 C9046 oasc.SolrCore.execute [collection1] webapp=/solr path=/config params={wt=json} status=0 QTime=775 
   [junit4]   2> 2198527 T7920 C9046 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@9518d0
   [junit4]   2> 2198529 T7920 C9046 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommit maxDocs=100,autocommit maxTime=10ms,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> 2198529 T7920 C9046 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> ASYNC  NEW_CORE C9047 name=collection1 org.apache.solr.core.SolrCore@10f0b37
   [junit4]   2> 2198535 T7924 C9047 oasc.SolrCore.execute [collection1] webapp=/solr path=/config/overlay params={wt=json} status=0 QTime=1 
   [junit4]   2> 2198563 T7915 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=13161916
   [junit4]   2> 2198565 T7915 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@10f0b37
   [junit4]   2> 2198565 T7915 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommit maxTime=10ms,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> 2198565 T7915 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 2198565 T7915 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 2198566 T7915 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 2198568 T7915 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 2198568 T7915 oasc.CachingDirectoryFactory.close Closing NRTCachingDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 2198570 T7915 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-002\cores\core\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-002\cores\core\data\index;done=false>>]
   [junit4]   2> 2198570 T7915 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-002\cores\core\data\index
   [junit4]   2> 2198570 T7915 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-002\cores\core\data [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-002\cores\core\data;done=false>>]
   [junit4]   2> 2198570 T7915 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-002\cores\core\data
   [junit4]   2> 2198570 T7915 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 2198805 T7915 oas.SolrTestCaseJ4.tearDown ###Ending testProperty
   [junit4]   2> 2198814 T7915 oas.SolrTestCaseJ4.setUp ###Starting testUserProp
   [junit4]   2> 2200845 T7915 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 2200845 T7915 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 2200848 T7915 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-005\cores\core
   [junit4]   2> 2200856 T7915 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2200861 T7915 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:65222
   [junit4]   2> 2200862 T7915 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1b0bf9a
   [junit4]   2> 2200862 T7915 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2200862 T7915 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-004
   [junit4]   2> 2200862 T7915 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-004\'
   [junit4]   2> 2200904 T7915 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-004\solr.xml
   [junit4]   2> 2200937 T7915 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-005\cores
   [junit4]   2> 2200938 T7915 oasc.CoreContainer.<init> New CoreContainer 31798535
   [junit4]   2> 2200938 T7915 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-004\]
   [junit4]   2> 2200939 T7915 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-004\lib
   [junit4]   2> 2200939 T7915 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-004\lib).
   [junit4]   2> 2200955 T7915 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2200956 T7915 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2200956 T7915 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2200956 T7915 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2200956 T7915 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 2200956 T7915 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2200958 T7915 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2200958 T7915 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2200958 T7915 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2200958 T7915 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2200958 T7915 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 2200960 T7915 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2200960 T7915 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2200960 T7915 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2200960 T7915 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 2200963 T7915 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-005\cores
   [junit4]   2> 2200964 T7915 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-005\cores\core\
   [junit4]   2> 2200964 T7915 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 2200966 T7939 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-004\collection1\'
   [junit4]   2> 2200970 T7939 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%2017FA3B9EECB6DA52-001/tempDir-004/collection1/lib/.svn/' to classloader
   [junit4]   2> 2200970 T7939 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%2017FA3B9EECB6DA52-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 2200970 T7939 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%2017FA3B9EECB6DA52-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 2201043 T7939 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 2201089 T7939 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 2201146 T7939 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-managed-schema.xml
   [junit4]   2> 2201153 T7939 oass.ManagedIndexSchemaFactory.readSchemaLocally The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema-rest.xml instead
   [junit4]   2> 2201153 T7939 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-004\collection1\conf\schema-rest.xml
   [junit4]   2> 2201166 T7939 oass.IndexSchema.readSchema [collection1] Schema name=test-rest
   [junit4]   2> 2201606 T7939 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2201608 T7939 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 2201609 T7939 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2201612 T7939 oass.IndexSchema.loadCopyFields WARN Field title is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 2201624 T7939 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 2201625 T7939 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 2201625 T7939 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
   [junit4]   2> 2201625 T7939 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
   [junit4]   2> 2201628 T7939 oass.ManagedIndexSchema.persistManagedSchema Upgraded to managed schema at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-004\collection1\conf\managed-schema
   [junit4]   2> 2201633 T7939 oass.ManagedIndexSchemaFactory.upgradeToManagedSchema After upgrading to managed schema, renamed the non-managed schema C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-004\collection1\conf\schema-rest.xml to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-004\collection1\conf\schema-rest.xml.bak
   [junit4]   2> 2201633 T7939 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-004\collection1
   [junit4]   2> 2201633 T7939 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 2201633 T7939 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-004\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-005\cores\core\data\
   [junit4]   2> 2201633 T7939 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 2201637 T7939 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-005\cores\core\data
   [junit4]   2> 2201638 T7939 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-005\cores\core\data\index/
   [junit4]   2> 2201638 T7939 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-005\cores\core\data\index' doesn't exist. Creating new index...
   [junit4]   2> 2201640 T7939 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-005\cores\core\data\index
   [junit4]   2> 2201642 T7939 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=24, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2519680949651383]
   [junit4]   2> 2201648 T7939 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-005\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@19ebb54; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 2201648 T7939 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2201649 T7939 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2201650 T7939 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2201650 T7939 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2201650 T7939 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2201650 T7939 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2201652 T7939 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 2201653 T7939 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 2201653 T7939 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 2201653 T7939 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 2201654 T7939 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 2201657 T7939 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 2201658 T7939 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 2201658 T7939 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 2201658 T7939 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 2201659 T7939 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 2201659 T7939 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 2201659 T7939 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 2201660 T7939 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 2201660 T7939 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2201660 T7939 oasc.RequestHandlers.initHandlersFromConfig created /dump: DumpRequestHandler
   [junit4]   2> 2201674 T7939 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2201678 T7939 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2201679 T7939 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2201683 T7939 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2201683 T7939 oasc.RequestHandlers.applyInitParams WARN INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 2201689 T7939 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2201691 T7939 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2201691 T7939 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2201693 T7939 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1764650504, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 2201693 T7939 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 17FA3B9EECB6DA52-001\tempDir-005\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@19ebb54; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 2201693 T7939 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2201694 T7939 oass.SolrIndexSearcher.<init> Opening Searcher@17d846f[collection1] main
   [junit4]   2> 2201694 T7939 oasr.ManagedResou

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


   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:568)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:565)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]    > 	... 1 moreThrowable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=12142, name=updateExecutor-2144-thread-1, state=RUNNABLE, group=TGRP-ReplicationFactorTest]
   [junit4]    > Caused by: java.util.concurrent.RejectedExecutionException: Task org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner@11cb592 rejected from java.util.concurrent.ThreadPoolExecutor@1d4b713[Shutting down, pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 24]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([17FA3B9EECB6DA52]:0)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2048)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:821)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1372)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.run(ConcurrentUpdateSolrClient.java:278)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 3159694 T11973 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 17FA3B9EECB6DA52-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {intDefault=BlockTreeOrds(blocksize=128), _version_=BlockTreeOrds(blocksize=128), range_facet_l=PostingsFormat(name=Memory doPackFST= false), id=PostingsFormat(name=Memory doPackFST= true), text=FSTOrd50, a_t=PostingsFormat(name=Memory doPackFST= false), multiDefault=PostingsFormat(name=Memory doPackFST= false), timestamp=PostingsFormat(name=Memory doPackFST= false)}, docValues:{timestamp=DocValuesFormat(name=Lucene50)}, sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=lv, timezone=Africa/Kampala
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_76 (32-bit)/cpus=2,threads=1,free=196104840,total=523501568
   [junit4]   2> NOTE: All tests run in this JVM: [TestConfigReload, RegexBoostProcessorTest, BadCopyFieldTest, DistribJoinFromCollectionTest, IndexSchemaTest, TestDefaultStatsCache, TestReplicationHandler, TestRequestStatusCollectionAPI, PrimitiveFieldTypeTest, TestSolrConfigHandlerConcurrent, ZkStateWriterTest, DistanceFunctionTest, TestStressReorder, FacetPivotSmallTest, TestLMJelinekMercerSimilarityFactory, TestSortingResponseWriter, TestFuzzyAnalyzedSuggestions, StatsComponentTest, TestFieldTypeCollectionResource, TestClassNameShortening, SampleTest, SolrCoreTest, TestPartialUpdateDeduplication, LeaderElectionTest, TestReplicaProperties, TestSolrQueryParserResource, HttpPartitionTest, DeleteReplicaTest, CacheHeaderTest, NumericFieldsTest, LeaderElectionIntegrationTest, TestBadConfig, BadIndexSchemaTest, TestManagedSchema, TestRTGBase, TestPseudoReturnFields, TestManagedSchemaFieldTypeResource, OpenCloseCoreStressTest, TestClusterStateMutator, SchemaVersionSpecificBehaviorTest, XsltUpdateRequestHandlerTest, TestSearchPerf, SuggesterWFSTTest, ChangedSchemaMergeTest, ChaosMonkeySafeLeaderTest, TestStandardQParsers, TestTolerantSearch, ZkCLITest, SaslZkACLProviderTest, RecoveryAfterSoftCommitTest, DateRangeFieldTest, TestBulkSchemaConcurrent, TestSuggestSpellingConverter, AddSchemaFieldsUpdateProcessorFactoryTest, HdfsBasicDistributedZk2Test, TestComplexPhraseQParserPlugin, TestReload, TestCodecSupport, HdfsLockFactoryTest, PathHierarchyTokenizerFactoryTest, TestIntervalFaceting, TestSchemaSimilarityResource, DistributedSuggestComponentTest, HardAutoCommitTest, TestRealTimeGet, TestFreeTextSuggestions, TestDFRSimilarityFactory, ShardSplitTest, DocumentBuilderTest, SolrCoreCheckLockOnStartupTest, UUIDUpdateProcessorFallbackTest, FieldMutatingUpdateProcessorTest, TestMiniSolrCloudCluster, TermVectorComponentTest, HdfsCollectionsAPIDistributedZkTest, TestFoldingMultitermQuery, TestSolr4Spatial2, DocumentAnalysisRequestHandlerTest, TestBinaryField, UniqFieldsUpdateProcessorFactoryTest, HighlighterMaxOffsetTest, TimeZoneUtilsTest, TestReversedWildcardFilterFactory, BadComponentTest, CSVRequestHandlerTest, TestCursorMarkWithoutUniqueKey, TestValueSourceCache, DistributedMLTComponentTest, SpellCheckComponentTest, AlternateDirectoryTest, TestSort, OpenExchangeRatesOrgProviderTest, TestCloudManagedSchemaConcurrent, TestSolrXml, BufferStoreTest, TestCollationField, IndexSchemaRuntimeFieldTest, DistributedFacetPivotLargeTest, TestDocumentBuilder, TestDocSet, TestInitQParser, SharedFSAutoReplicaFailoverTest, PolyFieldTest, DistributedSpellCheckComponentTest, TestQueryTypes, SpatialHeatmapFacetsTest, ZkControllerTest, TestSurroundQueryParser, OverseerCollectionProcessorTest, BasicDistributedZk2Test, TestDefaultSimilarityFactory, DebugComponentTest, TestJmxIntegration, MoreLikeThisHandlerTest, TestLMDirichletSimilarityFactory, SolrPluginUtilsTest, TestRawResponseWriter, MinimalSchemaTest, TestSolrConfigHandler, QueryEqualityTest, TestWordDelimiterFilterFactory, DistributedQueryComponentCustomSortTest, BlockDirectoryTest, AnalysisAfterCoreReloadTest, TestBulkSchemaAPI, CopyFieldTest, TestSchemaManager, PrimUtilsTest, DistributedTermsComponentTest, TestReloadAndDeleteDocs, TestNRTOpen, CachingDirectoryFactoryTest, TestCustomSort, TestPivotHelperCode, DirectUpdateHandlerTest, TestAnalyzedSuggestions, ClusterStateUpdateTest, TestCloudInspectUtil, TestManagedSynonymFilterFactory, TestQueryUtils, StandardRequestHandlerTest, StatelessScriptUpdateProcessorFactoryTest, TestCSVLoader, TestSchemaVersionResource, BJQParserTest, PreAnalyzedFieldTest, TestHashPartitioner, TestSolrConfigHandlerCloud, ConnectionManagerTest, SolrInfoMBeanTest, AsyncMigrateRouteKeyTest, TestRecoveryHdfs, HdfsRecoveryZkTest, TestLuceneMatchVersion, TestManagedResourceStorage, SliceStateTest, TestDynamicFieldResource, TestReRankQParserPlugin, TestPhraseSuggestions, TestImplicitCoreProperties, SpellingQueryConverterTest, SolrTestCaseJ4Test, SpellPossibilityIteratorTest, VMParamsZkACLAndCredentialsProvidersTest, XmlUpdateRequestHandlerTest, TestSolrQueryParser, FastVectorHighlighterTest, TestLRUStatsCache, HdfsBasicDistributedZkTest, TestDistribDocBasedVersion, CoreAdminHandlerTest, SpatialRPTFieldTypeTest, TestWriterPerf, TestRebalanceLeaders, HdfsWriteToMultipleCollectionsTest, OverseerTest, TestNoOpRegenerator, TestBM25SimilarityFactory, MultiThreadedOCPTest, BinaryUpdateRequestHandlerTest, DistributedQueryElevationComponentTest, SearchHandlerTest, SystemInfoHandlerTest, DirectSolrConnectionTest, TestSolrCoreProperties, ActionThrottleTest, TestOrdValues, TestZkChroot, ScriptEngineTest, CollectionsAPIAsyncDistributedZkTest, SuggesterTest, TestPerFieldSimilarity, CoreAdminCreateDiscoverTest, ExternalFileFieldSortTest, OverseerRolesTest, TestSchemaNameResource, TestDistributedMissingSort, HdfsDirectoryFactoryTest, CollectionsAPIDistributedZkTest, JsonLoaderTest, TermVectorComponentDistributedTest, URLClassifyProcessorTest, FieldAnalysisRequestHandlerTest, TestMiniSolrCloudClusterSSL, TestHighFrequencyDictionaryFactory, DistributedFacetPivotSmallTest, TestUniqueKeyFieldResource, AtomicUpdatesTest, TestMaxScoreQueryParser, TermsComponentTest, TestSolrQueryParserDefaultOperatorResource, SimpleFacetsTest, TestFileDictionaryLookup, ReplicationFactorTest]
   [junit4] Completed in 77.69s, 1 test, 1 error <<< FAILURES!

[...truncated 782 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:509: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1370: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:976: There were test failures: 468 suites, 1870 tests, 1 suite-level error, 1 error, 57 ignored (30 assumptions)

Total time: 134 minutes 9 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.7.0_76 -server -XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (64bit/jdk1.8.0_31) - Build # 4401 - Still Failing!

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

2 tests failed.
FAILED:  org.apache.solr.TestHighlightDedupGrouping.test

Error Message:
Timeout occured while waiting response from server at: https://127.0.0.1:58380//collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:58380//collection1
	at __randomizedtesting.SeedInfo.seed([DE2735671F79EF53:56730ABDB18582AB]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:570)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:131)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:124)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:110)
	at org.apache.solr.TestHighlightDedupGrouping.addDoc(TestHighlightDedupGrouping.java:122)
	at org.apache.solr.TestHighlightDedupGrouping.randomizedTest(TestHighlightDedupGrouping.java:92)
	at org.apache.solr.TestHighlightDedupGrouping.test(TestHighlightDedupGrouping.java:42)
	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:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:945)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:920)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:150)
	at java.net.SocketInputStream.read(SocketInputStream.java:121)
	at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
	at sun.security.ssl.InputRecord.read(InputRecord.java:503)
	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:961)
	at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:918)
	at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
	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:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
	... 50 more


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

Error Message:
org.apache.http.NoHttpResponseException: The target server failed to respond

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:899)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:752)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	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:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:945)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:920)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:568)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:565)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	... 1 more




Build Log:
[...truncated 9480 lines...]
   [junit4] Suite: org.apache.solr.TestHighlightDedupGrouping
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping DE2735671F79EF53-001\init-core-data-001
   [junit4]   2> 538679 T2219 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (true)
   [junit4]   2> 538679 T2219 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 538683 T2219 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping DE2735671F79EF53-001\tempDir-001\control\cores
   [junit4]   2> 538687 T2219 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 538710 T2219 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 538714 T2219 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:58377
   [junit4]   2> 538716 T2219 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 538716 T2219 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 538716 T2219 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr
   [junit4]   2> 538718 T2219 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\'
   [junit4]   2> 538741 T2219 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\solr.xml
   [junit4]   2> 538748 T2219 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping DE2735671F79EF53-001\tempDir-001\control
   [junit4]   2> 538748 T2219 oasc.CoreContainer.<init> New CoreContainer 2105125878
   [junit4]   2> 538748 T2219 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\]
   [junit4]   2> 538749 T2219 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\lib
   [junit4]   2> 538749 T2219 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\lib).
   [junit4]   2> 538757 T2219 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 538757 T2219 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: https
   [junit4]   2> 538757 T2219 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 538757 T2219 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 538757 T2219 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 538757 T2219 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 538757 T2219 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 538757 T2219 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 538759 T2219 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 538759 T2219 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 538760 T2219 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 538761 T2219 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 538761 T2219 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 538761 T2219 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 538761 T2219 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 538764 T2219 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping DE2735671F79EF53-001\tempDir-001\control
   [junit4]   2> 538766 T2219 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping DE2735671F79EF53-001\tempDir-001\control\cores\
   [junit4]   2> 538766 T2219 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 538767 T2229 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\'
   [junit4]   2> 538767 T2229 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 538767 T2229 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 538767 T2229 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 538793 T2229 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 538869 T2229 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 538886 T2229 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 538887 T2229 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml
   [junit4]   2> 538891 T2229 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 538982 T2229 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 538988 T2229 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 538988 T2229 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 538995 T2229 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 538996 T2229 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 538998 T2229 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 538999 T2229 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 538999 T2229 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 539000 T2229 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 539000 T2229 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 539000 T2229 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 539000 T2229 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1
   [junit4]   2> 539000 T2229 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 539001 T2229 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping DE2735671F79EF53-001\tempDir-001/control/data\
   [junit4]   2> 539002 T2229 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@15f1f8ac
   [junit4]   2> 539002 T2229 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping DE2735671F79EF53-001\tempDir-001/control/data\
   [junit4]   2> 539002 T2229 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping DE2735671F79EF53-001\tempDir-001/control/data\index/
   [junit4]   2> 539002 T2229 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping DE2735671F79EF53-001\tempDir-001\control\data\index' doesn't exist. Creating new index...
   [junit4]   2> 539002 T2229 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping DE2735671F79EF53-001\tempDir-001/control/data\index
   [junit4]   2> 539002 T2229 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=25, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=38.150390625, floorSegmentMB=0.76171875, forceMergeDeletesPctAllowed=21.332951651209118, segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 539006 T2229 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@5fd4990e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6af68033),segFN=segments_1,generation=1}
   [junit4]   2> 539006 T2229 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 539006 T2229 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
   [junit4]   2> 539008 T2229 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 539008 T2229 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 539008 T2229 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 539008 T2229 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 539009 T2229 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 539009 T2229 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 539009 T2229 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 539009 T2229 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 539009 T2229 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 539010 T2229 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 539010 T2229 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 539010 T2229 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 539011 T2229 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 539011 T2229 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 539011 T2229 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 539011 T2229 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 539012 T2229 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 539012 T2229 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 539012 T2229 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 539013 T2229 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 539013 T2229 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 539014 T2229 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 539015 T2229 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 539015 T2229 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 539015 T2229 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 539015 T2229 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 539016 T2229 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 539016 T2229 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 539016 T2229 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 539017 T2229 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 539017 T2229 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
   [junit4]   2> 539017 T2229 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
   [junit4]   2> 539018 T2229 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 539018 T2229 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 539018 T2229 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 539018 T2229 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 539019 T2229 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 539019 T2229 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 539019 T2229 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 539019 T2229 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 539020 T2229 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 539020 T2229 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 539020 T2229 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 539021 T2229 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
   [junit4]   2> 539021 T2229 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
   [junit4]   2> 539021 T2229 oasc.RequestHandlers.initHandlersFromConfig created /search-facet-def: solr.SearchHandler
   [junit4]   2> 539022 T2229 oasc.RequestHandlers.initHandlersFromConfig created /search-facet-invariants: solr.SearchHandler
   [junit4]   2> 539026 T2229 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 539028 T2229 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 539029 T2229 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 539029 T2229 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 539029 T2229 oasc.SolrCore.initDeprecatedSupport WARN solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 539030 T2229 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 539033 T2229 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 539033 T2229 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 539033 T2229 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 539034 T2229 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=45, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6449136105827049]
   [junit4]   2> 539035 T2229 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@5fd4990e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6af68033),segFN=segments_1,generation=1}
   [junit4]   2> 539035 T2229 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 539035 T2229 oass.SolrIndexSearcher.<init> Opening Searcher@5c8d70ed[collection1] main
   [junit4]   2> 539036 T2229 oasr.RestManager.init Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 539036 T2229 oasr.ManagedResourceStorage.load Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 539036 T2229 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 539036 T2229 oashc.SpellCheckComponent.inform Initializing spell checkers
   [junit4]   2> 539047 T2229 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 539089 T2229 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 539089 T2229 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 539091 T2219 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 539091 T2219 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 539096 T2219 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping DE2735671F79EF53-001\tempDir-001\shard0\cores
   [junit4]   2> 539098 T2219 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 539101 T2219 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 539105 T2230 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: default
   [junit4]   2> 539107 T2219 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:58380
   [junit4]   2> 539109 T2219 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 539109 T2219 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 539109 T2219 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr
   [junit4]   2> 539109 T2219 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\'
   [junit4]   2> 539128 T2219 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\solr.xml
   [junit4]   2> 539133 T2219 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping DE2735671F79EF53-001\tempDir-001\shard0
   [junit4]   2> 539134 T2219 oasc.CoreContainer.<init> New CoreContainer 1375309660
   [junit4]   2> 539134 T2219 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\]
   [junit4]   2> 539134 T2219 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\lib
   [junit4]   2> 539134 T2219 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\lib).
   [junit4]   2> 539141 T2219 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 539141 T2219 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: https
   [junit4]   2> 539141 T2219 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 539141 T2219 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 539141 T2219 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 539141 T2219 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 539141 T2219 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 539143 T2219 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 539143 T2219 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 539143 T2219 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 539143 T2219 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 539144 T2219 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 539147 T2219 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 539147 T2219 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 539147 T2219 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 539151 T2219 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping DE2735671F79EF53-001\tempDir-001\shard0
   [junit4]   2> 539153 T2219 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping DE2735671F79EF53-001\tempDir-001\shard0\cores\
   [junit4]   2> 539153 T2219 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 539155 T2230 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: direct
   [junit4]   2> 539155 T2230 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: wordbreak
   [junit4]   2> 539155 T2230 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: multipleFields
   [junit4]   2> 539155 T2230 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 539156 T2230 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: external
   [junit4]   2> 539156 T2230 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: freq
   [junit4]   2> 539156 T2230 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: fqcn
   [junit4]   2> 539157 T2230 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: perDict
   [junit4]   2> 539157 T2230 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5c8d70ed[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 539159 T2243 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\'
   [junit4]   2> 539159 T2243 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 539161 T2243 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 539161 T2243 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 539186 T2243 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 539197 T2243 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 539224 T2243 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 539224 T2243 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml
   [junit4]   2> 539229 T2243 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 539316 T2243 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 539321 T2243 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 539322 T2243 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 539325 T2243 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 539328 T2243 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 539330 T2243 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 539330 T2243 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 539330 T2243 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 539330 T2243 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 539330 T2243 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 539330 T2243 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 539330 T2243 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1
   [junit4]   2> 539330 T2243 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 539330 T2243 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping DE2735671F79EF53-001\tempDir-001/shard0/data\
   [junit4]   2> 539330 T2243 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@15f1f8ac
   [junit4]   2> 539331 T2243 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping DE2735671F79EF53-001\tempDir-001/shard0/data\
   [junit4]   2> 539331 T2243 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping DE2735671F79EF53-001\tempDir-001/shard0/data\index/
   [junit4]   2> 539331 T2243 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping DE2735671F79EF53-001\tempDir-001\shard0\data\index' doesn't exist. Creating new index...
   [junit4]   2> 539331 T2243 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping DE2735671F79EF53-001\tempDir-001/shard0/data\index
   [junit4]   2> 539332 T2243 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=25, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=38.150390625, floorSegmentMB=0.76171875, forceMergeDeletesPctAllowed=21.332951651209118, segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 539332 T2243 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@351a9f50 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5cf11e1c),segFN=segments_1,generation=1}
   [junit4]   2> 539332 T2243 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 539333 T2243 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
   [junit4]   2> 539336 T2243 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 539337 T2243 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 539337 T2243 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 539337 T2243 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 539337 T2243 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 539337 T2243 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 539337 T2243 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 539337 T2243 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 539337 T2243 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 539338 T2243 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 539338 T2243 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 539338 T2243 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 539339 T2243 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 539339 T2243 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 539339 T2243 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 539340 T2243 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 539340 T2243 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 539341 T2243 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 539342 T2243 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 539342 T2243 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 539343 T2243 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 539343 T2243 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 539343 T2243 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 539343 T2243 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 539344 T2243 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 539344 T2243 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 539345 T2243 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 539345 T2243 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 539345 T2243 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 539346 T2243 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 539346 T2243 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
   [junit4]   2> 539347 T2243 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
   [junit4]   2> 539347 T2243 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 539347 T2243 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 539347 T2243 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 539348 T2243 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 539348 T2243 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 539348 T2243 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 539349 T2243 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 539349 T2243 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 539350 T2243 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 539350 T2243 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 539350 T2243 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 539350 T2243 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
   [junit4]   2> 539350 T2243 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
   [junit4]   2> 539350 T2243 oasc.RequestHandlers.initHandlersFromConfig created /search-facet-def: solr.SearchHandler
   [junit4]   2> 539351 T2243 oasc.RequestHandlers.initHandlersFromConfig created /search-facet-invariants: solr.SearchHandler
   [junit4]   2> 539357 T2243 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 539357 T2243 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 539357 T2243 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 539359 T2243 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 539359 T2243 oasc.SolrCore.initDeprecatedSupport WARN solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 539359 T2243 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 539362 T2243 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 539363 T2243 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 539363 T2243 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 539363 T2243 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=45, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6449136105827049]
   [junit4]   2> 539364 T2243 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@351a9f50 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5cf11e1c),segFN=segments_1,generation=1}
   [junit4]   2> 539364 T2243 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 539364 T2243 oass.SolrIndexSearcher.<init> Opening Searcher@72918460[collection1] main
   [junit4]   2> 539364 T2243 oasr.RestManager.init Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 539364 T2243 oasr.ManagedResourceStorage.load Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 539364 T2243 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 539364 T2243 oashc.SpellCheckComponent.inform Initializing spell checkers
   [junit4]   2> 539373 T2243 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 539410 T2243 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 539412 T2244 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: default
   [junit4]   2> 539412 T2244 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: direct
   [junit4]   2> 539412 T2244 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: wordbreak
   [junit4]   2> 539412 T2244 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: multipleFields
   [junit4]   2> 539412 T2243 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 539413 T2244 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 539414 T2219 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 539414 T2244 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: external
   [junit4]   2> 539414 T2219 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 539414 T2244 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: freq
   [junit4]   2> 539415 T2244 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: fqcn
   [junit4]   2> 539417 T2244 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: perDict
   [junit4]   2> 539417 T2244 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@72918460[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 539419 T2219 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping DE2735671F79EF53-001\tempDir-001\shard1\cores
   [junit4]   2> 539424 T2219 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 539430 T2219 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 539431 T2219 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:58383
   [junit4]   2> 539435 T2219 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 539436 T2219 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 539436 T2219 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr
   [junit4]   2> 539436 T2219 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\'
   [junit4]   2> 539463 T2219 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\solr.xml
   [junit4]   2> 539471 T2219 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping DE2735671F79EF53-001\tempDir-001\shard1
   [junit4]   2> 539472 T2219 oasc.CoreContainer.<init> New CoreContainer 2126960734
   [junit4]   2> 539472 T2219 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\]
   [junit4]   2> 539472 T2219 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\lib
   [junit4]   2> 539472 T2219 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\lib).
   [junit4]   2> 539482 T2219 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 539482 T2219 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: https
   [junit4]   2> 539482 T2219 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 539482 T2219 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 539483 T2219 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 539483 T2219 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 539483 T2219 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 539483 T2219 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 539484 T2219 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 539484 T2219 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 539484 T2219 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 539487 T2219 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 539490 T2219 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 539491 T2219 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 539491 T2219 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 539491 T2219 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping DE2735671F79EF53-001\tempDir-001\shard1
   [junit4]   2> 539492 T2219 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping DE2735671F79EF53-001\tempDir-001\shard1\cores\
   [junit4]   2> 539493 T2219 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 539494 T2255 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\'
   [junit4]   2> 539494 T2255 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 539494 T2255 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 539494 T2255 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 539523 T2255 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 539530 T2255 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 539551 T2255 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 539551 T2255 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml
   [junit4]   2> 539557 T2255 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 539639 T2255 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 539645 T2255 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 539646 T2255 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 539651 T2255 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 539653 T2255 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 539655 T2255 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 539655 T2255 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 539655 T2255 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 539655 T2255 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 539656 T2255 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 539656 T2255 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 539656 T2255 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1
   [junit4]   2> 539656 T2255 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 539657 T2255 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping DE2735671F79EF53-001\tempDir-001/shard1/data\
   [junit4]   2> 539657 T2255 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@15f1f8ac
   [junit4]   2> 539658 T2255 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping DE2735671F79EF53-001\tempDir-001/shard1/data\
   [junit4]   2> 539658 T2255 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping DE2735671F79EF53-001\tempDir-001/shard1/data\index/
   [junit4]   2> 539658 T2255 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping DE2735671F79EF53-001\tempDir-001\shard1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 539659 T2255 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping DE2735671F79EF53-001\tempDir-001/shard1/data\index
   [junit4]   2> 539660 T2255 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=25, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=38.150390625, floorSegmentMB=0.76171875, forceMergeDeletesPctAllowed=21.332951651209118, segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 539661 T2255 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@52159e6c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2d4fc6b0),segFN=segments_1,generation=1}
   [junit4]   2> 539661 T2255 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 539661 T2255 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
   [junit4]   2> 539664 T2255 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 539664 T2255 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 539664 T2255 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 539664 T2255 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 539665 T2255 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 539665 T2255 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 539665 T2255 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 539665 T2255 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 539665 T2255 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 539665 T2255 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 539665 T2255 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 539665 T2255 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 539666 T2255 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 539666 T2255 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 539666 T2255 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 539667 T2255 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 539667 T2255 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 539667 T2255 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 539669 T2255 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 539670 T2255 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 539670 T2255 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 539671 T2255 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 539671 T2255 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 539672 T2255 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 539672 T2255 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 539672 T2255 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 539672 T2255 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 539672 T2255 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 539673 T2255 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 539673 T2255 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 539673 T2255 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
   [junit4]   2> 539674 T2255 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
   [junit4]   2> 539674 T2255 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 539674 T2255 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 539674 T2255 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 539675 T2255 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 539676 T2255 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 539676 T2255 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 539676 T2255 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 539677 T2255 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 539677 T2255 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 539678 T2255 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 539678 T2255 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 539678 T2255 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
   [junit4]   2> 539678 T2255 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
   [junit4]   2> 539678 T2255 oasc.RequestHandlers.initHandlersFromConfig created /search-facet-def: solr.SearchHandler
   [junit4]   2> 539678 T2255 oasc.RequestHandlers.initHandlersFromConfig created /search-facet-invariants: solr.SearchHandler
   [junit4]   2> 539684 T2255 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 539685 T2255 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 539685 T2255 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 539686 T2255 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 539687 T2255 oasc.SolrCore.initDeprecatedSupport WARN solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 539687 T2255 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 539689 T2255 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 539690 T2255 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 539690 T2255 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 539691 T2255 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=45, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6449136105827049]
   [junit4]   2> 539691 T2255 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@52159e6c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2d4fc6b0),segFN=segments_1,generation=1}
   [junit4]   2> 539691 T2255 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 539692 T2255 oass.SolrIndexSearcher.<init> Opening Searcher@2d65ccb4[collection1] main
   [junit4]   2> 539692 T2255 oasr.RestManager.init Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 539692 T2255 oasr.ManagedResourceStorage.load Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 539692 T2255 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 539692 T2255 oashc.SpellCheckComponent.inform Initializing spell checkers
   [junit4]   2> 539700 T2255 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 539737 T2255 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 539738 T2256 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: default
   [junit4]   2> 539738 T2256 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: direct
   [junit4]   2> 539738 T2256 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: wordbreak
   [junit4]   2> 539738 T2256 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: multipleFields
   [junit4]   2> 539738 T2255 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 539739 T2256 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 539739 T2219 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 539740 T2219 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 539739 T2256 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: external
   [junit4]   2> 539741 T2256 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: freq
   [junit4]   2> 539741 T2256 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: fqcn
   [junit4]   2> 539742 T2256 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: perDict
   [junit4]   2> 539742 T2256 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2d65ccb4[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 539749 T2219 oas.SolrTestCaseJ4.setUp ###Starting test
   [junit4]   2> ASYNC  NEW_CORE C1350 name=collection1 org.apache.solr.core.SolrCore@db7661e
   [junit4]   2> 539831 T2226 C1350 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1494230902360768512)} 0 3
   [junit4]   2> ASYNC  NEW_CORE C1351 name=collection1 org.apache.solr.core.SolrCore@26962230
   [junit4]   2> 539886 T2241 C1351 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1494230902419488768)} 0 2
   [junit4]   2> ASYNC  NEW_CORE C1352 name=collection1 org.apache.solr.core.SolrCore@13229af
   [junit4]   2> 540009 T2251 C1352 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1494230902547415040)} 0 3
   [junit4]   2> 540020 T2223 C1350 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 540020 T2223 C1350 oasu.DirectUpdateHandler2.commit No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 540023 T2223 C1350 oasc.SolrCore.openNewSearcher SolrIndexSearcher has not changed - not re-opening: org.apache.solr.search.SolrIndexSearcher
   [junit4]   2> 540026 T2223 C1350 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 540026 T2223 C1350 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 6
   [junit4]   2> 540033 T2239 C1351 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 540033 T2239 C1351 oasu.DirectUpdateHandler2.commit No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 540035 T2239 C1351 oasc.SolrCore.openNewSearcher SolrIndexSearcher has not changed - not re-opening: org.apache.solr.search.SolrIndexSearcher
   [junit4]   2> 540037 T2239 C1351 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 540037 T2239 C1351 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 4
   [junit4]   2> 540047 T2250 C1352 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 540047 T2250 C1352 oasu.DirectUpdateHandler2.commit No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 540048 T2250 C1352 oasc.SolrCore.openNewSearcher SolrIndexSearcher has not changed - not re-opening: org.apache.solr.search.SolrIndexSearcher
   [junit4]   2> 540049 T2250 C1352 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 540049 T2250 C1352 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 2
   [junit4]   2> 540055 T2241 C1351 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[1 (1494230902597746688)]} 0 1
   [junit4]   2> 540059 T2234 C1351 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 540062 T2234 C1351 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@351a9f50 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5cf11e1c),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@351a9f50 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5cf11e1c),segFN=segments_2,generation=2}
   [junit4]   2> 540063 T2234 C1351 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 540068 T2234 C1351 oass.SolrIndexSearcher.<init> Opening Searcher@414c0ad4[collection1] main
   [junit4]   2> 540072 T2244 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@414c0ad4[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.1.0):C1)))}
   [junit4]   2> 540075 T2234 C1351 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 540075 T2234 C1351 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 16
   [junit4]   2> 540080 T2252 C1352 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[1 (1494230902625009664)]} 0 0
   [junit4]   2> 540087 T2254 C1352 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 540088 T2254 C1352 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@52159e6c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2d4fc6b0),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@52159e6c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2d4fc6b0),segFN=segments_2,generation=2}
   [junit4]   2> 540089 T2254 C1352 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 540091 T2254 C1352 oass.SolrIndexSearcher.<init> Opening Searcher@41a4b440[collection1] main
   [junit4]   2> 540093 T2256 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@41a4b440[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.1.0):C1)))}
   [junit4]   2> 540094 T2254 C1352 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 540094 T2254 C1352 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 7
   [junit4]   2> 540239 T2251 C1352 oasc.SolrCore.execute [collection1] webapp= path=/select params={group.distributed.first=true&distrib=false&hl=false&group.limit=2&fl=id,score&shards.purpose=2048&start=0&shard.url=https://127.0.0.1:58383//collection1&rows=10&version=2&q=id_s1:1&NOW=1425009634633&isShard=true&hl.fl=id_s1&wt=javabin&group.field=id_s1&group=true} status=0 QTime=1 
   [junit4]   2> 540246 T2234 C1351 oasc.SolrCore.execute [collection1] webapp= path=/select params={group.distributed.first=true&distrib=false&hl=false&group.limit=2&fl=id,score&shards.purpose=2048&start=0&shard.url=https://127.0.0.1:58380//collection1&rows=10&version=2&q=id_s1:1&NOW=1425009634633&isShard=true&hl.fl=id_s1&wt=javabin&group.field=id_s1&group=true} status=0 QTime=2 
   [junit4]   2> 540254 T2237 C1351 oasc.SolrCore.execute [collection1] webapp= path=/select params={group.topgroups.id_s1=1&distrib=false&hl=false&group.limit=2&fl=id,score&shards.purpose=4&start=0&shard.url=https://127.0.0.1:58380//collection1&rows=10&version=2&group.distributed.second=true&q=id_s1:1&NOW=1425009634633&isShard=true&hl.fl=id_s1&wt=javabin&group.field=id_s1&group=true} status=0 QTime=1 
   [junit4]   2> 540259 T2252 C1352 oasc.SolrCore.execute [collection1] webapp= path=/select params={group.topgroups.id_s1=1&distrib=false&hl=false&group.limit=2&fl=id,score&shards.purpose=4&start=0&shard.url=https://127.0.0.1:58383//collection1&rows=10&version=2&group.distributed.second=true&q=id_s1:1&NOW=1425009634633&isShard=true&hl.fl=id_s1&wt=javabin&group.field=id_s1&group=true} status=0 QTime=1 
   [junit4]   2> 540275 T2238 C1351 oasc.SolrCore.execute [collection1] webapp= path=/select params={distrib=false&hl=true&group.limit=2&shards.purpose=192&shard.url=https://127.0.0.1:58380//collection1&version=2&q=id_s1:1&NOW=1425009634633&ids=1&isShard=true&hl.fl=id_s1&wt=javabin&group.field=id_s1} status=0 QTime=6 
   [junit4]   2> 540277 T2254 C1352 oasc.SolrCore.execute [collection1] webapp= path=/select params={distrib=false&hl=true&group.limit=2&shards.purpose=192&shard.url=https://127.0.0.1:58383//collection1&version=2&q=id_s1:1&NOW=1425009634633&ids=1&isShard=true&hl.fl=id_s1&wt=javabin&group.field=id_s1} status=0 QTime=1 
   [junit4]   2> 540281 T2253 C1352 oasc.SolrCore.execute [collection1] webapp= path=/select params={q=id_s1:1&shards=https://127.0.0.1:58380//collection1,https://127.0.0.1:58383//collection1&hl=true&group.limit=2&hl.fl=id_s1&wt=javabin&version=2&group.field=id_s1&group=true} status=0 QTime=182 
   [junit4]   2> 540284 T2225 C1350 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1494230902838919168)} 0 0
   [junit4]   2> 540301 T2239 C1351 oass.SolrIndexSearcher.<init> Opening Searcher@4248a9d6[collection1] realtime
   [junit4]   2> 540301 T2239 C1351 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1494230902850453504)} 0 6
   [junit4]   2> 540308 T2249 C1352 oass.SolrIndexSearcher.<init> Opening Searcher@2c9f6598[collection1] realtime
   [junit4]   2> 540308 T2249 C1352 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1494230902859890688)} 0 5
   [junit4]   2> 540317 T2224 C1350 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 540317 T2224 C1350 oasu.DirectUpdateHandler2.commit No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 540317 T2224 C1350 oasc.SolrCore.openNewSearcher SolrIndexSearcher has not changed - not re-opening: org.apache.solr.search.SolrIndexSearcher
   [junit4]   2> 540319 T2224 C1350 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 540319 T2224 C1350 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 2
   [junit4]   2> 540327 T2241 C1351 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 540330 T2241 C1351 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@351a9f50 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5cf11e1c),segFN=segments_2,generation=2}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@351a9f50 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5cf11e1c),segFN=segments_3,generation=3}
   [junit4]   2> 540330 T2241 C1351 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
   [junit4]   2> 540331 T2241 C1351 oass.SolrIndexSearcher.<init> Opening Searcher@1eddbf62[collection1] main
   [junit4]   2> 540336 T2241 C1351 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 540337 T2

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

total=520093696
   [junit4]   2> NOTE: All tests run in this JVM: [TestStressRecovery, CopyFieldTest, AnalyticsQueryTest, TestSolrDeletionPolicy2, SolrXmlInZkTest, TestQuerySenderNoQuery, TestCollectionAPI, TestFastOutputStream, TestManagedSchemaDynamicFieldResource, BufferStoreTest, TestTrie, AnalysisAfterCoreReloadTest, TestCursorMarkWithoutUniqueKey, SolrCoreCheckLockOnStartupTest, TestDistributedGrouping, TestSolrDynamicMBean, TestSolr4Spatial, DistributedSuggestComponentTest, TestQuerySenderListener, BadCopyFieldTest, DeleteInactiveReplicaTest, TestSort, TestCloudInspectUtil, TestDistributedMissingSort, TermVectorComponentTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestSimpleQParserPlugin, TestCopyFieldCollectionResource, TestSchemaManager, TestManagedSynonymFilterFactory, TestDocSet, SignatureUpdateProcessorFactoryTest, TestCloudSchemaless, TestSurroundQueryParser, TestStressUserVersions, EchoParamsTest, InfoHandlerTest, TestJoin, DirectUpdateHandlerTest, TestManagedSchema, DistributedFacetPivotLargeTest, SortByFunctionTest, StressHdfsTest, TestBinaryField, DocValuesMissingTest, SharedFSAutoReplicaFailoverTest, BadIndexSchemaTest, DirectUpdateHandlerOptimizeTest, TestSolrConfigHandlerConcurrent, TestStandardQParsers, TestDocumentBuilder, TestFunctionQuery, FieldMutatingUpdateProcessorTest, SoftAutoCommitTest, TestCollationField, DocumentBuilderTest, DistributedQueryComponentCustomSortTest, TestCSVLoader, TestBM25SimilarityFactory, UnloadDistributedZkTest, AutoCommitTest, TestConfig, QueryElevationComponentTest, SuggesterWFSTTest, TestHighlightDedupGrouping, SOLR749Test, UniqFieldsUpdateProcessorFactoryTest, DirectSolrConnectionTest, LeaderElectionIntegrationTest, TestSortingResponseWriter, RequiredFieldsTest, RequestLoggingTest, TestPseudoReturnFields, OpenCloseCoreStressTest, UUIDFieldTest, PingRequestHandlerTest, TestBlobHandler, TestRemoteStreaming, TestFoldingMultitermQuery, LeaderFailoverAfterPartitionTest, SampleTest, RollingRestartTest, DistributedFacetPivotWhiteBoxTest, DocumentAnalysisRequestHandlerTest, TestSearchPerf, OpenExchangeRatesOrgProviderTest, TestAnalyzedSuggestions, HdfsBasicDistributedZkTest, TestShortCircuitedRequests, DistributedExpandComponentTest, CoreAdminHandlerTest, HdfsDirectoryFactoryTest, RequestHandlersTest, HdfsChaosMonkeySafeLeaderTest, LeaderElectionTest, XsltUpdateRequestHandlerTest, ConnectionManagerTest, TestManagedResourceStorage, TestFieldCollectionResource, TestExactStatsCache, TestRecovery, MultiTermTest, AliasIntegrationTest, ShardSplitTest, FieldAnalysisRequestHandlerTest, MinimalSchemaTest, SSLMigrationTest, EnumFieldTest, TestMiniSolrCloudCluster, TestReqParamsAPI, TestCodecSupport, HdfsSyncSliceTest, ChaosMonkeySafeLeaderTest, TestDefaultStatsCache, PreAnalyzedUpdateProcessorTest, ResourceLoaderTest, VMParamsZkACLAndCredentialsProvidersTest, ActionThrottleTest, QueryEqualityTest, HdfsCollectionsAPIDistributedZkTest, AddSchemaFieldsUpdateProcessorFactoryTest, DistribCursorPagingTest, DisMaxRequestHandlerTest, LoggingHandlerTest, TestDefaultSimilarityFactory, TestDistributedSearch, QueryResultKeyTest, HighlighterMaxOffsetTest, TestExactSharedStatsCache, TestFieldTypeCollectionResource, TestReversedWildcardFilterFactory, TestFileDictionaryLookup, TestStressLucene, TestCoreDiscovery, SuggesterFSTTest, CSVRequestHandlerTest, BasicDistributedZkTest, TestFiltering, TestChildDocTransformer, TestHighFrequencyDictionaryFactory, BlockDirectoryTest, DistributedSpellCheckComponentTest, UUIDUpdateProcessorFallbackTest, TestHashPartitioner, TestZkChroot, CurrencyFieldXmlFileTest, IndexSchemaTest, TestFaceting, QueryParsingTest, TestLuceneMatchVersion, TestExceedMaxTermLength, TestRandomDVFaceting, TestLazyCores, ChangedSchemaMergeTest, HighlighterConfigTest, SimplePostToolTest, DistribJoinFromCollectionTest, TestSearcherReuse, DateFieldTest, TestIndexingPerformance, TestRawResponseWriter, TestPhraseSuggestions, PolyFieldTest, TestLMDirichletSimilarityFactory, TestCloudManagedSchemaConcurrent, AnalyticsMergeStrategyTest, ClusterStateTest, TestPerFieldSimilarity, ZkSolrClientTest, TestTrackingShardHandlerFactory, OutOfBoxZkACLAndCredentialsProvidersTest, HdfsBasicDistributedZk2Test, TestBulkSchemaAPI, TestConfigOverlay, SliceStateTest, FullSolrCloudDistribCmdsTest, TestOmitPositions, OverriddenZkACLAndCredentialsProvidersTest, BasicZkTest, TestSolrIndexConfig, HttpPartitionTest, TestCSVResponseWriter, ClusterStateUpdateTest, SystemInfoHandlerTest, TestRecoveryHdfs, SolrIndexSplitterTest, TestRandomMergePolicy, HdfsDirectoryTest, TestSolrJ, FileBasedSpellCheckerTest, TestSchemaSimilarityResource, DateMathParserTest, SuggesterTSTTest, SolrRequestParserTest, TestLFUCache, OverseerRolesTest, TestCollationFieldDocValues, TestGroupingSearch, ExitableDirectoryReaderTest, TestFieldSortValues, SpellingQueryConverterTest, ResponseHeaderTest, RecoveryZkTest, CloudExitableDirectoryReaderTest, DistributedQueryElevationComponentTest, CircularListTest, TestWordDelimiterFilterFactory, PreAnalyzedFieldTest, ConvertedLegacyTest, SolrInfoMBeanTest, HdfsWriteToMultipleCollectionsTest, SynonymTokenizerTest, PluginInfoTest, TestMergePolicyConfig, DocExpirationUpdateProcessorFactoryTest, MigrateRouteKeyTest, DistributedFacetPivotSmallTest, SolrCmdDistributorTest, SpellCheckCollatorTest, TestInfoStreamLogging, AddBlockUpdateTest, TestIndexSearcher, MultiThreadedOCPTest, TestReplicationHandler, SchemaVersionSpecificBehaviorTest, BasicDistributedZk2Test, CollectionsAPIDistributedZkTest, SyncSliceTest, OverseerTest, ShardRoutingTest, TestRandomFaceting, ZkCLITest, ShardRoutingCustomTest, TermVectorComponentDistributedTest, ZkControllerTest, TestRealTimeGet, TestStressReorder, TestReload, TestStressVersions, HardAutoCommitTest, DistributedTermsComponentTest, TestRangeQuery, TestCoreContainer, SimpleFacetsTest, SolrCoreTest, StatsComponentTest, SpellCheckComponentTest, PeerSyncTest, BasicFunctionalityTest, TestBadConfig, OverseerCollectionProcessorTest, HighlighterTest, ShowFileRequestHandlerTest, CurrencyFieldOpenExchangeTest, TestExtendedDismaxParser, DocValuesTest, SuggesterTest, SpatialFilterTest, NoCacheHeaderTest, WordBreakSolrSpellCheckerTest, TestUpdate, TestAtomicUpdateErrorCases, DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, DocValuesMultiTest, DistanceFunctionTest, TestSolrDeletionPolicy1, DebugComponentTest, CacheHeaderTest, IndexBasedSpellCheckerTest, LukeRequestHandlerTest, TestQueryUtils, StandardRequestHandlerTest, TestWriterPerf, DirectSolrSpellCheckerTest, TestQueryTypes, PrimitiveFieldTypeTest, TermsComponentTest, XmlUpdateRequestHandlerTest, TestValueSourceCache, PathHierarchyTokenizerFactoryTest, MoreLikeThisHandlerTest, TestSolrQueryParser, TestArbitraryIndexDir, FastVectorHighlighterTest, IndexSchemaRuntimeFieldTest, RegexBoostProcessorTest, SolrPluginUtilsTest, TestJmxIntegration, ReturnFieldsTest, UpdateRequestProcessorFactoryTest, JSONWriterTest, MBeansHandlerTest, JsonLoaderTest, BinaryUpdateRequestHandlerTest, TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, TestComponentsName, SearchHandlerTest, TestBinaryResponseWriter, UpdateParamsTest, AlternateDirectoryTest, ResponseLogComponentTest, SolrIndexConfigTest, BadComponentTest, NumericFieldsTest, TestElisionMultitermQuery, OutputWriterTest, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, TestSolrCoreProperties, TestPostingsSolrHighlighter, NotRequiredUniqueKeyTest, SpellPossibilityIteratorTest, TestCharFilters, TestXIncludeConfig, TestSweetSpotSimilarityFactory, TestDFRSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory, TestFastWriter, TestJmxMonitoredMap, TimeZoneUtilsTest, ScriptEngineTest, URLClassifyProcessorTest, TestFastLRUCache, ChaosMonkeyNothingIsSafeTest, TestSystemIdResolver, PrimUtilsTest, TestSuggestSpellingConverter, DOMUtilTest, RAMDirectoryFactoryTest, TestLRUCache, TestUtils, ZkNodePropsTest, FileUtilsTest, DistributedMLTComponentTest, TestRTGBase, CursorPagingTest, DistributedIntervalFacetingTest, SolrTestCaseJ4Test, TestTolerantSearch, AssignTest, AsyncMigrateRouteKeyTest, CollectionsAPIAsyncDistributedZkTest, CustomCollectionTest, DeleteLastCustomShardedReplicaTest, DeleteReplicaTest, DeleteShardTest, DistribDocExpirationUpdateProcessorTest, DistributedQueueTest, ExternalCollectionsTest, LeaderInitiatedRecoveryOnCommitTest, OverseerStatusTest, RecoveryAfterSoftCommitTest, RemoteQueryErrorTest, ReplicationFactorTest]
   [junit4] Completed in 95.99s, 1 test, 1 error <<< FAILURES!

[...truncated 303 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:509: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1370: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:976: There were test failures: 468 suites, 1870 tests, 2 errors, 57 ignored (30 assumptions)

Total time: 122 minutes 23 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.8.0_31 -XX:+UseCompressedOops -XX:+UseG1GC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (32bit/jdk1.8.0_31) - Build # 4400 - Still Failing!

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

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

Error Message:
._stateVer_:{collection1=16}!=null

Stack Trace:
junit.framework.AssertionFailedError: ._stateVer_:{collection1=16}!=null
	at __randomizedtesting.SeedInfo.seed([F24F6BF12F3BE905:7A1B542B81C784FD]:0)
	at junit.framework.Assert.fail(Assert.java:50)
	at org.apache.solr.BaseDistributedSearchTestCase.compareSolrResponses(BaseDistributedSearchTestCase.java:873)
	at org.apache.solr.BaseDistributedSearchTestCase.compareResponses(BaseDistributedSearchTestCase.java:892)
	at org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:593)
	at org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:573)
	at org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:552)
	at org.apache.solr.cloud.BasicDistributedZk2Test.brindDownShardIndexSomeDocsAndRecover(BasicDistributedZk2Test.java:280)
	at org.apache.solr.cloud.BasicDistributedZk2Test.test(BasicDistributedZk2Test.java:98)
	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:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:945)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:920)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


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

Error Message:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:61870/yabh/v/repfacttest_c8n_1x3_shard1_replica2

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:61870/yabh/v/repfacttest_c8n_1x3_shard1_replica2
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:597)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:915)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:809)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:752)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	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:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:945)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:920)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	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:61870/yabh/v/repfacttest_c8n_1x3_shard1_replica2
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:573)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:594)
	... 47 more
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
	... 52 more




Build Log:
[...truncated 9301 lines...]
   [junit4] Suite: org.apache.solr.cloud.BasicDistributedZk2Test
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F24F6BF12F3BE905-001\init-core-data-001
   [junit4]   2> 168291 T506 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 168309 T506 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 168312 T507 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 168459 T506 oasc.ZkTestServer.run start zk server on port:53627
   [junit4]   2> 168459 T506 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 168464 T506 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 168484 T514 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@c4cba6 name:ZooKeeperConnection Watcher:127.0.0.1:53627 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 168484 T506 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 168484 T506 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 168484 T506 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 168518 T506 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 168522 T506 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 168528 T517 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@785275 name:ZooKeeperConnection Watcher:127.0.0.1:53627/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 168531 T506 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 168531 T506 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 168532 T506 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 168544 T506 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 168555 T506 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 168562 T506 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 168574 T506 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 168574 T506 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 168586 T506 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 168586 T506 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 168596 T506 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 168596 T506 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 168609 T506 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 168611 T506 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 168619 T506 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 168619 T506 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 168638 T506 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 168638 T506 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 168654 T506 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 168654 T506 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 168676 T506 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 168676 T506 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 168686 T506 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 168688 T506 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 168696 T506 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 168698 T506 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 168711 T506 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 168711 T506 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 168722 T508 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14bc716360a0001, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 171602 T506 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F24F6BF12F3BE905-001\control-001\cores\collection1
   [junit4]   2> 171611 T506 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 171627 T506 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53634
   [junit4]   2> 171627 T506 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 171627 T506 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 171631 T506 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F24F6BF12F3BE905-001\control-001
   [junit4]   2> 171631 T506 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F24F6BF12F3BE905-001\control-001\'
   [junit4]   2> 171739 T506 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F24F6BF12F3BE905-001\control-001\solr.xml
   [junit4]   2> 171793 T506 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F24F6BF12F3BE905-001\control-001\cores
   [junit4]   2> 171794 T506 oasc.CoreContainer.<init> New CoreContainer 8368840
   [junit4]   2> 171794 T506 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F24F6BF12F3BE905-001\control-001\]
   [junit4]   2> 171795 T506 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F24F6BF12F3BE905-001\control-001\lib
   [junit4]   2> 171795 T506 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F24F6BF12F3BE905-001\control-001\lib).
   [junit4]   2> 171836 T506 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 171838 T506 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 171838 T506 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 171838 T506 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 171839 T506 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 171839 T506 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 171840 T506 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 171841 T506 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 171841 T506 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 171843 T506 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 171843 T506 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 171845 T506 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 171847 T506 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 171847 T506 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 171848 T506 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 171849 T506 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53627/solr
   [junit4]   2> 171849 T506 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 171849 T506 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 171853 T506 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 171867 T529 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ee55f2 name:ZooKeeperConnection Watcher:127.0.0.1:53627 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 171872 T506 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 171874 T506 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 171879 T508 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14bc716360a0002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 171884 T506 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 171890 T532 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1be9965 name:ZooKeeperConnection Watcher:127.0.0.1:53627/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 171892 T506 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 171894 T506 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 171912 T506 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 171924 T506 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 171938 T506 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 171951 T506 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 171953 T506 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 171953 T506 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53634_
   [junit4]   2> 171953 T506 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53634_
   [junit4]   2> 171962 T506 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 171987 T506 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 171994 T506 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 172002 T506 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:53634_
   [junit4]   2> 172002 T506 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 172014 T506 oasc.Overseer.start Overseer (id=93387115501060099-127.0.0.1:53634_-n_0000000000) starting
   [junit4]   2> 172023 T506 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 172059 T506 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 172063 T534 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 172064 T533 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 172065 T506 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 172083 T506 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 172092 T506 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 172117 T506 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F24F6BF12F3BE905-001\control-001\cores
   [junit4]   2> 172122 T506 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F24F6BF12F3BE905-001\control-001\cores\collection1\
   [junit4]   2> 172123 T506 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 172127 T536 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 172128 T536 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 172132 T536 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 172132 T532 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 172133 T533 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53634",
   [junit4]   2> 	  "node_name":"127.0.0.1:53634_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 0
   [junit4]   2> 172135 T533 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53634",
   [junit4]   2> 	  "node_name":"127.0.0.1:53634_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 172135 T533 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 172136 T533 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 172149 T532 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 173449 T536 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 173449 T536 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 173453 T536 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 173453 T536 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 173456 T536 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 173456 T536 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F24F6BF12F3BE905-001\control-001\cores\collection1\'
   [junit4]   2> 173530 T536 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 173537 T536 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 173566 T536 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 173587 T536 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 173631 T536 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 173635 T536 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 173710 T536 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 174136 T536 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 174146 T536 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 174155 T536 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 174221 T536 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 174232 T536 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 174243 T536 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 174248 T536 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 174250 T536 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 174250 T536 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 174255 T536 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 174255 T536 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 174257 T536 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 174258 T536 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 174258 T536 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F24F6BF12F3BE905-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F24F6BF12F3BE905-001\tempDir-001/control/data\
   [junit4]   2> 174261 T536 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@da878a
   [junit4]   2> 174263 T536 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F24F6BF12F3BE905-001\tempDir-001/control/data\
   [junit4]   2> 174264 T536 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F24F6BF12F3BE905-001\tempDir-001/control/data\index/
   [junit4]   2> 174264 T536 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F24F6BF12F3BE905-001\tempDir-001\control\data\index' doesn't exist. Creating new index...
   [junit4]   2> 174266 T536 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F24F6BF12F3BE905-001\tempDir-001/control/data\index
   [junit4]   2> 174267 T536 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1053054087, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 174270 T536 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1e22b9b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16a35be),segFN=segments_1,generation=1}
   [junit4]   2> 174271 T536 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 174286 T536 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 174286 T536 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 174286 T536 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 174288 T536 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 174290 T536 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 174291 T536 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 174293 T536 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 174294 T536 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 174294 T536 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 174294 T536 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 174297 T536 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 174298 T536 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 174300 T536 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 174302 T536 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 174302 T536 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 174306 T536 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 174307 T536 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 174308 T536 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 174311 T536 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 174312 T536 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 174313 T536 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 174315 T536 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 174316 T536 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 174317 T536 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 174324 T536 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 174325 T536 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 174327 T536 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 174336 T536 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 174340 T536 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 174348 T536 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 174351 T536 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 174353 T536 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 174356 T536 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 174362 T536 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 174362 T536 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 174365 T536 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=19, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5959571704038908]
   [junit4]   2> 174366 T536 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1e22b9b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16a35be),segFN=segments_1,generation=1}
   [junit4]   2> 174367 T536 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 174369 T536 oass.SolrIndexSearcher.<init> Opening Searcher@11db472[collection1] main
   [junit4]   2> 174369 T536 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 174374 T536 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 174374 T536 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 174381 T536 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 174381 T536 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 174381 T536 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 174385 T536 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 174385 T536 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 174385 T536 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 174385 T536 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 174389 T536 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 174390 T537 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@11db472[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 174398 T540 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:53634 collection:control_collection shard:shard1
   [junit4]   2> 174399 T506 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 174399 T506 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 174402 T506 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 174405 T540 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 174407 T506 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 174416 T543 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1f80d7a name:ZooKeeperConnection Watcher:127.0.0.1:53627/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 174417 T506 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 174419 T506 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 174430 T506 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 174450 T540 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 174455 T506 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 174456 T506 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2
   [junit4]   2> 174456 T506 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 174457 T532 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 174461 T540 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 174461 T506 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 174461 T540 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C721 name=collection1 org.apache.solr.core.SolrCore@5e6e3f url=http://127.0.0.1:53634/collection1 node=127.0.0.1:53634_ C721_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:53634, node_name=127.0.0.1:53634_, state=down}
   [junit4]   2> 174466 T540 C721 P53634 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:53634/collection1/
   [junit4]   2> 174468 T540 C721 P53634 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> ASYNC  NEW_CORE C722 name=collection1 org.apache.solr.core.SolrCore@5e6e3f url=http://127.0.0.1:53634/collection1 node=127.0.0.1:53634_ C722_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:53634, node_name=127.0.0.1:53634_, state=down}
   [junit4]   2> 174478 T540 C722 P53634 oasc.SyncStrategy.syncToMe http://127.0.0.1:53634/collection1/ has no replicas
   [junit4]   2> 174478 T540 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:53634/collection1/ shard1
   [junit4]   2> 174478 T540 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 174466 T533 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 174480 T546 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e1037f name:ZooKeeperConnection Watcher:127.0.0.1:53627/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 174480 T506 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 174480 T506 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 174492 T543 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 174509 T532 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 174586 T533 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 2, message = {
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "name":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "stateFormat":"2"} current state version: 2
   [junit4]   2> 174587 T533 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 174596 T532 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 174599 T533 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53634",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 174602 T533 oasco.ZkStateWriter.writePendingUpdates going to create_collection /collections/collection1/state.json
   [junit4]   2> 174608 T543 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 174609 T532 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 174632 T532 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 174636 T543 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 174637 T532 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 174651 T540 oasc.ZkController.register We are http://127.0.0.1:53634/collection1/ and leader is http://127.0.0.1:53634/collection1/
   [junit4]   2> 174651 T540 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:53634
   [junit4]   2> 174651 T540 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 174654 T540 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 174654 T540 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 174662 T532 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 174665 T533 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53634",
   [junit4]   2> 	  "node_name":"127.0.0.1:53634_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 4
   [junit4]   2> 174669 T533 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53634",
   [junit4]   2> 	  "node_name":"127.0.0.1:53634_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 174813 T543 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 174816 T532 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 177096 T506 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F24F6BF12F3BE905-001\shard-1-001\cores\collection1
   [junit4]   2> 177103 T506 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 177104 T506 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 177112 T506 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53649
   [junit4]   2> 177112 T506 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 177114 T506 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 177114 T506 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F24F6BF12F3BE905-001\shard-1-001
   [junit4]   2> 177114 T506 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F24F6BF12F3BE905-001\shard-1-001\'
   [junit4]   2> 177232 T506 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F24F6BF12F3BE905-001\shard-1-001\solr.xml
   [junit4]   2> 177259 T506 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F24F6BF12F3BE905-001\shard-1-001\cores
   [junit4]   2> 177259 T506 oasc.CoreContainer.<init> New CoreContainer 20025574
   [junit4]   2> 177261 T506 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F24F6BF12F3BE905-001\shard-1-001\]
   [junit4]   2> 177261 T506 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F24F6BF12F3BE905-001\shard-1-001\lib
   [junit4]   2> 177262 T506 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F24F6BF12F3BE905-001\shard-1-001\lib).
   [junit4]   2> 177312 T506 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 177316 T506 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 177317 T506 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 177317 T506 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 177317 T506 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 177324 T506 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 177324 T506 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 177324 T506 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 177324 T506 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 177326 T506 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 177328 T506 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 177329 T506 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 177330 T506 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 177330 T506 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 177330 T506 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 177331 T506 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53627/solr
   [junit4]   2> 177331 T506 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 177331 T506 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 177337 T506 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 177346 T558 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@bce64f name:ZooKeeperConnection Watcher:127.0.0.1:53627 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 177346 T506 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 177346 T506 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 177384 T506 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 177412 T561 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@166765f name:ZooKeeperConnection Watcher:127.0.0.1:53627/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 177414 T506 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 177434 T506 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 178777 T506 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53649_
   [junit4]   2> 178779 T506 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53649_
   [junit4]   2> 178799 T506 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 178808 T506 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F24F6BF12F3BE905-001\shard-1-001\cores
   [junit4]   2> 178811 T506 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F24F6BF12F3BE905-001\shard-1-001\cores\collection1\
   [junit4]   2> 178813 T506 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 178822 T562 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 178824 T562 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 178829 T532 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 178833 T533 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53649",
   [junit4]   2> 	  "node_name":"127.0.0.1:53649_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 178835 T533 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53649",
   [junit4]   2> 	  "node_name":"127.0.0.1:53649_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 178837 T533 oasco.ReplicaMutator.updateState Collection already exists with numShards=2
   [junit4]   2> 178837 T562 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 178837 T562 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 178837 T533 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 178839 T562 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 178844 T562 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 0 
   [junit4]   2> 178844 T562 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 178844 T533 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 178847 T561 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 178851 T561 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 1 
   [junit4]   2> 180162 T562 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 180162 T562 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 180164 T562 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 180164 T562 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 180167 T562 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 180167 T562 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F24F6BF12F3BE905-001\shard-1-001\cores\collection1\'
   [junit4]   2> 180231 T562 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 180236 T562 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 180269 T562 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 180281 T562 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 180314 T562 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 180317 T562 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 180355 T562 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 180736 T562 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 180769 T562 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 180771 T562 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 180839 T562 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 180848 T562 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 180857 T562 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 180862 T562 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 180864 T562 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 180864 T562 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 180868 T562 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 180868 T562 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 180869 T562 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 180869 T562 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 180873 T562 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F24F6BF12F3BE905-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F24F6BF12F3BE905-001\tempDir-001/jetty1\
   [junit4]   2> 180874 T562 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@da878a
   [junit4]   2> 180875 T562 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F24F6BF12F3BE905-001\tempDir-001/jetty1\
   [junit4]   2> 180877 T562 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F24F6BF12F3BE905-001\tempDir-001/jetty1\index/
   [junit4]   2> 180877 T562 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F24F6BF12F3BE905-001\tempDir-001\jetty1\index' doesn't exist. Creating new index...
   [junit4]   2> 180878 T562 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F24F6BF12F3BE905-001\tempDir-001/jetty1\index
   [junit4]   2> 180879 T562 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1053054087, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 180880 T562 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@a6d9fe lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1401fc7),segFN=segments_1,generation=1}
   [junit4]   2> 180882 T562 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 180901 T562 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 180902 T562 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 180904 T562 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 180904 T562 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 180904 T562 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 180905 T562 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 180906 T562 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 180907 T562 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 180907 T562 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 180918 T562 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 180920 T562 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 180924 T562 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 180927 T562 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 180928 T562 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 180930 T562 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 180937 T562 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 180939 T562 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 180941 T562 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 180946 T562 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 180948 T562 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 180956 T562 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 180959 T562 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 180963 T562 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 180966 T562 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 180968 T562 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 180970 T562 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 180973 T562 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 180988 T562 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 180993 T562 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 180999 T562 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 181002 T562 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 181005 T562 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 181008 T562 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 181011 T562 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 181011 T562 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 181020 T562 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=19, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5959571704038908]
   [junit4]   2> 181024 T562 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@a6d9fe lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1401fc7),segFN=segments_1,generation=1}
   [junit4]   2> 181024 T562 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 181026 T562 oass.SolrIndexSearcher.<init> Opening Searcher@58babf[collection1] main
   [junit4]   2> 181026 T562 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 181029 T562 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 181031 T562 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 181032 T562 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 181033 T562 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 181033 T562 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 181036 T562 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 181036 T562 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 181037 T562 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 181037 T562 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 181049 T563 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@58babf[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 181050 T562 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 181055 T506 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 181056 T506 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 181056 T566 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:53649 collection:collection1 shard:shard2
   [junit4]   2> 181059 T566 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 181080 T566 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 181087 T532 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 181089 T566 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 181089 T566 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C723 name=collection1 org.apache.solr.core.SolrCore@be1c90 url=http://127.0.0.1:53649/collection1 node=127.0.0.1:53649_ C723_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:53649, node_name=127.0.0.1:53649_, state=down}
   [junit4]   2> 181090 T566 C723 P53649 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:53649/collection1/
   [junit4]   2> 181090 T566 C723 P53649 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 181090 T566 C723 P53649 oasc.SyncStrategy.syncToMe http://127.0.0.1:53649/collection1/ has no replicas
   [junit4]   2> 181090 T566 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:53649/collection1/ shard2
   [junit4]   2> 181091 T566 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 181099 T533 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1"} current state version: 5
   [junit4]   2> 181104 T533 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 181109 T561 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 181114 T561 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 2 
   [junit4]   2> 181131 T533 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53649",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 5
   [junit4]   2> 181137 T533 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 2
   [junit4]   2> 181143 T561 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 181144 T561 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 181153 T532 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 181193 T566 oasc.ZkController.register We are http://127.0.0.1:53649/collection1/ and leader is http://127.0.0.1:53649/collection1/
   [junit4]   2> 181193 T566 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:53649
   [junit4]   2> 181193 T566 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 181193 T566 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 181193 T566 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 181198 T532 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 181204 T533 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53649",
   [junit4]   2> 	  "node_name":"127.0.0.1:53649_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 181207 T533 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53649",
   [junit4]   2> 	  "node_name":"127.0.0.1:53649_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 181211 T533 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 3
   [junit4]   2> 181217 T561 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 181222 T566 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 181226 T561 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 183515 T506 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F24F6BF12F3BE905-001\shard-2-001\cores\collection1
   [junit4]   2> 183522 T506 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 183523 T506 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 183531 T506 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53658
   [junit4]   2> 183533 T506 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 183533 T506 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 183533 T506 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F24F6BF12F3BE905-001\shard-2-001
   [junit4]   2> 183539 T506 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F24F6BF12F3BE905-001\shard-2-001\'
   [junit4]   2> 183617 T506 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F24F6BF12F3BE905-001\shard-2-001\solr.xml
   [junit4]   2> 183647 T506 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F24F6BF12F3BE905-001\shard-2-001\cores
   [junit4]   2> 183647 T506 oasc.CoreContainer.<init> New CoreContainer 33463306
   [junit4]   2> 183648 T506 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F24F6BF12F3BE905-001\shard-2-001\]
   [junit4]   2> 183648 T506 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F24F6BF12F3BE905-001\shard-2-001\lib
   [junit4]   2> 183648 T506 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F24F6BF12F3BE905-001\shard-2-001\lib).
   [junit4]   2> 183675 T506 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 183676 T506 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 183676 T506 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 183676 T506 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 183680 T506 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 183680 T506 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 183680 T506 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 183680 T506 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 183681 T506 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 183681 T506 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 183681 T506 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 183685 T506 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 183685 T506 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 183685 T506 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 183685 T506 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 183686 T506 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53627/solr
   [junit4]   2> 183686 T506 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 183686 T506 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 183692 T506 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 183698 T578 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1799c65 name:ZooKeeperConnection Watcher:127.0.0.1:53627 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 183699 T506 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 183699 T506 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 183701 T508 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14bc716360a0008, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 183701 T506 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 183749 T581 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1dbc10e name:ZooKeeperConnection Watcher:127.0.0.1:53627/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 183749 T506 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 183776 T506 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 185031 T506 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53658_
   [junit4]   2> 185035 T506 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53658_
   [junit4]   2> 185055 T506 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 185064 T506 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F24F6BF12F3BE905-001\shard-2-001\cores
   [junit4]   2> 185067 T506 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F24F6BF12F3BE905-001\shard-2-001\cores\collection1\
   [junit4]   2> 185067 T506 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 185076 T582 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 185077 T582 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 185082 T532 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 185084 T582 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 185084 T582 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 185085 T533 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53658",
   [junit4]   2> 	  "node_name":"127.0.0.1:53658_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 185086 T582 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 185087 T533 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53658",
   [junit4]   2> 	  "node_name":"127.0.0.1:53658_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 185089 T533 oasco.ReplicaMutator.updateState Collection already exists 

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

M: [RollingRestartTest, TestManagedSchemaFieldTypeResource, SynonymTokenizerTest, ChaosMonkeyNothingIsSafeTest, TestRandomDVFaceting, TestManagedSchema, BasicDistributedZk2Test, TestCloudManagedSchemaConcurrent, PrimUtilsTest, TestComplexPhraseQParserPlugin, ZkCLITest, NotRequiredUniqueKeyTest, FileBasedSpellCheckerTest, LeaderElectionIntegrationTest, SimplePostToolTest, TestRawResponseWriter, SpellingQueryConverterTest, MultiTermTest, TestDynamicLoading, AnalysisErrorHandlingTest, PreAnalyzedFieldTest, TestBadConfig, TestClusterStateMutator, TestManagedSchemaDynamicFieldResource, AlternateDirectoryTest, TestFuzzyAnalyzedSuggestions, PathHierarchyTokenizerFactoryTest, DOMUtilTest, AsyncMigrateRouteKeyTest, TestAddFieldRealTimeGet, HdfsChaosMonkeySafeLeaderTest, BasicDistributedZkTest, FieldMutatingUpdateProcessorTest, TestRecoveryHdfs, OverriddenZkACLAndCredentialsProvidersTest, TestSearchPerf, TestFunctionQuery, EchoParamsTest, ZkSolrClientTest, TestLRUStatsCache, TestDocBasedVersionConstraints, JsonLoaderTest, PolyFieldTest, TestReplicaProperties, TimeZoneUtilsTest, DistributedQueryComponentCustomSortTest, DisMaxRequestHandlerTest, TestGroupingSearch, RequestLoggingTest, SuggestComponentTest, TestBM25SimilarityFactory, TestInitParams, CoreAdminRequestStatusTest, ChangedSchemaMergeTest, LoggingHandlerTest, SolrTestCaseJ4Test, TestManagedStopFilterFactory, EnumFieldTest, TestHashPartitioner, ChaosMonkeySafeLeaderTest, TestDistributedMissingSort, PeerSyncTest, ResponseHeaderTest, TestMaxScoreQueryParser, DistributedFacetPivotSmallTest, CircularListTest, TestRestManager, RequestHandlersTest, BasicFunctionalityTest, TestStressReorder, TestCollationField, DocumentAnalysisRequestHandlerTest, TestRebalanceLeaders, TestValueSourceCache, TestRTGBase, ClusterStateUpdateTest, OpenExchangeRatesOrgProviderTest, CoreAdminHandlerTest, TestDistributedGrouping, UniqFieldsUpdateProcessorFactoryTest, TestInfoStreamLogging, DistanceFunctionTest, RemoteQueryErrorTest, HdfsBasicDistributedZkTest, OverseerTest, JSONWriterTest, HdfsSyncSliceTest, SolrIndexConfigTest, PluginInfoTest, HdfsDirectoryFactoryTest, TestLazyCores, RegexBoostProcessorTest, VMParamsZkACLAndCredentialsProvidersTest, DistributedFacetPivotLongTailTest, NoCacheHeaderTest, HdfsLockFactoryTest, BufferStoreTest, TestSolrConfigHandlerCloud, TestFieldTypeCollectionResource, TestFoldingMultitermQuery, OverseerCollectionProcessorTest, UpdateParamsTest, TestDefaultSearchFieldResource, TestFaceting, TestSystemIdResolver, TestHighlightDedupGrouping, LeaderElectionTest, TestCharFilters, DeleteShardTest, MBeansHandlerTest, TestSchemaVersionResource, TestStressVersions, TermVectorComponentTest, TestInitQParser, DistributedFacetPivotSmallAdvancedTest, RequiredFieldsTest, TestIndexingPerformance, OverseerStatusTest, SuggesterTSTTest, DocValuesMissingTest, TestSolrQueryParserResource, TestNoOpRegenerator, TestCloudManagedSchema, CacheHeaderTest, TestJmxIntegration, TriLevelCompositeIdRoutingTest, TestDocumentBuilder, SearchHandlerTest, HdfsBasicDistributedZk2Test, TestTolerantSearch, OutputWriterTest, UnloadDistributedZkTest, SpellPossibilityIteratorTest, AtomicUpdatesTest, TestSort, TestDistribDocBasedVersion, DeleteInactiveReplicaTest, TestShortCircuitedRequests, StandardRequestHandlerTest, StressHdfsTest, AddSchemaFieldsUpdateProcessorFactoryTest, ClusterStateTest, TestNonDefinedSimilarityFactory, TestReplicationHandler, TestNRTOpen, TestBulkSchemaAPI, PreAnalyzedUpdateProcessorTest, BJQParserTest, TestIndexSearcher, TestSolr4Spatial, TestQueryTypes, TestQuerySenderListener, CoreMergeIndexesAdminHandlerTest, TestQueryUtils, TestSweetSpotSimilarityFactory, TestObjectReleaseTracker, TestConfigOverlay, HardAutoCommitTest, TestManagedSchemaFieldResource, CloudMLTQParserTest, HighlighterConfigTest, TestBulkSchemaConcurrent, TestFreeTextSuggestions, CoreAdminCreateDiscoverTest, CursorMarkTest, TestFieldSortValues, TestStressRecovery, DateMathParserTest, TestJmxMonitoredMap, TestCoreContainer, DefaultValueUpdateProcessorTest, SimpleFacetsTest, SolrPluginUtilsTest, DistributedQueryElevationComponentTest, SharedFSAutoReplicaFailoverTest, ZkNodePropsTest, TestDFRSimilarityFactory, SignatureUpdateProcessorFactoryTest, HighlighterTest, SoftAutoCommitTest, TestPostingsSolrHighlighter, TestSchemaNameResource, TestPHPSerializedResponseWriter, AssignTest, DistributedQueueTest, ActionThrottleTest, TestSolrIndexConfig, SaslZkACLProviderTest, SolrInfoMBeanTest, TestSimpleQParserPlugin, TestPseudoReturnFields, DeleteReplicaTest, TestSolrConfigHandler, ReturnFieldsTest, CurrencyFieldXmlFileTest, TestReplicationHandlerBackup, TestStressLucene, DistributedExpandComponentTest, SyncSliceTest, ExternalFileFieldSortTest, TestBinaryResponseWriter, TestReRankQParserPlugin, NumericFieldsTest, TestPivotHelperCode, DistribDocExpirationUpdateProcessorTest, ShardSplitTest, TestIntervalFaceting, CurrencyFieldOpenExchangeTest, OutOfBoxZkACLAndCredentialsProvidersTest, TestWordDelimiterFilterFactory, AddBlockUpdateTest, CollectionsAPIAsyncDistributedZkTest, TestDefaultStatsCache, TestReqParamsAPI, SolrCoreTest, TestWriterPerf, TestFastLRUCache, TestCloudInspectUtil, TestAnalyzedSuggestions, TestSolr4Spatial2, TestOmitPositions, TestSolrJ, TestSolrDeletionPolicy2, TestCursorMarkWithoutUniqueKey, TestFieldTypeResource, DistributedMLTComponentTest, CollectionsAPIDistributedZkTest, OpenCloseCoreStressTest, ShardRoutingTest, BasicZkTest, RecoveryZkTest, FullSolrCloudDistribCmdsTest, TestRandomFaceting, TestZkChroot, ShardRoutingCustomTest, TestDistributedSearch, AutoCommitTest, TestRecovery, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, ZkControllerTest, TestRealTimeGet, TestJoin, TestReload, DistributedTermsComponentTest, TestRangeQuery, StatsComponentTest, SpellCheckComponentTest, SolrCmdDistributorTest, QueryElevationComponentTest, BadIndexSchemaTest, ConvertedLegacyTest, TestFiltering, DirectUpdateHandlerTest, ShowFileRequestHandlerTest, SolrIndexSplitterTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, TestExtendedDismaxParser, SpellCheckCollatorTest, SuggesterFSTTest, SolrRequestParserTest, DocValuesTest, SuggesterTest, TestTrie, SpatialFilterTest, SuggesterWFSTTest, TestCSVLoader, WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, TestUpdate, TestAtomicUpdateErrorCases, QueryEqualityTest, DirectUpdateHandlerOptimizeTest, StatelessScriptUpdateProcessorFactoryTest, SortByFunctionTest, TestRemoteStreaming, DocValuesMultiTest, TestSolrDeletionPolicy1, XsltUpdateRequestHandlerTest, DebugComponentTest, IndexBasedSpellCheckerTest, TestSurroundQueryParser, LukeRequestHandlerTest, DirectSolrSpellCheckerTest, TestReversedWildcardFilterFactory, PrimitiveFieldTypeTest, TermsComponentTest, XmlUpdateRequestHandlerTest, DocumentBuilderTest, MoreLikeThisHandlerTest, FieldAnalysisRequestHandlerTest, TestSolrQueryParser, TestArbitraryIndexDir, FastVectorHighlighterTest, IndexSchemaRuntimeFieldTest, IndexSchemaTest, UpdateRequestProcessorFactoryTest, TestCSVResponseWriter, QueryParsingTest, BinaryUpdateRequestHandlerTest, TestPartialUpdateDeduplication, PingRequestHandlerTest, CSVRequestHandlerTest, TestComponentsName, TestLFUCache, SOLR749Test, TestQuerySenderNoQuery, CopyFieldTest, ResponseLogComponentTest, BadComponentTest, TestMergePolicyConfig, SampleTest, TestDocSet, TestBinaryField, MinimalSchemaTest, TestElisionMultitermQuery, TestConfig, TestSolrCoreProperties, DirectSolrConnectionTest, TestLuceneMatchVersion, TestPhraseSuggestions, TestCodecSupport, TestXIncludeConfig, TestPerFieldSimilarity, TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory, TestDefaultSimilarityFactory, TestFastWriter, ResourceLoaderTest, TestFastOutputStream, ScriptEngineTest, URLClassifyProcessorTest, TestSuggestSpellingConverter, DateFieldTest, RAMDirectoryFactoryTest, TestLRUCache, TestUtils, SliceStateTest, SystemInfoHandlerTest, UUIDFieldTest, FileUtilsTest, CursorPagingTest, DistributedIntervalFacetingTest, AliasIntegrationTest, CloudExitableDirectoryReaderTest, ConnectionManagerTest, CustomCollectionTest, DeleteLastCustomShardedReplicaTest, DistribCursorPagingTest, DistribJoinFromCollectionTest, ExternalCollectionsTest, HttpPartitionTest, LeaderFailoverAfterPartitionTest, LeaderInitiatedRecoveryOnCommitTest, MigrateRouteKeyTest, MultiThreadedOCPTest, OverseerRolesTest, RecoveryAfterSoftCommitTest, ReplicationFactorTest]
   [junit4] Completed in 84.19s, 1 test, 1 error <<< FAILURES!

[...truncated 298 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:509: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1370: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:976: There were test failures: 468 suites, 1870 tests, 1 error, 1 failure, 57 ignored (30 assumptions)

Total time: 134 minutes 24 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.8.0_31 -client -XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (32bit/jdk1.8.0_31) - Build # 4399 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4399/
Java: 32bit/jdk1.8.0_31 -server -XX:+UseSerialGC

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestSolrConfigHandler

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler B97FD1B620D9D065-001\tempDir-010\collection1\conf\params.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler B97FD1B620D9D065-001\tempDir-010\collection1\conf\params.json: The process cannot access the file because it is being used by another process.     C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler B97FD1B620D9D065-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler B97FD1B620D9D065-001\tempDir-010\collection1\conf    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler B97FD1B620D9D065-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler B97FD1B620D9D065-001\tempDir-010\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler B97FD1B620D9D065-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler B97FD1B620D9D065-001\tempDir-010    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler B97FD1B620D9D065-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler B97FD1B620D9D065-001\tempDir-010    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler B97FD1B620D9D065-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler B97FD1B620D9D065-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler B97FD1B620D9D065-001\tempDir-010\collection1\conf\params.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler B97FD1B620D9D065-001\tempDir-010\collection1\conf\params.json: The process cannot access the file because it is being used by another process.

   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler B97FD1B620D9D065-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler B97FD1B620D9D065-001\tempDir-010\collection1\conf
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler B97FD1B620D9D065-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler B97FD1B620D9D065-001\tempDir-010\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler B97FD1B620D9D065-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler B97FD1B620D9D065-001\tempDir-010
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler B97FD1B620D9D065-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler B97FD1B620D9D065-001\tempDir-010
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler B97FD1B620D9D065-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler B97FD1B620D9D065-001

	at __randomizedtesting.SeedInfo.seed([B97FD1B620D9D065]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:200)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


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

Error Message:
org.apache.http.NoHttpResponseException: The target server failed to respond

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:887)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:752)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	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:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:940)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:915)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:568)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:565)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	... 1 more




Build Log:
[...truncated 9587 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B97FD1B620D9D065-001\init-core-data-001
   [junit4]   2> 860178 T3856 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /yu/bf
   [junit4]   2> 860185 T3856 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 860186 T3857 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 860293 T3856 oasc.ZkTestServer.run start zk server on port:50670
   [junit4]   2> 860293 T3856 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 860295 T3856 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 860301 T3864 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@de5822 name:ZooKeeperConnection Watcher:127.0.0.1:50670 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 860301 T3856 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 860302 T3856 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 860302 T3856 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 860310 T3856 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 860312 T3856 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 860325 T3867 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@c6fc2f name:ZooKeeperConnection Watcher:127.0.0.1:50670/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 860325 T3856 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 860325 T3856 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 860325 T3856 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 860329 T3856 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 860331 T3856 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 860334 T3856 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 860337 T3856 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 860338 T3856 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 860343 T3856 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 860343 T3856 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 860353 T3856 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 860354 T3856 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 860359 T3856 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 860360 T3856 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 860364 T3856 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 860364 T3856 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 860367 T3856 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 860368 T3856 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 860373 T3856 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 860373 T3856 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 860377 T3856 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 860377 T3856 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 860385 T3856 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 860386 T3856 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 860390 T3856 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 860390 T3856 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 860394 T3856 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 860394 T3856 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 862279 T3856 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B97FD1B620D9D065-001\control-001\cores\collection1
   [junit4]   2> 862284 T3856 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 862296 T3856 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50678
   [junit4]   2> 862296 T3856 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 862297 T3856 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 862297 T3856 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B97FD1B620D9D065-001\control-001
   [junit4]   2> 862297 T3856 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B97FD1B620D9D065-001\control-001\'
   [junit4]   2> 862342 T3856 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B97FD1B620D9D065-001\control-001\solr.xml
   [junit4]   2> 862357 T3856 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B97FD1B620D9D065-001\control-001\cores
   [junit4]   2> 862357 T3856 oasc.CoreContainer.<init> New CoreContainer 18412585
   [junit4]   2> 862357 T3856 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B97FD1B620D9D065-001\control-001\]
   [junit4]   2> 862357 T3856 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B97FD1B620D9D065-001\control-001\lib
   [junit4]   2> 862357 T3856 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B97FD1B620D9D065-001\control-001\lib).
   [junit4]   2> 862374 T3856 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 862374 T3856 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 862374 T3856 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 862374 T3856 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 862374 T3856 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 862374 T3856 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 862374 T3856 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 862376 T3856 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 862376 T3856 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 862376 T3856 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 862376 T3856 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 862376 T3856 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 862376 T3856 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 862378 T3856 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 862378 T3856 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 862378 T3856 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50670/solr
   [junit4]   2> 862378 T3856 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 862378 T3856 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 862382 T3856 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 862385 T3879 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c03b33 name:ZooKeeperConnection Watcher:127.0.0.1:50670 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 862385 T3856 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 862386 T3856 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 862392 T3856 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 862397 T3882 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@f66b6d name:ZooKeeperConnection Watcher:127.0.0.1:50670/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 862397 T3856 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 862399 T3856 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 862402 T3856 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 862406 T3856 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 862449 T3856 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 862461 T3856 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 862465 T3856 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 862468 T3856 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50677_yu%2Fbf
   [junit4]   2> 862469 T3856 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50677_yu%2Fbf
   [junit4]   2> 862472 T3856 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 862476 T3856 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 862480 T3856 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 862484 T3856 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:50677_yu%2Fbf
   [junit4]   2> 862484 T3856 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 862486 T3856 oasc.Overseer.start Overseer (id=93384725456093187-127.0.0.1:50677_yu%2Fbf-n_0000000000) starting
   [junit4]   2> 862491 T3856 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 862503 T3856 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 862506 T3883 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 862508 T3884 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 862508 T3856 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 862511 T3856 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 862514 T3856 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 862522 T3856 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B97FD1B620D9D065-001\control-001\cores
   [junit4]   2> 862525 T3856 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B97FD1B620D9D065-001\control-001\cores\collection1\
   [junit4]   2> 862525 T3856 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 862527 T3886 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 862527 T3886 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 862529 T3882 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 862529 T3886 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 862531 T3883 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50677/yu/bf",
   [junit4]   2> 	  "node_name":"127.0.0.1:50677_yu%2Fbf",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 0
   [junit4]   2> 862532 T3883 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50677/yu/bf",
   [junit4]   2> 	  "node_name":"127.0.0.1:50677_yu%2Fbf",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 862532 T3883 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 862532 T3883 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 862534 T3882 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 863703 T3886 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 863703 T3886 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 863704 T3886 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 863704 T3886 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 863707 T3886 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 863707 T3886 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B97FD1B620D9D065-001\control-001\cores\collection1\'
   [junit4]   2> 863748 T3886 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 863751 T3886 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 863762 T3886 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 863764 T3886 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 863781 T3886 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 863785 T3886 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 863792 T3886 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 863936 T3886 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 863943 T3886 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 863950 T3886 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 863968 T3886 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 863973 T3886 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 863976 T3886 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 863978 T3886 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 863979 T3886 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 863979 T3886 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 863981 T3886 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 863981 T3886 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 863982 T3886 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 863982 T3886 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 863982 T3886 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B97FD1B620D9D065-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B97FD1B620D9D065-001\tempDir-001/control/data\
   [junit4]   2> 863983 T3886 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@771764
   [junit4]   2> 863984 T3886 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B97FD1B620D9D065-001\tempDir-001/control/data\
   [junit4]   2> 863984 T3886 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B97FD1B620D9D065-001\tempDir-001/control/data\index/
   [junit4]   2> 863984 T3886 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B97FD1B620D9D065-001\tempDir-001\control\data\index' doesn't exist. Creating new index...
   [junit4]   2> 863985 T3886 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B97FD1B620D9D065-001\tempDir-001/control/data\index
   [junit4]   2> 863985 T3886 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=50, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=82.9541015625, floorSegmentMB=1.0625, forceMergeDeletesPctAllowed=4.940807514280089, segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 863986 T3886 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@112c9df lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@677420),segFN=segments_1,generation=1}
   [junit4]   2> 863986 T3886 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 863990 T3886 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 863990 T3886 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 863990 T3886 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 863991 T3886 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 863991 T3886 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 863991 T3886 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 863992 T3886 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 863992 T3886 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 863992 T3886 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 863993 T3886 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 863993 T3886 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 863994 T3886 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 863994 T3886 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 863994 T3886 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 863996 T3886 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 863996 T3886 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 863997 T3886 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 863997 T3886 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 864000 T3886 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 864000 T3886 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 864001 T3886 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 864001 T3886 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 864002 T3886 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 864002 T3886 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 864004 T3886 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 864004 T3886 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 864004 T3886 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 864008 T3886 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 864013 T3886 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 864015 T3886 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 864016 T3886 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 864017 T3886 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 864020 T3886 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 864022 T3886 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 864022 T3886 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 864023 T3886 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=49, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=1.181640625, floorSegmentMB=1.5166015625, forceMergeDeletesPctAllowed=6.8168252399307026, segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 864023 T3886 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@112c9df lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@677420),segFN=segments_1,generation=1}
   [junit4]   2> 864023 T3886 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 864023 T3886 oass.SolrIndexSearcher.<init> Opening Searcher@19f556c[collection1] main
   [junit4]   2> 864023 T3886 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 864025 T3886 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 864026 T3886 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 864026 T3886 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 864026 T3886 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 864026 T3886 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 864028 T3886 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 864028 T3886 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 864029 T3886 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 864029 T3886 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 864029 T3886 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 864029 T3887 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@19f556c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 864031 T3890 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50677/yu/bf collection:control_collection shard:shard1
   [junit4]   2> 864032 T3856 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 864033 T3856 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 864033 T3890 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 864035 T3856 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 864037 T3856 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 864044 T3890 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 864045 T3882 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 864046 T3890 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 864046 T3890 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C851 name=collection1 org.apache.solr.core.SolrCore@233f6b url=http://127.0.0.1:50677/yu/bf/collection1 node=127.0.0.1:50677_yu%2Fbf C851_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:50677/yu/bf, node_name=127.0.0.1:50677_yu%2Fbf, state=down}
   [junit4]   2> 864046 T3890 C851 P50677 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:50677/yu/bf/collection1/
   [junit4]   2> 864046 T3890 C851 P50677 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 864047 T3890 C851 P50677 oasc.SyncStrategy.syncToMe http://127.0.0.1:50677/yu/bf/collection1/ has no replicas
   [junit4]   2> 864047 T3890 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:50677/yu/bf/collection1/ shard1
   [junit4]   2> 864047 T3890 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 864049 T3883 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 864054 T3882 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 864056 T3894 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@bc1df2 name:ZooKeeperConnection Watcher:127.0.0.1:50670/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 864056 T3883 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50677/yu/bf",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 1
   [junit4]   2> 864056 T3856 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 864057 T3856 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 864060 T3856 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 864065 T3856 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 864181 T3882 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 864183 T3894 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 864234 T3890 oasc.ZkController.register We are http://127.0.0.1:50677/yu/bf/collection1/ and leader is http://127.0.0.1:50677/yu/bf/collection1/
   [junit4]   2> 864234 T3890 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50677/yu/bf
   [junit4]   2> 864234 T3890 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 864234 T3890 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 864234 T3890 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 864237 T3882 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 864242 T3883 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50677/yu/bf",
   [junit4]   2> 	  "node_name":"127.0.0.1:50677_yu%2Fbf",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 2
   [junit4]   2> 864242 T3883 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50677/yu/bf",
   [junit4]   2> 	  "node_name":"127.0.0.1:50677_yu%2Fbf",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 864545 T3882 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 864546 T3894 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 865866 T3856 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B97FD1B620D9D065-001\shard-1-001\cores\collection1
   [junit4]   2> 865871 T3856 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 865872 T3856 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 865877 T3856 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50691
   [junit4]   2> 865877 T3856 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 865879 T3856 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 865880 T3856 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B97FD1B620D9D065-001\shard-1-001
   [junit4]   2> 865880 T3856 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B97FD1B620D9D065-001\shard-1-001\'
   [junit4]   2> 865919 T3856 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B97FD1B620D9D065-001\shard-1-001\solr.xml
   [junit4]   2> 865928 T3856 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B97FD1B620D9D065-001\shard-1-001\cores
   [junit4]   2> 865930 T3856 oasc.CoreContainer.<init> New CoreContainer 26779674
   [junit4]   2> 865930 T3856 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B97FD1B620D9D065-001\shard-1-001\]
   [junit4]   2> 865930 T3856 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B97FD1B620D9D065-001\shard-1-001\lib
   [junit4]   2> 865930 T3856 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B97FD1B620D9D065-001\shard-1-001\lib).
   [junit4]   2> 865946 T3856 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 865946 T3856 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 865946 T3856 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 865946 T3856 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 865946 T3856 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 865946 T3856 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 865946 T3856 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 865946 T3856 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 865946 T3856 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 865946 T3856 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 865951 T3856 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 865951 T3856 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 865951 T3856 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 865951 T3856 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 865952 T3856 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 865952 T3856 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50670/solr
   [junit4]   2> 865952 T3856 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 865952 T3856 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 865960 T3856 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 865966 T3906 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@78a312 name:ZooKeeperConnection Watcher:127.0.0.1:50670 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 865966 T3856 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 865967 T3856 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 865973 T3856 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 865975 T3909 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@91e13a name:ZooKeeperConnection Watcher:127.0.0.1:50670/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 865977 T3856 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 865983 T3856 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 867160 T3856 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50690_yu%2Fbf
   [junit4]   2> 867162 T3856 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50690_yu%2Fbf
   [junit4]   2> 867169 T3856 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 867173 T3856 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B97FD1B620D9D065-001\shard-1-001\cores
   [junit4]   2> 867174 T3856 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B97FD1B620D9D065-001\shard-1-001\cores\collection1\
   [junit4]   2> 867174 T3856 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 867177 T3910 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 867177 T3910 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 867178 T3882 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 867178 T3910 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 867181 T3883 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50690/yu/bf",
   [junit4]   2> 	  "node_name":"127.0.0.1:50690_yu%2Fbf",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 3
   [junit4]   2> 867181 T3883 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50690/yu/bf",
   [junit4]   2> 	  "node_name":"127.0.0.1:50690_yu%2Fbf",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 867182 T3883 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 867182 T3883 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 867184 T3882 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 867184 T3894 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 867184 T3909 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 868352 T3910 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 868352 T3910 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 868353 T3910 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 868353 T3910 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 868354 T3910 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 868355 T3910 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B97FD1B620D9D065-001\shard-1-001\cores\collection1\'
   [junit4]   2> 868379 T3910 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 868383 T3910 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 868392 T3910 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 868406 T3910 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 868410 T3910 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 868413 T3910 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 868418 T3910 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 868567 T3910 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 868576 T3910 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 868576 T3910 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 868595 T3910 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 868599 T3910 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 868604 T3910 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 868606 T3910 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 868607 T3910 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 868607 T3910 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 868609 T3910 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 868609 T3910 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 868609 T3910 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 868610 T3910 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 868610 T3910 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B97FD1B620D9D065-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B97FD1B620D9D065-001\tempDir-001/jetty1\
   [junit4]   2> 868610 T3910 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@771764
   [junit4]   2> 868611 T3910 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B97FD1B620D9D065-001\tempDir-001/jetty1\
   [junit4]   2> 868611 T3910 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B97FD1B620D9D065-001\tempDir-001/jetty1\index/
   [junit4]   2> 868611 T3910 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B97FD1B620D9D065-001\tempDir-001\jetty1\index' doesn't exist. Creating new index...
   [junit4]   2> 868611 T3910 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B97FD1B620D9D065-001\tempDir-001/jetty1\index
   [junit4]   2> 868612 T3910 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=50, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=82.9541015625, floorSegmentMB=1.0625, forceMergeDeletesPctAllowed=4.940807514280089, segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 868612 T3910 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1cf7d54 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1cc7d75),segFN=segments_1,generation=1}
   [junit4]   2> 868613 T3910 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 868615 T3910 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 868617 T3910 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 868617 T3910 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 868617 T3910 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 868617 T3910 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 868617 T3910 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 868618 T3910 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 868618 T3910 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 868618 T3910 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 868619 T3910 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 868619 T3910 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 868620 T3910 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 868620 T3910 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 868620 T3910 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 868621 T3910 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 868622 T3910 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 868622 T3910 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 868622 T3910 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 868623 T3910 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 868625 T3910 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 868625 T3910 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 868626 T3910 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 868626 T3910 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 868626 T3910 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 868627 T3910 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 868627 T3910 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 868628 T3910 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 868633 T3910 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 868635 T3910 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 868636 T3910 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 868638 T3910 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 868638 T3910 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 868641 T3910 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 868642 T3910 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 868642 T3910 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 868644 T3910 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=49, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=1.181640625, floorSegmentMB=1.5166015625, forceMergeDeletesPctAllowed=6.8168252399307026, segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 868645 T3910 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1cf7d54 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1cc7d75),segFN=segments_1,generation=1}
   [junit4]   2> 868645 T3910 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 868645 T3910 oass.SolrIndexSearcher.<init> Opening Searcher@1853e5c[collection1] main
   [junit4]   2> 868645 T3910 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 868649 T3910 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 868649 T3910 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 868650 T3910 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 868650 T3910 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 868650 T3910 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 868653 T3910 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 868653 T3910 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 868653 T3910 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 868653 T3910 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 868654 T3911 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1853e5c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 868656 T3910 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 868659 T3914 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50690/yu/bf collection:collection1 shard:shard2
   [junit4]   2> 868661 T3856 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 868661 T3856 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 868680 T3914 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 868844 T3914 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 868856 T3882 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 868871 T3914 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 868871 T3914 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C852 name=collection1 org.apache.solr.core.SolrCore@1e35632 url=http://127.0.0.1:50690/yu/bf/collection1 node=127.0.0.1:50690_yu%2Fbf C852_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:50690/yu/bf, node_name=127.0.0.1:50690_yu%2Fbf, state=down}
   [junit4]   2> 868871 T3914 C852 P50690 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:50690/yu/bf/collection1/
   [junit4]   2> 868871 T3914 C852 P50690 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 868871 T3914 C852 P50690 oasc.SyncStrategy.syncToMe http://127.0.0.1:50690/yu/bf/collection1/ has no replicas
   [junit4]   2> 868871 T3914 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:50690/yu/bf/collection1/ shard2
   [junit4]   2> 868872 T3914 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 868884 T3883 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1"} current state version: 4
   [junit4]   2> 868887 T3882 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 868887 T3894 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 868887 T3909 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 868912 T3883 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50690/yu/bf",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 5
   [junit4]   2> 868916 T3882 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 869040 T3882 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 869040 T3894 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 869040 T3909 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 869090 T3914 oasc.ZkController.register We are http://127.0.0.1:50690/yu/bf/collection1/ and leader is http://127.0.0.1:50690/yu/bf/collection1/
   [junit4]   2> 869090 T3914 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50690/yu/bf
   [junit4]   2> 869090 T3914 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 869090 T3914 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 869090 T3914 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 869092 T3882 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 869093 T3883 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50690/yu/bf",
   [junit4]   2> 	  "node_name":"127.0.0.1:50690_yu%2Fbf",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 6
   [junit4]   2> 869096 T3883 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50690/yu/bf",
   [junit4]   2> 	  "node_name":"127.0.0.1:50690_yu%2Fbf",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 869221 T3882 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 869222 T3909 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 869223 T3894 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 870489 T3856 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B97FD1B620D9D065-001\shard-2-001\cores\collection1
   [junit4]   2> 870493 T3856 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 870494 T3856 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 870499 T3856 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50701
   [junit4]   2> 870499 T3856 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 870499 T3856 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 870499 T3856 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B97FD1B620D9D065-001\shard-2-001
   [junit4]   2> 870499 T3856 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B97FD1B620D9D065-001\shard-2-001\'
   [junit4]   2> 870541 T3856 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B97FD1B620D9D065-001\shard-2-001\solr.xml
   [junit4]   2> 870550 T3856 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B97FD1B620D9D065-001\shard-2-001\cores
   [junit4]   2> 870550 T3856 oasc.CoreContainer.<init> New CoreContainer 8209179
   [junit4]   2> 870550 T3856 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B97FD1B620D9D065-001\shard-2-001\]
   [junit4]   2> 870551 T3856 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B97FD1B620D9D065-001\shard-2-001\lib
   [junit4]   2> 870551 T3856 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B97FD1B620D9D065-001\shard-2-001\lib).
   [junit4]   2> 870564 T3856 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 870564 T3856 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 870564 T3856 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 870566 T3856 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 870566 T3856 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 870566 T3856 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 870566 T3856 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 870567 T3856 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 870567 T3856 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 870567 T3856 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 870568 T3856 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 870568 T3856 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 870570 T3856 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 870570 T3856 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 870570 T3856 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 870570 T3856 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50670/solr
   [junit4]   2> 870571 T3856 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 870571 T3856 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 870573 T3856 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 870576 T3927 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@154741d name:ZooKeeperConnection Watcher:127.0.0.1:50670 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 870576 T3856 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 870578 T3856 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 870582 T3856 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 870586 T3930 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1da689d name:ZooKeeperConnection Watcher:127.0.0.1:50670/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 870586 T3856 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 870595 T3856 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 871776 T3856 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50700_yu%2Fbf
   [junit4]   2> 871778 T3856 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50700_yu%2Fbf
   [junit4]   2> 871786 T3856 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 871792 T3856 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B97FD1B620D9D065-001\shard-2-001\cores
   [junit4]   2> 871796 T3856 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B97FD1B620D9D065-001\shard-2-001\cores\collection1\
   [junit4]   2> 871796 T3856 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 871798 T3931 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 871798 T3931 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 871799 T3882 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 871799 T3931 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 871802 T3883 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50700/yu/bf",
   [junit4]   2> 	  "node_name":"127.0.0.1:50700_yu%2Fbf",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 7
   [junit4]   2> 871803 T3883 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50700/yu/bf",
   [junit4]   2> 	  "node_name":"127.0.0.1:50700_yu%2Fbf",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 871803 T3883 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 871803 T3883 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 871805 T3909 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 871806 T3930 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 871806 T3882 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 871806 T3894 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 873067 T3931 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 873067 T3931 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 873068 T3931 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 873068 T3931 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 873069 T3931 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 873069 T3931 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B97FD1B620D9D065-001\shard-2-001\cores\collection1\'
   [junit4]   2> 873093 T3931 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 873097 T3931 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 873108 T3931 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 873120 T3931 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 873125 T3931 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 873129 T3931 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 873135 T3931 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 873323 T3931 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 873332 T3931 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 873333 T3931 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 873353 T3931 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 873358 T3931 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 873363 T3931 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 873366 T3931 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 873366 T3931 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 873367 T3931 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 873368 T3931 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 87

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

iltering, TestDistributedSearch, RecoveryZkTest, TestQueryTypes, ResourceLoaderTest, SimpleFacetsTest, LeaderFailoverAfterPartitionTest, SliceStateTest, QueryElevationComponentTest, TestSchemaManager, FieldAnalysisRequestHandlerTest, TestPhraseSuggestions, DistanceUnitsTest, DocValuesMultiTest, MBeansHandlerTest, ParsingFieldUpdateProcessorsTest, MoreLikeThisHandlerTest, TestShardHandlerFactory, OutOfBoxZkACLAndCredentialsProvidersTest, PeerSyncTest, TestPerFieldSimilarity, TestDistributedMissingSort, PrimitiveFieldTypeTest, AsyncMigrateRouteKeyTest, BasicZkTest, TestFunctionQuery, SOLR749Test, SolrCmdDistributorTest, TestLMDirichletSimilarityFactory, DeleteLastCustomShardedReplicaTest, TestChildDocTransformer, TestJmxMonitoredMap, TestExceedMaxTermLength, OverseerStatusTest, TestReversedWildcardFilterFactory, ClusterStateUpdateTest, PreAnalyzedFieldTest, SolrInfoMBeanTest, TestCloudInspectUtil, TestAnalyzedSuggestions, TestSweetSpotSimilarityFactory, TestManagedSchemaFieldResource, QueryResultKeyTest, TestLazyCores, DocValuesMissingTest, LoggingHandlerTest, TermVectorComponentDistributedTest, RequiredFieldsTest, TestBlobHandler, TestCollationField, TestWriterPerf, DateFieldTest, FacetPivotSmallTest, TestCursorMarkWithoutUniqueKey, SimplePostToolTest, TestDocBasedVersionConstraints, FastVectorHighlighterTest, TestQueryUtils, CachingDirectoryFactoryTest, ShowFileRequestHandlerTest, BlockDirectoryTest, DirectSolrSpellCheckerTest, HttpPartitionTest, CircularListTest, SpellingQueryConverterTest, TestReplicaProperties, TestReloadAndDeleteDocs, DistributedFacetPivotSmallTest, TestSystemIdResolver, WordBreakSolrSpellCheckerTest, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, SyncSliceTest, OpenCloseCoreStressTest, OverseerTest, ShardRoutingTest, FullSolrCloudDistribCmdsTest, TestReplicationHandler, TestRandomFaceting, TestZkChroot, TestDistributedGrouping, TestFaceting, TestHashPartitioner, DistributedSpellCheckComponentTest, TestRealTimeGet, TestStressReorder, HardAutoCommitTest, DistributedTermsComponentTest, TestRangeQuery, TestCoreContainer, TestSolr4Spatial, SolrCoreTest, StatsComponentTest, TestGroupingSearch, TestSort, BasicFunctionalityTest, DirectUpdateHandlerTest, TestBadConfig, TestIndexSearcher, HighlighterTest, SoftAutoCommitTest, CurrencyFieldOpenExchangeTest, CurrencyFieldXmlFileTest, SolrIndexSplitterTest, TestCoreDiscovery, SignatureUpdateProcessorFactoryTest, SpellCheckCollatorTest, SuggesterFSTTest, CoreAdminHandlerTest, SolrRequestParserTest, TestFoldingMultitermQuery, DocValuesTest, SuggesterTSTTest, SuggesterTest, TestStressLucene, TestTrie, SpatialFilterTest, SuggesterWFSTTest, TestCSVLoader, PolyFieldTest, NoCacheHeaderTest, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory, DirectUpdateHandlerOptimizeTest, StatelessScriptUpdateProcessorFactoryTest, TestRemoteStreaming, DistanceFunctionTest, XsltUpdateRequestHandlerTest, CacheHeaderTest, IndexBasedSpellCheckerTest, TestSurroundQueryParser, LukeRequestHandlerTest, DisMaxRequestHandlerTest, StandardRequestHandlerTest, DocumentAnalysisRequestHandlerTest, FileBasedSpellCheckerTest, TermsComponentTest, RequestHandlersTest, TestValueSourceCache, PathHierarchyTokenizerFactoryTest, SolrPluginUtilsTest, IndexSchemaTest, UpdateRequestProcessorFactoryTest, JSONWriterTest, QueryParsingTest, BinaryUpdateRequestHandlerTest, TestPartialUpdateDeduplication, PingRequestHandlerTest, CSVRequestHandlerTest, TestComponentsName, TestLFUCache, HighlighterConfigTest, TestQuerySenderListener, TestSolrIndexConfig, TestQuerySenderNoQuery, TestStressRecovery, TestSolrDeletionPolicy2, MultiTermTest, TestSearchPerf, NumericFieldsTest, MinimalSchemaTest, TestElisionMultitermQuery, TestConfig, OutputWriterTest, ExternalFileFieldSortTest, TestPostingsSolrHighlighter, DirectSolrConnectionTest, TestCodecSupport, TestXIncludeConfig, EchoParamsTest, TestDFRSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestFastWriter, TimeZoneUtilsTest, ScriptEngineTest, OpenExchangeRatesOrgProviderTest, PluginInfoTest, TestFastLRUCache, DateMathParserTest, ChaosMonkeyNothingIsSafeTest, TestSuggestSpellingConverter, ClusterStateTest, TestSolrJ, TestLRUCache, TestDocumentBuilder, SystemInfoHandlerTest, TestRTGBase, CursorPagingTest, DistributedIntervalFacetingTest, SolrTestCaseJ4Test, TestHighlightDedupGrouping, TestTolerantSearch, ActionThrottleTest, CustomCollectionTest, DeleteReplicaTest, DeleteShardTest, DistribCursorPagingTest, DistributedQueueTest, MultiThreadedOCPTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerRolesTest, RemoteQueryErrorTest, ShardSplitTest, SharedFSAutoReplicaFailoverTest, SharedFSAutoReplicaFailoverUtilsTest, SolrXmlInZkTest, TestCloudPivotFacet, TestCollectionAPI, TestDistribDocBasedVersion, TestRequestStatusCollectionAPI, TestShortCircuitedRequests, TriLevelCompositeIdRoutingTest, VMParamsZkACLAndCredentialsProvidersTest, HdfsBasicDistributedZk2Test, HdfsCollectionsAPIDistributedZkTest, HdfsSyncSliceTest, HdfsUnloadDistributedZkTest, HdfsWriteToMultipleCollectionsTest, TestClusterStateMutator, ZkStateWriterTest, ExitableDirectoryReaderTest, TestConfigOverlay, TestImplicitCoreProperties, TestInfoStreamLogging, TestInitParams, TestSolrConfigHandler]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrConfigHandler -Dtests.seed=B97FD1B620D9D065 -Dtests.slow=true -Dtests.locale=es_ES -Dtests.timezone=America/Fortaleza -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] ERROR   0.00s | TestSolrConfigHandler (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the following files (in the order of attempts):
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler B97FD1B620D9D065-001\tempDir-010\collection1\conf\params.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler B97FD1B620D9D065-001\tempDir-010\collection1\conf\params.json: The process cannot access the file because it is being used by another process.
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler B97FD1B620D9D065-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler B97FD1B620D9D065-001\tempDir-010\collection1\conf
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler B97FD1B620D9D065-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler B97FD1B620D9D065-001\tempDir-010\collection1
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler B97FD1B620D9D065-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler B97FD1B620D9D065-001\tempDir-010
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler B97FD1B620D9D065-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler B97FD1B620D9D065-001\tempDir-010
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler B97FD1B620D9D065-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler B97FD1B620D9D065-001
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([B97FD1B620D9D065]:0)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed in 12.72s, 4 tests, 1 error <<< FAILURES!

[...truncated 211 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:509: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1370: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:976: There were test failures: 468 suites, 1870 tests, 1 suite-level error, 1 error, 57 ignored (30 assumptions)

Total time: 116 minutes 35 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.8.0_31 -server -XX:+UseSerialGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (32bit/jdk1.7.0_76) - Build # 4398 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4398/
Java: 32bit/jdk1.7.0_76 -client -XX:+UseSerialGC

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

Error Message:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:53631/repfacttest_c8n_1x3_shard1_replica1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:53631/repfacttest_c8n_1x3_shard1_replica1
	at __randomizedtesting.SeedInfo.seed([3914FE68AF4781C4:B140C1B201BBEC3C]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:597)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:906)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:809)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:752)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:283)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:940)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:915)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	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:53631/repfacttest_c8n_1x3_shard1_replica1
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:572)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:594)
	... 47 more
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
	... 52 more




Build Log:
[...truncated 9422 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 3914FE68AF4781C4-001\init-core-data-001
   [junit4]   2> 490447 T2285 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 490451 T2285 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 490452 T2286 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 490521 T2285 oasc.ZkTestServer.run start zk server on port:53591
   [junit4]   2> 490521 T2285 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 490524 T2285 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 490527 T2293 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@19af61c name:ZooKeeperConnection Watcher:127.0.0.1:53591 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 490527 T2285 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 490527 T2285 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 490527 T2285 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 490531 T2285 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 490532 T2285 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 490534 T2296 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@27929f name:ZooKeeperConnection Watcher:127.0.0.1:53591/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 490534 T2285 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 490535 T2285 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 490535 T2285 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 490538 T2285 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 490541 T2285 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 490543 T2285 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 490546 T2285 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 490546 T2285 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 490550 T2285 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 490550 T2285 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 490553 T2285 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 490553 T2285 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 490555 T2285 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 490555 T2285 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 490558 T2285 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 490559 T2285 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 490562 T2285 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 490562 T2285 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 490564 T2285 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 490564 T2285 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 490568 T2285 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 490568 T2285 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 490570 T2285 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 490570 T2285 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 490573 T2285 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 490573 T2285 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 490576 T2285 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 490576 T2285 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 491724 T2285 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 3914FE68AF4781C4-001\control-001\cores\collection1
   [junit4]   2> 491728 T2285 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 491730 T2285 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53599
   [junit4]   2> 491731 T2285 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@14b7453
   [junit4]   2> 491731 T2285 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 491731 T2285 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 3914FE68AF4781C4-001\control-001
   [junit4]   2> 491731 T2285 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 3914FE68AF4781C4-001\control-001\'
   [junit4]   2> 491759 T2285 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 3914FE68AF4781C4-001\control-001\solr.xml
   [junit4]   2> 491783 T2285 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 3914FE68AF4781C4-001\control-001\cores
   [junit4]   2> 491783 T2285 oasc.CoreContainer.<init> New CoreContainer 8611709
   [junit4]   2> 491783 T2285 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 3914FE68AF4781C4-001\control-001\]
   [junit4]   2> 491783 T2285 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 3914FE68AF4781C4-001\control-001\lib
   [junit4]   2> 491783 T2285 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 3914FE68AF4781C4-001\control-001\lib).
   [junit4]   2> 491792 T2285 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 491792 T2285 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 491792 T2285 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 491792 T2285 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 491792 T2285 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 491792 T2285 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 491792 T2285 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 491792 T2285 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 491792 T2285 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 491794 T2285 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 491794 T2285 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 491794 T2285 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 491794 T2285 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 491794 T2285 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 491794 T2285 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 491795 T2285 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53591/solr
   [junit4]   2> 491795 T2285 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 491795 T2285 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 491797 T2285 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 491799 T2308 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1fa262d name:ZooKeeperConnection Watcher:127.0.0.1:53591 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 491799 T2285 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 491800 T2285 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 491801 T2287 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14bc2fe629c0002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 491803 T2285 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 491805 T2311 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@197f984 name:ZooKeeperConnection Watcher:127.0.0.1:53591/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 491805 T2285 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 491807 T2285 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 491809 T2285 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 491812 T2285 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 491815 T2285 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 491818 T2285 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 491821 T2285 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 491823 T2285 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53598_
   [junit4]   2> 491824 T2285 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53598_
   [junit4]   2> 491826 T2285 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 491828 T2285 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 491830 T2285 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 491832 T2285 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:53598_
   [junit4]   2> 491832 T2285 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 491834 T2285 oasc.Overseer.start Overseer (id=93382615123099651-127.0.0.1:53598_-n_0000000000) starting
   [junit4]   2> 491836 T2285 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 491847 T2285 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 491847 T2313 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 491848 T2312 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 491848 T2285 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 491851 T2285 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 491853 T2285 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 491858 T2285 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 3914FE68AF4781C4-001\control-001\cores
   [junit4]   2> 491859 T2285 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 3914FE68AF4781C4-001\control-001\cores\collection1\
   [junit4]   2> 491859 T2285 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 491860 T2315 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 491860 T2315 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 491862 T2311 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 491862 T2315 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 491863 T2312 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53598",
   [junit4]   2> 	  "node_name":"127.0.0.1:53598_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state"} current state version: 0
   [junit4]   2> 491864 T2312 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53598",
   [junit4]   2> 	  "node_name":"127.0.0.1:53598_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 491864 T2312 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 491864 T2312 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 491865 T2311 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 492558 T2315 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 492558 T2315 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 492559 T2315 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 492559 T2315 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 492560 T2315 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 492560 T2315 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 3914FE68AF4781C4-001\control-001\cores\collection1\'
   [junit4]   2> 492584 T2315 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 492588 T2315 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 492596 T2315 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 492613 T2315 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 492650 T2315 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 492651 T2315 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 492662 T2315 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 493069 T2315 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 493075 T2315 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 493077 T2315 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 493088 T2315 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 493091 T2315 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 493094 T2315 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 493096 T2315 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 493096 T2315 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 493096 T2315 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 493097 T2315 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 493097 T2315 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 493097 T2315 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 493097 T2315 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 493098 T2315 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 3914FE68AF4781C4-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 3914FE68AF4781C4-001\tempDir-001/control/data\
   [junit4]   2> 493098 T2315 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d04404
   [junit4]   2> 493098 T2315 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 3914FE68AF4781C4-001\tempDir-001/control/data\
   [junit4]   2> 493098 T2315 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 3914FE68AF4781C4-001\tempDir-001/control/data\index/
   [junit4]   2> 493098 T2315 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 3914FE68AF4781C4-001\tempDir-001\control\data\index' doesn't exist. Creating new index...
   [junit4]   2> 493098 T2315 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 3914FE68AF4781C4-001\tempDir-001/control/data\index
   [junit4]   2> 493099 T2315 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=22, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=42.59765625, floorSegmentMB=1.0068359375, forceMergeDeletesPctAllowed=11.284871426410634, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 493100 T2315 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@3e7e77 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e0d9a1),segFN=segments_1,generation=1}
   [junit4]   2> 493100 T2315 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 493102 T2315 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 493103 T2315 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 493103 T2315 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 493103 T2315 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 493103 T2315 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 493103 T2315 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 493103 T2315 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 493104 T2315 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 493104 T2315 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 493104 T2315 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 493105 T2315 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 493105 T2315 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 493105 T2315 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 493105 T2315 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 493105 T2315 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 493106 T2315 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 493106 T2315 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 493107 T2315 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 493108 T2315 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 493108 T2315 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 493109 T2315 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 493109 T2315 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 493109 T2315 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 493109 T2315 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 493110 T2315 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 493110 T2315 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 493111 T2315 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 493115 T2315 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 493118 T2315 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 493120 T2315 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 493121 T2315 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 493123 T2315 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 493125 T2315 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 493125 T2315 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 493126 T2315 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=30, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 493126 T2315 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@3e7e77 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e0d9a1),segFN=segments_1,generation=1}
   [junit4]   2> 493126 T2315 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 493126 T2315 oass.SolrIndexSearcher.<init> Opening Searcher@1d24272[collection1] main
   [junit4]   2> 493126 T2315 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 493128 T2315 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 493128 T2315 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 493128 T2315 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 493128 T2315 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 493129 T2315 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 493130 T2315 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 493130 T2315 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 493130 T2315 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 493130 T2315 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 493130 T2315 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 493130 T2316 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1d24272[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 493132 T2319 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:53598 collection:control_collection shard:shard1
   [junit4]   2> 493132 T2285 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 493132 T2285 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 493133 T2319 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 493134 T2285 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 493135 T2285 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 493137 T2323 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1eee5d3 name:ZooKeeperConnection Watcher:127.0.0.1:53591/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 493137 T2285 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 493137 T2285 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 493139 T2285 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 493140 T2319 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 493141 T2311 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 493143 T2319 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 493143 T2319 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1378 name=collection1 org.apache.solr.core.SolrCore@a14705 url=http://127.0.0.1:53598/collection1 node=127.0.0.1:53598_ C1378_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:53598, node_name=127.0.0.1:53598_, state=down}
   [junit4]   2> 493143 T2319 C1378 P53598 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:53598/collection1/
   [junit4]   2> 493143 T2319 C1378 P53598 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 493143 T2319 C1378 P53598 oasc.SyncStrategy.syncToMe http://127.0.0.1:53598/collection1/ has no replicas
   [junit4]   2> 493143 T2312 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 493143 T2285 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 493143 T2319 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:53598/collection1/ shard1
   [junit4]   2> 493144 T2319 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 493146 T2311 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 493147 T2323 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 493159 T2311 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 493161 T2312 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53598",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 493235 T2311 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 493235 T2323 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 493267 T2319 oasc.ZkController.register We are http://127.0.0.1:53598/collection1/ and leader is http://127.0.0.1:53598/collection1/
   [junit4]   2> 493267 T2319 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:53598
   [junit4]   2> 493267 T2319 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 493267 T2319 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 493268 T2319 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 493269 T2311 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 493271 T2312 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53598",
   [junit4]   2> 	  "node_name":"127.0.0.1:53598_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "operation":"state"} current state version: 3
   [junit4]   2> 493272 T2312 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53598",
   [junit4]   2> 	  "node_name":"127.0.0.1:53598_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 493346 T2311 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 493347 T2323 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 494212 T2285 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 3914FE68AF4781C4-001\shard-1-001\cores\collection1
   [junit4]   2> 494216 T2285 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 494216 T2285 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 494220 T2285 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53612
   [junit4]   2> 494220 T2285 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@14b7453
   [junit4]   2> 494221 T2285 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 494221 T2285 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 3914FE68AF4781C4-001\shard-1-001
   [junit4]   2> 494222 T2285 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 3914FE68AF4781C4-001\shard-1-001\'
   [junit4]   2> 494265 T2285 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 3914FE68AF4781C4-001\shard-1-001\solr.xml
   [junit4]   2> 494292 T2285 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 3914FE68AF4781C4-001\shard-1-001\cores
   [junit4]   2> 494292 T2285 oasc.CoreContainer.<init> New CoreContainer 2690898
   [junit4]   2> 494292 T2285 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 3914FE68AF4781C4-001\shard-1-001\]
   [junit4]   2> 494292 T2285 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 3914FE68AF4781C4-001\shard-1-001\lib
   [junit4]   2> 494292 T2285 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 3914FE68AF4781C4-001\shard-1-001\lib).
   [junit4]   2> 494301 T2285 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 494301 T2285 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 494301 T2285 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 494301 T2285 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 494301 T2285 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 494301 T2285 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 494301 T2285 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 494301 T2285 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 494301 T2285 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 494302 T2285 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 494302 T2285 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 494302 T2285 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 494302 T2285 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 494302 T2285 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 494302 T2285 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 494303 T2285 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53591/solr
   [junit4]   2> 494303 T2285 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 494303 T2285 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 494306 T2285 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 494307 T2335 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@c7c06b name:ZooKeeperConnection Watcher:127.0.0.1:53591 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 494307 T2285 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 494308 T2285 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 494310 T2285 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 494311 T2338 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@84f732 name:ZooKeeperConnection Watcher:127.0.0.1:53591/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 494311 T2285 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 494318 T2285 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 495018 T2285 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53611_
   [junit4]   2> 495019 T2285 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53611_
   [junit4]   2> 495024 T2285 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 495026 T2285 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 3914FE68AF4781C4-001\shard-1-001\cores
   [junit4]   2> 495026 T2285 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 3914FE68AF4781C4-001\shard-1-001\cores\collection1\
   [junit4]   2> 495026 T2285 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 495028 T2339 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 495028 T2339 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 495029 T2339 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 495029 T2311 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 495031 T2312 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53611",
   [junit4]   2> 	  "node_name":"127.0.0.1:53611_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state"} current state version: 4
   [junit4]   2> 495032 T2312 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53611",
   [junit4]   2> 	  "node_name":"127.0.0.1:53611_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 495032 T2312 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 495032 T2312 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 495033 T2323 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 495033 T2311 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 495033 T2338 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 495726 T2339 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 495726 T2339 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 495727 T2339 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 495727 T2339 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 495728 T2339 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 495728 T2339 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 3914FE68AF4781C4-001\shard-1-001\cores\collection1\'
   [junit4]   2> 495746 T2339 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 495748 T2339 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 495757 T2339 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 495774 T2339 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 495818 T2339 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 495820 T2339 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 495826 T2339 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 496214 T2339 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 496221 T2339 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 496224 T2339 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 496237 T2339 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 496243 T2339 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 496247 T2339 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 496249 T2339 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 496249 T2339 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 496249 T2339 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 496250 T2339 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 496250 T2339 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 496250 T2339 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 496250 T2339 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 496251 T2339 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 3914FE68AF4781C4-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 3914FE68AF4781C4-001\tempDir-001/jetty1\
   [junit4]   2> 496251 T2339 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d04404
   [junit4]   2> 496252 T2339 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 3914FE68AF4781C4-001\tempDir-001/jetty1\
   [junit4]   2> 496252 T2339 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 3914FE68AF4781C4-001\tempDir-001/jetty1\index/
   [junit4]   2> 496252 T2339 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 3914FE68AF4781C4-001\tempDir-001\jetty1\index' doesn't exist. Creating new index...
   [junit4]   2> 496252 T2339 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 3914FE68AF4781C4-001\tempDir-001/jetty1\index
   [junit4]   2> 496253 T2339 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=22, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=42.59765625, floorSegmentMB=1.0068359375, forceMergeDeletesPctAllowed=11.284871426410634, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 496254 T2339 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@17a93c7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7c0c52),segFN=segments_1,generation=1}
   [junit4]   2> 496254 T2339 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 496258 T2339 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 496258 T2339 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 496259 T2339 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 496259 T2339 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 496259 T2339 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 496259 T2339 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 496260 T2339 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 496260 T2339 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 496260 T2339 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 496261 T2339 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 496262 T2339 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 496263 T2339 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 496263 T2339 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 496264 T2339 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 496265 T2339 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 496265 T2339 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 496267 T2339 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 496267 T2339 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 496268 T2339 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 496269 T2339 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 496273 T2339 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 496273 T2339 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 496274 T2339 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 496275 T2339 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 496275 T2339 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 496276 T2339 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 496277 T2339 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 496286 T2339 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 496288 T2339 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 496290 T2339 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 496292 T2339 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 496295 T2339 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 496297 T2339 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 496297 T2339 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 496299 T2339 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=30, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 496299 T2339 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@17a93c7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7c0c52),segFN=segments_1,generation=1}
   [junit4]   2> 496299 T2339 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 496299 T2339 oass.SolrIndexSearcher.<init> Opening Searcher@160c90a[collection1] main
   [junit4]   2> 496299 T2339 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 496301 T2339 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 496301 T2339 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 496302 T2339 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 496302 T2339 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 496303 T2339 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 496303 T2339 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 496303 T2339 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 496303 T2339 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 496303 T2339 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 496305 T2340 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@160c90a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 496305 T2339 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 496307 T2343 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:53611 collection:collection1 shard:shard3
   [junit4]   2> 496307 T2285 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 496307 T2285 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 496308 T2343 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard3/election
   [junit4]   2> 496322 T2343 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard3
   [junit4]   2> 496326 T2311 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 496327 T2343 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 496327 T2343 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1379 name=collection1 org.apache.solr.core.SolrCore@1b37231 url=http://127.0.0.1:53611/collection1 node=127.0.0.1:53611_ C1379_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:53611, node_name=127.0.0.1:53611_, state=down}
   [junit4]   2> 496327 T2343 C1379 P53611 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:53611/collection1/
   [junit4]   2> 496327 T2343 C1379 P53611 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 496327 T2343 C1379 P53611 oasc.SyncStrategy.syncToMe http://127.0.0.1:53611/collection1/ has no replicas
   [junit4]   2> 496328 T2343 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:53611/collection1/ shard3
   [junit4]   2> 496329 T2343 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard3
   [junit4]   2> 496331 T2312 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "collection":"collection1"} current state version: 5
   [junit4]   2> 496335 T2338 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 496335 T2311 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 496336 T2323 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 496355 T2312 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53611",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 6
   [junit4]   2> 496358 T2311 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 496429 T2311 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 496430 T2338 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 496431 T2323 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 496459 T2343 oasc.ZkController.register We are http://127.0.0.1:53611/collection1/ and leader is http://127.0.0.1:53611/collection1/
   [junit4]   2> 496459 T2343 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:53611
   [junit4]   2> 496459 T2343 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 496459 T2343 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 496459 T2343 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 496462 T2311 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 496464 T2312 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53611",
   [junit4]   2> 	  "node_name":"127.0.0.1:53611_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "operation":"state"} current state version: 7
   [junit4]   2> 496465 T2312 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53611",
   [junit4]   2> 	  "node_name":"127.0.0.1:53611_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 496541 T2338 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 496543 T2311 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 496543 T2323 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 497488 T2285 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 3914FE68AF4781C4-001\shard-2-001\cores\collection1
   [junit4]   2> 497490 T2285 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 497491 T2285 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 497494 T2285 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53622
   [junit4]   2> 497495 T2285 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@14b7453
   [junit4]   2> 497495 T2285 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 497495 T2285 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 3914FE68AF4781C4-001\shard-2-001
   [junit4]   2> 497495 T2285 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 3914FE68AF4781C4-001\shard-2-001\'
   [junit4]   2> 497525 T2285 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 3914FE68AF4781C4-001\shard-2-001\solr.xml
   [junit4]   2> 497547 T2285 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 3914FE68AF4781C4-001\shard-2-001\cores
   [junit4]   2> 497548 T2285 oasc.CoreContainer.<init> New CoreContainer 7412342
   [junit4]   2> 497548 T2285 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 3914FE68AF4781C4-001\shard-2-001\]
   [junit4]   2> 497548 T2285 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 3914FE68AF4781C4-001\shard-2-001\lib
   [junit4]   2> 497548 T2285 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 3914FE68AF4781C4-001\shard-2-001\lib).
   [junit4]   2> 497556 T2285 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 497556 T2285 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 497556 T2285 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 497556 T2285 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 497556 T2285 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 497556 T2285 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 497556 T2285 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 497556 T2285 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 497557 T2285 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 497557 T2285 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 497557 T2285 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 497557 T2285 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 497557 T2285 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 497557 T2285 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 497557 T2285 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 497558 T2285 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53591/solr
   [junit4]   2> 497558 T2285 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 497558 T2285 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 497559 T2285 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 497561 T2356 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@f5c740 name:ZooKeeperConnection Watcher:127.0.0.1:53591 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 497562 T2285 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 497562 T2285 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 497565 T2285 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 497566 T2359 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@32a5ab name:ZooKeeperConnection Watcher:127.0.0.1:53591/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 497566 T2285 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 497571 T2285 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 498201 T2285 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53621_
   [junit4]   2> 498202 T2285 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53621_
   [junit4]   2> 498207 T2285 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 498210 T2285 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 3914FE68AF4781C4-001\shard-2-001\cores
   [junit4]   2> 498210 T2285 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 3914FE68AF4781C4-001\shard-2-001\cores\collection1\
   [junit4]   2> 498212 T2285 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 498213 T2360 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 498213 T2360 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 498213 T2311 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 498213 T2360 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 498215 T2312 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53621",
   [junit4]   2> 	  "node_name":"127.0.0.1:53621_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state"} current state version: 8
   [junit4]   2> 498215 T2312 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53621",
   [junit4]   2> 	  "node_name":"127.0.0.1:53621_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 498215 T2312 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 498215 T2312 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 498217 T2359 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 498217 T2338 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 498217 T2311 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 498217 T2323 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 498841 T2360 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 498841 T2360 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 498842 T2360 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 498842 T2360 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 498843 T2360 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 498843 T2360 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 3914FE68AF4781C4-001\shard-2-001\cores\collection1\'
   [junit4]   2> 498862 T2360 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 498866 T2360 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 498876 T2360 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 498911 T2360 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 498959 T2360 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 498961 T2360 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 498971 T2360 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 499256 T2360 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 499260 T2360 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 499262 T2360 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 499273 T2360 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 499276 T2360 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 499279 T2360 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 499279 T2360 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 499279 T2360 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 499279 T2360 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 499281 T2360 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 499281 T2360 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 499281 T2360 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 499281 T2360 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 499281 T2360 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 3914FE68AF4781C4-001\shard-2-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 3914FE68AF4781C4-001\tempDir-001/jetty2\
   [junit4]   2> 499281 T2360 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d04404
   [junit4]   2> 499283 T2360 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 3914FE68AF4781C4-001\tempDir-001/jetty2\
   [junit4]   2> 499283 T2360 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 3914FE68AF4781C4-001\tempDir-001/jetty2\index/
   [junit4]   2> 499283 T2360 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 3914FE68AF4781C4-001\tempDir-001\jetty2\index' doesn't exist. Creating new index...
   [junit4]   2> 499283 T2360 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 3914FE68AF4781C4-001\tempDir-001/jetty2\index
   [junit4]   2> 499283 T2360 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=22, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=42.59765625, floorSegmentMB=1.0068359375, forceMergeDeletesPctAllowed=11.284871426410634, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 499283 T2360 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@231f46 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1da59de),segFN=segments_1,generation=1}
   [junit4]   2> 499283 T2360 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 499286 T2360 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 499286 T2360 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 499286 T2360 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 499286 T2360 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 499287 T2360 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 499287 T2360 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 499287 T2360 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 499287 T2360 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 499287 T2360 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 499288 T2360 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 499288 T2360 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 499289 T2360 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 499289 T2360 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 499289 T2360 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 499289 T2360 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 499290 T2360 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 499291 T2360 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 499291 T2360 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.ap

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

der$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 531013 T2285 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null}
   [junit4]   2> 531188 T2285 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:53591 53591
   [junit4]   2> 533255 T2286 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:53591 53591
   [junit4]   2> 533257 T2286 oasc.ZkTestServer$ZKServerMain.runFromConfig WARN Watch limit violations: 
   [junit4]   2> 	Maximum concurrent create/delete watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		5	/solr/aliases.json
   [junit4]   2> 		5	/solr/clusterstate.json
   [junit4]   2> 		4	/solr/configs/conf1
   [junit4]   2> 	
   [junit4]   2> 	Maximum concurrent data watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		2	/solr/collections/repfacttest_c8n_1x3/leader_elect/shard1/election/93382615123099658-core_node1-n_0000000000
   [junit4]   2> 	
   [junit4]   2> 	Maximum concurrent children watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		5	/solr/live_nodes
   [junit4]   2> 		4	/solr/overseer/collection-queue-work
   [junit4]   2> 		4	/solr/overseer/queue
   [junit4]   2> 	
   [junit4]   2> 533257 T2285 oasc.SocketProxy.close WARN Closing 2 connections to: http://127.0.0.1:53611/
   [junit4]   2> 533258 T2285 oasc.SocketProxy.close WARN Closing 0 connections to: http://127.0.0.1:53598/
   [junit4]   2> 533258 T2285 oasc.SocketProxy.close WARN Closing 2 connections to: http://127.0.0.1:53621/
   [junit4]   2> 533258 T2285 oasc.SocketProxy.close WARN Closing 12 connections to: http://127.0.0.1:53631/
   [junit4]   2> 533260 T2285 oasc.ReplicationFactorTest.distribTearDown super.distribTearDown complete, closing all socket proxies
   [junit4]   2> 533261 T2285 oasc.SocketProxy.close WARN Closing 0 connections to: http://127.0.0.1:53611/
   [junit4]   2> 533261 T2285 oasc.SocketProxy.close WARN Closing 0 connections to: http://127.0.0.1:53598/
   [junit4]   2> 533261 T2285 oasc.SocketProxy.close WARN Closing 0 connections to: http://127.0.0.1:53621/
   [junit4]   2> 533261 T2285 oasc.SocketProxy.close WARN Closing 0 connections to: http://127.0.0.1:53631/
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ReplicationFactorTest -Dtests.method=test -Dtests.seed=3914FE68AF4781C4 -Dtests.slow=true -Dtests.locale=ru -Dtests.timezone=Europe/Istanbul -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] ERROR   42.8s | ReplicationFactorTest.test <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:53631/repfacttest_c8n_1x3_shard1_replica1
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([3914FE68AF4781C4:B140C1B201BBEC3C]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:597)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:906)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:809)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:752)
   [junit4]    > 	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:283)
   [junit4]    > 	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:940)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:915)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:53631/repfacttest_c8n_1x3_shard1_replica1
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:572)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:594)
   [junit4]    > 	... 47 more
   [junit4]    > Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
   [junit4]    > 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
   [junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
   [junit4]    > 	... 52 more
   [junit4]   2> 533273 T2285 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 3914FE68AF4781C4-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50), sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=ru, timezone=Europe/Istanbul
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_76 (32-bit)/cpus=2,threads=1,free=49814472,total=176050176
   [junit4]   2> NOTE: All tests run in this JVM: [ChaosMonkeySafeLeaderTest, TestDistributedMissingSort, TestRTGBase, TestFiltering, HdfsCollectionsAPIDistributedZkTest, DeleteLastCustomShardedReplicaTest, TestZkChroot, TestLMJelinekMercerSimilarityFactory, HdfsUnloadDistributedZkTest, PingRequestHandlerTest, FieldMutatingUpdateProcessorTest, SpatialHeatmapFacetsTest, SolrTestCaseJ4Test, TestMaxScoreQueryParser, TestGroupingSearch, TestSolrConfigHandlerCloud, SignatureUpdateProcessorFactoryTest, AutoCommitTest, CopyFieldTest, HdfsDirectoryFactoryTest, TestFieldResource, AtomicUpdatesTest, TestChildDocTransformer, ParsingFieldUpdateProcessorsTest, DistribCursorPagingTest, DOMUtilTest, TestLRUStatsCache, DistributedFacetPivotLargeTest, TestHighlightDedupGrouping, TestExpandComponent, TestDocumentBuilder, SpatialFilterTest, FastVectorHighlighterTest, MinimalSchemaTest, TestDynamicFieldCollectionResource, TestRequestStatusCollectionAPI, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestSolrDynamicMBean, EnumFieldTest, TestReversedWildcardFilterFactory, HdfsBasicDistributedZk2Test, TestBinaryField, CircularListTest, TestManagedResourceStorage, ResourceLoaderTest, CursorMarkTest, TermVectorComponentDistributedTest, TestTrackingShardHandlerFactory, ReplicationFactorTest]
   [junit4] Completed in 42.87s, 1 test, 1 error <<< FAILURES!

[...truncated 1327 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:509: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1370: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:976: There were test failures: 467 suites, 1864 tests, 1 error, 56 ignored (30 assumptions)

Total time: 135 minutes 43 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.7.0_76 -client -XX:+UseSerialGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (64bit/jdk1.7.0_76) - Build # 4397 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4397/
Java: 64bit/jdk1.7.0_76 -XX:+UseCompressedOops -XX:+UseG1GC

3 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestSolrConfigHandler

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 55E4D454CBABC9DA-001\tempDir-010\collection1\conf\params.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 55E4D454CBABC9DA-001\tempDir-010\collection1\conf\params.json: The process cannot access the file because it is being used by another process.     C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 55E4D454CBABC9DA-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 55E4D454CBABC9DA-001\tempDir-010\collection1\conf    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 55E4D454CBABC9DA-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 55E4D454CBABC9DA-001\tempDir-010\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 55E4D454CBABC9DA-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 55E4D454CBABC9DA-001\tempDir-010    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 55E4D454CBABC9DA-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 55E4D454CBABC9DA-001\tempDir-010    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 55E4D454CBABC9DA-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 55E4D454CBABC9DA-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 55E4D454CBABC9DA-001\tempDir-010\collection1\conf\params.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 55E4D454CBABC9DA-001\tempDir-010\collection1\conf\params.json: The process cannot access the file because it is being used by another process.

   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 55E4D454CBABC9DA-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 55E4D454CBABC9DA-001\tempDir-010\collection1\conf
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 55E4D454CBABC9DA-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 55E4D454CBABC9DA-001\tempDir-010\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 55E4D454CBABC9DA-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 55E4D454CBABC9DA-001\tempDir-010
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 55E4D454CBABC9DA-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 55E4D454CBABC9DA-001\tempDir-010
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 55E4D454CBABC9DA-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 55E4D454CBABC9DA-001

	at __randomizedtesting.SeedInfo.seed([55E4D454CBABC9DA]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:200)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.ZkCLITest.testUpConfigLinkConfigClearZk

Error Message:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ZkCLITest 55E4D454CBABC9DA-001\tempDir-003\solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1424866775211\velocity\query_spatial.vm

Stack Trace:
java.nio.file.NoSuchFileException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ZkCLITest 55E4D454CBABC9DA-001\tempDir-003\solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1424866775211\velocity\query_spatial.vm
	at __randomizedtesting.SeedInfo.seed([55E4D454CBABC9DA:7182795A41647FBC]:0)
	at sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:79)
	at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97)
	at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:102)
	at sun.nio.fs.WindowsFileSystemProvider.newByteChannel(WindowsFileSystemProvider.java:230)
	at java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:430)
	at java.nio.file.Files.newOutputStream(Files.java:172)
	at java.nio.file.Files.write(Files.java:3092)
	at org.apache.solr.common.cloud.ZkConfigManager.downloadFromZK(ZkConfigManager.java:91)
	at org.apache.solr.common.cloud.ZkConfigManager.downloadConfigDir(ZkConfigManager.java:122)
	at org.apache.solr.cloud.ZkCLI.main(ZkCLI.java:223)
	at org.apache.solr.cloud.ZkCLITest.testUpConfigLinkConfigClearZk(ZkCLITest.java:226)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


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

Error Message:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:49425/ifcoe/q/repfacttest_c8n_1x3_shard1_replica2

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:49425/ifcoe/q/repfacttest_c8n_1x3_shard1_replica2
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:597)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:906)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:809)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:752)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:283)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:940)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:915)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	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:49425/ifcoe/q/repfacttest_c8n_1x3_shard1_replica2
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:572)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:594)
	... 47 more
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
	... 52 more




Build Log:
[...truncated 9387 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 55E4D454CBABC9DA-001\init-core-data-001
   [junit4]   2> 1048033 T3686 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /ifcoe/q
   [junit4]   2> 1048039 T3686 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1048040 T3687 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1048141 T3686 oasc.ZkTestServer.run start zk server on port:49402
   [junit4]   2> 1048141 T3686 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1048143 T3686 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1048148 T3694 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@36ffb93c name:ZooKeeperConnection Watcher:127.0.0.1:49402 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1048148 T3686 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1048148 T3686 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1048148 T3686 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1048153 T3686 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1048154 T3686 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1048156 T3697 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5081996d name:ZooKeeperConnection Watcher:127.0.0.1:49402/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1048157 T3686 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1048157 T3686 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1048157 T3686 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1048161 T3686 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1048164 T3686 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1048170 T3686 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1048175 T3686 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1048175 T3686 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1048182 T3686 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1048182 T3686 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1048187 T3686 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1048188 T3686 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1048191 T3686 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1048191 T3686 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1048195 T3686 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1048195 T3686 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1048199 T3686 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1048199 T3686 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1048202 T3686 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1048202 T3686 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1048206 T3686 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1048206 T3686 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1048210 T3686 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1048210 T3686 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1048214 T3686 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1048214 T3686 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1048217 T3686 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1048218 T3686 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1049585 T3686 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 55E4D454CBABC9DA-001\control-001\cores\collection1
   [junit4]   2> 1049589 T3686 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1049595 T3686 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49410
   [junit4]   2> 1049596 T3686 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@63e68a2b
   [junit4]   2> 1049596 T3686 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1049597 T3686 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 55E4D454CBABC9DA-001\control-001
   [junit4]   2> 1049597 T3686 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 55E4D454CBABC9DA-001\control-001\'
   [junit4]   2> 1049631 T3686 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 55E4D454CBABC9DA-001\control-001\solr.xml
   [junit4]   2> 1049659 T3686 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 55E4D454CBABC9DA-001\control-001\cores
   [junit4]   2> 1049660 T3686 oasc.CoreContainer.<init> New CoreContainer 1881219087
   [junit4]   2> 1049660 T3686 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 55E4D454CBABC9DA-001\control-001\]
   [junit4]   2> 1049661 T3686 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1049661 T3686 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1049662 T3686 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1049662 T3686 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1049662 T3686 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1049662 T3686 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1049662 T3686 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1049662 T3686 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1049662 T3686 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1049662 T3686 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1049663 T3686 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1049663 T3686 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1049663 T3686 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1049663 T3686 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1049663 T3686 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1049663 T3686 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49402/solr
   [junit4]   2> 1049665 T3686 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1049665 T3686 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1049667 T3686 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1049669 T3709 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@9fe6a8c name:ZooKeeperConnection Watcher:127.0.0.1:49402 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1049670 T3686 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1049670 T3686 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1049673 T3686 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1049675 T3712 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@713d36d4 name:ZooKeeperConnection Watcher:127.0.0.1:49402/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1049676 T3686 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1049678 T3686 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1049681 T3686 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1049685 T3686 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 1049689 T3686 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 1049694 T3686 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 1049698 T3686 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1049700 T3686 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49409_ifcoe%2Fq
   [junit4]   2> 1049701 T3686 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49409_ifcoe%2Fq
   [junit4]   2> 1049704 T3686 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 1049707 T3686 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1049709 T3686 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1049711 T3686 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:49409_ifcoe%2Fq
   [junit4]   2> 1049711 T3686 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1049714 T3686 oasc.Overseer.start Overseer (id=93379924694269955-127.0.0.1:49409_ifcoe%2Fq-n_0000000000) starting
   [junit4]   2> 1049717 T3686 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1049727 T3686 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1049728 T3714 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1049729 T3686 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1049729 T3713 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1049732 T3686 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1049734 T3686 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1049740 T3686 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 55E4D454CBABC9DA-001\control-001\cores
   [junit4]   2> 1049741 T3686 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 55E4D454CBABC9DA-001\control-001\cores\collection1\
   [junit4]   2> 1049741 T3686 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1049744 T3716 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 1049744 T3716 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1049745 T3716 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1049745 T3712 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1049746 T3713 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49409/ifcoe/q",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49409_ifcoe%2Fq",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"1"} current state version: 0
   [junit4]   2> 1049747 T3713 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49409/ifcoe/q",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49409_ifcoe%2Fq",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"1"}
   [junit4]   2> 1049747 T3713 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 1049747 T3713 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1049749 T3712 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1050750 T3716 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1050750 T3716 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 1050751 T3716 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1050751 T3716 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1050753 T3716 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1050753 T3716 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 55E4D454CBABC9DA-001\control-001\cores\collection1\'
   [junit4]   2> 1050775 T3716 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1050779 T3716 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1050791 T3716 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1050814 T3716 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 1050861 T3716 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1050864 T3716 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1050873 T3716 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1051232 T3716 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1051240 T3716 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1051242 T3716 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1051257 T3716 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1051261 T3716 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1051266 T3716 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1051268 T3716 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1051269 T3716 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1051269 T3716 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1051271 T3716 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1051271 T3716 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1051271 T3716 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 1051271 T3716 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1051271 T3716 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 55E4D454CBABC9DA-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 55E4D454CBABC9DA-001\tempDir-001/control/data\
   [junit4]   2> 1051271 T3716 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4d016caf
   [junit4]   2> 1051272 T3716 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 55E4D454CBABC9DA-001\tempDir-001/control/data\
   [junit4]   2> 1051272 T3716 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 55E4D454CBABC9DA-001\tempDir-001/control/data\index/
   [junit4]   2> 1051272 T3716 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 55E4D454CBABC9DA-001\tempDir-001\control\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1051272 T3716 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 55E4D454CBABC9DA-001\tempDir-001/control/data\index
   [junit4]   2> 1051273 T3716 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=14, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1051273 T3716 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@265b55b4 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3657b018),segFN=segments_1,generation=1}
   [junit4]   2> 1051273 T3716 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1051278 T3716 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1051278 T3716 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1051279 T3716 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1051279 T3716 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1051279 T3716 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1051279 T3716 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1051280 T3716 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1051281 T3716 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1051281 T3716 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1051283 T3716 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1051283 T3716 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1051284 T3716 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1051284 T3716 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1051285 T3716 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1051285 T3716 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 1051286 T3716 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 1051286 T3716 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 1051287 T3716 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 1051288 T3716 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 1051288 T3716 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 1051289 T3716 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 1051289 T3716 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 1051289 T3716 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 1051291 T3716 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 1051291 T3716 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1051292 T3716 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 1051292 T3716 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1051300 T3716 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1051300 T3716 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1051302 T3716 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1051302 T3716 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1051345 T3716 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1051348 T3716 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1051348 T3716 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1051349 T3716 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=49, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1051349 T3716 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@265b55b4 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3657b018),segFN=segments_1,generation=1}
   [junit4]   2> 1051349 T3716 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1051349 T3716 oass.SolrIndexSearcher.<init> Opening Searcher@4f4f93fd[collection1] main
   [junit4]   2> 1051349 T3716 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1051351 T3716 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1051351 T3716 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1051352 T3716 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1051352 T3716 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1051352 T3716 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1051353 T3716 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1051353 T3716 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1051353 T3716 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1051354 T3716 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1051354 T3716 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1051354 T3717 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4f4f93fd[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1051356 T3720 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49409/ifcoe/q collection:control_collection shard:shard1
   [junit4]   2> 1051356 T3686 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1051356 T3686 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1051358 T3686 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1051358 T3720 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 1051359 T3686 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1051361 T3724 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@78718024 name:ZooKeeperConnection Watcher:127.0.0.1:49402/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1051362 T3686 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1051362 T3686 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1051364 T3686 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1051366 T3720 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1051368 T3712 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1051369 T3720 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1051369 T3720 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1350 name=collection1 org.apache.solr.core.SolrCore@13015ec0 url=http://127.0.0.1:49409/ifcoe/q/collection1 node=127.0.0.1:49409_ifcoe%2Fq C1350_STATE=coll:control_collection core:collection1 props:{base_url=http://127.0.0.1:49409/ifcoe/q, state=down, node_name=127.0.0.1:49409_ifcoe%2Fq, core=collection1}
   [junit4]   2> 1051369 T3720 C1350 P49409 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49409/ifcoe/q/collection1/
   [junit4]   2> 1051369 T3720 C1350 P49409 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1051370 T3720 C1350 P49409 oasc.SyncStrategy.syncToMe http://127.0.0.1:49409/ifcoe/q/collection1/ has no replicas
   [junit4]   2> 1051370 T3686 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1051370 T3720 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49409/ifcoe/q/collection1/ shard1
   [junit4]   2> 1051370 T3713 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 1051370 T3686 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2
   [junit4]   2> 1051371 T3686 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1051370 T3720 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1051372 T3686 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1051374 T3712 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1051374 T3724 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1051378 T3727 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ecd4abc name:ZooKeeperConnection Watcher:127.0.0.1:49402/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1051378 T3686 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1051378 T3686 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1051384 T3712 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1051385 T3713 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "name":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "stateFormat":"2"} current state version: 2
   [junit4]   2> 1051385 T3713 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 1051388 T3713 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49409/ifcoe/q",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 1051389 T3713 oasco.ZkStateWriter.writePendingUpdates going to create_collection /collections/collection1/state.json
   [junit4]   2> 1051391 T3724 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1051391 T3712 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1051398 T3712 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1051399 T3724 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1051400 T3712 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1051437 T3720 oasc.ZkController.register We are http://127.0.0.1:49409/ifcoe/q/collection1/ and leader is http://127.0.0.1:49409/ifcoe/q/collection1/
   [junit4]   2> 1051437 T3720 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49409/ifcoe/q
   [junit4]   2> 1051437 T3720 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1051437 T3720 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 1051437 T3720 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1051439 T3712 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1051440 T3713 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49409/ifcoe/q",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49409_ifcoe%2Fq",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"3"} current state version: 4
   [junit4]   2> 1051441 T3713 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49409/ifcoe/q",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49409_ifcoe%2Fq",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"3"}
   [junit4]   2> 1051547 T3724 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1051548 T3712 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1052669 T3686 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 55E4D454CBABC9DA-001\shard-1-001\cores\collection1
   [junit4]   2> 1052672 T3686 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 1052673 T3686 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1052677 T3686 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49426
   [junit4]   2> 1052678 T3686 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@63e68a2b
   [junit4]   2> 1052678 T3686 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1052679 T3686 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 55E4D454CBABC9DA-001\shard-1-001
   [junit4]   2> 1052680 T3686 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 55E4D454CBABC9DA-001\shard-1-001\'
   [junit4]   2> 1052713 T3686 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 55E4D454CBABC9DA-001\shard-1-001\solr.xml
   [junit4]   2> 1052743 T3686 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 55E4D454CBABC9DA-001\shard-1-001\cores
   [junit4]   2> 1052743 T3686 oasc.CoreContainer.<init> New CoreContainer 1552422419
   [junit4]   2> 1052743 T3686 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 55E4D454CBABC9DA-001\shard-1-001\]
   [junit4]   2> 1052746 T3686 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1052746 T3686 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1052746 T3686 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1052746 T3686 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1052747 T3686 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1052747 T3686 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1052747 T3686 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1052747 T3686 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1052748 T3686 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1052748 T3686 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1052748 T3686 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1052749 T3686 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1052749 T3686 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1052749 T3686 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1052749 T3686 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1052750 T3686 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49402/solr
   [junit4]   2> 1052750 T3686 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1052750 T3686 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1052752 T3686 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1052755 T3739 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6a06d16e name:ZooKeeperConnection Watcher:127.0.0.1:49402 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1052756 T3686 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1052756 T3686 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1052760 T3686 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1052762 T3742 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4540a15e name:ZooKeeperConnection Watcher:127.0.0.1:49402/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1052762 T3686 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1052771 T3686 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1053775 T3686 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49425_ifcoe%2Fq
   [junit4]   2> 1053777 T3686 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49425_ifcoe%2Fq
   [junit4]   2> 1053783 T3686 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1053786 T3686 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 55E4D454CBABC9DA-001\shard-1-001\cores
   [junit4]   2> 1053787 T3686 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 55E4D454CBABC9DA-001\shard-1-001\cores\collection1\
   [junit4]   2> 1053787 T3686 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1053792 T3743 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1053792 T3743 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1053794 T3712 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1053795 T3743 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 1053795 T3713 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49425/ifcoe/q",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49425_ifcoe%2Fq",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"3"} current state version: 5
   [junit4]   2> 1053795 T3743 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 1053796 T3713 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49425/ifcoe/q",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49425_ifcoe%2Fq",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"3"}
   [junit4]   2> 1053796 T3713 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 1053797 T3713 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 1053797 T3743 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 1053799 T3713 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 1053800 T3743 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 0 
   [junit4]   2> 1053800 T3743 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1053801 T3742 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1053801 T3742 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 1 
   [junit4]   2> 1054704 T3743 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1054704 T3743 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1054705 T3743 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1054705 T3743 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1054706 T3743 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1054707 T3743 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 55E4D454CBABC9DA-001\shard-1-001\cores\collection1\'
   [junit4]   2> 1054727 T3743 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1054730 T3743 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1054741 T3743 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1054762 T3743 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 1054804 T3743 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1054806 T3743 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1054814 T3743 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1055144 T3743 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1055151 T3743 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1055154 T3743 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1055168 T3743 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1055172 T3743 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1055177 T3743 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1055178 T3743 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1055179 T3743 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1055179 T3743 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1055181 T3743 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1055181 T3743 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1055181 T3743 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1055181 T3743 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1055182 T3743 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 55E4D454CBABC9DA-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 55E4D454CBABC9DA-001\tempDir-001/jetty1\
   [junit4]   2> 1055182 T3743 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4d016caf
   [junit4]   2> 1055182 T3743 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 55E4D454CBABC9DA-001\tempDir-001/jetty1\
   [junit4]   2> 1055182 T3743 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 55E4D454CBABC9DA-001\tempDir-001/jetty1\index/
   [junit4]   2> 1055182 T3743 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 55E4D454CBABC9DA-001\tempDir-001\jetty1\index' doesn't exist. Creating new index...
   [junit4]   2> 1055183 T3743 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 55E4D454CBABC9DA-001\tempDir-001/jetty1\index
   [junit4]   2> 1055183 T3743 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=14, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1055184 T3743 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@23567cc1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3187507),segFN=segments_1,generation=1}
   [junit4]   2> 1055184 T3743 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1055187 T3743 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1055188 T3743 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1055188 T3743 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1055188 T3743 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1055188 T3743 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1055188 T3743 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1055189 T3743 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1055189 T3743 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1055189 T3743 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1055190 T3743 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1055190 T3743 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1055191 T3743 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1055191 T3743 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1055192 T3743 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1055192 T3743 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 1055193 T3743 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 1055193 T3743 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 1055194 T3743 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 1055196 T3743 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 1055197 T3743 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 1055197 T3743 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 1055198 T3743 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 1055198 T3743 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 1055199 T3743 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 1055199 T3743 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1055200 T3743 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 1055200 T3743 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1055207 T3743 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1055208 T3743 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1055208 T3743 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1055211 T3743 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1055214 T3743 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1055216 T3743 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1055217 T3743 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1055218 T3743 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=49, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1055219 T3743 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@23567cc1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3187507),segFN=segments_1,generation=1}
   [junit4]   2> 1055219 T3743 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1055219 T3743 oass.SolrIndexSearcher.<init> Opening Searcher@392ec69d[collection1] main
   [junit4]   2> 1055219 T3743 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1055221 T3743 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1055221 T3743 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1055222 T3743 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1055222 T3743 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1055222 T3743 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1055223 T3743 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1055223 T3743 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1055223 T3743 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1055223 T3743 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1055223 T3744 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@392ec69d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1055224 T3743 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1055225 T3747 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49425/ifcoe/q collection:collection1 shard:shard2
   [junit4]   2> 1055225 T3686 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1055225 T3686 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1055227 T3747 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 1055235 T3747 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 1055238 T3712 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1055238 T3747 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1055238 T3747 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1351 name=collection1 org.apache.solr.core.SolrCore@65b2183 url=http://127.0.0.1:49425/ifcoe/q/collection1 node=127.0.0.1:49425_ifcoe%2Fq C1351_STATE=coll:collection1 core:collection1 props:{base_url=http://127.0.0.1:49425/ifcoe/q, state=down, node_name=127.0.0.1:49425_ifcoe%2Fq, core=collection1}
   [junit4]   2> 1055238 T3747 C1351 P49425 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49425/ifcoe/q/collection1/
   [junit4]   2> 1055238 T3747 C1351 P49425 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1055238 T3747 C1351 P49425 oasc.SyncStrategy.syncToMe http://127.0.0.1:49425/ifcoe/q/collection1/ has no replicas
   [junit4]   2> 1055238 T3747 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49425/ifcoe/q/collection1/ shard2
   [junit4]   2> 1055239 T3747 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 1055241 T3713 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1"} current state version: 5
   [junit4]   2> 1055243 T3713 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 1055245 T3742 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1055245 T3742 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 2 
   [junit4]   2> 1055252 T3713 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49425/ifcoe/q",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 5
   [junit4]   2> 1055253 T3713 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 2
   [junit4]   2> 1055254 T3742 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1055255 T3742 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 1055260 T3712 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1055301 T3747 oasc.ZkController.register We are http://127.0.0.1:49425/ifcoe/q/collection1/ and leader is http://127.0.0.1:49425/ifcoe/q/collection1/
   [junit4]   2> 1055301 T3747 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49425/ifcoe/q
   [junit4]   2> 1055301 T3747 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1055301 T3747 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 1055301 T3747 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1055304 T3712 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1055306 T3713 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49425/ifcoe/q",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49425_ifcoe%2Fq",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"3"} current state version: 5
   [junit4]   2> 1055306 T3713 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49425/ifcoe/q",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49425_ifcoe%2Fq",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"3"}
   [junit4]   2> 1055308 T3713 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 3
   [junit4]   2> 1055310 T3742 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1055312 T3747 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 1055314 T3742 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 1056402 T3686 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 55E4D454CBABC9DA-001\shard-2-001\cores\collection1
   [junit4]   2> 1056406 T3686 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 1056406 T3686 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1056410 T3686 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49436
   [junit4]   2> 1056410 T3686 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@63e68a2b
   [junit4]   2> 1056411 T3686 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1056411 T3686 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 55E4D454CBABC9DA-001\shard-2-001
   [junit4]   2> 1056411 T3686 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 55E4D454CBABC9DA-001\shard-2-001\'
   [junit4]   2> 1056442 T3686 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 55E4D454CBABC9DA-001\shard-2-001\solr.xml
   [junit4]   2> 1056463 T3686 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 55E4D454CBABC9DA-001\shard-2-001\cores
   [junit4]   2> 1056464 T3686 oasc.CoreContainer.<init> New CoreContainer 860403686
   [junit4]   2> 1056464 T3686 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 55E4D454CBABC9DA-001\shard-2-001\]
   [junit4]   2> 1056465 T3686 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1056466 T3686 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1056466 T3686 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1056466 T3686 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1056466 T3686 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1056466 T3686 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1056466 T3686 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1056466 T3686 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1056466 T3686 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1056466 T3686 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1056466 T3686 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1056466 T3686 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1056466 T3686 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1056466 T3686 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1056466 T3686 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1056467 T3686 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49402/solr
   [junit4]   2> 1056467 T3686 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1056468 T3686 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1056469 T3686 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1056471 T3760 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7cca499 name:ZooKeeperConnection Watcher:127.0.0.1:49402 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1056471 T3686 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1056471 T3686 oascc.Sol

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

nentTest, TestOmitPositions, TestDFRSimilarityFactory, ResponseLogComponentTest, CoreAdminHandlerTest, TestFoldingMultitermQuery, TestLRUCache, PluginInfoTest, SuggesterWFSTTest, TestSolrDynamicMBean, TestCursorMarkWithoutUniqueKey, DeleteLastCustomShardedReplicaTest, TestXIncludeConfig, HdfsSyncSliceTest, TestDistribDocBasedVersion, WordBreakSolrSpellCheckerTest, TestRequestStatusCollectionAPI, TestSchemaResource, ConnectionManagerTest, OverriddenZkACLAndCredentialsProvidersTest, TestComplexPhraseQParserPlugin, TestDocumentBuilder, TestRandomMergePolicy, TestRandomDVFaceting, HighlighterConfigTest, TestPerFieldSimilarity, BinaryUpdateRequestHandlerTest, UpdateRequestProcessorFactoryTest, OutOfBoxZkACLAndCredentialsProvidersTest, TestNRTOpen, TestExceedMaxTermLength, CustomCollectionTest, TestReqParamsAPI, ShardSplitTest, ConvertedLegacyTest, DistributedSuggestComponentTest, IndexSchemaRuntimeFieldTest, TestManagedResourceStorage, SuggesterFSTTest, MultiThreadedOCPTest, TestSolrJ, TestQuerySenderNoQuery, ReturnFieldsTest, OpenExchangeRatesOrgProviderTest, BasicDistributedZkTest, PeerSyncTest, SSLMigrationTest, TestSuggestSpellingConverter, TestDynamicFieldCollectionResource, LeaderFailoverAfterPartitionTest, TestUtils, RankQueryTest, TestRebalanceLeaders, DirectUpdateHandlerTest, ResponseHeaderTest, ExternalFileFieldSortTest, SolrIndexConfigTest, TestSchemaManager, TestFieldTypeResource, CurrencyFieldOpenExchangeTest, RequestLoggingTest, ExitableDirectoryReaderTest, TestTolerantSearch, HdfsChaosMonkeySafeLeaderTest, TestSortingResponseWriter, CachingDirectoryFactoryTest, SharedFSAutoReplicaFailoverUtilsTest, MergeStrategyTest, SolrXmlInZkTest, TestLMDirichletSimilarityFactory, TestFunctionQuery, DistributedTermsComponentTest, ClusterStateTest, DistributedDebugComponentTest, TestPHPSerializedResponseWriter, DirectSolrConnectionTest, TestDistributedMissingSort, VMParamsZkACLAndCredentialsProvidersTest, UUIDUpdateProcessorFallbackTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, CollectionsAPIDistributedZkTest, OpenCloseCoreStressTest, LeaderElectionIntegrationTest, BasicZkTest, FullSolrCloudDistribCmdsTest, TestReplicationHandler, ClusterStateUpdateTest, TestRandomFaceting, ZkSolrClientTest, TestZkChroot, ZkCLITest, TestFaceting, TestHashPartitioner, DistributedSpellCheckComponentTest, TestStressReorder, TestJoin, TestStressVersions, TestCoreContainer, SimpleFacetsTest, SpellCheckComponentTest, SolrCmdDistributorTest, BadIndexSchemaTest, TestSort, HighlighterTest, ShowFileRequestHandlerTest, DistributedQueryElevationComponentTest, SimplePostToolTest, TestCoreDiscovery, SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser, SpellCheckCollatorTest, SuggesterTest, TestStressLucene, TestTrie, SpatialFilterTest, TestCSVLoader, NoCacheHeaderTest, SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, QueryEqualityTest, StatelessScriptUpdateProcessorFactoryTest, SortByFunctionTest, TestRemoteStreaming, DocValuesMultiTest, DistanceFunctionTest, TestSolrDeletionPolicy1, SolrInfoMBeanTest, XsltUpdateRequestHandlerTest, IndexBasedSpellCheckerTest, TestSurroundQueryParser, LukeRequestHandlerTest, DisMaxRequestHandlerTest, TestQueryUtils, StandardRequestHandlerTest, TestWriterPerf, DirectSolrSpellCheckerTest, TestReversedWildcardFilterFactory, DocumentAnalysisRequestHandlerTest, FileBasedSpellCheckerTest, TestValueSourceCache, PathHierarchyTokenizerFactoryTest, TermVectorComponentTest, MoreLikeThisHandlerTest, RequiredFieldsTest, FieldAnalysisRequestHandlerTest, RegexBoostProcessorTest, IndexSchemaTest, TestJmxIntegration, TestCollationField, JSONWriterTest, TestCSVResponseWriter, MBeansHandlerTest, QueryParsingTest, UniqFieldsUpdateProcessorFactoryTest, TestPartialUpdateDeduplication, CSVRequestHandlerTest, TestComponentsName, SearchHandlerTest, TestLFUCache, TestQuerySenderListener, UpdateParamsTest, AlternateDirectoryTest, CopyFieldTest, BadComponentTest, TestStressRecovery, TestMergePolicyConfig, TestSolrDeletionPolicy2, MultiTermTest, TestSearchPerf, NumericFieldsTest, MinimalSchemaTest, TestConfig, TestSolrCoreProperties, TestPostingsSolrHighlighter, TestLuceneMatchVersion, TestPhraseSuggestions, SynonymTokenizerTest, TestSweetSpotSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestBM25SimilarityFactory, TestJmxMonitoredMap, TimeZoneUtilsTest, TestFastOutputStream, ScriptEngineTest, TestFastLRUCache, DateMathParserTest, ChaosMonkeyNothingIsSafeTest, PreAnalyzedFieldTest, TestSystemIdResolver, DateFieldTest, RAMDirectoryFactoryTest, ZkNodePropsTest, UUIDFieldTest, FileUtilsTest, TestRTGBase, CursorPagingTest, SolrTestCaseJ4Test, ActionThrottleTest, AssignTest, CloudExitableDirectoryReaderTest, DeleteShardTest, DistribCursorPagingTest, DistributedQueueTest, ExternalCollectionsTest, HttpPartitionTest, LeaderInitiatedRecoveryOnCommitTest, MigrateRouteKeyTest, RollingRestartTest, SaslZkACLProviderTest, SharedFSAutoReplicaFailoverTest, SimpleCollectionCreateDeleteTest, TestCloudInspectUtil, TestCollectionAPI, TestLeaderElectionZkExpiry, TestReplicaProperties, TriLevelCompositeIdRoutingTest, HdfsBasicDistributedZkTest, HdfsCollectionsAPIDistributedZkTest, HdfsRecoveryZkTest, TestClusterStateMutator, HdfsDirectoryFactoryTest, QueryResultKeyTest, TestConfigOverlay, TestConfigSets, TestInitParams, TestReloadAndDeleteDocs, TestSolrConfigHandler]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrConfigHandler -Dtests.seed=55E4D454CBABC9DA -Dtests.slow=true -Dtests.locale=no_NO_NY -Dtests.timezone=Asia/Macao -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s | TestSolrConfigHandler (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the following files (in the order of attempts):
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 55E4D454CBABC9DA-001\tempDir-010\collection1\conf\params.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 55E4D454CBABC9DA-001\tempDir-010\collection1\conf\params.json: The process cannot access the file because it is being used by another process.
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 55E4D454CBABC9DA-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 55E4D454CBABC9DA-001\tempDir-010\collection1\conf
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 55E4D454CBABC9DA-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 55E4D454CBABC9DA-001\tempDir-010\collection1
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 55E4D454CBABC9DA-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 55E4D454CBABC9DA-001\tempDir-010
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 55E4D454CBABC9DA-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 55E4D454CBABC9DA-001\tempDir-010
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 55E4D454CBABC9DA-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 55E4D454CBABC9DA-001
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([55E4D454CBABC9DA]:0)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed in 30.15s, 4 tests, 1 error <<< FAILURES!

[...truncated 271 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:508: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1368: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:975: There were test failures: 466 suites, 1862 tests, 1 suite-level error, 2 errors, 55 ignored (30 assumptions)

Total time: 167 minutes 51 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.7.0_76 -XX:+UseCompressedOops -XX:+UseG1GC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (32bit/jdk1.8.0_31) - Build # 4396 - Still Failing!

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

4 tests failed.
FAILED:  org.apache.solr.cloud.ZkCLITest.testUpConfigLinkConfigClearZk

Error Message:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ZkCLITest E909F9F574C0A67F-001\tempDir-007\solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1424838810161\velocity\hit_plain.vm

Stack Trace:
java.nio.file.NoSuchFileException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ZkCLITest E909F9F574C0A67F-001\tempDir-007\solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1424838810161\velocity\hit_plain.vm
	at __randomizedtesting.SeedInfo.seed([E909F9F574C0A67F:CD6F54FBFE0F1019]:0)
	at sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:79)
	at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97)
	at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:102)
	at sun.nio.fs.WindowsFileSystemProvider.newByteChannel(WindowsFileSystemProvider.java:230)
	at java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:434)
	at java.nio.file.Files.newOutputStream(Files.java:216)
	at java.nio.file.Files.write(Files.java:3292)
	at org.apache.solr.common.cloud.ZkConfigManager.downloadFromZK(ZkConfigManager.java:91)
	at org.apache.solr.common.cloud.ZkConfigManager.downloadConfigDir(ZkConfigManager.java:122)
	at org.apache.solr.cloud.ZkCLI.main(ZkCLI.java:223)
	at org.apache.solr.cloud.ZkCLITest.testUpConfigLinkConfigClearZk(ZkCLITest.java:226)
	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:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.BasicDistributedZk2Test

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test E909F9F574C0A67F-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test E909F9F574C0A67F-001\tempDir-002    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test E909F9F574C0A67F-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test E909F9F574C0A67F-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test E909F9F574C0A67F-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test E909F9F574C0A67F-001\tempDir-002
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test E909F9F574C0A67F-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test E909F9F574C0A67F-001

	at __randomizedtesting.SeedInfo.seed([E909F9F574C0A67F]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:200)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


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

Error Message:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:50396/repfacttest_c8n_1x3_shard1_replica1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:50396/repfacttest_c8n_1x3_shard1_replica1
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:597)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:906)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:809)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:752)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	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:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:940)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:915)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	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:50396/repfacttest_c8n_1x3_shard1_replica1
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:573)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:594)
	... 47 more
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
	... 52 more


FAILED:  junit.framework.TestSuite.org.apache.solr.handler.TestReplicationHandlerBackup

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E909F9F574C0A67F-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E909F9F574C0A67F-001\solr-instance-002\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E909F9F574C0A67F-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E909F9F574C0A67F-001\solr-instance-002    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E909F9F574C0A67F-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E909F9F574C0A67F-001\solr-instance-001\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E909F9F574C0A67F-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E909F9F574C0A67F-001\solr-instance-001    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E909F9F574C0A67F-001\solr-instance-001\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E909F9F574C0A67F-001\solr-instance-001\collection1\data    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E909F9F574C0A67F-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E909F9F574C0A67F-001\solr-instance-001    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E909F9F574C0A67F-001\solr-instance-002\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E909F9F574C0A67F-001\solr-instance-002\collection1\data    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E909F9F574C0A67F-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E909F9F574C0A67F-001\solr-instance-002    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E909F9F574C0A67F-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E909F9F574C0A67F-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E909F9F574C0A67F-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E909F9F574C0A67F-001\solr-instance-002\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E909F9F574C0A67F-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E909F9F574C0A67F-001\solr-instance-002
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E909F9F574C0A67F-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E909F9F574C0A67F-001\solr-instance-001\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E909F9F574C0A67F-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E909F9F574C0A67F-001\solr-instance-001
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E909F9F574C0A67F-001\solr-instance-001\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E909F9F574C0A67F-001\solr-instance-001\collection1\data
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E909F9F574C0A67F-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E909F9F574C0A67F-001\solr-instance-001
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E909F9F574C0A67F-001\solr-instance-002\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E909F9F574C0A67F-001\solr-instance-002\collection1\data
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E909F9F574C0A67F-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E909F9F574C0A67F-001\solr-instance-002
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E909F9F574C0A67F-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E909F9F574C0A67F-001

	at __randomizedtesting.SeedInfo.seed([E909F9F574C0A67F]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:200)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 10096 lines...]
   [junit4] Suite: org.apache.solr.cloud.BasicDistributedZk2Test
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test E909F9F574C0A67F-001\init-core-data-001
   [junit4]   2> 2318246 T9884 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 2318252 T9884 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2318253 T9885 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 2318361 T9884 oasc.ZkTestServer.run start zk server on port:62782
   [junit4]   2> 2318361 T9884 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2318364 T9884 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2318376 T9892 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@445bdd name:ZooKeeperConnection Watcher:127.0.0.1:62782 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2318376 T9884 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2318377 T9884 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2318377 T9884 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 2318384 T9884 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2318386 T9884 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2318389 T9895 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@18d5224 name:ZooKeeperConnection Watcher:127.0.0.1:62782/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2318389 T9884 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2318389 T9884 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2318389 T9884 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 2318397 T9884 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 2318403 T9884 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 2318406 T9884 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 2318410 T9884 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 2318410 T9884 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 2318419 T9884 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 2318419 T9884 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 2318425 T9884 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2318426 T9884 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2318431 T9884 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 2318431 T9884 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 2318435 T9884 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 2318436 T9884 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 2318440 T9884 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 2318440 T9884 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 2318445 T9884 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2318445 T9884 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 2318449 T9884 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2318449 T9884 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2318453 T9884 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2318454 T9884 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2318457 T9884 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2318458 T9884 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 2318463 T9884 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 2318464 T9884 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 2320033 T9884 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test E909F9F574C0A67F-001\control-001\cores\collection1
   [junit4]   2> 2320040 T9884 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2320048 T9884 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:62789
   [junit4]   2> 2320049 T9884 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 2320049 T9884 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2320050 T9884 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test E909F9F574C0A67F-001\control-001
   [junit4]   2> 2320050 T9884 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test E909F9F574C0A67F-001\control-001\'
   [junit4]   2> 2320106 T9884 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test E909F9F574C0A67F-001\control-001\solr.xml
   [junit4]   2> 2320122 T9884 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test E909F9F574C0A67F-001\control-001\cores
   [junit4]   2> 2320122 T9884 oasc.CoreContainer.<init> New CoreContainer 30493196
   [junit4]   2> 2320123 T9884 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test E909F9F574C0A67F-001\control-001\]
   [junit4]   2> 2320124 T9884 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2320124 T9884 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2320124 T9884 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2320126 T9884 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2320126 T9884 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 2320127 T9884 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2320127 T9884 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2320127 T9884 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2320128 T9884 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2320128 T9884 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2320129 T9884 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 2320129 T9884 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2320129 T9884 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2320129 T9884 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2320131 T9884 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2320131 T9884 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:62782/solr
   [junit4]   2> 2320131 T9884 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2320131 T9884 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2320135 T9884 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2320137 T9907 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@147706d name:ZooKeeperConnection Watcher:127.0.0.1:62782 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2320138 T9884 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2320138 T9884 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2320143 T9884 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2320145 T9910 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@14d61cf name:ZooKeeperConnection Watcher:127.0.0.1:62782/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2320146 T9884 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2320149 T9884 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 2320153 T9884 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 2320159 T9884 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 2320164 T9884 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 2320168 T9884 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 2320174 T9884 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 2320177 T9884 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62789_
   [junit4]   2> 2320178 T9884 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:62789_
   [junit4]   2> 2320182 T9884 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 2320186 T9884 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 2320188 T9884 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2320191 T9884 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:62789_
   [junit4]   2> 2320191 T9884 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 2320195 T9884 oasc.Overseer.start Overseer (id=93378195811598339-127.0.0.1:62789_-n_0000000000) starting
   [junit4]   2> 2320199 T9884 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 2320213 T9884 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 2320215 T9912 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 2320216 T9911 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 2320216 T9884 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 2320219 T9884 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 2320222 T9884 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2320231 T9884 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test E909F9F574C0A67F-001\control-001\cores
   [junit4]   2> 2320233 T9884 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test E909F9F574C0A67F-001\control-001\cores\collection1\
   [junit4]   2> 2320235 T9884 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 2320240 T9914 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 2320240 T9914 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2320241 T9914 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2320243 T9910 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2320244 T9911 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62789",
   [junit4]   2> 	  "node_name":"127.0.0.1:62789_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 0
   [junit4]   2> 2320245 T9911 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62789",
   [junit4]   2> 	  "node_name":"127.0.0.1:62789_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 2320245 T9911 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 2320245 T9911 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 2320248 T9910 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 2321427 T9914 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2321427 T9914 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 2321429 T9914 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 2321429 T9914 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 2321431 T9914 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2321432 T9914 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test E909F9F574C0A67F-001\control-001\cores\collection1\'
   [junit4]   2> 2321476 T9914 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 2321481 T9914 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 2321504 T9914 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 2321515 T9914 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 2321523 T9914 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2321528 T9914 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 2321548 T9914 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 2321806 T9914 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2321814 T9914 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2321818 T9914 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2321844 T9914 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2321851 T9914 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2321856 T9914 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2321858 T9914 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2321859 T9914 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2321859 T9914 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2321862 T9914 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2321862 T9914 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2321863 T9914 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 2321863 T9914 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2321863 T9914 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test E909F9F574C0A67F-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test E909F9F574C0A67F-001\tempDir-001/control/data\
   [junit4]   2> 2321864 T9914 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@855809
   [junit4]   2> 2321865 T9914 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test E909F9F574C0A67F-001\tempDir-001/control/data\
   [junit4]   2> 2321865 T9914 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test E909F9F574C0A67F-001\tempDir-001/control/data\index/
   [junit4]   2> 2321865 T9914 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test E909F9F574C0A67F-001\tempDir-001\control\data\index' doesn't exist. Creating new index...
   [junit4]   2> 2321866 T9914 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test E909F9F574C0A67F-001\tempDir-001/control/data\index
   [junit4]   2> 2321866 T9914 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=35, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=32.7177734375, floorSegmentMB=0.3095703125, forceMergeDeletesPctAllowed=4.041157652727244, segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 2321867 T9914 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@565e07 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@f73a43),segFN=segments_1,generation=1}
   [junit4]   2> 2321869 T9914 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2321873 T9914 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2321873 T9914 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2321874 T9914 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2321874 T9914 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2321874 T9914 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2321876 T9914 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2321876 T9914 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2321877 T9914 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2321877 T9914 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2321878 T9914 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2321878 T9914 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2321879 T9914 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2321881 T9914 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2321881 T9914 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 2321882 T9914 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 2321884 T9914 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 2321885 T9914 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 2321885 T9914 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 2321887 T9914 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 2321887 T9914 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 2321888 T9914 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 2321889 T9914 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 2321891 T9914 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 2321891 T9914 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 2321892 T9914 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 2321893 T9914 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 2321894 T9914 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2321898 T9914 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2321901 T9914 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2321903 T9914 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2321904 T9914 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2321904 T9914 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2321909 T9914 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2321910 T9914 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2321911 T9914 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=16, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 2321911 T9914 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@565e07 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@f73a43),segFN=segments_1,generation=1}
   [junit4]   2> 2321913 T9914 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2321913 T9914 oass.SolrIndexSearcher.<init> Opening Searcher@11c960[collection1] main
   [junit4]   2> 2321913 T9914 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 2321915 T9914 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2321915 T9914 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2321916 T9914 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2321917 T9914 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 2321917 T9914 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2321918 T9914 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2321920 T9914 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2321920 T9914 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 2321920 T9914 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 2321921 T9914 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 2321921 T9915 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@11c960[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2321922 T9918 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:62789 collection:control_collection shard:shard1
   [junit4]   2> 2321923 T9884 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2321923 T9884 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2321925 T9884 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2321926 T9918 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 2321926 T9884 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2321930 T9921 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@629ca1 name:ZooKeeperConnection Watcher:127.0.0.1:62782/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2321932 T9884 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2321932 T9884 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2321935 T9884 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2321938 T9918 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 2321942 T9910 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2321943 T9918 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 2321943 T9918 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C4563 name=collection1 org.apache.solr.core.SolrCore@1f67319 url=http://127.0.0.1:62789/collection1 node=127.0.0.1:62789_ C4563_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:62789, node_name=127.0.0.1:62789_, state=down}
   [junit4]   2> 2321943 T9918 C4563 P62789 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:62789/collection1/
   [junit4]   2> 2321944 T9918 C4563 P62789 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 2321944 T9918 C4563 P62789 oasc.SyncStrategy.syncToMe http://127.0.0.1:62789/collection1/ has no replicas
   [junit4]   2> 2321944 T9884 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 2321945 T9884 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2
   [junit4]   2> 2321945 T9911 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 2321944 T9918 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:62789/collection1/ shard1
   [junit4]   2> 2321946 T9918 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 2321945 T9884 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2321948 T9884 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2321952 T9924 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@44c0ba name:ZooKeeperConnection Watcher:127.0.0.1:62782/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2321953 T9884 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2321954 T9884 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2321959 T9910 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2321960 T9886 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14bbef96f1e0005, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 2321964 T9911 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 2, message = {
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "name":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "stateFormat":"2"} current state version: 1
   [junit4]   2> 2321965 T9911 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 2321967 T9910 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 2321969 T9921 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 2321994 T9911 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62789",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 2321995 T9911 oasco.ZkStateWriter.writePendingUpdates going to create_collection /collections/collection1/state.json
   [junit4]   2> 2321997 T9910 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 2321998 T9921 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 2322017 T9910 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2322141 T9910 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 2322142 T9921 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 2322152 T9918 oasc.ZkController.register We are http://127.0.0.1:62789/collection1/ and leader is http://127.0.0.1:62789/collection1/
   [junit4]   2> 2322153 T9918 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:62789
   [junit4]   2> 2322153 T9918 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 2322153 T9918 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 2322155 T9918 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2322158 T9910 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2322163 T9911 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62789",
   [junit4]   2> 	  "node_name":"127.0.0.1:62789_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 4
   [junit4]   2> 2322164 T9911 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62789",
   [junit4]   2> 	  "node_name":"127.0.0.1:62789_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 2322290 T9910 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 2322290 T9921 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 2323664 T9884 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test E909F9F574C0A67F-001\shard-1-001\cores\collection1
   [junit4]   2> 2323678 T9884 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 2323678 T9884 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2323683 T9884 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:62804
   [junit4]   2> 2323686 T9884 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 2323686 T9884 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2323686 T9884 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test E909F9F574C0A67F-001\shard-1-001
   [junit4]   2> 2323686 T9884 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test E909F9F574C0A67F-001\shard-1-001\'
   [junit4]   2> 2323738 T9884 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test E909F9F574C0A67F-001\shard-1-001\solr.xml
   [junit4]   2> 2323753 T9884 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test E909F9F574C0A67F-001\shard-1-001\cores
   [junit4]   2> 2323754 T9884 oasc.CoreContainer.<init> New CoreContainer 29621606
   [junit4]   2> 2323755 T9884 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test E909F9F574C0A67F-001\shard-1-001\]
   [junit4]   2> 2323756 T9884 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2323757 T9884 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2323757 T9884 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2323759 T9884 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2323760 T9884 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 2323760 T9884 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2323761 T9884 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2323762 T9884 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2323762 T9884 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2323763 T9884 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2323764 T9884 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 2323766 T9884 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2323767 T9884 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2323767 T9884 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2323768 T9884 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2323768 T9884 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:62782/solr
   [junit4]   2> 2323769 T9884 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2323770 T9884 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2323773 T9884 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2323776 T9936 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6ddad name:ZooKeeperConnection Watcher:127.0.0.1:62782 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2323777 T9884 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2323778 T9884 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2323783 T9884 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2323786 T9939 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@197ae93 name:ZooKeeperConnection Watcher:127.0.0.1:62782/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2323788 T9884 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2323801 T9884 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2325004 T9884 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62804_
   [junit4]   2> 2325005 T9884 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:62804_
   [junit4]   2> 2325021 T9884 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2325027 T9884 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test E909F9F574C0A67F-001\shard-1-001\cores
   [junit4]   2> 2325036 T9884 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test E909F9F574C0A67F-001\shard-1-001\cores\collection1\
   [junit4]   2> 2325036 T9884 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 2325052 T9940 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 2325052 T9940 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2325057 T9910 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2325059 T9940 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 2325059 T9940 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 2325060 T9911 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62804",
   [junit4]   2> 	  "node_name":"127.0.0.1:62804_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 2325061 T9940 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 2325063 T9911 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62804",
   [junit4]   2> 	  "node_name":"127.0.0.1:62804_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 2325063 T9911 oasco.ReplicaMutator.updateState Collection already exists with numShards=2
   [junit4]   2> 2325064 T9911 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 2325065 T9940 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 0 
   [junit4]   2> 2325066 T9940 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2325067 T9911 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 2325068 T9939 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2325071 T9939 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 1 
   [junit4]   2> 2326252 T9940 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2326252 T9940 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 2326254 T9940 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 2326254 T9940 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 2326258 T9940 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2326259 T9940 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test E909F9F574C0A67F-001\shard-1-001\cores\collection1\'
   [junit4]   2> 2326337 T9940 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 2326350 T9940 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 2326372 T9940 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 2326379 T9940 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 2326397 T9940 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2326404 T9940 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 2326416 T9940 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 2326658 T9940 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2326670 T9940 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2326670 T9940 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2326694 T9940 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2326699 T9940 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2326706 T9940 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2326709 T9940 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2326711 T9940 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2326711 T9940 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2326714 T9940 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2326714 T9940 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2326715 T9940 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 2326715 T9940 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2326716 T9940 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test E909F9F574C0A67F-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test E909F9F574C0A67F-001\tempDir-001/jetty1\
   [junit4]   2> 2326716 T9940 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@855809
   [junit4]   2> 2326718 T9940 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test E909F9F574C0A67F-001\tempDir-001/jetty1\
   [junit4]   2> 2326718 T9940 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test E909F9F574C0A67F-001\tempDir-001/jetty1\index/
   [junit4]   2> 2326718 T9940 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test E909F9F574C0A67F-001\tempDir-001\jetty1\index' doesn't exist. Creating new index...
   [junit4]   2> 2326719 T9940 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test E909F9F574C0A67F-001\tempDir-001/jetty1\index
   [junit4]   2> 2326722 T9940 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=35, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=32.7177734375, floorSegmentMB=0.3095703125, forceMergeDeletesPctAllowed=4.041157652727244, segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 2326725 T9940 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@189d85b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1a80a46),segFN=segments_1,generation=1}
   [junit4]   2> 2326726 T9940 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2326748 T9940 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2326749 T9940 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2326750 T9940 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2326751 T9940 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2326752 T9940 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2326752 T9940 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2326753 T9940 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2326755 T9940 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2326757 T9940 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2326759 T9940 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2326763 T9940 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2326764 T9940 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2326764 T9940 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2326764 T9940 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 2326766 T9940 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 2326770 T9940 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 2326771 T9940 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 2326773 T9940 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 2326777 T9940 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 2326778 T9940 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 2326779 T9940 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 2326780 T9940 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 2326781 T9940 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 2326782 T9940 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 2326784 T9940 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 2326786 T9940 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 2326787 T9940 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2326795 T9940 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2326797 T9940 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2326800 T9940 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2326804 T9940 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2326806 T9940 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2326809 T9940 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2326810 T9940 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2326814 T9940 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=16, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 2326815 T9940 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@189d85b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1a80a46),segFN=segments_1,generation=1}
   [junit4]   2> 2326816 T9940 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2326816 T9940 oass.SolrIndexSearcher.<init> Opening Searcher@190d48c[collection1] main
   [junit4]   2> 2326817 T9940 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 2326819 T9940 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2326819 T9940 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2326821 T9940 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2326821 T9940 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 2326822 T9940 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2326823 T9940 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2326824 T9940 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2326824 T9940 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 2326824 T9940 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 2326825 T9940 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 2326835 T9941 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@190d48c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2326837 T9884 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2326837 T9884 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2326841 T9944 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:62804 collection:collection1 shard:shard2
   [junit4]   2> 2326846 T9944 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 2326858 T9944 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 2326862 T9910 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2326865 T9944 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 2326865 T9944 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C4564 name=collection1 org.apache.solr.core.SolrCore@494876 url=http://127.0.0.1:62804/collection1 node=127.0.0.1:62804_ C4564_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:62804, node_name=127.0.0.1:62804_, state=down}
   [junit4]   2> 2326865 T9944 C4564 P62804 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:62804/collection1/
   [junit4]   2> 2326867 T9944 C4564 P62804 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 2326867 T9944 C4564 P62804 oasc.SyncStrategy.syncToMe http://127.0.0.1:62804/collection1/ has no replicas
   [junit4]   2> 2326867 T9944 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:62804/collection1/ shard2
   [junit4]   2> 2326868 T9944 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 2326873 T9911 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1"} current state version: 5
   [junit4]   2> 2326875 T9911 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 2326875 T9939 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2326881 T9939 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 2 
   [junit4]   2> 2326904 T9911 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62804",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 5
   [junit4]   2> 2326912 T9911 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 2
   [junit4]   2> 2326914 T9939 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2326917 T9939 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 2326925 T9910 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2326983 T9944 oasc.ZkController.register We are http://127.0.0.1:62804/collection1/ and leader is http://127.0.0.1:62804/collection1/
   [junit4]   2> 2326983 T9944 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:62804
   [junit4]   2> 2326983 T9944 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 2326984 T9944 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 2326984 T9944 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2326991 T9911 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62804",
   [junit4]   2> 	  "node_name":"127.0.0.1:62804_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 2326993 T9911 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62804",
   [junit4]   2> 	  "node_name":"127.0.0.1:62804_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [j

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

astWriter, BasicDistributedZkTest, FieldAnalysisRequestHandlerTest, ScriptEngineTest, HighlighterMaxOffsetTest, TestInitParams, ExitableDirectoryReaderTest, ExternalCollectionsTest, TestDistributedMissingSort, BasicDistributedZk2Test, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, SyncSliceTest, LeaderElectionIntegrationTest, RecoveryZkTest, TestReplicationHandler, LeaderElectionTest, TestRandomDVFaceting, ZkCLITest, ShardRoutingCustomTest, AutoCommitTest, TestDistributedGrouping, TestFaceting, TestRecovery, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, TestRealTimeGet, TestStressReorder, TestJoin, TestRangeQuery, SimpleFacetsTest, QueryElevationComponentTest, PeerSyncTest, ConvertedLegacyTest, TestFiltering, TestFunctionQuery, DirectUpdateHandlerTest, OverseerCollectionProcessorTest, HighlighterTest, SoftAutoCommitTest, ShowFileRequestHandlerTest, CurrencyFieldOpenExchangeTest, CurrencyFieldXmlFileTest, AnalysisAfterCoreReloadTest, TestExtendedDismaxParser, SpellCheckCollatorTest, CoreAdminHandlerTest, TestFoldingMultitermQuery, SuggesterWFSTTest, TestCSVLoader, NoCacheHeaderTest, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, StatelessScriptUpdateProcessorFactoryTest, TestRemoteStreaming, DocValuesMultiTest, DistanceFunctionTest, SolrInfoMBeanTest, TestSurroundQueryParser, TestWriterPerf, DirectSolrSpellCheckerTest, TestQueryTypes, PrimitiveFieldTypeTest, TestOmitPositions, FileBasedSpellCheckerTest, TermsComponentTest, RequestHandlersTest, TermVectorComponentTest, MoreLikeThisHandlerTest, TestSolrQueryParser, FastVectorHighlighterTest, RegexBoostProcessorTest, IndexSchemaTest, TestCollationField, JSONWriterTest, TestAnalyzedSuggestions, BinaryUpdateRequestHandlerTest, TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, SearchHandlerTest, HighlighterConfigTest, SOLR749Test, TestQuerySenderListener, AlternateDirectoryTest, TestSolrIndexConfig, ResponseLogComponentTest, SolrIndexConfigTest, BadComponentTest, TestStressRecovery, TestSolrDeletionPolicy2, MultiTermTest, TestSearchPerf, MinimalSchemaTest, TestConfig, TestSolrCoreProperties, TestLuceneMatchVersion, TestCharFilters, TestCodecSupport, SynonymTokenizerTest, TestDFRSimilarityFactory, TestPerFieldSimilarity, TestIBSimilarityFactory, TimeZoneUtilsTest, ResourceLoaderTest, URLClassifyProcessorTest, PluginInfoTest, DateMathParserTest, ChaosMonkeyNothingIsSafeTest, PreAnalyzedFieldTest, TestSystemIdResolver, PrimUtilsTest, DateFieldTest, RAMDirectoryFactoryTest, ClusterStateTest, TestSolrJ, TestLRUCache, TestDocumentBuilder, SliceStateTest, SystemInfoHandlerTest, UUIDFieldTest, CircularListTest, CursorPagingTest, SolrTestCaseJ4Test, TestCursorMarkWithoutUniqueKey, TestTolerantSearch, ActionThrottleTest, AliasIntegrationTest, AssignTest, CloudExitableDirectoryReaderTest, ConnectionManagerTest, CustomCollectionTest, DeleteInactiveReplicaTest, DeleteReplicaTest, DistribJoinFromCollectionTest, HttpPartitionTest, LeaderFailoverAfterPartitionTest, LeaderInitiatedRecoveryOnCommitTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverriddenZkACLAndCredentialsProvidersTest, RecoveryAfterSoftCommitTest, RemoteQueryErrorTest, ReplicationFactorTest, RollingRestartTest, SSLMigrationTest, SaslZkACLProviderTest, ShardSplitTest, SharedFSAutoReplicaFailoverTest, SharedFSAutoReplicaFailoverUtilsTest, SimpleCollectionCreateDeleteTest, SolrXmlInZkTest, TestCloudPivotFacet, TestCollectionAPI, TestMiniSolrCloudCluster, TestRebalanceLeaders, TestRequestStatusCollectionAPI, TestShortCircuitedRequests, VMParamsZkACLAndCredentialsProvidersTest, HdfsBasicDistributedZk2Test, HdfsBasicDistributedZkTest, HdfsChaosMonkeySafeLeaderTest, HdfsCollectionsAPIDistributedZkTest, HdfsUnloadDistributedZkTest, HdfsWriteToMultipleCollectionsTest, TestClusterStateMutator, CachingDirectoryFactoryTest, HdfsDirectoryFactoryTest, TestConfigOverlay, TestConfigSets, TestDynamicLoading, TestInfoStreamLogging, TestNRTOpen, TestReloadAndDeleteDocs, TestSolrXml, RequestLoggingTest, TestBlobHandler, TestReplicationHandlerBackup]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestReplicationHandlerBackup -Dtests.seed=E909F9F574C0A67F -Dtests.slow=true -Dtests.locale=ar_EG -Dtests.timezone=Africa/Libreville -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s | TestReplicationHandlerBackup (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the following files (in the order of attempts):
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E909F9F574C0A67F-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E909F9F574C0A67F-001\solr-instance-002\collection1
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E909F9F574C0A67F-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E909F9F574C0A67F-001\solr-instance-002
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E909F9F574C0A67F-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E909F9F574C0A67F-001\solr-instance-001\collection1
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E909F9F574C0A67F-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E909F9F574C0A67F-001\solr-instance-001
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E909F9F574C0A67F-001\solr-instance-001\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E909F9F574C0A67F-001\solr-instance-001\collection1\data
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E909F9F574C0A67F-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E909F9F574C0A67F-001\solr-instance-001
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E909F9F574C0A67F-001\solr-instance-002\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E909F9F574C0A67F-001\solr-instance-002\collection1\data
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E909F9F574C0A67F-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E909F9F574C0A67F-001\solr-instance-002
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E909F9F574C0A67F-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E909F9F574C0A67F-001
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([E909F9F574C0A67F]:0)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed in 11.84s, 2 tests, 1 error <<< FAILURES!

[...truncated 203 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:508: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1368: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:975: There were test failures: 466 suites, 1862 tests, 2 suite-level errors, 2 errors, 55 ignored (30 assumptions)

Total time: 129 minutes 35 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.8.0_31 -client -XX:+UseSerialGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (32bit/jdk1.7.0_76) - Build # 4395 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4395/
Java: 32bit/jdk1.7.0_76 -client -XX:+UseConcMarkSweepGC

5 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestSolrConfigHandler

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler F98497695EB8889B-001\tempDir-010\collection1\conf\params.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler F98497695EB8889B-001\tempDir-010\collection1\conf\params.json: The process cannot access the file because it is being used by another process.     C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler F98497695EB8889B-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler F98497695EB8889B-001\tempDir-010\collection1\conf    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler F98497695EB8889B-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler F98497695EB8889B-001\tempDir-010\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler F98497695EB8889B-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler F98497695EB8889B-001\tempDir-010    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler F98497695EB8889B-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler F98497695EB8889B-001\tempDir-010    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler F98497695EB8889B-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler F98497695EB8889B-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler F98497695EB8889B-001\tempDir-010\collection1\conf\params.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler F98497695EB8889B-001\tempDir-010\collection1\conf\params.json: The process cannot access the file because it is being used by another process.

   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler F98497695EB8889B-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler F98497695EB8889B-001\tempDir-010\collection1\conf
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler F98497695EB8889B-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler F98497695EB8889B-001\tempDir-010\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler F98497695EB8889B-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler F98497695EB8889B-001\tempDir-010
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler F98497695EB8889B-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler F98497695EB8889B-001\tempDir-010
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler F98497695EB8889B-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler F98497695EB8889B-001

	at __randomizedtesting.SeedInfo.seed([F98497695EB8889B]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:200)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.ZkCLITest.testUpConfigLinkConfigClearZk

Error Message:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ZkCLITest F98497695EB8889B-001\tempDir-017\solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1424804192932\lang\stopwords_es.txt

Stack Trace:
java.nio.file.NoSuchFileException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ZkCLITest F98497695EB8889B-001\tempDir-017\solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1424804192932\lang\stopwords_es.txt
	at __randomizedtesting.SeedInfo.seed([F98497695EB8889B:DDE23A67D4773EFD]:0)
	at sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:79)
	at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97)
	at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:102)
	at sun.nio.fs.WindowsFileSystemProvider.newByteChannel(WindowsFileSystemProvider.java:230)
	at java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:430)
	at java.nio.file.Files.newOutputStream(Files.java:172)
	at java.nio.file.Files.write(Files.java:3092)
	at org.apache.solr.common.cloud.ZkConfigManager.downloadFromZK(ZkConfigManager.java:91)
	at org.apache.solr.common.cloud.ZkConfigManager.downloadConfigDir(ZkConfigManager.java:122)
	at org.apache.solr.cloud.ZkCLI.main(ZkCLI.java:223)
	at org.apache.solr.cloud.ZkCLITest.testUpConfigLinkConfigClearZk(ZkCLITest.java:226)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.BasicDistributedZk2Test

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F98497695EB8889B-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F98497695EB8889B-001\tempDir-002    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F98497695EB8889B-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F98497695EB8889B-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F98497695EB8889B-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F98497695EB8889B-001\tempDir-002
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F98497695EB8889B-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F98497695EB8889B-001

	at __randomizedtesting.SeedInfo.seed([F98497695EB8889B]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:200)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


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

Error Message:
org.apache.http.NoHttpResponseException: The target server failed to respond

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:887)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:752)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:283)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:940)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:915)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:568)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:565)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	... 1 more


FAILED:  junit.framework.TestSuite.org.apache.solr.handler.TestReplicationHandlerBackup

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-002\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-002    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-001\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-001    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-001\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-001\collection1\data    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-002\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-002\collection1\data    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-002\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-002
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-001\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-001
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-001\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-001\collection1\data
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-002\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-002\collection1\data
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001

	at __randomizedtesting.SeedInfo.seed([F98497695EB8889B]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:200)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 9472 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReplicationHandlerBackup
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\init-core-data-001
   [junit4]   2> 336309 T1474 oas.SolrTestCaseJ4.setUp ###Starting doTestBackup
   [junit4]   2> 336310 T1474 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-001\collection1
   [junit4]   2> 336330 T1474 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 336333 T1474 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:54434
   [junit4]   2> 336334 T1474 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1e91485
   [junit4]   2> 336335 T1474 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 336335 T1474 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-001
   [junit4]   2> 336336 T1474 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-001\'
   [junit4]   2> 336385 T1474 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-001\solr.xml
   [junit4]   2> 336422 T1474 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-001\.
   [junit4]   2> 336422 T1474 oasc.CoreContainer.<init> New CoreContainer 15161397
   [junit4]   2> 336422 T1474 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-001\]
   [junit4]   2> 336424 T1474 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 336424 T1474 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 336424 T1474 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 336425 T1474 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 336425 T1474 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 336425 T1474 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 336425 T1474 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 336425 T1474 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 336425 T1474 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 336425 T1474 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 336425 T1474 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 336426 T1474 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 336427 T1474 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 336427 T1474 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 336427 T1474 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 336430 T1474 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-001\.
   [junit4]   2> 336431 T1474 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-001\.\collection1\
   [junit4]   2> 336437 T1474 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 336438 T1484 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-001\.\collection1\'
   [junit4]   2> 336476 T1484 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 336505 T1484 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 336584 T1484 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 336584 T1484 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-001\.\collection1\conf\schema.xml
   [junit4]   2> 336594 T1484 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 336617 T1484 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 336618 T1484 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-001\.\collection1\
   [junit4]   2> 336618 T1484 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 336619 T1484 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-001\.\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-001\collection1\data\
   [junit4]   2> 336620 T1484 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 336620 T1484 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-001\collection1\data\
   [junit4]   2> 336621 T1484 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-001\collection1\data\index/
   [junit4]   2> 336621 T1484 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-001\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 336622 T1484 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-001\collection1\data\index
   [junit4]   2> 336622 T1484 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=18, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=45.4033203125, floorSegmentMB=0.5498046875, forceMergeDeletesPctAllowed=28.558192437220487, segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.20591824401894687
   [junit4]   2> 336623 T1484 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@541b24 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1c20cf8),segFN=segments_1,generation=1}
   [junit4]   2> 336623 T1484 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 336625 T1484 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 336625 T1484 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 336625 T1484 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 336626 T1484 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 336626 T1484 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 336626 T1484 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 336627 T1484 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 336647 T1484 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 336647 T1484 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 336648 T1484 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 336649 T1484 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 336649 T1484 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 336649 T1484 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 336650 T1484 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 336650 T1484 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 336650 T1484 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 336651 T1484 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 336651 T1484 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 336651 T1484 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 336663 T1484 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 336665 T1484 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 336668 T1484 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 336671 T1484 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 336674 T1484 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 336674 T1484 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 336674 T1484 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 336675 T1484 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=36, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.13111721974309606]
   [junit4]   2> 336675 T1484 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@541b24 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1c20cf8),segFN=segments_1,generation=1}
   [junit4]   2> 336675 T1484 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 336676 T1484 oass.SolrIndexSearcher.<init> Opening Searcher@17e8890[collection1] main
   [junit4]   2> 336676 T1484 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-001\.\collection1\conf
   [junit4]   2> 336676 T1484 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-001\.\collection1\conf}
   [junit4]   2> 336676 T1484 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-001\.\collection1\conf
   [junit4]   2> 336676 T1484 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 336680 T1484 oash.ReplicationHandler.inform Replication enabled for following config files: schema-replication2.xml:schema.xml
   [junit4]   2> 336680 T1484 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 336680 T1484 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 336681 T1474 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 336681 T1474 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 336682 T1485 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@17e8890[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> ASYNC  NEW_CORE C515 name=collection1 org.apache.solr.core.SolrCore@17aaabe
   [junit4]   2> 336685 T1478 C515 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 336686 T1478 C515 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:*} 0 1
   [junit4]   2> 336690 T1483 C515 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0]} 0 1
   [junit4]   2> 336693 T1480 C515 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[1]} 0 0
   [junit4]   2> 336697 T1482 C515 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[2]} 0 0
   [junit4]   2> 336700 T1481 C515 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[3]} 0 0
   [junit4]   2> 336703 T1479 C515 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[4]} 0 0
   [junit4]   2> 336706 T1478 C515 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[5]} 0 0
   [junit4]   2> 336709 T1483 C515 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[6]} 0 0
   [junit4]   2> 336712 T1480 C515 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[7]} 0 0
   [junit4]   2> 336715 T1482 C515 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[8]} 0 0
   [junit4]   2> 336718 T1481 C515 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[9]} 0 0
   [junit4]   2> 336721 T1479 C515 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[10]} 0 0
   [junit4]   2> 336724 T1478 C515 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[11]} 0 0
   [junit4]   2> 336727 T1483 C515 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[12]} 0 0
   [junit4]   2> 336730 T1480 C515 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[13]} 0 0
   [junit4]   2> 336733 T1482 C515 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[14]} 0 0
   [junit4]   2> 336736 T1479 C515 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[15]} 0 0
   [junit4]   2> 336739 T1478 C515 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[16]} 0 0
   [junit4]   2> 336742 T1483 C515 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[17]} 0 0
   [junit4]   2> 336745 T1480 C515 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[18]} 0 0
   [junit4]   2> 336749 T1481 C515 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[19]} 0 0
   [junit4]   2> 336752 T1482 C515 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[20]} 0 0
   [junit4]   2> 336755 T1479 C515 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[21]} 0 0
   [junit4]   2> 336758 T1478 C515 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[22]} 0 0
   [junit4]   2> 336761 T1483 C515 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[23]} 0 0
   [junit4]   2> 336764 T1480 C515 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[24]} 0 0
   [junit4]   2> 336767 T1481 C515 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[25]} 0 0
   [junit4]   2> 336771 T1482 C515 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[26]} 0 0
   [junit4]   2> 336775 T1479 C515 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[27]} 0 1
   [junit4]   2> 336777 T1478 C515 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[28]} 0 0
   [junit4]   2> 336780 T1483 C515 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 336784 T1483 C515 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@541b24 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1c20cf8),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@541b24 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1c20cf8),segFN=segments_2,generation=2}
   [junit4]   2> 336785 T1483 C515 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 336797 T1487 oash.SnapShooter.createSnapshot Creating backup snapshot...
   [junit4]   2> 336798 T1483 C515 oass.SolrIndexSearcher.<init> Opening Searcher@159142b[collection1] main
   [junit4]   2> 336798 T1483 C515 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 336800 T1485 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@159142b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.1.0):c29)))}
   [junit4]   2> 336800 T1483 C515 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={commit=true&wt=javabin&softCommit=false&version=2&waitSearcher=true} {commit=} 0 20
   [junit4]   2> 336805 T1487 oash.SnapShooter.createSnapshot Done creating backup snapshot: <not named>
   [junit4]   2> 336840 T1481 C515 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=backup&name=oiccxopnyvpufjhbitr} status=0 QTime=2 
   [junit4]   2> 336840 T1488 oash.SnapShooter.createSnapshot Creating backup snapshot...
   [junit4]   2> 336848 T1488 oash.SnapShooter.createSnapshot Done creating backup snapshot: oiccxopnyvpufjhbitr
   [junit4]   2> 336861 T1482 C515 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 337897 T1478 C515 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=backup&name=ljbfejfxwolehndrlr} status=0 QTime=3 
   [junit4]   2> 337897 T1490 oash.SnapShooter.createSnapshot Creating backup snapshot...
   [junit4]   2> 337900 T1483 C515 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 337904 T1490 oash.SnapShooter.createSnapshot Done creating backup snapshot: ljbfejfxwolehndrlr
   [junit4]   2> 338938 T1480 C515 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=backup&name=gpjteijuick} status=0 QTime=1 
   [junit4]   2> 338938 T1491 oash.SnapShooter.createSnapshot Creating backup snapshot...
   [junit4]   2> 338941 T1481 C515 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 338945 T1491 oash.SnapShooter.createSnapshot Done creating backup snapshot: gpjteijuick
   [junit4]   2> 339975 T1479 C515 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=backup&name=illyqnssrvbvggd} status=0 QTime=1 
   [junit4]   2> 339975 T1492 oash.SnapShooter.createSnapshot Creating backup snapshot...
   [junit4]   2> 339978 T1483 C515 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 339981 T1492 oash.SnapShooter.createSnapshot Done creating backup snapshot: illyqnssrvbvggd
   [junit4]   2> 341016 T1480 C515 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=deletebackup&name=oiccxopnyvpufjhbitr} status=0 QTime=4 
   [junit4]   2> 341016 T1493 oash.SnapShooter.deleteNamedSnapshot Deleting snapshot: oiccxopnyvpufjhbitr
   [junit4]   2> 341020 T1481 C515 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 342051 T1480 C515 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=deletebackup&name=ljbfejfxwolehndrlr} status=0 QTime=1 
   [junit4]   2> 342051 T1494 oash.SnapShooter.deleteNamedSnapshot Deleting snapshot: ljbfejfxwolehndrlr
   [junit4]   2> 342056 T1482 C515 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 342264 T1482 C515 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 342264 T1474 oas.SolrTestCaseJ4.tearDown ###Ending doTestBackup
   [junit4]   2> 342279 T1474 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=15161397
   [junit4]   2> 342280 T1474 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@17aaabe
   [junit4]   2> 342281 T1474 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=29,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0}
   [junit4]   2> 342282 T1474 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 342282 T1474 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 342282 T1474 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 342284 T1474 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 342284 T1474 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 342284 T1474 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-001\collection1\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-001\collection1\data\;done=false>>]
   [junit4]   2> 342284 T1474 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-001\collection1\data\
   [junit4]   2> 342284 T1474 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-001\collection1\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-001\collection1\data\index;done=false>>]
   [junit4]   2> 342284 T1474 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-001\collection1\data\index
   [junit4]   2> 342284 T1474 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 342479 T1474 oas.SolrTestCaseJ4.setUp ###Starting testBackupOnCommit
   [junit4]   2> 342483 T1474 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-002\collection1
   [junit4]   2> 342501 T1474 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 342515 T1474 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:54442
   [junit4]   2> 342516 T1474 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1e91485
   [junit4]   2> 342516 T1474 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 342516 T1474 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-002
   [junit4]   2> 342516 T1474 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-002\'
   [junit4]   2> 342573 T1474 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-002\solr.xml
   [junit4]   2> 342623 T1474 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-002\.
   [junit4]   2> 342623 T1474 oasc.CoreContainer.<init> New CoreContainer 4348968
   [junit4]   2> 342623 T1474 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-002\]
   [junit4]   2> 342626 T1474 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 342626 T1474 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 342626 T1474 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 342626 T1474 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 342626 T1474 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 342626 T1474 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 342626 T1474 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 342626 T1474 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 342626 T1474 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 342626 T1474 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 342626 T1474 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 342630 T1474 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 342630 T1474 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 342630 T1474 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 342630 T1474 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 342633 T1474 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-002\.
   [junit4]   2> 342638 T1474 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-002\.\collection1\
   [junit4]   2> 342640 T1474 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 342642 T1504 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-002\.\collection1\'
   [junit4]   2> 342684 T1504 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 342707 T1504 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 342768 T1504 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 342768 T1504 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-002\.\collection1\conf\schema.xml
   [junit4]   2> 342776 T1504 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 342792 T1504 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 342793 T1504 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-002\.\collection1\
   [junit4]   2> 342793 T1504 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 342794 T1504 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-002\.\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-002\collection1\data\
   [junit4]   2> 342794 T1504 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 342795 T1504 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-002\collection1\data\
   [junit4]   2> 342795 T1504 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-002\collection1\data\index/
   [junit4]   2> 342795 T1504 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-002\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 342796 T1504 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-002\collection1\data\index
   [junit4]   2> 342797 T1504 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=18, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=45.4033203125, floorSegmentMB=0.5498046875, forceMergeDeletesPctAllowed=28.558192437220487, segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.20591824401894687
   [junit4]   2> 342797 T1504 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1be1550 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@696c65),segFN=segments_1,generation=1}
   [junit4]   2> 342797 T1504 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 342799 T1504 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 342799 T1504 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 342799 T1504 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 342800 T1504 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 342800 T1504 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 342800 T1504 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 342801 T1504 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 342801 T1504 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 342801 T1504 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 342802 T1504 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 342802 T1504 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 342803 T1504 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 342803 T1504 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 342803 T1504 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 342804 T1504 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 342804 T1504 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 342804 T1504 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 342805 T1504 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 342805 T1504 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 342812 T1504 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 342814 T1504 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 342815 T1504 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 342817 T1504 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 342819 T1504 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 342819 T1504 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 342820 T1504 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 342820 T1504 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=36, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.13111721974309606]
   [junit4]   2> 342821 T1504 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1be1550 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@696c65),segFN=segments_1,generation=1}
   [junit4]   2> 342821 T1504 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 342821 T1504 oass.SolrIndexSearcher.<init> Opening Searcher@1ff951a[collection1] main
   [junit4]   2> 342822 T1504 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-002\.\collection1\conf
   [junit4]   2> 342822 T1504 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-002\.\collection1\conf}
   [junit4]   2> 342822 T1504 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-002\.\collection1\conf
   [junit4]   2> 342824 T1504 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 342824 T1504 oash.ReplicationHandler.inform Replication enabled for following config files: schema-replication2.xml:schema.xml
   [junit4]   2> 342824 T1504 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 342825 T1504 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 342825 T1505 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1ff951a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 342825 T1474 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 342825 T1474 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C516 name=collection1 org.apache.solr.core.SolrCore@3f60a2
   [junit4]   2> 342828 T1498 C516 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 342829 T1498 C516 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:*} 0 1
   [junit4]   2> 342832 T1500 C516 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0]} 0 1
   [junit4]   2> 342835 T1499 C516 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[1]} 0 0
   [junit4]   2> 342838 T1501 C516 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[2]} 0 0
   [junit4]   2> 342841 T1502 C516 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[3]} 0 0
   [junit4]   2> 342844 T1503 C516 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[4]} 0 0
   [junit4]   2> 342847 T1498 C516 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[5]} 0 0
   [junit4]   2> 342850 T1500 C516 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 342854 T1500 C516 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1be1550 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@696c65),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1be1550 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@696c65),segFN=segments_2,generation=2}
   [junit4]   2> 342855 T1500 C516 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 342858 T1507 oash.SnapShooter.createSnapshot Creating backup snapshot...
   [junit4]   2> 342859 T1500 C516 oass.SolrIndexSearcher.<init> Opening Searcher@174af00[collection1] main
   [junit4]   2> 342859 T1500 C516 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 342860 T1505 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@174af00[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.1.0):c6)))}
   [junit4]   2> 342861 T1500 C516 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={commit=true&wt=javabin&softCommit=false&version=2&waitSearcher=true} {commit=} 0 11
   [junit4]   2> 342863 T1499 C516 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 342865 T1507 oash.SnapShooter.createSnapshot Done creating backup snapshot: <not named>
   [junit4]   2> 343895 T1503 C516 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 344996 T1474 oas.SolrTestCaseJ4.tearDown ###Ending testBackupOnCommit
   [junit4]   2> 345013 T1474 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=4348968
   [junit4]   2> 345014 T1474 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3f60a2
   [junit4]   2> 345014 T1474 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=6,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0}
   [junit4]   2> 345015 T1474 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 345015 T1474 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 345015 T1474 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 345018 T1474 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 345018 T1474 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 345018 T1474 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-002\collection1\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-002\collection1\data\;done=false>>]
   [junit4]   2> 345018 T1474 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-002\collection1\data\
   [junit4]   2> 345018 T1474 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-002\collection1\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-002\collection1\data\index;done=false>>]
   [junit4]   2> 345020 T1474 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-002\collection1\data\index
   [junit4]   2> 345020 T1474 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 345229 T1474 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {id=FSTOrd50, name=FSTOrd50}, docValues:{}, sim=DefaultSimilarity, locale=bg, timezone=Antarctica/Troll
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_76 (32-bit)/cpus=2,threads=1,free=47536448,total=165609472
   [junit4]   2> NOTE: All tests run in this JVM: [MinimalSchemaTest, AddBlockUpdateTest, PathHierarchyTokenizerFactoryTest, DistributedFacetPivotSmallAdvancedTest, TestBadConfig, LeaderInitiatedRecoveryOnCommitTest, RecoveryAfterSoftCommitTest, TestChildDocTransformer, DistributedFacetPivotWhiteBoxTest, SyncSliceTest, TestCloudInspectUtil, TestObjectReleaseTracker, QueryResultKeyTest, TestGroupingSearch, NoCacheHeaderTest, VMParamsZkACLAndCredentialsProvidersTest, TestCoreContainer, ZkStateWriterTest, SuggestComponentTest, QueryParsingTest, OverriddenZkACLAndCredentialsProvidersTest, TestLeaderElectionZkExpiry, TestSolrConfigHandlerConcurrent, SolrIndexConfigTest, DistributedQueryComponentOptimizationTest, TestDefaultSimilarityFactory, TestCharFilters, OverseerCollectionProcessorTest, TestPhraseSuggestions, SynonymTokenizerTest, SSLMigrationTest, SpellCheckCollatorTest, TestReplicationHandlerBackup]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestReplicationHandlerBackup -Dtests.seed=F98497695EB8889B -Dtests.slow=true -Dtests.locale=bg -Dtests.timezone=Antarctica/Troll -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s | TestReplicationHandlerBackup (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the following files (in the order of attempts):
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-002\collection1
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-002
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-001\collection1
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-001
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-001\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-001\collection1\data
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-002\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001\solr-instance-002\collection1\data
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F98497695EB8889B-001
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F98497695EB8889B]:0)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed in 9.04s, 2 tests, 1 error <<< FAILURES!

[...truncated 385 lines...]
   [junit4] Suite: org.apache.solr.core.TestSolrConfigHandler
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler F98497695EB8889B-001\init-core-data-001
   [junit4]   2> 2649676 T8671 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (true)
   [junit4]   2> 2649682 T8671 oas.SolrTestCaseJ4.setUp ###Starting testReqHandlerAPIs
   [junit4]   2> 2651494 T8671 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 2651494 T8671 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 2651497 T8671 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler F98497695EB8889B-001\tempDir-002\cores\core
   [junit4]   2> 2651503 T8671 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2651516 T8671 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 2651521 T8671 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:57968
   [junit4]   2> 2651526 T8671 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1e91485
   [junit4]   2> 2651527 T8671 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2651527 T8671 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler F98497695EB8889B-001\tempDir-001
   [junit4]   2> 2651527 T8671 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler F98497695EB8889B-001\tempDir-001\'
   [junit4]   2> 2651582 T8671 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler F98497695EB8889B-001\tempDir-001\solr.xml
   [junit4]   2> 2651624 T8671 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler F98497695EB8889B-001\tempDir-002\cores
   [junit4]   2> 2651624 T8671 oasc.CoreContainer.<init> New CoreContainer 3748150
   [junit4]   2> 2651624 T8671 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler F98497695EB8889B-001\tempDir-001\]
   [junit4]   2> 2651628 T8671 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2651628 T8671 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: https
   [junit4]   2> 2651628 T8671 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2651628 T8671 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2651628 T8671 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 2651628 T8671 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2651628 T8671 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2651628 T8671 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2651628 T8671 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2651628 T8671 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2651631 T8671 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 2651635 T8671 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2651640 T8671 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2651640 T8671 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2651640 T8671 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2651646 T8671 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler F98497695EB8889B-001\tempDir-002\cores
   [junit4]   2> 2651646 T8671 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler F98497695EB8889B-001\tempDir-002\cores\core\
   [junit4]   2> 2651647 T8671 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 2651649 T8681 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler F98497695EB8889B-001\tempDir-001\collection1\'
   [junit4]   2> 2651650 T8681 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20F98497695EB8889B-001/tempDir-001/collection1/lib/.svn/' to classloader
   [junit4]   2> 2651654 T8681 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20F98497695EB8889B-001/tempDir-001/collection1/lib/classes/' to classloader
   [junit4]   2> 2651654 T8681 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20F98497695EB8889B-001/tempDir-001/collection1/lib/README' to classloader
   [junit4]   2> 2651717 T8681 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 2651801 T8681 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 2651858 T8681 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-managed-schema.xml
   [junit4]   2> 2651864 T8681 oass.ManagedIndexSchemaFactory.readSchemaLocally The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema-rest.xml instead
   [junit4]   2> 2651864 T8681 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler F98497695EB8889B-001\tempDir-001\collection1\conf\schema-rest.xml
   [junit4]   2> 2651879 T8681 oass.IndexSchema.readSchema [collection1] Schema name=test-rest
   [junit4]   2> 2652648 T8681 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2652651 T8681 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 2652652 T8681 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2652654 T8681 oass.IndexSchema.loadCopyFields WARN Field title is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 2652666 T8681 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 2652667 T8681 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 2652667 T8681 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
   [junit4]   2> 2652667 T8681 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
   [junit4]   2> 2652672 T8681 oass.ManagedIndexSchema.persistManagedSchema Upgraded to managed schema at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\

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

> 4573105 T16465 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4573105 T16628 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1bb8445 name:ZooKeeperConnection Watcher:127.0.0.1:61526/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4573106 T16465 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4573106 T16465 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4573109 T16465 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4573111 T16465 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4573112 T16631 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@16c2bfe name:ZooKeeperConnection Watcher:127.0.0.1:61526/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4573113 T16465 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4573113 T16465 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4573116 T16616 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14bbcf2c4ba0001, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 4573118 T16465 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:61526 61526
   [junit4]   2> 4574695 T16615 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:61526 61526
   [junit4]   2> 4574697 T16465 oas.SolrTestCaseJ4.tearDown ###Ending testPut
   [junit4]   2> 4574698 T16465 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ZkCLITest F98497695EB8889B-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {}, docValues:{}, sim=DefaultSimilarity, locale=zh, timezone=Canada/Saskatchewan
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_76 (32-bit)/cpus=2,threads=1,free=222793056,total=523501568
   [junit4]   2> NOTE: All tests run in this JVM: [MinimalSchemaTest, AddBlockUpdateTest, PathHierarchyTokenizerFactoryTest, DistributedFacetPivotSmallAdvancedTest, TestBadConfig, LeaderInitiatedRecoveryOnCommitTest, RecoveryAfterSoftCommitTest, TestChildDocTransformer, DistributedFacetPivotWhiteBoxTest, SyncSliceTest, TestCloudInspectUtil, TestObjectReleaseTracker, QueryResultKeyTest, TestGroupingSearch, NoCacheHeaderTest, VMParamsZkACLAndCredentialsProvidersTest, TestCoreContainer, ZkStateWriterTest, SuggestComponentTest, QueryParsingTest, OverriddenZkACLAndCredentialsProvidersTest, TestLeaderElectionZkExpiry, TestSolrConfigHandlerConcurrent, SolrIndexConfigTest, DistributedQueryComponentOptimizationTest, TestDefaultSimilarityFactory, TestCharFilters, OverseerCollectionProcessorTest, TestPhraseSuggestions, SynonymTokenizerTest, SSLMigrationTest, SpellCheckCollatorTest, TestReplicationHandlerBackup, TestShortCircuitedRequests, URLClassifyProcessorTest, LukeRequestHandlerTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, AnalyticsQueryTest, TestBlobHandler, EnumFieldTest, TestLRUStatsCache, TestCollapseQParserPlugin, AddSchemaFieldsUpdateProcessorFactoryTest, TestSchemaManager, ExitableDirectoryReaderTest, ExternalFileFieldSortTest, TestDefaultSearchFieldResource, ChangedSchemaMergeTest, TestStandardQParsers, MoreLikeThisHandlerTest, DeleteInactiveReplicaTest, SimpleFacetsTest, LeaderFailoverAfterPartitionTest, TimeZoneUtilsTest, TestNonDefinedSimilarityFactory, HdfsSyncSliceTest, TestFileDictionaryLookup, TestInitParams, TestPerFieldSimilarity, ParsingFieldUpdateProcessorsTest, TestCollectionAPI, TestSolrQueryParserResource, TestInitQParser, TestRangeQuery, TestRecoveryHdfs, AssignTest, MergeStrategyTest, DebugComponentTest, DocValuesMultiTest, SpatialRPTFieldTypeTest, XmlUpdateRequestHandlerTest, DistributedIntervalFacetingTest, SolrPluginUtilsTest, TestPseudoReturnFields, HighlighterConfigTest, TestSolrXml, HdfsBasicDistributedZk2Test, TestRealTimeGet, DistributedTermsComponentTest, TestManagedStopFilterFactory, TestTrie, DistribJoinFromCollectionTest, HdfsUnloadDistributedZkTest, ResourceLoaderTest, TestFreeTextSuggestions, TestXIncludeConfig, TestCloudManagedSchema, TestImplicitCoreProperties, StandardRequestHandlerTest, DocValuesMissingTest, PluginInfoTest, SystemInfoHandlerTest, DistributedFacetPivotSmallTest, TestRandomDVFaceting, TestRequestStatusCollectionAPI, TestDFRSimilarityFactory, TestManagedResourceStorage, TestFieldResource, TestQueryTypes, ResponseLogComponentTest, UniqFieldsUpdateProcessorFactoryTest, TestOverriddenPrefixQueryForCustomFieldType, TestAnalyzedSuggestions, TestCloudManagedSchemaConcurrent, TestSolrQueryParser, DistribDocExpirationUpdateProcessorTest, TestSearchPerf, DistributedQueryElevationComponentTest, DistributedSuggestComponentTest, TestLFUCache, SolrCoreCheckLockOnStartupTest, RegexBoostProcessorTest, TestConfigOverlay, HttpPartitionTest, ChaosMonkeyNothingIsSafeTest, HdfsDirectoryTest, TestSchemaSimilarityResource, TestBulkSchemaConcurrent, DisMaxRequestHandlerTest, StatsComponentTest, TestExtendedDismaxParser, DistributedFacetPivotLargeTest, TestSolrJ, CustomCollectionTest, TestLMJelinekMercerSimilarityFactory, BlockCacheTest, DistributedMLTComponentTest, TestFastWriter, TestManagedResource, TestClassNameShortening, StressHdfsTest, TestSurroundQueryParser, DOMUtilTest, TestPartialUpdateDeduplication, TestReplicaProperties, TestFiltering, PolyFieldTest, AlternateDirectoryTest, DateFieldTest, CircularListTest, TestFastLRUCache, CoreAdminRequestStatusTest, TriLevelCompositeIdRoutingTest, TestStressRecovery, DistributedQueueTest, HdfsDirectoryFactoryTest, TestDistribDocBasedVersion, TestSolrConfigHandler, SolrCmdDistributorTest, TermsComponentTest, AnalysisErrorHandlingTest, ChaosMonkeySafeLeaderTest, TestAddFieldRealTimeGet, ExternalCollectionsTest, TestCollationFieldDocValues, TestDistributedGrouping, QueryElevationComponentTest, TestSimpleQParserPlugin, HighlighterTest, DirectUpdateHandlerOptimizeTest, FieldAnalysisRequestHandlerTest, NumericFieldsTest, TestManagedSynonymFilterFactory, DistributedQueryComponentCustomSortTest, TestRandomMergePolicy, DirectSolrConnectionTest, ConnectionManagerTest, ClusterStateTest, TestIndexSearcher, SpellingQueryConverterTest, TestManagedSchema, ZkSolrClientTest, TestQueryUtils, TestHashPartitioner, TestQuerySenderListener, SharedFSAutoReplicaFailoverUtilsTest, CoreMergeIndexesAdminHandlerTest, TestRawResponseWriter, TestSolrCoreProperties, TestExactStatsCache, DateMathParserTest, TestSolrIndexConfig, TestDynamicLoading, SliceStateTest, CoreAdminHandlerTest, TestZkChroot, StatelessScriptUpdateProcessorFactoryTest, TestOmitPositions, PreAnalyzedFieldTest, OpenCloseCoreStressTest, TestFaceting, CloudExitableDirectoryReaderTest, CacheHeaderTest, TestCSVLoader, DocExpirationUpdateProcessorFactoryTest, UnloadDistributedZkTest, TestUtils, TestConfigReload, SuggesterFSTTest, TestJmxMonitoredMap, TestCoreDiscovery, PrimitiveFieldTypeTest, TestSweetSpotSimilarityFactory, TestAnalyzeInfixSuggestions, TestSolr4Spatial2, CollectionsAPIDistributedZkTest, JsonLoaderTest, TestFieldTypeResource, HdfsRecoveryZkTest, RAMDirectoryFactoryTest, ReplicationFactorTest, PeerSyncTest, TestIBSimilarityFactory, DocumentAnalysisRequestHandlerTest, TestLazyCores, TestSystemIdResolver, TestWordDelimiterFilterFactory, TestCloudPivotFacet, MigrateRouteKeyTest, TestNRTOpen, XsltUpdateRequestHandlerTest, SaslZkACLProviderTest, CachingDirectoryFactoryTest, SampleTest, PingRequestHandlerTest, DefaultValueUpdateProcessorTest, BasicDistributedZkTest, BasicDistributedZk2Test, OverseerTest, LeaderElectionIntegrationTest, ShardRoutingTest, BasicZkTest, RecoveryZkTest, FullSolrCloudDistribCmdsTest, TestReplicationHandler, ClusterStateUpdateTest, TestRandomFaceting, LeaderElectionTest, ZkCLITest]
   [junit4] Completed in 31.05s, 11 tests, 1 error <<< FAILURES!

[...truncated 694 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:508: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1368: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:975: There were test failures: 466 suites, 1862 tests, 3 suite-level errors, 2 errors, 55 ignored (30 assumptions)

Total time: 152 minutes 20 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.7.0_76 -client -XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



Re: [JENKINS] Lucene-Solr-5.x-Windows (32bit/jdk1.8.0_31) - Build # 4394 - Still Failing!

Posted by Alan Woodward <al...@flax.co.uk>.
Think this might be mine, the change to uploadConfigDir doesn't ignore dot files or directories.
 
> 
> 
> FAILED:  org.apache.solr.cloud.ZkCLITest.testUpConfigLinkConfigClearZk
> 
> Error Message:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ZkCLITest C0AC77724426E672-001\tempDir-003\solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1424616048047\velocity\.svn\text-base\facet_pivot.vm.svn-base
> 
> Stack Trace:
> java.nio.file.NoSuchFileException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ZkCLITest C0AC77724426E672-001\tempDir-003\solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1424616048047\velocity\.svn\text-base\facet_pivot.vm.svn-base


Alan Woodward
www.flax.co.uk


On 22 Feb 2015, at 17:18, Policeman Jenkins Server wrote:

> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4394/
> Java: 32bit/jdk1.8.0_31 -server -XX:+UseG1GC
> 
> 6 tests failed.
> FAILED:  org.apache.solr.handler.TestReplicationHandlerBackup.doTestBackup
> 
> Error Message:
> Test abandoned because suite timeout was reached.
> 
> Stack Trace:
> java.lang.Exception: Test abandoned because suite timeout was reached.
> 	at __randomizedtesting.SeedInfo.seed([C0AC77724426E672]:0)
> 
> 
> FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestSolrConfigHandler
> 
> Error Message:
> Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-010\collection1\conf\configoverlay.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-010\collection1\conf\configoverlay.json: The process cannot access the file because it is being used by another process.     C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-010\collection1\conf    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-010\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-010    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-010    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001 
> 
> Stack Trace:
> java.io.IOException: Could not remove the following files (in the order of attempts):
>   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-010\collection1\conf\configoverlay.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-010\collection1\conf\configoverlay.json: The process cannot access the file because it is being used by another process.
> 
>   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-010\collection1\conf
>   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-010\collection1
>   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-010
>   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-010
>   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001
> 
> 	at __randomizedtesting.SeedInfo.seed([C0AC77724426E672]:0)
> 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
> 	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:200)
> 	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
> 	at java.lang.Thread.run(Thread.java:745)
> 
> 
> FAILED:  org.apache.solr.cloud.ZkCLITest.testUpConfigLinkConfigClearZk
> 
> Error Message:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ZkCLITest C0AC77724426E672-001\tempDir-003\solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1424616048047\velocity\.svn\text-base\facet_pivot.vm.svn-base
> 
> Stack Trace:
> java.nio.file.NoSuchFileException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ZkCLITest C0AC77724426E672-001\tempDir-003\solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1424616048047\velocity\.svn\text-base\facet_pivot.vm.svn-base
> 	at __randomizedtesting.SeedInfo.seed([C0AC77724426E672:E4CADA7CCEE95014]:0)
> 	at sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:79)
> 	at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97)
> 	at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:102)
> 	at sun.nio.fs.WindowsFileSystemProvider.newByteChannel(WindowsFileSystemProvider.java:230)
> 	at java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:434)
> 	at java.nio.file.Files.newOutputStream(Files.java:216)
> 	at java.nio.file.Files.write(Files.java:3292)
> 	at org.apache.solr.common.cloud.ZkConfigManager.downloadFromZK(ZkConfigManager.java:83)
> 	at org.apache.solr.common.cloud.ZkConfigManager.downloadConfigDir(ZkConfigManager.java:114)
> 	at org.apache.solr.cloud.ZkCLI.main(ZkCLI.java:223)
> 	at org.apache.solr.cloud.ZkCLITest.testUpConfigLinkConfigClearZk(ZkCLITest.java:226)
> 	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:483)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
> 	at java.lang.Thread.run(Thread.java:745)
> 
> 
> FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.BasicDistributedZk2Test
> 
> Error Message:
> Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test C0AC77724426E672-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test C0AC77724426E672-001\tempDir-002    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test C0AC77724426E672-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test C0AC77724426E672-001 
> 
> Stack Trace:
> java.io.IOException: Could not remove the following files (in the order of attempts):
>   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test C0AC77724426E672-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test C0AC77724426E672-001\tempDir-002
>   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test C0AC77724426E672-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test C0AC77724426E672-001
> 
> 	at __randomizedtesting.SeedInfo.seed([C0AC77724426E672]:0)
> 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
> 	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:200)
> 	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
> 	at java.lang.Thread.run(Thread.java:745)
> 
> 
> FAILED:  org.apache.solr.cloud.ReplicationFactorTest.test
> 
> Error Message:
> org.apache.http.NoHttpResponseException: The target server failed to respond
> 
> Stack Trace:
> org.apache.solr.client.solrj.SolrServerException: org.apache.http.NoHttpResponseException: The target server failed to respond
> 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:887)
> 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:752)
> 	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
> 	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
> 	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:483)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
> 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:940)
> 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:915)
> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
> 	at java.lang.Thread.run(Thread.java:745)
> Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
> 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
> 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
> 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
> 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
> 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
> 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
> 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
> 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
> 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
> 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
> 	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
> 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
> 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
> 	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:568)
> 	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:565)
> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> 	... 1 more
> 
> 
> FAILED:  junit.framework.TestSuite.org.apache.solr.handler.TestReplicationHandlerBackup
> 
> Error Message:
> Suite timeout exceeded (>= 7200000 msec).
> 
> Stack Trace:
> java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
> 	at __randomizedtesting.SeedInfo.seed([C0AC77724426E672]:0)
> 
> 
> 
> 
> Build Log:
> [...truncated 19657 lines...]
>   [junit4] Suite: org.apache.solr.core.TestSolrConfigHandler
>   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\init-core-data-001
>   [junit4]   2> 1251120 T6164 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false)
>   [junit4]   2> 1251125 T6164 oas.SolrTestCaseJ4.setUp ###Starting testReqHandlerAPIs
>   [junit4]   2> 1253280 T6164 oas.SolrTestCaseJ4.initCore ####initCore
>   [junit4]   2> 1253280 T6164 oas.SolrTestCaseJ4.initCore ####initCore end
>   [junit4]   2> 1253282 T6164 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-002\cores\core
>   [junit4]   2> 1253290 T6164 oejs.Server.doStart jetty-8.1.10.v20130312
>   [junit4]   2> 1253299 T6164 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:65067
>   [junit4]   2> 1253299 T6164 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
>   [junit4]   2> 1253299 T6164 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
>   [junit4]   2> 1253303 T6164 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001
>   [junit4]   2> 1253303 T6164 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\'
>   [junit4]   2> 1253363 T6164 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\solr.xml
>   [junit4]   2> 1253375 T6164 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-002\cores
>   [junit4]   2> 1253375 T6164 oasc.CoreContainer.<init> New CoreContainer 7663903
>   [junit4]   2> 1253375 T6164 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\]
>   [junit4]   2> 1253381 T6164 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
>   [junit4]   2> 1253381 T6164 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
>   [junit4]   2> 1253381 T6164 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
>   [junit4]   2> 1253381 T6164 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
>   [junit4]   2> 1253381 T6164 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
>   [junit4]   2> 1253381 T6164 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
>   [junit4]   2> 1253381 T6164 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
>   [junit4]   2> 1253381 T6164 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
>   [junit4]   2> 1253381 T6164 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
>   [junit4]   2> 1253381 T6164 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
>   [junit4]   2> 1253385 T6164 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
>   [junit4]   2> 1253385 T6164 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
>   [junit4]   2> 1253385 T6164 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
>   [junit4]   2> 1253385 T6164 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
>   [junit4]   2> 1253385 T6164 oasc.CoreContainer.load Host Name: 127.0.0.1
>   [junit4]   2> 1253392 T6164 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-002\cores
>   [junit4]   2> 1253392 T6164 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-002\cores\core\
>   [junit4]   2> 1253392 T6164 oasc.CorePropertiesLocator.discover Found 1 core definitions
>   [junit4]   2> 1253397 T6174 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\'
>   [junit4]   2> 1253397 T6174 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20C0AC77724426E672-001/tempDir-001/collection1/lib/.svn/' to classloader
>   [junit4]   2> 1253401 T6174 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20C0AC77724426E672-001/tempDir-001/collection1/lib/classes/' to classloader
>   [junit4]   2> 1253404 T6174 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20C0AC77724426E672-001/tempDir-001/collection1/lib/README' to classloader
>   [junit4]   2> 1253463 T6174 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
>   [junit4]   2> 1253466 T6174 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
>   [junit4]   2> 1253473 T6174 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-managed-schema.xml
>   [junit4]   2> 1253483 T6174 oass.ManagedIndexSchemaFactory.readSchemaLocally The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema-rest.xml instead
>   [junit4]   2> 1253483 T6174 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf\schema-rest.xml
>   [junit4]   2> 1253490 T6174 oass.IndexSchema.readSchema [collection1] Schema name=test-rest
>   [junit4]   2> 1253682 T6174 oass.IndexSchema.readSchema default search field in schema is text
>   [junit4]   2> 1253685 T6174 oass.IndexSchema.readSchema query parser default operator is OR
>   [junit4]   2> 1253685 T6174 oass.IndexSchema.readSchema unique key field: id
>   [junit4]   2> 1253687 T6174 oass.IndexSchema.loadCopyFields WARN Field title is not multivalued and destination for multiple copyFields (3)
>   [junit4]   2> 1253700 T6174 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
>   [junit4]   2> 1253700 T6174 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
>   [junit4]   2> 1253700 T6174 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
>   [junit4]   2> 1253700 T6174 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
>   [junit4]   2> 1253703 T6174 oass.ManagedIndexSchema.persistManagedSchema Upgraded to managed schema at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf\managed-schema
>   [junit4]   2> 1253725 T6174 oass.ManagedIndexSchemaFactory.upgradeToManagedSchema After upgrading to managed schema, renamed the non-managed schema C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf\schema-rest.xml to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf\schema-rest.xml.bak
>   [junit4]   2> 1253725 T6174 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1
>   [junit4]   2> 1253725 T6174 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
>   [junit4]   2> 1253728 T6174 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-002\cores\core\data\
>   [junit4]   2> 1253728 T6174 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
>   [junit4]   2> 1253731 T6174 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-002\cores\core\data
>   [junit4]   2> 1253732 T6174 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-002\cores\core\data\index/
>   [junit4]   2> 1253734 T6174 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-002\cores\core\data\index' doesn't exist. Creating new index...
>   [junit4]   2> 1253735 T6174 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-002\cores\core\data\index
>   [junit4]   2> 1253735 T6174 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=26, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
>   [junit4]   2> 1253741 T6174 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
>   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-002\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@11b585f; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
>   [junit4]   2> 1253741 T6174 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
>   [junit4]   2> 1253742 T6174 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
>   [junit4]   2> 1253744 T6174 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
>   [junit4]   2> 1253744 T6174 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
>   [junit4]   2> 1253750 T6174 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
>   [junit4]   2> 1253750 T6174 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
>   [junit4]   2> 1253750 T6174 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
>   [junit4]   2> 1253750 T6174 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
>   [junit4]   2> 1253751 T6174 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
>   [junit4]   2> 1253751 T6174 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
>   [junit4]   2> 1253751 T6174 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
>   [junit4]   2> 1253753 T6174 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
>   [junit4]   2> 1253754 T6174 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
>   [junit4]   2> 1253754 T6174 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
>   [junit4]   2> 1253754 T6174 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
>   [junit4]   2> 1253756 T6174 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
>   [junit4]   2> 1253756 T6174 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
>   [junit4]   2> 1253756 T6174 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
>   [junit4]   2> 1253756 T6174 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
>   [junit4]   2> 1253757 T6174 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
>   [junit4]   2> 1253757 T6174 oasc.RequestHandlers.initHandlersFromConfig created /dump: DumpRequestHandler
>   [junit4]   2> 1253769 T6174 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
>   [junit4]   2> 1253772 T6174 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
>   [junit4]   2> 1253773 T6174 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
>   [junit4]   2> 1253776 T6174 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
>   [junit4]   2> 1253776 T6174 oasc.RequestHandlers.applyInitParams WARN INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
>   [junit4]   2> 1253778 T6174 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
>   [junit4]   2> 1253778 T6174 oasu.CommitTracker.<init> Hard AutoCommit: disabled
>   [junit4]   2> 1253779 T6174 oasu.CommitTracker.<init> Soft AutoCommit: disabled
>   [junit4]   2> 1253779 T6174 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=41, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
>   [junit4]   2> 1253780 T6174 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
>   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-002\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@11b585f; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
>   [junit4]   2> 1253780 T6174 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
>   [junit4]   2> 1253780 T6174 oass.SolrIndexSearcher.<init> Opening Searcher@1574d27[collection1] main
>   [junit4]   2> 1253782 T6174 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
>   [junit4]   2> 1253783 T6174 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf}
>   [junit4]   2> 1253783 T6174 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
>   [junit4]   2> 1253785 T6174 oasr.RestManager.init Initializing 4 registered ManagedResources
>   [junit4]   2> 1253785 T6174 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
>   [junit4]   2> 1253786 T6174 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/stopwords/english
>   [junit4]   2> 1253788 T6174 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
>   [junit4]   2> 1253788 T6174 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/english
>   [junit4]   2> 1253788 T6174 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/english
>   [junit4]   2> 1253788 T6174 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
>   [junit4]   2> 1253789 T6174 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/stopwords/german
>   [junit4]   2> 1253791 T6174 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
>   [junit4]   2> 1253791 T6174 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/german
>   [junit4]   2> 1253791 T6174 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/german
>   [junit4]   2> 1253791 T6174 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
>   [junit4]   2> 1253792 T6174 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/english
>   [junit4]   2> 1253792 T6174 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/english
>   [junit4]   2> 1253794 T6174 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/english
>   [junit4]   2> 1253794 T6174 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
>   [junit4]   2> 1253795 T6174 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/german
>   [junit4]   2> 1253795 T6174 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/german
>   [junit4]   2> 1253795 T6174 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/german
>   [junit4]   2> 1253795 T6174 oash.ReplicationHandler.inform Commits will be reserved for  10000
>   [junit4]   2> 1253797 T6174 oasc.CoreContainer.registerCore registering core: collection1
>   [junit4]   2> 1253797 T6175 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1574d27[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>   [junit4]   2> 1253798 T6164 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
>   [junit4]   2> 1253798 T6164 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
>   [junit4]   2> 1253798 T6164 oas.SolrJettyTestBase.createJetty Jetty Assigned Port#65067
>   [junit4]   2> ASYNC  NEW_CORE C985 name=collection1 org.apache.solr.core.SolrCore@3cb78a
>   [junit4]   2> 1253820 T6169 C985 oasc.SolrResourceLoader.persistConfLocally Written confile configoverlay.json
>   [junit4]   2> 1253823 T6169 C985 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\'
>   [junit4]   2> 1253823 T6169 C985 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20C0AC77724426E672-001/tempDir-001/collection1/lib/.svn/' to classloader
>   [junit4]   2> 1253827 T6169 C985 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20C0AC77724426E672-001/tempDir-001/collection1/lib/classes/' to classloader
>   [junit4]   2> 1253830 T6169 C985 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20C0AC77724426E672-001/tempDir-001/collection1/lib/README' to classloader
>   [junit4]   2> 1253923 T6169 C985 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
>   [junit4]   2> 1253925 T6169 C985 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
>   [junit4]   2> 1253930 T6169 C985 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-managed-schema.xml
>   [junit4]   2> 1253937 T6169 C985 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf\managed-schema
>   [junit4]   2> 1253945 T6169 C985 oass.IndexSchema.readSchema [collection1] Schema name=test-rest
>   [junit4]   2> 1254084 T6169 C985 oass.IndexSchema.readSchema default search field in schema is text
>   [junit4]   2> 1254084 T6169 C985 oass.IndexSchema.readSchema query parser default operator is OR
>   [junit4]   2> 1254084 T6169 C985 oass.IndexSchema.readSchema unique key field: id
>   [junit4]   2> 1254085 T6169 C985 oass.IndexSchema.loadCopyFields WARN Field title is not multivalued and destination for multiple copyFields (3)
>   [junit4]   2> 1254088 T6169 C985 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
>   [junit4]   2> 1254088 T6169 C985 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
>   [junit4]   2> 1254090 T6169 C985 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
>   [junit4]   2> 1254090 T6169 C985 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
>   [junit4]   2> 1254103 T6169 C985 oasc.CoreContainer.reload Reloading SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1
>   [junit4]   2> 1254104 T6169 C985 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-002\cores\core\data\
>   [junit4]   2> 1254106 T6169 C985 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
>   [junit4]   2> 1254106 T6169 C985 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-002\cores\core\data\index/
>   [junit4]   2> 1254107 T6169 C985 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
>   [junit4]   2> 1254109 T6169 C985 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
>   [junit4]   2> 1254110 T6169 C985 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
>   [junit4]   2> 1254110 T6169 C985 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
>   [junit4]   2> 1254110 T6169 C985 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
>   [junit4]   2> 1254112 T6169 C985 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
>   [junit4]   2> 1254112 T6169 C985 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
>   [junit4]   2> 1254112 T6169 C985 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
>   [junit4]   2> 1254113 T6169 C985 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
>   [junit4]   2> 1254113 T6169 C985 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
>   [junit4]   2> 1254114 T6169 C985 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
>   [junit4]   2> 1254114 T6169 C985 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
>   [junit4]   2> 1254116 T6169 C985 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
>   [junit4]   2> 1254116 T6169 C985 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
>   [junit4]   2> 1254117 T6169 C985 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
>   [junit4]   2> 1254117 T6169 C985 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
>   [junit4]   2> 1254119 T6169 C985 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
>   [junit4]   2> 1254119 T6169 C985 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
>   [junit4]   2> 1254119 T6169 C985 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
>   [junit4]   2> 1254120 T6169 C985 oasc.RequestHandlers.initHandlersFromConfig created /dump: DumpRequestHandler
>   [junit4]   2> 1254120 T6169 C985 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: org.apache.solr.handler.DumpRequestHandler
>   [junit4]   2> 1254120 T6169 C985 oasc.RequestHandlers.initHandlersFromConfig created /x: org.apache.solr.handler.DumpRequestHandler
>   [junit4]   2> 1254123 T6169 C985 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
>   [junit4]   2> 1254125 T6169 C985 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
>   [junit4]   2> 1254128 T6169 C985 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
>   [junit4]   2> 1254129 T6169 C985 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
>   [junit4]   2> 1254129 T6169 C985 oasc.RequestHandlers.applyInitParams WARN INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
>   [junit4]   2> 1254131 T6169 C985 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
>   [junit4]   2> 1254132 T6169 C985 oasu.CommitTracker.<init> Hard AutoCommit: disabled
>   [junit4]   2> 1254132 T6169 C985 oasu.CommitTracker.<init> Soft AutoCommit: disabled
>   [junit4]   2> 1254133 T6169 C985 oass.SolrIndexSearcher.<init> Opening Searcher@1197f53[collection1] main
>   [junit4]   2> 1254133 T6169 C985 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
>   [junit4]   2> 1254133 T6169 C985 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf}
>   [junit4]   2> 1254135 T6169 C985 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
>   [junit4]   2> 1254135 T6169 C985 oasr.RestManager.init Initializing 4 registered ManagedResources
>   [junit4]   2> 1254136 T6169 C985 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
>   [junit4]   2> 1254138 T6169 C985 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
>   [junit4]   2> 1254138 T6169 C985 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/english
>   [junit4]   2> 1254139 T6169 C985 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/english
>   [junit4]   2> 1254139 T6169 C985 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/english
>   [junit4]   2> 1254139 T6169 C985 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
>   [junit4]   2> 1254139 T6169 C985 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
>   [junit4]   2> 1254139 T6169 C985 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/german
>   [junit4]   2> 1254139 T6169 C985 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/german
>   [junit4]   2> 1254139 T6169 C985 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/german
>   [junit4]   2> 1254139 T6169 C985 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
>   [junit4]   2> 1254141 T6169 C985 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/english
>   [junit4]   2> 1254142 T6169 C985 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/english
>   [junit4]   2> 1254142 T6169 C985 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/english
>   [junit4]   2> 1254142 T6169 C985 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
>   [junit4]   2> 1254144 T6169 C985 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/german
>   [junit4]   2> 1254144 T6169 C985 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/german
>   [junit4]   2> 1254144 T6169 C985 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/german
>   [junit4]   2> 1254145 T6169 C985 oash.ReplicationHandler.inform Commits will be reserved for  10000
>   [junit4]   2> 1254145 T6169 C985 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
>   [junit4]   2> 1254145 T6169 C985 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
>   [junit4]   2> 1254147 T6169 C985 oasu.DefaultSolrCoreState.newIndexWriter Closing old IndexWriter... core=collection1
>   [junit4]   2> 1254145 T6177 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1197f53[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>   [junit4]   2> 1254148 T6169 C985 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=26, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
>   [junit4]   2> 1254150 T6169 C985 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
>   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-002\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@11b585f; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
>   [junit4]   2> 1254151 T6169 C985 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
>   [junit4]   2> 1254151 T6169 C985 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
>   [junit4]   2> 1254151 T6169 C985 oass.SolrIndexSearcher.<init> Opening Searcher@132a662[collection1] main
>   [junit4]   2> 1254153 T6169 C985 oasc.CoreContainer.registerCore replacing core: collection1
>   [junit4]   2> 1254153 T6177 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@132a662[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>   [junit4]   2> 1254153 T6169 C985 oash.SolrConfigHandler$Command.handleCommands Executed config commands successfully and persited to File System [{"create-requesthandler":{
>   [junit4]   2> 	    "name":"/x",
>   [junit4]   2> 	    "class":"org.apache.solr.handler.DumpRequestHandler",
>   [junit4]   2> 	    "startup":"lazy"}}]
>   [junit4]   2> 1254154 T6169 C985 oasc.SolrCore.execute [collection1] webapp=/solr path=/config params={wt=json} status=0 QTime=352 
>   [junit4]   2> 1254154 T6169 C985 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3cb78a
>   [junit4]   2> 1254154 T6169 C985 oasu.DirectUpdateHandler2.close 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> 1254155 T6169 C985 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
>   [junit4]   2> ASYNC  NEW_CORE C986 name=collection1 org.apache.solr.core.SolrCore@1eac4c1
>   [junit4]   2> 1254172 T6170 C986 oasc.SolrCore.execute [collection1] webapp=/solr path=/config/overlay params={wt=json} status=0 QTime=12 
>   [junit4]   2> 1254180 T6168 C986 oasc.SolrResourceLoader.persistConfLocally Written confile configoverlay.json
>   [junit4]   2> 1254183 T6168 C986 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\'
>   [junit4]   2> 1254185 T6168 C986 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20C0AC77724426E672-001/tempDir-001/collection1/lib/.svn/' to classloader
>   [junit4]   2> 1254185 T6168 C986 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20C0AC77724426E672-001/tempDir-001/collection1/lib/classes/' to classloader
>   [junit4]   2> 1254185 T6168 C986 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20C0AC77724426E672-001/tempDir-001/collection1/lib/README' to classloader
>   [junit4]   2> 1254223 T6168 C986 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
>   [junit4]   2> ASYNC  NEW_CORE C987 name=collection1 org.apache.solr.core.SolrCore@1eac4c1
>   [junit4]   2> 1254243 T6168 C987 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
>   [junit4]   2> 1254252 T6168 C987 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-managed-schema.xml
>   [junit4]   2> 1254255 T6168 C987 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf\managed-schema
>   [junit4]   2> 1254262 T6168 C987 oass.IndexSchema.readSchema [collection1] Schema name=test-rest
>   [junit4]   2> 1254399 T6168 C987 oass.IndexSchema.readSchema default search field in schema is text
>   [junit4]   2> 1254399 T6168 C987 oass.IndexSchema.readSchema query parser default operator is OR
>   [junit4]   2> 1254399 T6168 C987 oass.IndexSchema.readSchema unique key field: id
>   [junit4]   2> 1254403 T6168 C987 oass.IndexSchema.loadCopyFields WARN Field title is not multivalued and destination for multiple copyFields (3)
>   [junit4]   2> 1254406 T6168 C987 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
>   [junit4]   2> 1254406 T6168 C987 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
>   [junit4]   2> 1254406 T6168 C987 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
>   [junit4]   2> 1254406 T6168 C987 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
>   [junit4]   2> 1254421 T6168 C987 oasc.CoreContainer.reload Reloading SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1
>   [junit4]   2> 1254425 T6168 C987 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-002\cores\core\data\
>   [junit4]   2> 1254425 T6168 C987 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
>   [junit4]   2> 1254428 T6168 C987 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-002\cores\core\data\index/
>   [junit4]   2> 1254429 T6168 C987 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
>   [junit4]   2> 1254431 T6168 C987 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
>   [junit4]   2> 1254431 T6168 C987 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
>   [junit4]   2> 1254431 T6168 C987 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
>   [junit4]   2> 1254432 T6168 C987 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
>   [junit4]   2> 1254432 T6168 C987 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
>   [junit4]   2> 1254432 T6168 C987 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
>   [junit4]   2> 1254434 T6168 C987 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
>   [junit4]   2> 1254434 T6168 C987 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
>   [junit4]   2> 1254434 T6168 C987 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
>   [junit4]   2> 1254437 T6168 C987 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
>   [junit4]   2> 1254437 T6168 C987 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
>   [junit4]   2> 1254438 T6168 C987 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
>   [junit4]   2> 1254438 T6168 C987 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
>   [junit4]   2> 1254438 T6168 C987 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
>   [junit4]   2> 1254440 T6168 C987 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
>   [junit4]   2> 1254440 T6168 C987 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
>   [junit4]   2> 1254441 T6168 C987 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
>   [junit4]   2> 1254441 T6168 C987 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
>   [junit4]   2> 1254441 T6168 C987 oasc.RequestHandlers.initHandlersFromConfig created /dump: DumpRequestHandler
>   [junit4]   2> 1254441 T6168 C987 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: org.apache.solr.handler.DumpRequestHandler
>   [junit4]   2> 1254441 T6168 C987 oasc.RequestHandlers.initHandlersFromConfig created /x: org.apache.solr.handler.DumpRequestHandler
>   [junit4]   2> 1254447 T6168 C987 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
>   [junit4]   2> 1254453 T6168 C987 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
>   [junit4]   2> 1254454 T6168 C987 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
>   [junit4]   2> 1254456 T6168 C987 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
>   [junit4]   2> 1254457 T6168 C987 oasc.RequestHandlers.applyInitParams WARN INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
>   [junit4]   2> 1254457 T6168 C987 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
>   [junit4]   2> 1254460 T6168 C987 oasu.CommitTracker.<init> Hard AutoCommit: disabled
>   [junit4]   2> 1254460 T6168 C987 oasu.CommitTracker.<init> Soft AutoCommit: disabled
>   [junit4]   2> 1254462 T6168 C987 oass.SolrIndexSearcher.<init> Opening Searcher@108d0b[collection1] main
>   [junit4]   2> 1254463 T6168 C987 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
>   [junit4]   2> 1254463 T6168 C987 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf}
>   [junit4]   2> 1254463 T6168 C987 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
>   [junit4]   2> 1254465 T6168 C987 oasr.RestManager.init Initializing 4 registered ManagedResources
>   [junit4]   2> 1254465 T6168 C987 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
>   [junit4]   2> 1254466 T6168 C987 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
>   [junit4]   2> 1254466 T6168 C987 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/english
>   [junit4]   2> 1254466 T6168 C987 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/english
>   [junit4]   2> 1254466 T6168 C987 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/english
>   [junit4]   2> 1254466 T6168 C987 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
>   [junit4]   2> 1254466 T6168 C987 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
>   [junit4]   2> 1254466 T6168 C987 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/german
>   [junit4]   2> 1254466 T6168 C987 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/german
>   [junit4]   2> 1254467 T6168 C987 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/german
>   [junit4]   2> 1254467 T6168 C987 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
>   [junit4]   2> 1254469 T6168 C987 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/english
>   [junit4]   2> 1254469 T6168 C987 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/english
>   [junit4]   2> 1254470 T6168 C987 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/english
>   [junit4]   2> 1254470 T6168 C987 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
>   [junit4]   2> 1254470 T6168 C987 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/german
>   [junit4]   2> 1254472 T6168 C987 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/german
>   [junit4]   2> 1254472 T6168 C987 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/german
>   [junit4]   2> 1254472 T6168 C987 oash.ReplicationHandler.inform Commits will be reserved for  10000
>   [junit4]   2> 1254473 T6168 C987 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
>   [junit4]   2> 1254473 T6168 C987 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
>   [junit4]   2> 1254475 T6168 C987 oasu.DefaultSolrCoreState.newIndexWriter Closing old IndexWriter... core=collection1
>   [junit4]   2> 1254473 T6178 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@108d0b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>   [junit4]   2> 1254476 T6168 C987 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=26, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
>   [junit4]   2> 1254478 T6168 C987 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
>   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-002\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@11b585f; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
>   [junit4]   2> 1254478 T6168 C987 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
>   [junit4]   2> 1254479 T6168 C987 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
>   [junit4]   2> 1254479 T6168 C987 oass.SolrIndexSearcher.<init> Opening Searcher@1938fbc[collection1] main
>   [junit4]   2> 1254481 T6168 C987 oasc.CoreContainer.registerCore replacing core: collection1
>   [junit4]   2> 1254481 T6168 C987 oash.SolrConfigHandler$Command.handleCommands Executed config commands successfully and persited to File System [{"update-requesthandler":{
>   [junit4]   2> 	    "name":"/x",
>   [junit4]   2> 	    "class":"org.apache.solr.handler.DumpRequestHandler",
>   [junit4]   2> 	    "startup":"lazy",
>   [junit4]   2> 	    "a":"b",
>   [junit4]   2> 	    "defaults":{"def_a":"def A val"}}}]
>   [junit4]   2> 1254481 T6168 C987 oasc.SolrCore.execute [collection1] webapp=/solr path=/config params={wt=json} status=0 QTime=302 
>   [junit4]   2> 1254481 T6178 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1938fbc[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>   [junit4]   2> 1254482 T6168 C987 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1eac4c1
>   [junit4]   2> 1254482 T6168 C987 oasu.DirectUpdateHandler2.close 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> 1254484 T6168 C987 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
>   [junit4]   2> ASYNC  NEW_CORE C988 name=collection1 org.apache.solr.core.SolrCore@17e32bf
>   [junit4]   2> 1254486 T6173 C988 oasc.SolrCore.execute [collection1] webapp=/solr path=/config/overlay params={wt=json} status=0 QTime=0 
>   [junit4]   2> 1254491 T6171 C988 oasc.SolrCore.execute [collection1] webapp=/solr path=/x params={json.nl=map&wt=json&getdefaults=true} status=0 QTime=0 
>   [junit4]   2> 1254497 T6169 C988 oasc.SolrResourceLoader.persistConfLocally Written confile configoverlay.json
>   [junit4]   2> 1254498 T6169 C988 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\'
>   [junit4]   2> 1254498 T6169 C988 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20C0AC77724426E672-001/tempDir-001/collection1/lib/.svn/' to classloader
>   [junit4]   2> 1254498 T6169 C988 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20C0AC77724426E672-001/tempDir-001/collection1/lib/classes/' to classloader
>   [junit4]   2> 1254498 T6169 C988 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20C0AC77724426E672-001/tempDir-001/collection1/lib/README' to classloader
>   [junit4]   2> 1254536 T6169 C988 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
>   [junit4]   2> 1254542 T6169 C988 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
>   [junit4]   2> 1254548 T6169 C988 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-managed-schema.xml
>   [junit4]   2> 1254552 T6169 C988 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf\managed-schema
>   [junit4]   2> 1254560 T6169 C988 oass.IndexSchema.readSchema [collection1] Schema name=test-rest
>   [junit4]   2> ASYNC  NEW_CORE C989 name=collection1 org.apache.solr.core.SolrCore@17e32bf
>   [junit4]   2> 1254719 T6169 C989 oass.IndexSchema.readSchema default search field in schema is text
>   [junit4]   2> 1254719 T6169 C989 oass.IndexSchema.readSchema query parser default operator is OR
>   [junit4]   2> 1254719 T6169 C989 oass.IndexSchema.readSchema unique key field: id
>   [junit4]   2> 1254719 T6169 C989 oass.IndexSchema.loadCopyFields WARN Field title is not multivalued and destination for multiple copyFields (3)
>   [junit4]   2> 1254727 T6169 C989 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
>   [junit4]   2> 1254727 T6169 C989 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
>   [junit4]   2> 1254727 T6169 C989 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
>   [junit4]   2> 1254727 T6169 C989 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
>   [junit4]   2> 1254741 T6169 C989 oasc.CoreContainer.reload Reloading SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1
>   [junit4]   2> 1254744 T6169 C989 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-002\cores\core\data\
>   [junit4]   2> 1254744 T6169 C989 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
>   [junit4]   2> 1254744 T6169 C989 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-002\cores\core\data\index/
>   [junit4]   2> 1254747 T6169 C989 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
>   [junit4]   2> 1254747 T6169 C989 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
>   [junit4]   2> 1254749 T6169 C989 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
>   [junit4]   2> 1254749 T6169 C989 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
>   [junit4]   2> 1254749 T6169 C989 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
>   [junit4]   2> 1254750 T6169 C989 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
>   [junit4]   2> 1254750 T6169 C989 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
>   [junit4]   2> 1254750 T6169 C989 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
>   [junit4]   2> 1254752 T6169 C989 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
>   [junit4]   2> 1254752 T6169 C989 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
>   [junit4]   2> 1254753 T6169 C989 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
>   [junit4]   2> 1254753 T6169 C989 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
>   [junit4]   2> 1254755 T6169 C989 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
>   [junit4]   2> 1254755 T6169 C989 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
>   [junit4]   2> 1254755 T6169 C989 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
>   [junit4]   2> 1254756 T6169 C989 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
>   [junit4]   2> 1254757 T6169 C989 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
>   [junit4]   2> 1254757 T6169 C989 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
>   [junit4]   2> 1254759 T6169 C989 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
>   [junit4]   2> 1254759 T6169 C989 oasc.RequestHandlers.initHandlersFromConfig created /dump: DumpRequestHandler
>   [junit4]   2> 1254762 T6169 C989 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
>   [junit4]   2> 1254763 T6169 C989 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
>   [junit4]   2> 1254765 T6169 C989 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
>   [junit4]   2> 1254768 T6169 C989 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
>   [junit4]   2> 1254768 T6169 C989 oasc.RequestHandlers.applyInitParams WARN INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
>   [junit4]   2> 1254768 T6169 C989 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
>   [junit4]   2> 1254771 T6169 C989 oasu.CommitTracker.<init> Hard AutoCommit: disabled
>   [junit4]   2> 1254771 T6169 C989 oasu.CommitTracker.<init> Soft AutoCommit: disabled
>   [junit4]   2> 1254772 T6169 C989 oass.SolrIndexSearcher.<init> Opening Searcher@11f383b[collection1] main
>   [junit4]   2> 1254772 T6169 C989 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
>   [junit4]   2> 1254772 T6169 C989 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf}
>   [junit4]   2> 1254772 T6169 C989 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
>   [junit4]   2> 1254774 T6169 C989 oasr.RestManager.init Initializing 4 registered ManagedResources
>   [junit4]   2> 1254775 T6169 C989 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
>   [junit4]   2> 1254775 T6169 C989 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
>   [junit4]   2> 1254777 T6169 C989 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/english
>   [junit4]   2> 1254777 T6169 C989 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/english
>   [junit4]   2> 1254777 T6169 C989 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/english
>   [junit4]   2> 1254778 T6169 C989 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
>   [junit4]   2> 1254778 T6169 C989 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
>   [junit4]   2> 1254778 T6169 C989 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/german
>   [junit4]   2> 1254778 T6169 C989 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/german
>   [junit4]   2> 1254779 T6169 C989 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwo
> 
> [...truncated too long message...]
> 
> lighter, TermsComponentTest, TestInfoStreamLogging, TestSchemaResource, TestSearcherReuse, TestLFUCache, DistributedMLTComponentTest, TestCopyFieldCollectionResource, PathHierarchyTokenizerFactoryTest, ClusterStateTest, TestWriterPerf, SharedFSAutoReplicaFailoverTest, TestFieldTypeCollectionResource, TestBM25SimilarityFactory, DateFieldTest, TestTrie, TestStandardQParsers, TestFileDictionaryLookup, ShardRoutingCustomTest, CacheHeaderTest, DistributedFacetPivotLongTailTest, SpellPossibilityIteratorTest, TestSolrQueryParserDefaultOperatorResource, XmlUpdateRequestHandlerTest, ClusterStateUpdateTest, ShardRoutingTest, ResourceLoaderTest, CollectionsAPIDistributedZkTest, TestCloudPivotFacet, QueryResultKeyTest, HdfsRecoveryZkTest, TestUpdate, TestFieldCollectionResource, AddSchemaFieldsUpdateProcessorFactoryTest, CircularListTest, LukeRequestHandlerTest, ExitableDirectoryReaderTest, TestFastOutputStream, TestFunctionQuery, DocumentBuilderTest, BadIndexSchemaTest, TestChildDocTransformer, AnalysisErrorHandlingTest, TestClassNameShortening, TestConfigSets, UUIDUpdateProcessorFallbackTest, TestSearchPerf, TestNoOpRegenerator, ZkControllerTest, TestIBSimilarityFactory, DistanceFunctionTest, TestCSVResponseWriter, RemoteQueryErrorTest, TestFieldResource, TestExpandComponent, TestImplicitCoreProperties, SuggesterTSTTest, TestPivotHelperCode, FieldMutatingUpdateProcessorTest, TestFoldingMultitermQuery, TestCoreContainer, TestSolrQueryParser, DOMUtilTest, DeleteInactiveReplicaTest, MoreLikeThisHandlerTest, TestDistributedMissingSort, TestLRUStatsCache, TestExtendedDismaxParser, TestMergePolicyConfig, ShardSplitTest, TestCloudInspectUtil, TestAnalyzedSuggestions, ResponseHeaderTest, DisMaxRequestHandlerTest, TestMaxScoreQueryParser, SampleTest, DistributedSuggestComponentTest, SliceStateTest, OpenExchangeRatesOrgProviderTest, TestBulkSchemaAPI, PeerSyncTest, TestRemoteStreaming, HighlighterConfigTest, TestStressLucene, JSONWriterTest, TestArbitraryIndexDir, DirectUpdateHandlerTest, TestStressUserVersions, LeaderElectionIntegrationTest, TestSolrConfigHandler, UniqFieldsUpdateProcessorFactoryTest, TestSolrXml, TestSolrDeletionPolicy2, SolrIndexConfigTest, TestRealTimeGet, TestUtils, TestAtomicUpdateErrorCases, SimpleFacetsTest, SpellCheckComponentTest, SolrTestCaseJ4Test, RegexBoostProcessorTest, TestMiniSolrCloudCluster, MultiThreadedOCPTest, DistribCursorPagingTest, SimpleMLTQParserTest, RequestLoggingTest, TriLevelCompositeIdRoutingTest, TestOmitPositions, TestHighlightDedupGrouping, CoreAdminHandlerTest, CurrencyFieldOpenExchangeTest, CoreMergeIndexesAdminHandlerTest, RecoveryZkTest, SolrInfoMBeanTest, TestCoreDiscovery, TestIndexSearcher, HdfsDirectoryTest, NotRequiredUniqueKeyTest, BasicFunctionalityTest, OpenCloseCoreStressTest, TestBlendedInfixSuggestions, DocValuesMultiTest, TestCollectionAPI, TestBlobHandler, HdfsChaosMonkeySafeLeaderTest, TestSchemaSimilarityResource, DistributedFacetPivotSmallAdvancedTest, AssignTest, TestCollapseQParserPlugin, TestReversedWildcardFilterFactory, DirectSolrConnectionTest, DistributedSpellCheckComponentTest, FacetPivotSmallTest, QueryEqualityTest, TestDocSet, TestGroupingSearch, TestDynamicLoading, TestSolrJ, TestDFRSimilarityFactory, SolrPluginUtilsTest, EchoParamsTest, TestCollationFieldDocValues, TestManagedSynonymFilterFactory, TestSolrConfigHandlerCloud, TestReloadAndDeleteDocs, UpdateRequestProcessorFactoryTest, FileBasedSpellCheckerTest, TestRebalanceLeaders, TestConfigReload, OutOfBoxZkACLAndCredentialsProvidersTest, TestDynamicFieldResource, TestSimpleQParserPlugin, TestSortingResponseWriter, ChaosMonkeySafeLeaderTest, TestRawResponseWriter, TestSweetSpotSimilarityFactory, TestManagedResourceStorage, RequestHandlersTest, TestPartialUpdateDeduplication, FastVectorHighlighterTest, ZkSolrClientTest, TestInitQParser, DeleteReplicaTest, LeaderElectionTest, TestManagedResource, TestCharFilters, SaslZkACLProviderTest, TestZkChroot, PreAnalyzedFieldTest, OutputWriterTest, BufferStoreTest, MergeStrategyTest, TestStressReorder, TestComponentsName, QueryElevationComponentTest, TestBulkSchemaConcurrent, TestFiltering, IndexBasedSpellCheckerTest, TestJmxIntegration, ZkStateWriterTest, TestWordDelimiterFilterFactory, TestQuerySenderNoQuery, TestPHPSerializedResponseWriter, TestReplicationHandler, BasicDistributedZkTest, BasicDistributedZk2Test, UnloadDistributedZkTest, SyncSliceTest, BasicZkTest, FullSolrCloudDistribCmdsTest, TestRandomDVFaceting, ZkCLITest, TestDistributedSearch, TestDistributedGrouping, TestFaceting, TestRecovery, TestHashPartitioner, TermVectorComponentDistributedTest, TestJoin, TestReload, HardAutoCommitTest, DistributedTermsComponentTest, TestRangeQuery, TestSolr4Spatial, SolrCoreTest, SolrCmdDistributorTest, ConvertedLegacyTest, TestSort, OverseerCollectionProcessorTest, HighlighterTest, SoftAutoCommitTest, ShowFileRequestHandlerTest, DistributedQueryElevationComponentTest, CurrencyFieldXmlFileTest, SolrIndexSplitterTest, SimplePostToolTest, AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest, SuggesterFSTTest, SolrRequestParserTest, DocValuesTest, SuggesterTest, SpatialFilterTest, SuggesterWFSTTest, TestCSVLoader, PolyFieldTest, NoCacheHeaderTest, WordBreakSolrSpellCheckerTest, TestPseudoReturnFields, DirectUpdateHandlerOptimizeTest, DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, SortByFunctionTest, TestSolrDeletionPolicy1, XsltUpdateRequestHandlerTest, DebugComponentTest, TestSurroundQueryParser, TestQueryUtils, DirectSolrSpellCheckerTest, DocumentAnalysisRequestHandlerTest, TestQueryTypes, PrimitiveFieldTypeTest, TestValueSourceCache, TermVectorComponentTest, TestIndexingPerformance, RequiredFieldsTest, FieldAnalysisRequestHandlerTest, IndexSchemaRuntimeFieldTest, IndexSchemaTest, TestCollationField, ReturnFieldsTest, MBeansHandlerTest, QueryParsingTest, JsonLoaderTest, BinaryUpdateRequestHandlerTest, CSVRequestHandlerTest, SearchHandlerTest, TestBinaryResponseWriter, SOLR749Test, TestQuerySenderListener, UpdateParamsTest, AlternateDirectoryTest, TestSolrIndexConfig, CopyFieldTest, ResponseLogComponentTest, BadComponentTest, TestBinaryField, TestElisionMultitermQuery, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, TestSolrCoreProperties, TestLuceneMatchVersion, TestPhraseSuggestions, TestCodecSupport, SynonymTokenizerTest, TestXIncludeConfig, TestPerFieldSimilarity, TestLMDirichletSimilarityFactory, TestDefaultSimilarityFactory, TestFastWriter, TestJmxMonitoredMap, TimeZoneUtilsTest, ScriptEngineTest, URLClassifyProcessorTest, PluginInfoTest, TestFastLRUCache, DateMathParserTest, ChaosMonkeyNothingIsSafeTest, TestSystemIdResolver, PrimUtilsTest, TestSuggestSpellingConverter, SpellingQueryConverterTest, RAMDirectoryFactoryTest, TestLRUCache, TestDocumentBuilder, ZkNodePropsTest, SystemInfoHandlerTest, UUIDFieldTest, FileUtilsTest, TestRTGBase, CursorPagingTest, DistributedIntervalFacetingTest, TestCursorMarkWithoutUniqueKey, TestTolerantSearch, ActionThrottleTest, AliasIntegrationTest, AsyncMigrateRouteKeyTest, CollectionsAPIAsyncDistributedZkTest, ConnectionManagerTest, DeleteLastCustomShardedReplicaTest, DistribJoinFromCollectionTest, DistributedQueueTest, ExternalCollectionsTest, HttpPartitionTest, LeaderFailoverAfterPartitionTest, LeaderInitiatedRecoveryOnCommitTest, MigrateRouteKeyTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerRolesTest, OverseerStatusTest, ReplicationFactorTest, RollingRestartTest, SSLMigrationTest, SharedFSAutoReplicaFailoverUtilsTest, TestDistribDocBasedVersion, TestLeaderElectionZkExpiry, TestMiniSolrCloudClusterSSL, TestRequestStatusCollectionAPI, TestShortCircuitedRequests, VMParamsZkACLAndCredentialsProvidersTest, HdfsBasicDistributedZk2Test, HdfsBasicDistributedZkTest, HdfsCollectionsAPIDistributedZkTest, HdfsUnloadDistributedZkTest, HdfsWriteToMultipleCollectionsTest, StressHdfsTest, TestConfigOverlay, TestInitParams, TestShardHandlerFactory, TestSolrDynamicMBean, TestReplicationHandlerBackup]
>   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestReplicationHandlerBackup -Dtests.seed=C0AC77724426E672 -Dtests.slow=true -Dtests.locale=hr -Dtests.timezone=Pacific/Samoa -Dtests.asserts=true -Dtests.file.encoding=UTF-8
>   [junit4] ERROR   0.00s | TestReplicationHandlerBackup (suite) <<<
>   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
>   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([C0AC77724426E672]:0)
>   [junit4] Completed in 7258.39s, 2 tests, 2 errors <<< FAILURES!
> 
> [...truncated 223 lines...]
> BUILD FAILED
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191: The following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:508: The following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1368: The following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:975: There were test failures: 466 suites, 1862 tests, 3 suite-level errors, 3 errors, 55 ignored (30 assumptions)
> 
> Total time: 237 minutes 54 seconds
> Build step 'Invoke Ant' marked build as failure
> [description-setter] Description set: Java: 32bit/jdk1.8.0_31 -server -XX:+UseG1GC
> Archiving artifacts
> Recording test results
> Email was triggered for: Failure - Any
> Sending email for trigger: Failure - Any
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org


Re: [JENKINS] Lucene-Solr-5.x-Windows (32bit/jdk1.8.0_31) - Build # 4394 - Still Failing!

Posted by Alan Woodward <al...@flax.co.uk>.
I committed a fix.

Alan Woodward
www.flax.co.uk


On 22 Feb 2015, at 17:18, Policeman Jenkins Server wrote:

> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4394/
> Java: 32bit/jdk1.8.0_31 -server -XX:+UseG1GC
> 
> 6 tests failed.
> FAILED:  org.apache.solr.handler.TestReplicationHandlerBackup.doTestBackup
> 
> Error Message:
> Test abandoned because suite timeout was reached.
> 
> Stack Trace:
> java.lang.Exception: Test abandoned because suite timeout was reached.
> 	at __randomizedtesting.SeedInfo.seed([C0AC77724426E672]:0)
> 
> 
> FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestSolrConfigHandler
> 
> Error Message:
> Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-010\collection1\conf\configoverlay.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-010\collection1\conf\configoverlay.json: The process cannot access the file because it is being used by another process.     C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-010\collection1\conf    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-010\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-010    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-010    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001 
> 
> Stack Trace:
> java.io.IOException: Could not remove the following files (in the order of attempts):
>   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-010\collection1\conf\configoverlay.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-010\collection1\conf\configoverlay.json: The process cannot access the file because it is being used by another process.
> 
>   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-010\collection1\conf
>   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-010\collection1
>   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-010
>   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-010
>   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001
> 
> 	at __randomizedtesting.SeedInfo.seed([C0AC77724426E672]:0)
> 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
> 	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:200)
> 	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
> 	at java.lang.Thread.run(Thread.java:745)
> 
> 
> FAILED:  org.apache.solr.cloud.ZkCLITest.testUpConfigLinkConfigClearZk
> 
> Error Message:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ZkCLITest C0AC77724426E672-001\tempDir-003\solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1424616048047\velocity\.svn\text-base\facet_pivot.vm.svn-base
> 
> Stack Trace:
> java.nio.file.NoSuchFileException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ZkCLITest C0AC77724426E672-001\tempDir-003\solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1424616048047\velocity\.svn\text-base\facet_pivot.vm.svn-base
> 	at __randomizedtesting.SeedInfo.seed([C0AC77724426E672:E4CADA7CCEE95014]:0)
> 	at sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:79)
> 	at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97)
> 	at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:102)
> 	at sun.nio.fs.WindowsFileSystemProvider.newByteChannel(WindowsFileSystemProvider.java:230)
> 	at java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:434)
> 	at java.nio.file.Files.newOutputStream(Files.java:216)
> 	at java.nio.file.Files.write(Files.java:3292)
> 	at org.apache.solr.common.cloud.ZkConfigManager.downloadFromZK(ZkConfigManager.java:83)
> 	at org.apache.solr.common.cloud.ZkConfigManager.downloadConfigDir(ZkConfigManager.java:114)
> 	at org.apache.solr.cloud.ZkCLI.main(ZkCLI.java:223)
> 	at org.apache.solr.cloud.ZkCLITest.testUpConfigLinkConfigClearZk(ZkCLITest.java:226)
> 	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:483)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
> 	at java.lang.Thread.run(Thread.java:745)
> 
> 
> FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.BasicDistributedZk2Test
> 
> Error Message:
> Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test C0AC77724426E672-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test C0AC77724426E672-001\tempDir-002    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test C0AC77724426E672-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test C0AC77724426E672-001 
> 
> Stack Trace:
> java.io.IOException: Could not remove the following files (in the order of attempts):
>   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test C0AC77724426E672-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test C0AC77724426E672-001\tempDir-002
>   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test C0AC77724426E672-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test C0AC77724426E672-001
> 
> 	at __randomizedtesting.SeedInfo.seed([C0AC77724426E672]:0)
> 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
> 	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:200)
> 	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
> 	at java.lang.Thread.run(Thread.java:745)
> 
> 
> FAILED:  org.apache.solr.cloud.ReplicationFactorTest.test
> 
> Error Message:
> org.apache.http.NoHttpResponseException: The target server failed to respond
> 
> Stack Trace:
> org.apache.solr.client.solrj.SolrServerException: org.apache.http.NoHttpResponseException: The target server failed to respond
> 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:887)
> 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:752)
> 	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
> 	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
> 	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:483)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
> 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:940)
> 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:915)
> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
> 	at java.lang.Thread.run(Thread.java:745)
> Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
> 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
> 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
> 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
> 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
> 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
> 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
> 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
> 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
> 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
> 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
> 	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
> 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
> 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
> 	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:568)
> 	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:565)
> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> 	... 1 more
> 
> 
> FAILED:  junit.framework.TestSuite.org.apache.solr.handler.TestReplicationHandlerBackup
> 
> Error Message:
> Suite timeout exceeded (>= 7200000 msec).
> 
> Stack Trace:
> java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
> 	at __randomizedtesting.SeedInfo.seed([C0AC77724426E672]:0)
> 
> 
> 
> 
> Build Log:
> [...truncated 19657 lines...]
>   [junit4] Suite: org.apache.solr.core.TestSolrConfigHandler
>   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\init-core-data-001
>   [junit4]   2> 1251120 T6164 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false)
>   [junit4]   2> 1251125 T6164 oas.SolrTestCaseJ4.setUp ###Starting testReqHandlerAPIs
>   [junit4]   2> 1253280 T6164 oas.SolrTestCaseJ4.initCore ####initCore
>   [junit4]   2> 1253280 T6164 oas.SolrTestCaseJ4.initCore ####initCore end
>   [junit4]   2> 1253282 T6164 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-002\cores\core
>   [junit4]   2> 1253290 T6164 oejs.Server.doStart jetty-8.1.10.v20130312
>   [junit4]   2> 1253299 T6164 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:65067
>   [junit4]   2> 1253299 T6164 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
>   [junit4]   2> 1253299 T6164 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
>   [junit4]   2> 1253303 T6164 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001
>   [junit4]   2> 1253303 T6164 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\'
>   [junit4]   2> 1253363 T6164 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\solr.xml
>   [junit4]   2> 1253375 T6164 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-002\cores
>   [junit4]   2> 1253375 T6164 oasc.CoreContainer.<init> New CoreContainer 7663903
>   [junit4]   2> 1253375 T6164 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\]
>   [junit4]   2> 1253381 T6164 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
>   [junit4]   2> 1253381 T6164 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
>   [junit4]   2> 1253381 T6164 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
>   [junit4]   2> 1253381 T6164 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
>   [junit4]   2> 1253381 T6164 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
>   [junit4]   2> 1253381 T6164 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
>   [junit4]   2> 1253381 T6164 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
>   [junit4]   2> 1253381 T6164 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
>   [junit4]   2> 1253381 T6164 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
>   [junit4]   2> 1253381 T6164 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
>   [junit4]   2> 1253385 T6164 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
>   [junit4]   2> 1253385 T6164 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
>   [junit4]   2> 1253385 T6164 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
>   [junit4]   2> 1253385 T6164 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
>   [junit4]   2> 1253385 T6164 oasc.CoreContainer.load Host Name: 127.0.0.1
>   [junit4]   2> 1253392 T6164 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-002\cores
>   [junit4]   2> 1253392 T6164 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-002\cores\core\
>   [junit4]   2> 1253392 T6164 oasc.CorePropertiesLocator.discover Found 1 core definitions
>   [junit4]   2> 1253397 T6174 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\'
>   [junit4]   2> 1253397 T6174 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20C0AC77724426E672-001/tempDir-001/collection1/lib/.svn/' to classloader
>   [junit4]   2> 1253401 T6174 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20C0AC77724426E672-001/tempDir-001/collection1/lib/classes/' to classloader
>   [junit4]   2> 1253404 T6174 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20C0AC77724426E672-001/tempDir-001/collection1/lib/README' to classloader
>   [junit4]   2> 1253463 T6174 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
>   [junit4]   2> 1253466 T6174 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
>   [junit4]   2> 1253473 T6174 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-managed-schema.xml
>   [junit4]   2> 1253483 T6174 oass.ManagedIndexSchemaFactory.readSchemaLocally The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema-rest.xml instead
>   [junit4]   2> 1253483 T6174 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf\schema-rest.xml
>   [junit4]   2> 1253490 T6174 oass.IndexSchema.readSchema [collection1] Schema name=test-rest
>   [junit4]   2> 1253682 T6174 oass.IndexSchema.readSchema default search field in schema is text
>   [junit4]   2> 1253685 T6174 oass.IndexSchema.readSchema query parser default operator is OR
>   [junit4]   2> 1253685 T6174 oass.IndexSchema.readSchema unique key field: id
>   [junit4]   2> 1253687 T6174 oass.IndexSchema.loadCopyFields WARN Field title is not multivalued and destination for multiple copyFields (3)
>   [junit4]   2> 1253700 T6174 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
>   [junit4]   2> 1253700 T6174 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
>   [junit4]   2> 1253700 T6174 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
>   [junit4]   2> 1253700 T6174 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
>   [junit4]   2> 1253703 T6174 oass.ManagedIndexSchema.persistManagedSchema Upgraded to managed schema at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf\managed-schema
>   [junit4]   2> 1253725 T6174 oass.ManagedIndexSchemaFactory.upgradeToManagedSchema After upgrading to managed schema, renamed the non-managed schema C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf\schema-rest.xml to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf\schema-rest.xml.bak
>   [junit4]   2> 1253725 T6174 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1
>   [junit4]   2> 1253725 T6174 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
>   [junit4]   2> 1253728 T6174 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-002\cores\core\data\
>   [junit4]   2> 1253728 T6174 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
>   [junit4]   2> 1253731 T6174 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-002\cores\core\data
>   [junit4]   2> 1253732 T6174 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-002\cores\core\data\index/
>   [junit4]   2> 1253734 T6174 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-002\cores\core\data\index' doesn't exist. Creating new index...
>   [junit4]   2> 1253735 T6174 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-002\cores\core\data\index
>   [junit4]   2> 1253735 T6174 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=26, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
>   [junit4]   2> 1253741 T6174 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
>   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-002\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@11b585f; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
>   [junit4]   2> 1253741 T6174 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
>   [junit4]   2> 1253742 T6174 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
>   [junit4]   2> 1253744 T6174 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
>   [junit4]   2> 1253744 T6174 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
>   [junit4]   2> 1253750 T6174 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
>   [junit4]   2> 1253750 T6174 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
>   [junit4]   2> 1253750 T6174 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
>   [junit4]   2> 1253750 T6174 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
>   [junit4]   2> 1253751 T6174 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
>   [junit4]   2> 1253751 T6174 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
>   [junit4]   2> 1253751 T6174 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
>   [junit4]   2> 1253753 T6174 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
>   [junit4]   2> 1253754 T6174 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
>   [junit4]   2> 1253754 T6174 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
>   [junit4]   2> 1253754 T6174 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
>   [junit4]   2> 1253756 T6174 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
>   [junit4]   2> 1253756 T6174 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
>   [junit4]   2> 1253756 T6174 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
>   [junit4]   2> 1253756 T6174 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
>   [junit4]   2> 1253757 T6174 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
>   [junit4]   2> 1253757 T6174 oasc.RequestHandlers.initHandlersFromConfig created /dump: DumpRequestHandler
>   [junit4]   2> 1253769 T6174 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
>   [junit4]   2> 1253772 T6174 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
>   [junit4]   2> 1253773 T6174 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
>   [junit4]   2> 1253776 T6174 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
>   [junit4]   2> 1253776 T6174 oasc.RequestHandlers.applyInitParams WARN INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
>   [junit4]   2> 1253778 T6174 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
>   [junit4]   2> 1253778 T6174 oasu.CommitTracker.<init> Hard AutoCommit: disabled
>   [junit4]   2> 1253779 T6174 oasu.CommitTracker.<init> Soft AutoCommit: disabled
>   [junit4]   2> 1253779 T6174 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=41, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
>   [junit4]   2> 1253780 T6174 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
>   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-002\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@11b585f; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
>   [junit4]   2> 1253780 T6174 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
>   [junit4]   2> 1253780 T6174 oass.SolrIndexSearcher.<init> Opening Searcher@1574d27[collection1] main
>   [junit4]   2> 1253782 T6174 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
>   [junit4]   2> 1253783 T6174 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf}
>   [junit4]   2> 1253783 T6174 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
>   [junit4]   2> 1253785 T6174 oasr.RestManager.init Initializing 4 registered ManagedResources
>   [junit4]   2> 1253785 T6174 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
>   [junit4]   2> 1253786 T6174 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/stopwords/english
>   [junit4]   2> 1253788 T6174 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
>   [junit4]   2> 1253788 T6174 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/english
>   [junit4]   2> 1253788 T6174 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/english
>   [junit4]   2> 1253788 T6174 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
>   [junit4]   2> 1253789 T6174 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/stopwords/german
>   [junit4]   2> 1253791 T6174 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
>   [junit4]   2> 1253791 T6174 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/german
>   [junit4]   2> 1253791 T6174 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/german
>   [junit4]   2> 1253791 T6174 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
>   [junit4]   2> 1253792 T6174 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/english
>   [junit4]   2> 1253792 T6174 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/english
>   [junit4]   2> 1253794 T6174 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/english
>   [junit4]   2> 1253794 T6174 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
>   [junit4]   2> 1253795 T6174 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/german
>   [junit4]   2> 1253795 T6174 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/german
>   [junit4]   2> 1253795 T6174 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/german
>   [junit4]   2> 1253795 T6174 oash.ReplicationHandler.inform Commits will be reserved for  10000
>   [junit4]   2> 1253797 T6174 oasc.CoreContainer.registerCore registering core: collection1
>   [junit4]   2> 1253797 T6175 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1574d27[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>   [junit4]   2> 1253798 T6164 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
>   [junit4]   2> 1253798 T6164 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
>   [junit4]   2> 1253798 T6164 oas.SolrJettyTestBase.createJetty Jetty Assigned Port#65067
>   [junit4]   2> ASYNC  NEW_CORE C985 name=collection1 org.apache.solr.core.SolrCore@3cb78a
>   [junit4]   2> 1253820 T6169 C985 oasc.SolrResourceLoader.persistConfLocally Written confile configoverlay.json
>   [junit4]   2> 1253823 T6169 C985 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\'
>   [junit4]   2> 1253823 T6169 C985 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20C0AC77724426E672-001/tempDir-001/collection1/lib/.svn/' to classloader
>   [junit4]   2> 1253827 T6169 C985 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20C0AC77724426E672-001/tempDir-001/collection1/lib/classes/' to classloader
>   [junit4]   2> 1253830 T6169 C985 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20C0AC77724426E672-001/tempDir-001/collection1/lib/README' to classloader
>   [junit4]   2> 1253923 T6169 C985 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
>   [junit4]   2> 1253925 T6169 C985 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
>   [junit4]   2> 1253930 T6169 C985 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-managed-schema.xml
>   [junit4]   2> 1253937 T6169 C985 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf\managed-schema
>   [junit4]   2> 1253945 T6169 C985 oass.IndexSchema.readSchema [collection1] Schema name=test-rest
>   [junit4]   2> 1254084 T6169 C985 oass.IndexSchema.readSchema default search field in schema is text
>   [junit4]   2> 1254084 T6169 C985 oass.IndexSchema.readSchema query parser default operator is OR
>   [junit4]   2> 1254084 T6169 C985 oass.IndexSchema.readSchema unique key field: id
>   [junit4]   2> 1254085 T6169 C985 oass.IndexSchema.loadCopyFields WARN Field title is not multivalued and destination for multiple copyFields (3)
>   [junit4]   2> 1254088 T6169 C985 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
>   [junit4]   2> 1254088 T6169 C985 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
>   [junit4]   2> 1254090 T6169 C985 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
>   [junit4]   2> 1254090 T6169 C985 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
>   [junit4]   2> 1254103 T6169 C985 oasc.CoreContainer.reload Reloading SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1
>   [junit4]   2> 1254104 T6169 C985 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-002\cores\core\data\
>   [junit4]   2> 1254106 T6169 C985 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
>   [junit4]   2> 1254106 T6169 C985 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-002\cores\core\data\index/
>   [junit4]   2> 1254107 T6169 C985 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
>   [junit4]   2> 1254109 T6169 C985 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
>   [junit4]   2> 1254110 T6169 C985 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
>   [junit4]   2> 1254110 T6169 C985 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
>   [junit4]   2> 1254110 T6169 C985 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
>   [junit4]   2> 1254112 T6169 C985 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
>   [junit4]   2> 1254112 T6169 C985 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
>   [junit4]   2> 1254112 T6169 C985 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
>   [junit4]   2> 1254113 T6169 C985 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
>   [junit4]   2> 1254113 T6169 C985 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
>   [junit4]   2> 1254114 T6169 C985 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
>   [junit4]   2> 1254114 T6169 C985 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
>   [junit4]   2> 1254116 T6169 C985 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
>   [junit4]   2> 1254116 T6169 C985 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
>   [junit4]   2> 1254117 T6169 C985 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
>   [junit4]   2> 1254117 T6169 C985 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
>   [junit4]   2> 1254119 T6169 C985 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
>   [junit4]   2> 1254119 T6169 C985 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
>   [junit4]   2> 1254119 T6169 C985 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
>   [junit4]   2> 1254120 T6169 C985 oasc.RequestHandlers.initHandlersFromConfig created /dump: DumpRequestHandler
>   [junit4]   2> 1254120 T6169 C985 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: org.apache.solr.handler.DumpRequestHandler
>   [junit4]   2> 1254120 T6169 C985 oasc.RequestHandlers.initHandlersFromConfig created /x: org.apache.solr.handler.DumpRequestHandler
>   [junit4]   2> 1254123 T6169 C985 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
>   [junit4]   2> 1254125 T6169 C985 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
>   [junit4]   2> 1254128 T6169 C985 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
>   [junit4]   2> 1254129 T6169 C985 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
>   [junit4]   2> 1254129 T6169 C985 oasc.RequestHandlers.applyInitParams WARN INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
>   [junit4]   2> 1254131 T6169 C985 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
>   [junit4]   2> 1254132 T6169 C985 oasu.CommitTracker.<init> Hard AutoCommit: disabled
>   [junit4]   2> 1254132 T6169 C985 oasu.CommitTracker.<init> Soft AutoCommit: disabled
>   [junit4]   2> 1254133 T6169 C985 oass.SolrIndexSearcher.<init> Opening Searcher@1197f53[collection1] main
>   [junit4]   2> 1254133 T6169 C985 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
>   [junit4]   2> 1254133 T6169 C985 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf}
>   [junit4]   2> 1254135 T6169 C985 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
>   [junit4]   2> 1254135 T6169 C985 oasr.RestManager.init Initializing 4 registered ManagedResources
>   [junit4]   2> 1254136 T6169 C985 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
>   [junit4]   2> 1254138 T6169 C985 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
>   [junit4]   2> 1254138 T6169 C985 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/english
>   [junit4]   2> 1254139 T6169 C985 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/english
>   [junit4]   2> 1254139 T6169 C985 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/english
>   [junit4]   2> 1254139 T6169 C985 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
>   [junit4]   2> 1254139 T6169 C985 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
>   [junit4]   2> 1254139 T6169 C985 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/german
>   [junit4]   2> 1254139 T6169 C985 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/german
>   [junit4]   2> 1254139 T6169 C985 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/german
>   [junit4]   2> 1254139 T6169 C985 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
>   [junit4]   2> 1254141 T6169 C985 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/english
>   [junit4]   2> 1254142 T6169 C985 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/english
>   [junit4]   2> 1254142 T6169 C985 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/english
>   [junit4]   2> 1254142 T6169 C985 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
>   [junit4]   2> 1254144 T6169 C985 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/german
>   [junit4]   2> 1254144 T6169 C985 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/german
>   [junit4]   2> 1254144 T6169 C985 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/german
>   [junit4]   2> 1254145 T6169 C985 oash.ReplicationHandler.inform Commits will be reserved for  10000
>   [junit4]   2> 1254145 T6169 C985 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
>   [junit4]   2> 1254145 T6169 C985 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
>   [junit4]   2> 1254147 T6169 C985 oasu.DefaultSolrCoreState.newIndexWriter Closing old IndexWriter... core=collection1
>   [junit4]   2> 1254145 T6177 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1197f53[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>   [junit4]   2> 1254148 T6169 C985 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=26, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
>   [junit4]   2> 1254150 T6169 C985 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
>   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-002\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@11b585f; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
>   [junit4]   2> 1254151 T6169 C985 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
>   [junit4]   2> 1254151 T6169 C985 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
>   [junit4]   2> 1254151 T6169 C985 oass.SolrIndexSearcher.<init> Opening Searcher@132a662[collection1] main
>   [junit4]   2> 1254153 T6169 C985 oasc.CoreContainer.registerCore replacing core: collection1
>   [junit4]   2> 1254153 T6177 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@132a662[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>   [junit4]   2> 1254153 T6169 C985 oash.SolrConfigHandler$Command.handleCommands Executed config commands successfully and persited to File System [{"create-requesthandler":{
>   [junit4]   2> 	    "name":"/x",
>   [junit4]   2> 	    "class":"org.apache.solr.handler.DumpRequestHandler",
>   [junit4]   2> 	    "startup":"lazy"}}]
>   [junit4]   2> 1254154 T6169 C985 oasc.SolrCore.execute [collection1] webapp=/solr path=/config params={wt=json} status=0 QTime=352 
>   [junit4]   2> 1254154 T6169 C985 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3cb78a
>   [junit4]   2> 1254154 T6169 C985 oasu.DirectUpdateHandler2.close 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> 1254155 T6169 C985 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
>   [junit4]   2> ASYNC  NEW_CORE C986 name=collection1 org.apache.solr.core.SolrCore@1eac4c1
>   [junit4]   2> 1254172 T6170 C986 oasc.SolrCore.execute [collection1] webapp=/solr path=/config/overlay params={wt=json} status=0 QTime=12 
>   [junit4]   2> 1254180 T6168 C986 oasc.SolrResourceLoader.persistConfLocally Written confile configoverlay.json
>   [junit4]   2> 1254183 T6168 C986 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\'
>   [junit4]   2> 1254185 T6168 C986 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20C0AC77724426E672-001/tempDir-001/collection1/lib/.svn/' to classloader
>   [junit4]   2> 1254185 T6168 C986 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20C0AC77724426E672-001/tempDir-001/collection1/lib/classes/' to classloader
>   [junit4]   2> 1254185 T6168 C986 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20C0AC77724426E672-001/tempDir-001/collection1/lib/README' to classloader
>   [junit4]   2> 1254223 T6168 C986 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
>   [junit4]   2> ASYNC  NEW_CORE C987 name=collection1 org.apache.solr.core.SolrCore@1eac4c1
>   [junit4]   2> 1254243 T6168 C987 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
>   [junit4]   2> 1254252 T6168 C987 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-managed-schema.xml
>   [junit4]   2> 1254255 T6168 C987 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf\managed-schema
>   [junit4]   2> 1254262 T6168 C987 oass.IndexSchema.readSchema [collection1] Schema name=test-rest
>   [junit4]   2> 1254399 T6168 C987 oass.IndexSchema.readSchema default search field in schema is text
>   [junit4]   2> 1254399 T6168 C987 oass.IndexSchema.readSchema query parser default operator is OR
>   [junit4]   2> 1254399 T6168 C987 oass.IndexSchema.readSchema unique key field: id
>   [junit4]   2> 1254403 T6168 C987 oass.IndexSchema.loadCopyFields WARN Field title is not multivalued and destination for multiple copyFields (3)
>   [junit4]   2> 1254406 T6168 C987 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
>   [junit4]   2> 1254406 T6168 C987 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
>   [junit4]   2> 1254406 T6168 C987 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
>   [junit4]   2> 1254406 T6168 C987 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
>   [junit4]   2> 1254421 T6168 C987 oasc.CoreContainer.reload Reloading SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1
>   [junit4]   2> 1254425 T6168 C987 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-002\cores\core\data\
>   [junit4]   2> 1254425 T6168 C987 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
>   [junit4]   2> 1254428 T6168 C987 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-002\cores\core\data\index/
>   [junit4]   2> 1254429 T6168 C987 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
>   [junit4]   2> 1254431 T6168 C987 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
>   [junit4]   2> 1254431 T6168 C987 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
>   [junit4]   2> 1254431 T6168 C987 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
>   [junit4]   2> 1254432 T6168 C987 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
>   [junit4]   2> 1254432 T6168 C987 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
>   [junit4]   2> 1254432 T6168 C987 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
>   [junit4]   2> 1254434 T6168 C987 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
>   [junit4]   2> 1254434 T6168 C987 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
>   [junit4]   2> 1254434 T6168 C987 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
>   [junit4]   2> 1254437 T6168 C987 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
>   [junit4]   2> 1254437 T6168 C987 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
>   [junit4]   2> 1254438 T6168 C987 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
>   [junit4]   2> 1254438 T6168 C987 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
>   [junit4]   2> 1254438 T6168 C987 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
>   [junit4]   2> 1254440 T6168 C987 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
>   [junit4]   2> 1254440 T6168 C987 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
>   [junit4]   2> 1254441 T6168 C987 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
>   [junit4]   2> 1254441 T6168 C987 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
>   [junit4]   2> 1254441 T6168 C987 oasc.RequestHandlers.initHandlersFromConfig created /dump: DumpRequestHandler
>   [junit4]   2> 1254441 T6168 C987 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: org.apache.solr.handler.DumpRequestHandler
>   [junit4]   2> 1254441 T6168 C987 oasc.RequestHandlers.initHandlersFromConfig created /x: org.apache.solr.handler.DumpRequestHandler
>   [junit4]   2> 1254447 T6168 C987 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
>   [junit4]   2> 1254453 T6168 C987 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
>   [junit4]   2> 1254454 T6168 C987 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
>   [junit4]   2> 1254456 T6168 C987 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
>   [junit4]   2> 1254457 T6168 C987 oasc.RequestHandlers.applyInitParams WARN INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
>   [junit4]   2> 1254457 T6168 C987 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
>   [junit4]   2> 1254460 T6168 C987 oasu.CommitTracker.<init> Hard AutoCommit: disabled
>   [junit4]   2> 1254460 T6168 C987 oasu.CommitTracker.<init> Soft AutoCommit: disabled
>   [junit4]   2> 1254462 T6168 C987 oass.SolrIndexSearcher.<init> Opening Searcher@108d0b[collection1] main
>   [junit4]   2> 1254463 T6168 C987 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
>   [junit4]   2> 1254463 T6168 C987 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf}
>   [junit4]   2> 1254463 T6168 C987 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
>   [junit4]   2> 1254465 T6168 C987 oasr.RestManager.init Initializing 4 registered ManagedResources
>   [junit4]   2> 1254465 T6168 C987 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
>   [junit4]   2> 1254466 T6168 C987 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
>   [junit4]   2> 1254466 T6168 C987 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/english
>   [junit4]   2> 1254466 T6168 C987 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/english
>   [junit4]   2> 1254466 T6168 C987 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/english
>   [junit4]   2> 1254466 T6168 C987 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
>   [junit4]   2> 1254466 T6168 C987 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
>   [junit4]   2> 1254466 T6168 C987 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/german
>   [junit4]   2> 1254466 T6168 C987 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/german
>   [junit4]   2> 1254467 T6168 C987 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/german
>   [junit4]   2> 1254467 T6168 C987 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
>   [junit4]   2> 1254469 T6168 C987 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/english
>   [junit4]   2> 1254469 T6168 C987 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/english
>   [junit4]   2> 1254470 T6168 C987 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/english
>   [junit4]   2> 1254470 T6168 C987 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
>   [junit4]   2> 1254470 T6168 C987 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/german
>   [junit4]   2> 1254472 T6168 C987 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/german
>   [junit4]   2> 1254472 T6168 C987 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/german
>   [junit4]   2> 1254472 T6168 C987 oash.ReplicationHandler.inform Commits will be reserved for  10000
>   [junit4]   2> 1254473 T6168 C987 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
>   [junit4]   2> 1254473 T6168 C987 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
>   [junit4]   2> 1254475 T6168 C987 oasu.DefaultSolrCoreState.newIndexWriter Closing old IndexWriter... core=collection1
>   [junit4]   2> 1254473 T6178 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@108d0b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>   [junit4]   2> 1254476 T6168 C987 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=26, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
>   [junit4]   2> 1254478 T6168 C987 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
>   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-002\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@11b585f; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
>   [junit4]   2> 1254478 T6168 C987 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
>   [junit4]   2> 1254479 T6168 C987 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
>   [junit4]   2> 1254479 T6168 C987 oass.SolrIndexSearcher.<init> Opening Searcher@1938fbc[collection1] main
>   [junit4]   2> 1254481 T6168 C987 oasc.CoreContainer.registerCore replacing core: collection1
>   [junit4]   2> 1254481 T6168 C987 oash.SolrConfigHandler$Command.handleCommands Executed config commands successfully and persited to File System [{"update-requesthandler":{
>   [junit4]   2> 	    "name":"/x",
>   [junit4]   2> 	    "class":"org.apache.solr.handler.DumpRequestHandler",
>   [junit4]   2> 	    "startup":"lazy",
>   [junit4]   2> 	    "a":"b",
>   [junit4]   2> 	    "defaults":{"def_a":"def A val"}}}]
>   [junit4]   2> 1254481 T6168 C987 oasc.SolrCore.execute [collection1] webapp=/solr path=/config params={wt=json} status=0 QTime=302 
>   [junit4]   2> 1254481 T6178 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1938fbc[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>   [junit4]   2> 1254482 T6168 C987 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1eac4c1
>   [junit4]   2> 1254482 T6168 C987 oasu.DirectUpdateHandler2.close 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> 1254484 T6168 C987 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
>   [junit4]   2> ASYNC  NEW_CORE C988 name=collection1 org.apache.solr.core.SolrCore@17e32bf
>   [junit4]   2> 1254486 T6173 C988 oasc.SolrCore.execute [collection1] webapp=/solr path=/config/overlay params={wt=json} status=0 QTime=0 
>   [junit4]   2> 1254491 T6171 C988 oasc.SolrCore.execute [collection1] webapp=/solr path=/x params={json.nl=map&wt=json&getdefaults=true} status=0 QTime=0 
>   [junit4]   2> 1254497 T6169 C988 oasc.SolrResourceLoader.persistConfLocally Written confile configoverlay.json
>   [junit4]   2> 1254498 T6169 C988 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\'
>   [junit4]   2> 1254498 T6169 C988 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20C0AC77724426E672-001/tempDir-001/collection1/lib/.svn/' to classloader
>   [junit4]   2> 1254498 T6169 C988 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20C0AC77724426E672-001/tempDir-001/collection1/lib/classes/' to classloader
>   [junit4]   2> 1254498 T6169 C988 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20C0AC77724426E672-001/tempDir-001/collection1/lib/README' to classloader
>   [junit4]   2> 1254536 T6169 C988 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
>   [junit4]   2> 1254542 T6169 C988 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
>   [junit4]   2> 1254548 T6169 C988 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-managed-schema.xml
>   [junit4]   2> 1254552 T6169 C988 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf\managed-schema
>   [junit4]   2> 1254560 T6169 C988 oass.IndexSchema.readSchema [collection1] Schema name=test-rest
>   [junit4]   2> ASYNC  NEW_CORE C989 name=collection1 org.apache.solr.core.SolrCore@17e32bf
>   [junit4]   2> 1254719 T6169 C989 oass.IndexSchema.readSchema default search field in schema is text
>   [junit4]   2> 1254719 T6169 C989 oass.IndexSchema.readSchema query parser default operator is OR
>   [junit4]   2> 1254719 T6169 C989 oass.IndexSchema.readSchema unique key field: id
>   [junit4]   2> 1254719 T6169 C989 oass.IndexSchema.loadCopyFields WARN Field title is not multivalued and destination for multiple copyFields (3)
>   [junit4]   2> 1254727 T6169 C989 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
>   [junit4]   2> 1254727 T6169 C989 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
>   [junit4]   2> 1254727 T6169 C989 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
>   [junit4]   2> 1254727 T6169 C989 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
>   [junit4]   2> 1254741 T6169 C989 oasc.CoreContainer.reload Reloading SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1
>   [junit4]   2> 1254744 T6169 C989 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-002\cores\core\data\
>   [junit4]   2> 1254744 T6169 C989 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
>   [junit4]   2> 1254744 T6169 C989 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-002\cores\core\data\index/
>   [junit4]   2> 1254747 T6169 C989 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
>   [junit4]   2> 1254747 T6169 C989 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
>   [junit4]   2> 1254749 T6169 C989 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
>   [junit4]   2> 1254749 T6169 C989 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
>   [junit4]   2> 1254749 T6169 C989 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
>   [junit4]   2> 1254750 T6169 C989 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
>   [junit4]   2> 1254750 T6169 C989 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
>   [junit4]   2> 1254750 T6169 C989 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
>   [junit4]   2> 1254752 T6169 C989 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
>   [junit4]   2> 1254752 T6169 C989 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
>   [junit4]   2> 1254753 T6169 C989 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
>   [junit4]   2> 1254753 T6169 C989 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
>   [junit4]   2> 1254755 T6169 C989 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
>   [junit4]   2> 1254755 T6169 C989 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
>   [junit4]   2> 1254755 T6169 C989 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
>   [junit4]   2> 1254756 T6169 C989 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
>   [junit4]   2> 1254757 T6169 C989 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
>   [junit4]   2> 1254757 T6169 C989 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
>   [junit4]   2> 1254759 T6169 C989 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
>   [junit4]   2> 1254759 T6169 C989 oasc.RequestHandlers.initHandlersFromConfig created /dump: DumpRequestHandler
>   [junit4]   2> 1254762 T6169 C989 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
>   [junit4]   2> 1254763 T6169 C989 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
>   [junit4]   2> 1254765 T6169 C989 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
>   [junit4]   2> 1254768 T6169 C989 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
>   [junit4]   2> 1254768 T6169 C989 oasc.RequestHandlers.applyInitParams WARN INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
>   [junit4]   2> 1254768 T6169 C989 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
>   [junit4]   2> 1254771 T6169 C989 oasu.CommitTracker.<init> Hard AutoCommit: disabled
>   [junit4]   2> 1254771 T6169 C989 oasu.CommitTracker.<init> Soft AutoCommit: disabled
>   [junit4]   2> 1254772 T6169 C989 oass.SolrIndexSearcher.<init> Opening Searcher@11f383b[collection1] main
>   [junit4]   2> 1254772 T6169 C989 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
>   [junit4]   2> 1254772 T6169 C989 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf}
>   [junit4]   2> 1254772 T6169 C989 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
>   [junit4]   2> 1254774 T6169 C989 oasr.RestManager.init Initializing 4 registered ManagedResources
>   [junit4]   2> 1254775 T6169 C989 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
>   [junit4]   2> 1254775 T6169 C989 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
>   [junit4]   2> 1254777 T6169 C989 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/english
>   [junit4]   2> 1254777 T6169 C989 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/english
>   [junit4]   2> 1254777 T6169 C989 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/english
>   [junit4]   2> 1254778 T6169 C989 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
>   [junit4]   2> 1254778 T6169 C989 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
>   [junit4]   2> 1254778 T6169 C989 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/german
>   [junit4]   2> 1254778 T6169 C989 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/german
>   [junit4]   2> 1254779 T6169 C989 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwo
> 
> [...truncated too long message...]
> 
> lighter, TermsComponentTest, TestInfoStreamLogging, TestSchemaResource, TestSearcherReuse, TestLFUCache, DistributedMLTComponentTest, TestCopyFieldCollectionResource, PathHierarchyTokenizerFactoryTest, ClusterStateTest, TestWriterPerf, SharedFSAutoReplicaFailoverTest, TestFieldTypeCollectionResource, TestBM25SimilarityFactory, DateFieldTest, TestTrie, TestStandardQParsers, TestFileDictionaryLookup, ShardRoutingCustomTest, CacheHeaderTest, DistributedFacetPivotLongTailTest, SpellPossibilityIteratorTest, TestSolrQueryParserDefaultOperatorResource, XmlUpdateRequestHandlerTest, ClusterStateUpdateTest, ShardRoutingTest, ResourceLoaderTest, CollectionsAPIDistributedZkTest, TestCloudPivotFacet, QueryResultKeyTest, HdfsRecoveryZkTest, TestUpdate, TestFieldCollectionResource, AddSchemaFieldsUpdateProcessorFactoryTest, CircularListTest, LukeRequestHandlerTest, ExitableDirectoryReaderTest, TestFastOutputStream, TestFunctionQuery, DocumentBuilderTest, BadIndexSchemaTest, TestChildDocTransformer, AnalysisErrorHandlingTest, TestClassNameShortening, TestConfigSets, UUIDUpdateProcessorFallbackTest, TestSearchPerf, TestNoOpRegenerator, ZkControllerTest, TestIBSimilarityFactory, DistanceFunctionTest, TestCSVResponseWriter, RemoteQueryErrorTest, TestFieldResource, TestExpandComponent, TestImplicitCoreProperties, SuggesterTSTTest, TestPivotHelperCode, FieldMutatingUpdateProcessorTest, TestFoldingMultitermQuery, TestCoreContainer, TestSolrQueryParser, DOMUtilTest, DeleteInactiveReplicaTest, MoreLikeThisHandlerTest, TestDistributedMissingSort, TestLRUStatsCache, TestExtendedDismaxParser, TestMergePolicyConfig, ShardSplitTest, TestCloudInspectUtil, TestAnalyzedSuggestions, ResponseHeaderTest, DisMaxRequestHandlerTest, TestMaxScoreQueryParser, SampleTest, DistributedSuggestComponentTest, SliceStateTest, OpenExchangeRatesOrgProviderTest, TestBulkSchemaAPI, PeerSyncTest, TestRemoteStreaming, HighlighterConfigTest, TestStressLucene, JSONWriterTest, TestArbitraryIndexDir, DirectUpdateHandlerTest, TestStressUserVersions, LeaderElectionIntegrationTest, TestSolrConfigHandler, UniqFieldsUpdateProcessorFactoryTest, TestSolrXml, TestSolrDeletionPolicy2, SolrIndexConfigTest, TestRealTimeGet, TestUtils, TestAtomicUpdateErrorCases, SimpleFacetsTest, SpellCheckComponentTest, SolrTestCaseJ4Test, RegexBoostProcessorTest, TestMiniSolrCloudCluster, MultiThreadedOCPTest, DistribCursorPagingTest, SimpleMLTQParserTest, RequestLoggingTest, TriLevelCompositeIdRoutingTest, TestOmitPositions, TestHighlightDedupGrouping, CoreAdminHandlerTest, CurrencyFieldOpenExchangeTest, CoreMergeIndexesAdminHandlerTest, RecoveryZkTest, SolrInfoMBeanTest, TestCoreDiscovery, TestIndexSearcher, HdfsDirectoryTest, NotRequiredUniqueKeyTest, BasicFunctionalityTest, OpenCloseCoreStressTest, TestBlendedInfixSuggestions, DocValuesMultiTest, TestCollectionAPI, TestBlobHandler, HdfsChaosMonkeySafeLeaderTest, TestSchemaSimilarityResource, DistributedFacetPivotSmallAdvancedTest, AssignTest, TestCollapseQParserPlugin, TestReversedWildcardFilterFactory, DirectSolrConnectionTest, DistributedSpellCheckComponentTest, FacetPivotSmallTest, QueryEqualityTest, TestDocSet, TestGroupingSearch, TestDynamicLoading, TestSolrJ, TestDFRSimilarityFactory, SolrPluginUtilsTest, EchoParamsTest, TestCollationFieldDocValues, TestManagedSynonymFilterFactory, TestSolrConfigHandlerCloud, TestReloadAndDeleteDocs, UpdateRequestProcessorFactoryTest, FileBasedSpellCheckerTest, TestRebalanceLeaders, TestConfigReload, OutOfBoxZkACLAndCredentialsProvidersTest, TestDynamicFieldResource, TestSimpleQParserPlugin, TestSortingResponseWriter, ChaosMonkeySafeLeaderTest, TestRawResponseWriter, TestSweetSpotSimilarityFactory, TestManagedResourceStorage, RequestHandlersTest, TestPartialUpdateDeduplication, FastVectorHighlighterTest, ZkSolrClientTest, TestInitQParser, DeleteReplicaTest, LeaderElectionTest, TestManagedResource, TestCharFilters, SaslZkACLProviderTest, TestZkChroot, PreAnalyzedFieldTest, OutputWriterTest, BufferStoreTest, MergeStrategyTest, TestStressReorder, TestComponentsName, QueryElevationComponentTest, TestBulkSchemaConcurrent, TestFiltering, IndexBasedSpellCheckerTest, TestJmxIntegration, ZkStateWriterTest, TestWordDelimiterFilterFactory, TestQuerySenderNoQuery, TestPHPSerializedResponseWriter, TestReplicationHandler, BasicDistributedZkTest, BasicDistributedZk2Test, UnloadDistributedZkTest, SyncSliceTest, BasicZkTest, FullSolrCloudDistribCmdsTest, TestRandomDVFaceting, ZkCLITest, TestDistributedSearch, TestDistributedGrouping, TestFaceting, TestRecovery, TestHashPartitioner, TermVectorComponentDistributedTest, TestJoin, TestReload, HardAutoCommitTest, DistributedTermsComponentTest, TestRangeQuery, TestSolr4Spatial, SolrCoreTest, SolrCmdDistributorTest, ConvertedLegacyTest, TestSort, OverseerCollectionProcessorTest, HighlighterTest, SoftAutoCommitTest, ShowFileRequestHandlerTest, DistributedQueryElevationComponentTest, CurrencyFieldXmlFileTest, SolrIndexSplitterTest, SimplePostToolTest, AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest, SuggesterFSTTest, SolrRequestParserTest, DocValuesTest, SuggesterTest, SpatialFilterTest, SuggesterWFSTTest, TestCSVLoader, PolyFieldTest, NoCacheHeaderTest, WordBreakSolrSpellCheckerTest, TestPseudoReturnFields, DirectUpdateHandlerOptimizeTest, DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, SortByFunctionTest, TestSolrDeletionPolicy1, XsltUpdateRequestHandlerTest, DebugComponentTest, TestSurroundQueryParser, TestQueryUtils, DirectSolrSpellCheckerTest, DocumentAnalysisRequestHandlerTest, TestQueryTypes, PrimitiveFieldTypeTest, TestValueSourceCache, TermVectorComponentTest, TestIndexingPerformance, RequiredFieldsTest, FieldAnalysisRequestHandlerTest, IndexSchemaRuntimeFieldTest, IndexSchemaTest, TestCollationField, ReturnFieldsTest, MBeansHandlerTest, QueryParsingTest, JsonLoaderTest, BinaryUpdateRequestHandlerTest, CSVRequestHandlerTest, SearchHandlerTest, TestBinaryResponseWriter, SOLR749Test, TestQuerySenderListener, UpdateParamsTest, AlternateDirectoryTest, TestSolrIndexConfig, CopyFieldTest, ResponseLogComponentTest, BadComponentTest, TestBinaryField, TestElisionMultitermQuery, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, TestSolrCoreProperties, TestLuceneMatchVersion, TestPhraseSuggestions, TestCodecSupport, SynonymTokenizerTest, TestXIncludeConfig, TestPerFieldSimilarity, TestLMDirichletSimilarityFactory, TestDefaultSimilarityFactory, TestFastWriter, TestJmxMonitoredMap, TimeZoneUtilsTest, ScriptEngineTest, URLClassifyProcessorTest, PluginInfoTest, TestFastLRUCache, DateMathParserTest, ChaosMonkeyNothingIsSafeTest, TestSystemIdResolver, PrimUtilsTest, TestSuggestSpellingConverter, SpellingQueryConverterTest, RAMDirectoryFactoryTest, TestLRUCache, TestDocumentBuilder, ZkNodePropsTest, SystemInfoHandlerTest, UUIDFieldTest, FileUtilsTest, TestRTGBase, CursorPagingTest, DistributedIntervalFacetingTest, TestCursorMarkWithoutUniqueKey, TestTolerantSearch, ActionThrottleTest, AliasIntegrationTest, AsyncMigrateRouteKeyTest, CollectionsAPIAsyncDistributedZkTest, ConnectionManagerTest, DeleteLastCustomShardedReplicaTest, DistribJoinFromCollectionTest, DistributedQueueTest, ExternalCollectionsTest, HttpPartitionTest, LeaderFailoverAfterPartitionTest, LeaderInitiatedRecoveryOnCommitTest, MigrateRouteKeyTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerRolesTest, OverseerStatusTest, ReplicationFactorTest, RollingRestartTest, SSLMigrationTest, SharedFSAutoReplicaFailoverUtilsTest, TestDistribDocBasedVersion, TestLeaderElectionZkExpiry, TestMiniSolrCloudClusterSSL, TestRequestStatusCollectionAPI, TestShortCircuitedRequests, VMParamsZkACLAndCredentialsProvidersTest, HdfsBasicDistributedZk2Test, HdfsBasicDistributedZkTest, HdfsCollectionsAPIDistributedZkTest, HdfsUnloadDistributedZkTest, HdfsWriteToMultipleCollectionsTest, StressHdfsTest, TestConfigOverlay, TestInitParams, TestShardHandlerFactory, TestSolrDynamicMBean, TestReplicationHandlerBackup]
>   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestReplicationHandlerBackup -Dtests.seed=C0AC77724426E672 -Dtests.slow=true -Dtests.locale=hr -Dtests.timezone=Pacific/Samoa -Dtests.asserts=true -Dtests.file.encoding=UTF-8
>   [junit4] ERROR   0.00s | TestReplicationHandlerBackup (suite) <<<
>   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
>   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([C0AC77724426E672]:0)
>   [junit4] Completed in 7258.39s, 2 tests, 2 errors <<< FAILURES!
> 
> [...truncated 223 lines...]
> BUILD FAILED
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191: The following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:508: The following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1368: The following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:975: There were test failures: 466 suites, 1862 tests, 3 suite-level errors, 3 errors, 55 ignored (30 assumptions)
> 
> Total time: 237 minutes 54 seconds
> Build step 'Invoke Ant' marked build as failure
> [description-setter] Description set: Java: 32bit/jdk1.8.0_31 -server -XX:+UseG1GC
> Archiving artifacts
> Recording test results
> Email was triggered for: Failure - Any
> Sending email for trigger: Failure - Any
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org


[JENKINS] Lucene-Solr-5.x-Windows (32bit/jdk1.8.0_31) - Build # 4394 - Still Failing!

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

6 tests failed.
FAILED:  org.apache.solr.handler.TestReplicationHandlerBackup.doTestBackup

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
	at __randomizedtesting.SeedInfo.seed([C0AC77724426E672]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestSolrConfigHandler

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-010\collection1\conf\configoverlay.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-010\collection1\conf\configoverlay.json: The process cannot access the file because it is being used by another process.     C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-010\collection1\conf    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-010\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-010    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-010    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-010\collection1\conf\configoverlay.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-010\collection1\conf\configoverlay.json: The process cannot access the file because it is being used by another process.

   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-010\collection1\conf
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-010\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-010
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-010
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001

	at __randomizedtesting.SeedInfo.seed([C0AC77724426E672]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:200)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.ZkCLITest.testUpConfigLinkConfigClearZk

Error Message:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ZkCLITest C0AC77724426E672-001\tempDir-003\solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1424616048047\velocity\.svn\text-base\facet_pivot.vm.svn-base

Stack Trace:
java.nio.file.NoSuchFileException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ZkCLITest C0AC77724426E672-001\tempDir-003\solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1424616048047\velocity\.svn\text-base\facet_pivot.vm.svn-base
	at __randomizedtesting.SeedInfo.seed([C0AC77724426E672:E4CADA7CCEE95014]:0)
	at sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:79)
	at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97)
	at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:102)
	at sun.nio.fs.WindowsFileSystemProvider.newByteChannel(WindowsFileSystemProvider.java:230)
	at java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:434)
	at java.nio.file.Files.newOutputStream(Files.java:216)
	at java.nio.file.Files.write(Files.java:3292)
	at org.apache.solr.common.cloud.ZkConfigManager.downloadFromZK(ZkConfigManager.java:83)
	at org.apache.solr.common.cloud.ZkConfigManager.downloadConfigDir(ZkConfigManager.java:114)
	at org.apache.solr.cloud.ZkCLI.main(ZkCLI.java:223)
	at org.apache.solr.cloud.ZkCLITest.testUpConfigLinkConfigClearZk(ZkCLITest.java:226)
	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:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.BasicDistributedZk2Test

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test C0AC77724426E672-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test C0AC77724426E672-001\tempDir-002    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test C0AC77724426E672-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test C0AC77724426E672-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test C0AC77724426E672-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test C0AC77724426E672-001\tempDir-002
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test C0AC77724426E672-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test C0AC77724426E672-001

	at __randomizedtesting.SeedInfo.seed([C0AC77724426E672]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:200)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


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

Error Message:
org.apache.http.NoHttpResponseException: The target server failed to respond

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:887)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:752)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	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:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:940)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:915)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:568)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:565)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	... 1 more


FAILED:  junit.framework.TestSuite.org.apache.solr.handler.TestReplicationHandlerBackup

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
	at __randomizedtesting.SeedInfo.seed([C0AC77724426E672]:0)




Build Log:
[...truncated 19657 lines...]
   [junit4] Suite: org.apache.solr.core.TestSolrConfigHandler
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\init-core-data-001
   [junit4]   2> 1251120 T6164 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 1251125 T6164 oas.SolrTestCaseJ4.setUp ###Starting testReqHandlerAPIs
   [junit4]   2> 1253280 T6164 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 1253280 T6164 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 1253282 T6164 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-002\cores\core
   [junit4]   2> 1253290 T6164 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1253299 T6164 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:65067
   [junit4]   2> 1253299 T6164 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 1253299 T6164 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1253303 T6164 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001
   [junit4]   2> 1253303 T6164 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\'
   [junit4]   2> 1253363 T6164 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\solr.xml
   [junit4]   2> 1253375 T6164 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-002\cores
   [junit4]   2> 1253375 T6164 oasc.CoreContainer.<init> New CoreContainer 7663903
   [junit4]   2> 1253375 T6164 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\]
   [junit4]   2> 1253381 T6164 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1253381 T6164 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1253381 T6164 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1253381 T6164 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1253381 T6164 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1253381 T6164 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1253381 T6164 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1253381 T6164 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1253381 T6164 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1253381 T6164 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1253385 T6164 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1253385 T6164 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1253385 T6164 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1253385 T6164 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1253385 T6164 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1253392 T6164 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-002\cores
   [junit4]   2> 1253392 T6164 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-002\cores\core\
   [junit4]   2> 1253392 T6164 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1253397 T6174 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\'
   [junit4]   2> 1253397 T6174 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20C0AC77724426E672-001/tempDir-001/collection1/lib/.svn/' to classloader
   [junit4]   2> 1253401 T6174 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20C0AC77724426E672-001/tempDir-001/collection1/lib/classes/' to classloader
   [junit4]   2> 1253404 T6174 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20C0AC77724426E672-001/tempDir-001/collection1/lib/README' to classloader
   [junit4]   2> 1253463 T6174 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1253466 T6174 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 1253473 T6174 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-managed-schema.xml
   [junit4]   2> 1253483 T6174 oass.ManagedIndexSchemaFactory.readSchemaLocally The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema-rest.xml instead
   [junit4]   2> 1253483 T6174 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf\schema-rest.xml
   [junit4]   2> 1253490 T6174 oass.IndexSchema.readSchema [collection1] Schema name=test-rest
   [junit4]   2> 1253682 T6174 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1253685 T6174 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 1253685 T6174 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1253687 T6174 oass.IndexSchema.loadCopyFields WARN Field title is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 1253700 T6174 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 1253700 T6174 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 1253700 T6174 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
   [junit4]   2> 1253700 T6174 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
   [junit4]   2> 1253703 T6174 oass.ManagedIndexSchema.persistManagedSchema Upgraded to managed schema at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf\managed-schema
   [junit4]   2> 1253725 T6174 oass.ManagedIndexSchemaFactory.upgradeToManagedSchema After upgrading to managed schema, renamed the non-managed schema C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf\schema-rest.xml to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf\schema-rest.xml.bak
   [junit4]   2> 1253725 T6174 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1
   [junit4]   2> 1253725 T6174 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 1253728 T6174 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-002\cores\core\data\
   [junit4]   2> 1253728 T6174 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 1253731 T6174 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-002\cores\core\data
   [junit4]   2> 1253732 T6174 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-002\cores\core\data\index/
   [junit4]   2> 1253734 T6174 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-002\cores\core\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1253735 T6174 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-002\cores\core\data\index
   [junit4]   2> 1253735 T6174 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=26, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1253741 T6174 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-002\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@11b585f; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 1253741 T6174 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1253742 T6174 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1253744 T6174 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1253744 T6174 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1253750 T6174 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1253750 T6174 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1253750 T6174 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1253750 T6174 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 1253751 T6174 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 1253751 T6174 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 1253751 T6174 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 1253753 T6174 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 1253754 T6174 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 1253754 T6174 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 1253754 T6174 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 1253756 T6174 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 1253756 T6174 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 1253756 T6174 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 1253756 T6174 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 1253757 T6174 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1253757 T6174 oasc.RequestHandlers.initHandlersFromConfig created /dump: DumpRequestHandler
   [junit4]   2> 1253769 T6174 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1253772 T6174 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1253773 T6174 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1253776 T6174 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1253776 T6174 oasc.RequestHandlers.applyInitParams WARN INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 1253778 T6174 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1253778 T6174 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1253779 T6174 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1253779 T6174 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=41, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1253780 T6174 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-002\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@11b585f; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 1253780 T6174 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1253780 T6174 oass.SolrIndexSearcher.<init> Opening Searcher@1574d27[collection1] main
   [junit4]   2> 1253782 T6174 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
   [junit4]   2> 1253783 T6174 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf}
   [junit4]   2> 1253783 T6174 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
   [junit4]   2> 1253785 T6174 oasr.RestManager.init Initializing 4 registered ManagedResources
   [junit4]   2> 1253785 T6174 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
   [junit4]   2> 1253786 T6174 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/stopwords/english
   [junit4]   2> 1253788 T6174 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
   [junit4]   2> 1253788 T6174 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 1253788 T6174 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/english
   [junit4]   2> 1253788 T6174 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
   [junit4]   2> 1253789 T6174 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/stopwords/german
   [junit4]   2> 1253791 T6174 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
   [junit4]   2> 1253791 T6174 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 1253791 T6174 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/german
   [junit4]   2> 1253791 T6174 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
   [junit4]   2> 1253792 T6174 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/english
   [junit4]   2> 1253792 T6174 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 1253794 T6174 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/english
   [junit4]   2> 1253794 T6174 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
   [junit4]   2> 1253795 T6174 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/german
   [junit4]   2> 1253795 T6174 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/german
   [junit4]   2> 1253795 T6174 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/german
   [junit4]   2> 1253795 T6174 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1253797 T6174 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1253797 T6175 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1574d27[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1253798 T6164 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1253798 T6164 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1253798 T6164 oas.SolrJettyTestBase.createJetty Jetty Assigned Port#65067
   [junit4]   2> ASYNC  NEW_CORE C985 name=collection1 org.apache.solr.core.SolrCore@3cb78a
   [junit4]   2> 1253820 T6169 C985 oasc.SolrResourceLoader.persistConfLocally Written confile configoverlay.json
   [junit4]   2> 1253823 T6169 C985 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\'
   [junit4]   2> 1253823 T6169 C985 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20C0AC77724426E672-001/tempDir-001/collection1/lib/.svn/' to classloader
   [junit4]   2> 1253827 T6169 C985 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20C0AC77724426E672-001/tempDir-001/collection1/lib/classes/' to classloader
   [junit4]   2> 1253830 T6169 C985 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20C0AC77724426E672-001/tempDir-001/collection1/lib/README' to classloader
   [junit4]   2> 1253923 T6169 C985 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1253925 T6169 C985 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 1253930 T6169 C985 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-managed-schema.xml
   [junit4]   2> 1253937 T6169 C985 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf\managed-schema
   [junit4]   2> 1253945 T6169 C985 oass.IndexSchema.readSchema [collection1] Schema name=test-rest
   [junit4]   2> 1254084 T6169 C985 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1254084 T6169 C985 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 1254084 T6169 C985 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1254085 T6169 C985 oass.IndexSchema.loadCopyFields WARN Field title is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 1254088 T6169 C985 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
   [junit4]   2> 1254088 T6169 C985 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
   [junit4]   2> 1254090 T6169 C985 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 1254090 T6169 C985 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 1254103 T6169 C985 oasc.CoreContainer.reload Reloading SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1
   [junit4]   2> 1254104 T6169 C985 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-002\cores\core\data\
   [junit4]   2> 1254106 T6169 C985 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 1254106 T6169 C985 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-002\cores\core\data\index/
   [junit4]   2> 1254107 T6169 C985 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1254109 T6169 C985 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1254110 T6169 C985 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1254110 T6169 C985 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1254110 T6169 C985 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1254112 T6169 C985 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1254112 T6169 C985 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 1254112 T6169 C985 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 1254113 T6169 C985 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 1254113 T6169 C985 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 1254114 T6169 C985 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 1254114 T6169 C985 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 1254116 T6169 C985 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 1254116 T6169 C985 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 1254117 T6169 C985 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 1254117 T6169 C985 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 1254119 T6169 C985 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 1254119 T6169 C985 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 1254119 T6169 C985 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1254120 T6169 C985 oasc.RequestHandlers.initHandlersFromConfig created /dump: DumpRequestHandler
   [junit4]   2> 1254120 T6169 C985 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: org.apache.solr.handler.DumpRequestHandler
   [junit4]   2> 1254120 T6169 C985 oasc.RequestHandlers.initHandlersFromConfig created /x: org.apache.solr.handler.DumpRequestHandler
   [junit4]   2> 1254123 T6169 C985 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1254125 T6169 C985 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1254128 T6169 C985 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1254129 T6169 C985 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1254129 T6169 C985 oasc.RequestHandlers.applyInitParams WARN INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 1254131 T6169 C985 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1254132 T6169 C985 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1254132 T6169 C985 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1254133 T6169 C985 oass.SolrIndexSearcher.<init> Opening Searcher@1197f53[collection1] main
   [junit4]   2> 1254133 T6169 C985 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
   [junit4]   2> 1254133 T6169 C985 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf}
   [junit4]   2> 1254135 T6169 C985 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
   [junit4]   2> 1254135 T6169 C985 oasr.RestManager.init Initializing 4 registered ManagedResources
   [junit4]   2> 1254136 T6169 C985 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
   [junit4]   2> 1254138 T6169 C985 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
   [junit4]   2> 1254138 T6169 C985 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/english
   [junit4]   2> 1254139 T6169 C985 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 1254139 T6169 C985 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/english
   [junit4]   2> 1254139 T6169 C985 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
   [junit4]   2> 1254139 T6169 C985 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
   [junit4]   2> 1254139 T6169 C985 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/german
   [junit4]   2> 1254139 T6169 C985 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 1254139 T6169 C985 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/german
   [junit4]   2> 1254139 T6169 C985 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
   [junit4]   2> 1254141 T6169 C985 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/english
   [junit4]   2> 1254142 T6169 C985 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 1254142 T6169 C985 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/english
   [junit4]   2> 1254142 T6169 C985 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
   [junit4]   2> 1254144 T6169 C985 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/german
   [junit4]   2> 1254144 T6169 C985 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/german
   [junit4]   2> 1254144 T6169 C985 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/german
   [junit4]   2> 1254145 T6169 C985 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1254145 T6169 C985 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
   [junit4]   2> 1254145 T6169 C985 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
   [junit4]   2> 1254147 T6169 C985 oasu.DefaultSolrCoreState.newIndexWriter Closing old IndexWriter... core=collection1
   [junit4]   2> 1254145 T6177 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1197f53[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1254148 T6169 C985 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=26, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1254150 T6169 C985 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-002\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@11b585f; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 1254151 T6169 C985 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1254151 T6169 C985 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
   [junit4]   2> 1254151 T6169 C985 oass.SolrIndexSearcher.<init> Opening Searcher@132a662[collection1] main
   [junit4]   2> 1254153 T6169 C985 oasc.CoreContainer.registerCore replacing core: collection1
   [junit4]   2> 1254153 T6177 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@132a662[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1254153 T6169 C985 oash.SolrConfigHandler$Command.handleCommands Executed config commands successfully and persited to File System [{"create-requesthandler":{
   [junit4]   2> 	    "name":"/x",
   [junit4]   2> 	    "class":"org.apache.solr.handler.DumpRequestHandler",
   [junit4]   2> 	    "startup":"lazy"}}]
   [junit4]   2> 1254154 T6169 C985 oasc.SolrCore.execute [collection1] webapp=/solr path=/config params={wt=json} status=0 QTime=352 
   [junit4]   2> 1254154 T6169 C985 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3cb78a
   [junit4]   2> 1254154 T6169 C985 oasu.DirectUpdateHandler2.close 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> 1254155 T6169 C985 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> ASYNC  NEW_CORE C986 name=collection1 org.apache.solr.core.SolrCore@1eac4c1
   [junit4]   2> 1254172 T6170 C986 oasc.SolrCore.execute [collection1] webapp=/solr path=/config/overlay params={wt=json} status=0 QTime=12 
   [junit4]   2> 1254180 T6168 C986 oasc.SolrResourceLoader.persistConfLocally Written confile configoverlay.json
   [junit4]   2> 1254183 T6168 C986 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\'
   [junit4]   2> 1254185 T6168 C986 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20C0AC77724426E672-001/tempDir-001/collection1/lib/.svn/' to classloader
   [junit4]   2> 1254185 T6168 C986 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20C0AC77724426E672-001/tempDir-001/collection1/lib/classes/' to classloader
   [junit4]   2> 1254185 T6168 C986 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20C0AC77724426E672-001/tempDir-001/collection1/lib/README' to classloader
   [junit4]   2> 1254223 T6168 C986 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> ASYNC  NEW_CORE C987 name=collection1 org.apache.solr.core.SolrCore@1eac4c1
   [junit4]   2> 1254243 T6168 C987 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 1254252 T6168 C987 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-managed-schema.xml
   [junit4]   2> 1254255 T6168 C987 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf\managed-schema
   [junit4]   2> 1254262 T6168 C987 oass.IndexSchema.readSchema [collection1] Schema name=test-rest
   [junit4]   2> 1254399 T6168 C987 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1254399 T6168 C987 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 1254399 T6168 C987 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1254403 T6168 C987 oass.IndexSchema.loadCopyFields WARN Field title is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 1254406 T6168 C987 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
   [junit4]   2> 1254406 T6168 C987 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
   [junit4]   2> 1254406 T6168 C987 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 1254406 T6168 C987 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 1254421 T6168 C987 oasc.CoreContainer.reload Reloading SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1
   [junit4]   2> 1254425 T6168 C987 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-002\cores\core\data\
   [junit4]   2> 1254425 T6168 C987 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 1254428 T6168 C987 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-002\cores\core\data\index/
   [junit4]   2> 1254429 T6168 C987 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1254431 T6168 C987 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1254431 T6168 C987 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1254431 T6168 C987 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1254432 T6168 C987 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1254432 T6168 C987 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1254432 T6168 C987 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 1254434 T6168 C987 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 1254434 T6168 C987 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 1254434 T6168 C987 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 1254437 T6168 C987 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 1254437 T6168 C987 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 1254438 T6168 C987 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 1254438 T6168 C987 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 1254438 T6168 C987 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 1254440 T6168 C987 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 1254440 T6168 C987 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 1254441 T6168 C987 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 1254441 T6168 C987 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1254441 T6168 C987 oasc.RequestHandlers.initHandlersFromConfig created /dump: DumpRequestHandler
   [junit4]   2> 1254441 T6168 C987 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: org.apache.solr.handler.DumpRequestHandler
   [junit4]   2> 1254441 T6168 C987 oasc.RequestHandlers.initHandlersFromConfig created /x: org.apache.solr.handler.DumpRequestHandler
   [junit4]   2> 1254447 T6168 C987 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1254453 T6168 C987 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1254454 T6168 C987 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1254456 T6168 C987 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1254457 T6168 C987 oasc.RequestHandlers.applyInitParams WARN INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 1254457 T6168 C987 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1254460 T6168 C987 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1254460 T6168 C987 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1254462 T6168 C987 oass.SolrIndexSearcher.<init> Opening Searcher@108d0b[collection1] main
   [junit4]   2> 1254463 T6168 C987 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
   [junit4]   2> 1254463 T6168 C987 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf}
   [junit4]   2> 1254463 T6168 C987 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
   [junit4]   2> 1254465 T6168 C987 oasr.RestManager.init Initializing 4 registered ManagedResources
   [junit4]   2> 1254465 T6168 C987 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
   [junit4]   2> 1254466 T6168 C987 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
   [junit4]   2> 1254466 T6168 C987 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/english
   [junit4]   2> 1254466 T6168 C987 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 1254466 T6168 C987 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/english
   [junit4]   2> 1254466 T6168 C987 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
   [junit4]   2> 1254466 T6168 C987 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
   [junit4]   2> 1254466 T6168 C987 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/german
   [junit4]   2> 1254466 T6168 C987 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 1254467 T6168 C987 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/german
   [junit4]   2> 1254467 T6168 C987 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
   [junit4]   2> 1254469 T6168 C987 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/english
   [junit4]   2> 1254469 T6168 C987 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 1254470 T6168 C987 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/english
   [junit4]   2> 1254470 T6168 C987 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
   [junit4]   2> 1254470 T6168 C987 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/german
   [junit4]   2> 1254472 T6168 C987 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/german
   [junit4]   2> 1254472 T6168 C987 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/german
   [junit4]   2> 1254472 T6168 C987 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1254473 T6168 C987 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
   [junit4]   2> 1254473 T6168 C987 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
   [junit4]   2> 1254475 T6168 C987 oasu.DefaultSolrCoreState.newIndexWriter Closing old IndexWriter... core=collection1
   [junit4]   2> 1254473 T6178 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@108d0b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1254476 T6168 C987 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=26, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1254478 T6168 C987 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-002\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@11b585f; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 1254478 T6168 C987 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1254479 T6168 C987 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
   [junit4]   2> 1254479 T6168 C987 oass.SolrIndexSearcher.<init> Opening Searcher@1938fbc[collection1] main
   [junit4]   2> 1254481 T6168 C987 oasc.CoreContainer.registerCore replacing core: collection1
   [junit4]   2> 1254481 T6168 C987 oash.SolrConfigHandler$Command.handleCommands Executed config commands successfully and persited to File System [{"update-requesthandler":{
   [junit4]   2> 	    "name":"/x",
   [junit4]   2> 	    "class":"org.apache.solr.handler.DumpRequestHandler",
   [junit4]   2> 	    "startup":"lazy",
   [junit4]   2> 	    "a":"b",
   [junit4]   2> 	    "defaults":{"def_a":"def A val"}}}]
   [junit4]   2> 1254481 T6168 C987 oasc.SolrCore.execute [collection1] webapp=/solr path=/config params={wt=json} status=0 QTime=302 
   [junit4]   2> 1254481 T6178 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1938fbc[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1254482 T6168 C987 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1eac4c1
   [junit4]   2> 1254482 T6168 C987 oasu.DirectUpdateHandler2.close 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> 1254484 T6168 C987 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> ASYNC  NEW_CORE C988 name=collection1 org.apache.solr.core.SolrCore@17e32bf
   [junit4]   2> 1254486 T6173 C988 oasc.SolrCore.execute [collection1] webapp=/solr path=/config/overlay params={wt=json} status=0 QTime=0 
   [junit4]   2> 1254491 T6171 C988 oasc.SolrCore.execute [collection1] webapp=/solr path=/x params={json.nl=map&wt=json&getdefaults=true} status=0 QTime=0 
   [junit4]   2> 1254497 T6169 C988 oasc.SolrResourceLoader.persistConfLocally Written confile configoverlay.json
   [junit4]   2> 1254498 T6169 C988 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\'
   [junit4]   2> 1254498 T6169 C988 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20C0AC77724426E672-001/tempDir-001/collection1/lib/.svn/' to classloader
   [junit4]   2> 1254498 T6169 C988 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20C0AC77724426E672-001/tempDir-001/collection1/lib/classes/' to classloader
   [junit4]   2> 1254498 T6169 C988 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20C0AC77724426E672-001/tempDir-001/collection1/lib/README' to classloader
   [junit4]   2> 1254536 T6169 C988 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1254542 T6169 C988 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 1254548 T6169 C988 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-managed-schema.xml
   [junit4]   2> 1254552 T6169 C988 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf\managed-schema
   [junit4]   2> 1254560 T6169 C988 oass.IndexSchema.readSchema [collection1] Schema name=test-rest
   [junit4]   2> ASYNC  NEW_CORE C989 name=collection1 org.apache.solr.core.SolrCore@17e32bf
   [junit4]   2> 1254719 T6169 C989 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1254719 T6169 C989 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 1254719 T6169 C989 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1254719 T6169 C989 oass.IndexSchema.loadCopyFields WARN Field title is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 1254727 T6169 C989 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
   [junit4]   2> 1254727 T6169 C989 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
   [junit4]   2> 1254727 T6169 C989 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 1254727 T6169 C989 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 1254741 T6169 C989 oasc.CoreContainer.reload Reloading SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1
   [junit4]   2> 1254744 T6169 C989 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-002\cores\core\data\
   [junit4]   2> 1254744 T6169 C989 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 1254744 T6169 C989 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-002\cores\core\data\index/
   [junit4]   2> 1254747 T6169 C989 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1254747 T6169 C989 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1254749 T6169 C989 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1254749 T6169 C989 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1254749 T6169 C989 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1254750 T6169 C989 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1254750 T6169 C989 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 1254750 T6169 C989 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 1254752 T6169 C989 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 1254752 T6169 C989 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 1254753 T6169 C989 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 1254753 T6169 C989 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 1254755 T6169 C989 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 1254755 T6169 C989 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 1254755 T6169 C989 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 1254756 T6169 C989 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 1254757 T6169 C989 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 1254757 T6169 C989 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 1254759 T6169 C989 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1254759 T6169 C989 oasc.RequestHandlers.initHandlersFromConfig created /dump: DumpRequestHandler
   [junit4]   2> 1254762 T6169 C989 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1254763 T6169 C989 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1254765 T6169 C989 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1254768 T6169 C989 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1254768 T6169 C989 oasc.RequestHandlers.applyInitParams WARN INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 1254768 T6169 C989 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1254771 T6169 C989 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1254771 T6169 C989 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1254772 T6169 C989 oass.SolrIndexSearcher.<init> Opening Searcher@11f383b[collection1] main
   [junit4]   2> 1254772 T6169 C989 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
   [junit4]   2> 1254772 T6169 C989 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf}
   [junit4]   2> 1254772 T6169 C989 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
   [junit4]   2> 1254774 T6169 C989 oasr.RestManager.init Initializing 4 registered ManagedResources
   [junit4]   2> 1254775 T6169 C989 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
   [junit4]   2> 1254775 T6169 C989 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
   [junit4]   2> 1254777 T6169 C989 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/english
   [junit4]   2> 1254777 T6169 C989 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 1254777 T6169 C989 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/english
   [junit4]   2> 1254778 T6169 C989 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
   [junit4]   2> 1254778 T6169 C989 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0AC77724426E672-001\tempDir-001\collection1\conf
   [junit4]   2> 1254778 T6169 C989 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/german
   [junit4]   2> 1254778 T6169 C989 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 1254779 T6169 C989 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwo

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

lighter, TermsComponentTest, TestInfoStreamLogging, TestSchemaResource, TestSearcherReuse, TestLFUCache, DistributedMLTComponentTest, TestCopyFieldCollectionResource, PathHierarchyTokenizerFactoryTest, ClusterStateTest, TestWriterPerf, SharedFSAutoReplicaFailoverTest, TestFieldTypeCollectionResource, TestBM25SimilarityFactory, DateFieldTest, TestTrie, TestStandardQParsers, TestFileDictionaryLookup, ShardRoutingCustomTest, CacheHeaderTest, DistributedFacetPivotLongTailTest, SpellPossibilityIteratorTest, TestSolrQueryParserDefaultOperatorResource, XmlUpdateRequestHandlerTest, ClusterStateUpdateTest, ShardRoutingTest, ResourceLoaderTest, CollectionsAPIDistributedZkTest, TestCloudPivotFacet, QueryResultKeyTest, HdfsRecoveryZkTest, TestUpdate, TestFieldCollectionResource, AddSchemaFieldsUpdateProcessorFactoryTest, CircularListTest, LukeRequestHandlerTest, ExitableDirectoryReaderTest, TestFastOutputStream, TestFunctionQuery, DocumentBuilderTest, BadIndexSchemaTest, TestChildDocTransformer, AnalysisErrorHandlingTest, TestClassNameShortening, TestConfigSets, UUIDUpdateProcessorFallbackTest, TestSearchPerf, TestNoOpRegenerator, ZkControllerTest, TestIBSimilarityFactory, DistanceFunctionTest, TestCSVResponseWriter, RemoteQueryErrorTest, TestFieldResource, TestExpandComponent, TestImplicitCoreProperties, SuggesterTSTTest, TestPivotHelperCode, FieldMutatingUpdateProcessorTest, TestFoldingMultitermQuery, TestCoreContainer, TestSolrQueryParser, DOMUtilTest, DeleteInactiveReplicaTest, MoreLikeThisHandlerTest, TestDistributedMissingSort, TestLRUStatsCache, TestExtendedDismaxParser, TestMergePolicyConfig, ShardSplitTest, TestCloudInspectUtil, TestAnalyzedSuggestions, ResponseHeaderTest, DisMaxRequestHandlerTest, TestMaxScoreQueryParser, SampleTest, DistributedSuggestComponentTest, SliceStateTest, OpenExchangeRatesOrgProviderTest, TestBulkSchemaAPI, PeerSyncTest, TestRemoteStreaming, HighlighterConfigTest, TestStressLucene, JSONWriterTest, TestArbitraryIndexDir, DirectUpdateHandlerTest, TestStressUserVersions, LeaderElectionIntegrationTest, TestSolrConfigHandler, UniqFieldsUpdateProcessorFactoryTest, TestSolrXml, TestSolrDeletionPolicy2, SolrIndexConfigTest, TestRealTimeGet, TestUtils, TestAtomicUpdateErrorCases, SimpleFacetsTest, SpellCheckComponentTest, SolrTestCaseJ4Test, RegexBoostProcessorTest, TestMiniSolrCloudCluster, MultiThreadedOCPTest, DistribCursorPagingTest, SimpleMLTQParserTest, RequestLoggingTest, TriLevelCompositeIdRoutingTest, TestOmitPositions, TestHighlightDedupGrouping, CoreAdminHandlerTest, CurrencyFieldOpenExchangeTest, CoreMergeIndexesAdminHandlerTest, RecoveryZkTest, SolrInfoMBeanTest, TestCoreDiscovery, TestIndexSearcher, HdfsDirectoryTest, NotRequiredUniqueKeyTest, BasicFunctionalityTest, OpenCloseCoreStressTest, TestBlendedInfixSuggestions, DocValuesMultiTest, TestCollectionAPI, TestBlobHandler, HdfsChaosMonkeySafeLeaderTest, TestSchemaSimilarityResource, DistributedFacetPivotSmallAdvancedTest, AssignTest, TestCollapseQParserPlugin, TestReversedWildcardFilterFactory, DirectSolrConnectionTest, DistributedSpellCheckComponentTest, FacetPivotSmallTest, QueryEqualityTest, TestDocSet, TestGroupingSearch, TestDynamicLoading, TestSolrJ, TestDFRSimilarityFactory, SolrPluginUtilsTest, EchoParamsTest, TestCollationFieldDocValues, TestManagedSynonymFilterFactory, TestSolrConfigHandlerCloud, TestReloadAndDeleteDocs, UpdateRequestProcessorFactoryTest, FileBasedSpellCheckerTest, TestRebalanceLeaders, TestConfigReload, OutOfBoxZkACLAndCredentialsProvidersTest, TestDynamicFieldResource, TestSimpleQParserPlugin, TestSortingResponseWriter, ChaosMonkeySafeLeaderTest, TestRawResponseWriter, TestSweetSpotSimilarityFactory, TestManagedResourceStorage, RequestHandlersTest, TestPartialUpdateDeduplication, FastVectorHighlighterTest, ZkSolrClientTest, TestInitQParser, DeleteReplicaTest, LeaderElectionTest, TestManagedResource, TestCharFilters, SaslZkACLProviderTest, TestZkChroot, PreAnalyzedFieldTest, OutputWriterTest, BufferStoreTest, MergeStrategyTest, TestStressReorder, TestComponentsName, QueryElevationComponentTest, TestBulkSchemaConcurrent, TestFiltering, IndexBasedSpellCheckerTest, TestJmxIntegration, ZkStateWriterTest, TestWordDelimiterFilterFactory, TestQuerySenderNoQuery, TestPHPSerializedResponseWriter, TestReplicationHandler, BasicDistributedZkTest, BasicDistributedZk2Test, UnloadDistributedZkTest, SyncSliceTest, BasicZkTest, FullSolrCloudDistribCmdsTest, TestRandomDVFaceting, ZkCLITest, TestDistributedSearch, TestDistributedGrouping, TestFaceting, TestRecovery, TestHashPartitioner, TermVectorComponentDistributedTest, TestJoin, TestReload, HardAutoCommitTest, DistributedTermsComponentTest, TestRangeQuery, TestSolr4Spatial, SolrCoreTest, SolrCmdDistributorTest, ConvertedLegacyTest, TestSort, OverseerCollectionProcessorTest, HighlighterTest, SoftAutoCommitTest, ShowFileRequestHandlerTest, DistributedQueryElevationComponentTest, CurrencyFieldXmlFileTest, SolrIndexSplitterTest, SimplePostToolTest, AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest, SuggesterFSTTest, SolrRequestParserTest, DocValuesTest, SuggesterTest, SpatialFilterTest, SuggesterWFSTTest, TestCSVLoader, PolyFieldTest, NoCacheHeaderTest, WordBreakSolrSpellCheckerTest, TestPseudoReturnFields, DirectUpdateHandlerOptimizeTest, DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, SortByFunctionTest, TestSolrDeletionPolicy1, XsltUpdateRequestHandlerTest, DebugComponentTest, TestSurroundQueryParser, TestQueryUtils, DirectSolrSpellCheckerTest, DocumentAnalysisRequestHandlerTest, TestQueryTypes, PrimitiveFieldTypeTest, TestValueSourceCache, TermVectorComponentTest, TestIndexingPerformance, RequiredFieldsTest, FieldAnalysisRequestHandlerTest, IndexSchemaRuntimeFieldTest, IndexSchemaTest, TestCollationField, ReturnFieldsTest, MBeansHandlerTest, QueryParsingTest, JsonLoaderTest, BinaryUpdateRequestHandlerTest, CSVRequestHandlerTest, SearchHandlerTest, TestBinaryResponseWriter, SOLR749Test, TestQuerySenderListener, UpdateParamsTest, AlternateDirectoryTest, TestSolrIndexConfig, CopyFieldTest, ResponseLogComponentTest, BadComponentTest, TestBinaryField, TestElisionMultitermQuery, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, TestSolrCoreProperties, TestLuceneMatchVersion, TestPhraseSuggestions, TestCodecSupport, SynonymTokenizerTest, TestXIncludeConfig, TestPerFieldSimilarity, TestLMDirichletSimilarityFactory, TestDefaultSimilarityFactory, TestFastWriter, TestJmxMonitoredMap, TimeZoneUtilsTest, ScriptEngineTest, URLClassifyProcessorTest, PluginInfoTest, TestFastLRUCache, DateMathParserTest, ChaosMonkeyNothingIsSafeTest, TestSystemIdResolver, PrimUtilsTest, TestSuggestSpellingConverter, SpellingQueryConverterTest, RAMDirectoryFactoryTest, TestLRUCache, TestDocumentBuilder, ZkNodePropsTest, SystemInfoHandlerTest, UUIDFieldTest, FileUtilsTest, TestRTGBase, CursorPagingTest, DistributedIntervalFacetingTest, TestCursorMarkWithoutUniqueKey, TestTolerantSearch, ActionThrottleTest, AliasIntegrationTest, AsyncMigrateRouteKeyTest, CollectionsAPIAsyncDistributedZkTest, ConnectionManagerTest, DeleteLastCustomShardedReplicaTest, DistribJoinFromCollectionTest, DistributedQueueTest, ExternalCollectionsTest, HttpPartitionTest, LeaderFailoverAfterPartitionTest, LeaderInitiatedRecoveryOnCommitTest, MigrateRouteKeyTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerRolesTest, OverseerStatusTest, ReplicationFactorTest, RollingRestartTest, SSLMigrationTest, SharedFSAutoReplicaFailoverUtilsTest, TestDistribDocBasedVersion, TestLeaderElectionZkExpiry, TestMiniSolrCloudClusterSSL, TestRequestStatusCollectionAPI, TestShortCircuitedRequests, VMParamsZkACLAndCredentialsProvidersTest, HdfsBasicDistributedZk2Test, HdfsBasicDistributedZkTest, HdfsCollectionsAPIDistributedZkTest, HdfsUnloadDistributedZkTest, HdfsWriteToMultipleCollectionsTest, StressHdfsTest, TestConfigOverlay, TestInitParams, TestShardHandlerFactory, TestSolrDynamicMBean, TestReplicationHandlerBackup]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestReplicationHandlerBackup -Dtests.seed=C0AC77724426E672 -Dtests.slow=true -Dtests.locale=hr -Dtests.timezone=Pacific/Samoa -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s | TestReplicationHandlerBackup (suite) <<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([C0AC77724426E672]:0)
   [junit4] Completed in 7258.39s, 2 tests, 2 errors <<< FAILURES!

[...truncated 223 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:508: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1368: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:975: There were test failures: 466 suites, 1862 tests, 3 suite-level errors, 3 errors, 55 ignored (30 assumptions)

Total time: 237 minutes 54 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.8.0_31 -server -XX:+UseG1GC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (32bit/jdk1.8.0_31) - Build # 4393 - Still Failing!

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

6 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestLazyCores

Error Message:
ERROR: SolrIndexSearcher opens=51 closes=50

Stack Trace:
java.lang.AssertionError: ERROR: SolrIndexSearcher opens=51 closes=50
	at __randomizedtesting.SeedInfo.seed([588D03F11BDC2FF8]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:468)
	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:214)
	at sun.reflect.GeneratedMethodAccessor68.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:790)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestSolrConfigHandler

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-010\collection1\conf\params.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-010\collection1\conf\params.json: The process cannot access the file because it is being used by another process.     C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-010\collection1\conf    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-010\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-010    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-010    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-010\collection1\conf\params.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-010\collection1\conf\params.json: The process cannot access the file because it is being used by another process.

   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-010\collection1\conf
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-010\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-010
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-010
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001

	at __randomizedtesting.SeedInfo.seed([588D03F11BDC2FF8]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:200)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.ZkCLITest.testUpConfigLinkConfigClearZk

Error Message:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ZkCLITest 588D03F11BDC2FF8-001\tempDir-012\solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1424550305392\velocity\.svn\text-base\facet_pivot.vm.svn-base

Stack Trace:
java.nio.file.NoSuchFileException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ZkCLITest 588D03F11BDC2FF8-001\tempDir-012\solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1424550305392\velocity\.svn\text-base\facet_pivot.vm.svn-base
	at __randomizedtesting.SeedInfo.seed([588D03F11BDC2FF8:7CEBAEFF9113999E]:0)
	at sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:79)
	at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97)
	at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:102)
	at sun.nio.fs.WindowsFileSystemProvider.newByteChannel(WindowsFileSystemProvider.java:230)
	at java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:434)
	at java.nio.file.Files.newOutputStream(Files.java:216)
	at java.nio.file.Files.write(Files.java:3292)
	at org.apache.solr.common.cloud.ZkConfigManager.downloadFromZK(ZkConfigManager.java:83)
	at org.apache.solr.common.cloud.ZkConfigManager.downloadConfigDir(ZkConfigManager.java:114)
	at org.apache.solr.cloud.ZkCLI.main(ZkCLI.java:223)
	at org.apache.solr.cloud.ZkCLITest.testUpConfigLinkConfigClearZk(ZkCLITest.java:226)
	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:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.BasicDistributedZk2Test

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 588D03F11BDC2FF8-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 588D03F11BDC2FF8-001\tempDir-002    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 588D03F11BDC2FF8-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 588D03F11BDC2FF8-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 588D03F11BDC2FF8-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 588D03F11BDC2FF8-001\tempDir-002
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 588D03F11BDC2FF8-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 588D03F11BDC2FF8-001

	at __randomizedtesting.SeedInfo.seed([588D03F11BDC2FF8]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:200)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


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

Error Message:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:56194/r_ceh/xf/repfacttest_c8n_1x3_shard1_replica3

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:56194/r_ceh/xf/repfacttest_c8n_1x3_shard1_replica3
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:597)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:906)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:809)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:752)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	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:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:940)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:915)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	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:56194/r_ceh/xf/repfacttest_c8n_1x3_shard1_replica3
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:573)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:594)
	... 47 more
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
	... 52 more


FAILED:  junit.framework.TestSuite.org.apache.solr.handler.TestReplicationHandlerBackup

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 588D03F11BDC2FF8-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 588D03F11BDC2FF8-001\solr-instance-002\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 588D03F11BDC2FF8-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 588D03F11BDC2FF8-001\solr-instance-002    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 588D03F11BDC2FF8-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 588D03F11BDC2FF8-001\solr-instance-001\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 588D03F11BDC2FF8-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 588D03F11BDC2FF8-001\solr-instance-001    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 588D03F11BDC2FF8-001\solr-instance-001\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 588D03F11BDC2FF8-001\solr-instance-001\collection1\data    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 588D03F11BDC2FF8-001\solr-instance-002\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 588D03F11BDC2FF8-001\solr-instance-002\collection1\data    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 588D03F11BDC2FF8-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 588D03F11BDC2FF8-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 588D03F11BDC2FF8-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 588D03F11BDC2FF8-001\solr-instance-002\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 588D03F11BDC2FF8-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 588D03F11BDC2FF8-001\solr-instance-002
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 588D03F11BDC2FF8-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 588D03F11BDC2FF8-001\solr-instance-001\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 588D03F11BDC2FF8-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 588D03F11BDC2FF8-001\solr-instance-001
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 588D03F11BDC2FF8-001\solr-instance-001\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 588D03F11BDC2FF8-001\solr-instance-001\collection1\data
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 588D03F11BDC2FF8-001\solr-instance-002\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 588D03F11BDC2FF8-001\solr-instance-002\collection1\data
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 588D03F11BDC2FF8-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 588D03F11BDC2FF8-001

	at __randomizedtesting.SeedInfo.seed([588D03F11BDC2FF8]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:200)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 9699 lines...]
   [junit4] Suite: org.apache.solr.core.TestSolrConfigHandler
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\init-core-data-001
   [junit4]   2> 2013639 T7878 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (true)
   [junit4]   2> 2013643 T7878 oas.SolrTestCaseJ4.setUp ###Starting testReqHandlerAPIs
   [junit4]   2> 2015132 T7878 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 2015132 T7878 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 2015135 T7878 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-002\cores\core
   [junit4]   2> 2015140 T7878 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2015158 T7878 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 2015170 T7878 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:50876
   [junit4]   2> 2015192 T7878 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 2015192 T7878 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2015192 T7878 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-001
   [junit4]   2> 2015192 T7878 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-001\'
   [junit4]   2> 2015239 T7878 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-001\solr.xml
   [junit4]   2> 2015249 T7878 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-002\cores
   [junit4]   2> 2015249 T7878 oasc.CoreContainer.<init> New CoreContainer 10180056
   [junit4]   2> 2015249 T7878 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-001\]
   [junit4]   2> 2015250 T7878 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2015250 T7878 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: https
   [junit4]   2> 2015250 T7878 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2015250 T7878 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2015250 T7878 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 2015250 T7878 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2015251 T7878 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2015251 T7878 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2015253 T7878 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2015253 T7878 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2015253 T7878 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 2015259 T7878 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2015263 T7878 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2015263 T7878 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2015263 T7878 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2015265 T7878 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-002\cores
   [junit4]   2> 2015266 T7878 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-002\cores\core\
   [junit4]   2> 2015266 T7878 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 2015268 T7888 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-001\collection1\'
   [junit4]   2> 2015269 T7888 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20588D03F11BDC2FF8-001/tempDir-001/collection1/lib/.svn/' to classloader
   [junit4]   2> 2015271 T7888 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20588D03F11BDC2FF8-001/tempDir-001/collection1/lib/classes/' to classloader
   [junit4]   2> 2015272 T7888 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20588D03F11BDC2FF8-001/tempDir-001/collection1/lib/README' to classloader
   [junit4]   2> 2015306 T7888 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 2015308 T7888 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 2015313 T7888 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-managed-schema.xml
   [junit4]   2> 2015316 T7888 oass.ManagedIndexSchemaFactory.readSchemaLocally The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema-rest.xml instead
   [junit4]   2> 2015318 T7888 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-001\collection1\conf\schema-rest.xml
   [junit4]   2> 2015323 T7888 oass.IndexSchema.readSchema [collection1] Schema name=test-rest
   [junit4]   2> 2015412 T7888 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2015412 T7888 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 2015412 T7888 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2015412 T7888 oass.IndexSchema.loadCopyFields WARN Field title is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 2015427 T7888 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 2015427 T7888 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 2015428 T7888 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
   [junit4]   2> 2015428 T7888 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
   [junit4]   2> 2015431 T7888 oass.ManagedIndexSchema.persistManagedSchema Upgraded to managed schema at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-001\collection1\conf\managed-schema
   [junit4]   2> 2015432 T7888 oass.ManagedIndexSchemaFactory.upgradeToManagedSchema After upgrading to managed schema, renamed the non-managed schema C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-001\collection1\conf\schema-rest.xml to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-001\collection1\conf\schema-rest.xml.bak
   [junit4]   2> 2015432 T7888 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-001\collection1
   [junit4]   2> 2015432 T7888 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 2015432 T7888 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-001\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-002\cores\core\data\
   [junit4]   2> 2015432 T7888 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 2015437 T7888 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-002\cores\core\data
   [junit4]   2> 2015437 T7888 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-002\cores\core\data\index/
   [junit4]   2> 2015437 T7888 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-002\cores\core\data\index' doesn't exist. Creating new index...
   [junit4]   2> 2015437 T7888 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-002\cores\core\data\index
   [junit4]   2> 2015440 T7888 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=13, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=41.7099609375, floorSegmentMB=1.853515625, forceMergeDeletesPctAllowed=20.951959964053767, segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 2015444 T7888 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-002\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@18f989d; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 2015444 T7888 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2015446 T7888 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2015446 T7888 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2015446 T7888 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2015446 T7888 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2015447 T7888 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2015447 T7888 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 2015447 T7888 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 2015447 T7888 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 2015447 T7888 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 2015447 T7888 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 2015447 T7888 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 2015447 T7888 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 2015447 T7888 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 2015447 T7888 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 2015447 T7888 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 2015447 T7888 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 2015447 T7888 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 2015447 T7888 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 2015448 T7888 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2015448 T7888 oasc.RequestHandlers.initHandlersFromConfig created /dump: DumpRequestHandler
   [junit4]   2> 2015453 T7888 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2015456 T7888 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2015457 T7888 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2015457 T7888 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2015457 T7888 oasc.RequestHandlers.applyInitParams WARN INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 2015458 T7888 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2015459 T7888 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2015459 T7888 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2015459 T7888 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=50, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=39.376953125, floorSegmentMB=1.9921875, forceMergeDeletesPctAllowed=9.656717913633877, segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 2015459 T7888 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-002\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@18f989d; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 2015459 T7888 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2015459 T7888 oass.SolrIndexSearcher.<init> Opening Searcher@165c64c[collection1] main
   [junit4]   2> 2015460 T7888 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-001\collection1\conf
   [junit4]   2> 2015461 T7888 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-001\collection1\conf}
   [junit4]   2> 2015461 T7888 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-001\collection1\conf
   [junit4]   2> 2015461 T7888 oasr.RestManager.init Initializing 4 registered ManagedResources
   [junit4]   2> 2015461 T7888 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-001\collection1\conf
   [junit4]   2> 2015462 T7888 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/stopwords/english
   [junit4]   2> 2015463 T7888 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-001\collection1\conf
   [junit4]   2> 2015463 T7888 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 2015463 T7888 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/english
   [junit4]   2> 2015463 T7888 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-001\collection1\conf
   [junit4]   2> 2015464 T7888 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/stopwords/german
   [junit4]   2> 2015465 T7888 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-001\collection1\conf
   [junit4]   2> 2015465 T7888 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 2015465 T7888 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/german
   [junit4]   2> 2015465 T7888 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-001\collection1\conf
   [junit4]   2> 2015465 T7888 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/english
   [junit4]   2> 2015466 T7888 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 2015466 T7888 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/english
   [junit4]   2> 2015466 T7888 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-001\collection1\conf
   [junit4]   2> 2015466 T7888 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/german
   [junit4]   2> 2015466 T7888 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/german
   [junit4]   2> 2015467 T7888 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/german
   [junit4]   2> 2015467 T7888 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 2015467 T7888 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 2015468 T7878 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2015468 T7878 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2015468 T7878 oas.SolrJettyTestBase.createJetty Jetty Assigned Port#50876
   [junit4]   2> 2015476 T7889 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@165c64c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> ASYNC  NEW_CORE C6202 name=collection1 org.apache.solr.core.SolrCore@1d37be7
   [junit4]   2> 2015570 T7885 C6202 oasc.SolrResourceLoader.persistConfLocally Written confile configoverlay.json
   [junit4]   2> 2015577 T7885 C6202 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-001\collection1\'
   [junit4]   2> 2015579 T7885 C6202 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20588D03F11BDC2FF8-001/tempDir-001/collection1/lib/.svn/' to classloader
   [junit4]   2> 2015580 T7885 C6202 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20588D03F11BDC2FF8-001/tempDir-001/collection1/lib/classes/' to classloader
   [junit4]   2> 2015581 T7885 C6202 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20588D03F11BDC2FF8-001/tempDir-001/collection1/lib/README' to classloader
   [junit4]   2> 2015633 T7885 C6202 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 2015636 T7885 C6202 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 2015641 T7885 C6202 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-managed-schema.xml
   [junit4]   2> 2015651 T7885 C6202 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-001\collection1\conf\managed-schema
   [junit4]   2> 2015658 T7885 C6202 oass.IndexSchema.readSchema [collection1] Schema name=test-rest
   [junit4]   2> ASYNC  NEW_CORE C6203 name=collection1 org.apache.solr.core.SolrCore@1d37be7
   [junit4]   2> 2015768 T7885 C6203 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2015768 T7885 C6203 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 2015768 T7885 C6203 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2015768 T7885 C6203 oass.IndexSchema.loadCopyFields WARN Field title is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 2015773 T7885 C6203 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
   [junit4]   2> 2015773 T7885 C6203 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
   [junit4]   2> 2015775 T7885 C6203 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 2015775 T7885 C6203 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 2015786 T7885 C6203 oasc.CoreContainer.reload Reloading SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-001\collection1
   [junit4]   2> 2015787 T7885 C6203 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-001\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-002\cores\core\data\
   [junit4]   2> 2015787 T7885 C6203 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 2015789 T7885 C6203 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-002\cores\core\data\index/
   [junit4]   2> 2015790 T7885 C6203 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2015791 T7885 C6203 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2015791 T7885 C6203 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2015792 T7885 C6203 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2015792 T7885 C6203 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2015792 T7885 C6203 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 2015793 T7885 C6203 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 2015793 T7885 C6203 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 2015794 T7885 C6203 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 2015794 T7885 C6203 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 2015795 T7885 C6203 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 2015796 T7885 C6203 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 2015797 T7885 C6203 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 2015797 T7885 C6203 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 2015797 T7885 C6203 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 2015797 T7885 C6203 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 2015798 T7885 C6203 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 2015798 T7885 C6203 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 2015799 T7885 C6203 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2015800 T7885 C6203 oasc.RequestHandlers.initHandlersFromConfig created /dump: DumpRequestHandler
   [junit4]   2> 2015800 T7885 C6203 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: org.apache.solr.handler.DumpRequestHandler
   [junit4]   2> 2015800 T7885 C6203 oasc.RequestHandlers.initHandlersFromConfig created /x: org.apache.solr.handler.DumpRequestHandler
   [junit4]   2> 2015802 T7885 C6203 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2015804 T7885 C6203 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2015806 T7885 C6203 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2015807 T7885 C6203 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2015808 T7885 C6203 oasc.RequestHandlers.applyInitParams WARN INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 2015808 T7885 C6203 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2015810 T7885 C6203 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2015810 T7885 C6203 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2015812 T7885 C6203 oass.SolrIndexSearcher.<init> Opening Searcher@1580eee[collection1] main
   [junit4]   2> 2015812 T7885 C6203 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-001\collection1\conf
   [junit4]   2> 2015812 T7885 C6203 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-001\collection1\conf}
   [junit4]   2> 2015812 T7885 C6203 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-001\collection1\conf
   [junit4]   2> 2015814 T7885 C6203 oasr.RestManager.init Initializing 4 registered ManagedResources
   [junit4]   2> 2015814 T7885 C6203 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-001\collection1\conf
   [junit4]   2> 2015814 T7885 C6203 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-001\collection1\conf
   [junit4]   2> 2015814 T7885 C6203 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/english
   [junit4]   2> 2015815 T7885 C6203 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 2015815 T7885 C6203 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/english
   [junit4]   2> 2015815 T7885 C6203 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-001\collection1\conf
   [junit4]   2> 2015815 T7885 C6203 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-001\collection1\conf
   [junit4]   2> 2015817 T7885 C6203 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/german
   [junit4]   2> 2015817 T7885 C6203 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 2015817 T7885 C6203 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/german
   [junit4]   2> 2015817 T7885 C6203 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-001\collection1\conf
   [junit4]   2> 2015819 T7885 C6203 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/english
   [junit4]   2> 2015819 T7885 C6203 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 2015819 T7885 C6203 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/english
   [junit4]   2> 2015819 T7885 C6203 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-001\collection1\conf
   [junit4]   2> 2015821 T7885 C6203 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/german
   [junit4]   2> 2015821 T7885 C6203 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/german
   [junit4]   2> 2015821 T7885 C6203 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/german
   [junit4]   2> 2015821 T7885 C6203 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 2015822 T7885 C6203 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
   [junit4]   2> 2015823 T7885 C6203 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
   [junit4]   2> 2015823 T7885 C6203 oasu.DefaultSolrCoreState.newIndexWriter Closing old IndexWriter... core=collection1
   [junit4]   2> 2015823 T7891 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1580eee[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2015826 T7885 C6203 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=13, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=41.7099609375, floorSegmentMB=1.853515625, forceMergeDeletesPctAllowed=20.951959964053767, segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 2015827 T7885 C6203 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-002\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@18f989d; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 2015827 T7885 C6203 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2015827 T7885 C6203 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
   [junit4]   2> 2015827 T7885 C6203 oass.SolrIndexSearcher.<init> Opening Searcher@156a1b0[collection1] main
   [junit4]   2> 2015828 T7885 C6203 oasc.CoreContainer.registerCore replacing core: collection1
   [junit4]   2> 2015828 T7891 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@156a1b0[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2015828 T7885 C6203 oash.SolrConfigHandler$Command.handleCommands Executed config commands successfully and persited to File System [{"create-requesthandler":{
   [junit4]   2> 	    "name":"/x",
   [junit4]   2> 	    "class":"org.apache.solr.handler.DumpRequestHandler",
   [junit4]   2> 	    "startup":"lazy"}}]
   [junit4]   2> 2015829 T7885 C6203 oasc.SolrCore.execute [collection1] webapp=/solr path=/config params={wt=json} status=0 QTime=269 
   [junit4]   2> 2015829 T7885 C6203 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1d37be7
   [junit4]   2> 2015830 T7885 C6203 oasu.DirectUpdateHandler2.close 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> 2015830 T7885 C6203 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> ASYNC  NEW_CORE C6204 name=collection1 org.apache.solr.core.SolrCore@1b2600c
   [junit4]   2> 2015845 T7887 C6204 oasc.SolrCore.execute [collection1] webapp=/solr path=/config/overlay params={wt=json} status=0 QTime=8 
   [junit4]   2> 2015851 T7884 C6204 oasc.SolrResourceLoader.persistConfLocally Written confile configoverlay.json
   [junit4]   2> 2015852 T7884 C6204 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-001\collection1\'
   [junit4]   2> 2015853 T7884 C6204 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20588D03F11BDC2FF8-001/tempDir-001/collection1/lib/.svn/' to classloader
   [junit4]   2> 2015853 T7884 C6204 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20588D03F11BDC2FF8-001/tempDir-001/collection1/lib/classes/' to classloader
   [junit4]   2> 2015853 T7884 C6204 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20588D03F11BDC2FF8-001/tempDir-001/collection1/lib/README' to classloader
   [junit4]   2> 2015876 T7884 C6204 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 2015881 T7884 C6204 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 2015884 T7884 C6204 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-managed-schema.xml
   [junit4]   2> 2015887 T7884 C6204 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-001\collection1\conf\managed-schema
   [junit4]   2> 2015891 T7884 C6204 oass.IndexSchema.readSchema [collection1] Schema name=test-rest
   [junit4]   2> ASYNC  NEW_CORE C6205 name=collection1 org.apache.solr.core.SolrCore@1b2600c
   [junit4]   2> 2015976 T7884 C6205 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2015977 T7884 C6205 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 2015977 T7884 C6205 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2015979 T7884 C6205 oass.IndexSchema.loadCopyFields WARN Field title is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 2015980 T7884 C6205 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
   [junit4]   2> 2015981 T7884 C6205 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
   [junit4]   2> 2015981 T7884 C6205 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 2015981 T7884 C6205 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 2015991 T7884 C6205 oasc.CoreContainer.reload Reloading SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-001\collection1
   [junit4]   2> 2015993 T7884 C6205 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-001\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-002\cores\core\data\
   [junit4]   2> 2015994 T7884 C6205 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 2015995 T7884 C6205 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-002\cores\core\data\index/
   [junit4]   2> 2015995 T7884 C6205 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2015996 T7884 C6205 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2015996 T7884 C6205 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2015996 T7884 C6205 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2015997 T7884 C6205 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2015997 T7884 C6205 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 2015998 T7884 C6205 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 2015998 T7884 C6205 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 2015998 T7884 C6205 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 2015999 T7884 C6205 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 2016000 T7884 C6205 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 2016000 T7884 C6205 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 2016000 T7884 C6205 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 2016000 T7884 C6205 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 2016000 T7884 C6205 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 2016001 T7884 C6205 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 2016001 T7884 C6205 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 2016001 T7884 C6205 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 2016004 T7884 C6205 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2016004 T7884 C6205 oasc.RequestHandlers.initHandlersFromConfig created /dump: DumpRequestHandler
   [junit4]   2> 2016004 T7884 C6205 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: org.apache.solr.handler.DumpRequestHandler
   [junit4]   2> 2016004 T7884 C6205 oasc.RequestHandlers.initHandlersFromConfig created /x: org.apache.solr.handler.DumpRequestHandler
   [junit4]   2> 2016010 T7884 C6205 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2016011 T7884 C6205 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2016012 T7884 C6205 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2016014 T7884 C6205 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2016017 T7884 C6205 oasc.RequestHandlers.applyInitParams WARN INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 2016017 T7884 C6205 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2016019 T7884 C6205 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2016019 T7884 C6205 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2016021 T7884 C6205 oass.SolrIndexSearcher.<init> Opening Searcher@d18a74[collection1] main
   [junit4]   2> 2016021 T7884 C6205 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-001\collection1\conf
   [junit4]   2> 2016021 T7884 C6205 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-001\collection1\conf}
   [junit4]   2> 2016021 T7884 C6205 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-001\collection1\conf
   [junit4]   2> 2016024 T7884 C6205 oasr.RestManager.init Initializing 4 registered ManagedResources
   [junit4]   2> 2016024 T7884 C6205 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-001\collection1\conf
   [junit4]   2> 2016024 T7884 C6205 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-001\collection1\conf
   [junit4]   2> 2016024 T7884 C6205 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/english
   [junit4]   2> 2016025 T7884 C6205 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 2016025 T7884 C6205 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/english
   [junit4]   2> 2016025 T7884 C6205 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-001\collection1\conf
   [junit4]   2> 2016025 T7884 C6205 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-001\collection1\conf
   [junit4]   2> 2016027 T7884 C6205 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/german
   [junit4]   2> 2016027 T7884 C6205 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 2016027 T7884 C6205 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/german
   [junit4]   2> 2016027 T7884 C6205 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-001\collection1\conf
   [junit4]   2> 2016029 T7884 C6205 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/english
   [junit4]   2> 2016029 T7884 C6205 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 2016029 T7884 C6205 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/english
   [junit4]   2> 2016029 T7884 C6205 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-001\collection1\conf
   [junit4]   2> 2016030 T7884 C6205 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/german
   [junit4]   2> 2016031 T7884 C6205 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/german
   [junit4]   2> 2016031 T7884 C6205 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/german
   [junit4]   2> 2016031 T7884 C6205 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 2016031 T7884 C6205 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
   [junit4]   2> 2016033 T7884 C6205 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
   [junit4]   2> 2016033 T7884 C6205 oasu.DefaultSolrCoreState.newIndexWriter Closing old IndexWriter... core=collection1
   [junit4]   2> 2016032 T7892 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@d18a74[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2016036 T7884 C6205 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=13, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=41.7099609375, floorSegmentMB=1.853515625, forceMergeDeletesPctAllowed=20.951959964053767, segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 2016038 T7884 C6205 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-002\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@18f989d; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 2016038 T7884 C6205 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2016038 T7884 C6205 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
   [junit4]   2> 2016039 T7884 C6205 oass.SolrIndexSearcher.<init> Opening Searcher@1c1bd54[collection1] main
   [junit4]   2> 2016039 T7884 C6205 oasc.CoreContainer.registerCore replacing core: collection1
   [junit4]   2> 2016039 T7884 C6205 oash.SolrConfigHandler$Command.handleCommands Executed config commands successfully and persited to File System [{"update-requesthandler":{
   [junit4]   2> 	    "name":"/x",
   [junit4]   2> 	    "class":"org.apache.solr.handler.DumpRequestHandler",
   [junit4]   2> 	    "startup":"lazy",
   [junit4]   2> 	    "a":"b",
   [junit4]   2> 	    "defaults":{"def_a":"def A val"}}}]
   [junit4]   2> 2016039 T7884 C6205 oasc.SolrCore.execute [collection1] webapp=/solr path=/config params={wt=json} status=0 QTime=188 
   [junit4]   2> 2016039 T7892 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1c1bd54[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2016039 T7884 C6205 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1b2600c
   [junit4]   2> 2016040 T7884 C6205 oasu.DirectUpdateHandler2.close 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> 2016040 T7884 C6205 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> ASYNC  NEW_CORE C6206 name=collection1 org.apache.solr.core.SolrCore@14c1065
   [junit4]   2> 2016047 T7882 C6206 oasc.SolrCore.execute [collection1] webapp=/solr path=/config/overlay params={wt=json} status=0 QTime=1 
   [junit4]   2> 2016052 T7885 C6206 oasc.SolrCore.execute [collection1] webapp=/solr path=/x params={json.nl=map&wt=json&getdefaults=true} status=0 QTime=1 
   [junit4]   2> 2016058 T7882 C6206 oasc.SolrResourceLoader.persistConfLocally Written confile configoverlay.json
   [junit4]   2> 2016060 T7882 C6206 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 588D03F11BDC2FF8-001\tempDir-001\collection1\'
   [junit4]   2> 2016061 T7882 C6206 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20588D03F11BDC2FF8-001/tempDir-001/collection1/lib/.svn/' to classloader
   [junit4]   2> 2016061 T7882 C6206 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20588D03F11BDC2FF8-001/tempDir-001/collection1/lib/classes/' to classloader
   [junit4]   2> 2016061 T7882 C6206 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20588D03F11BDC2FF8-001/tempDir-001/collection1/lib/README' to classloader
   [junit4]   2> 2016082 T7882 C6206 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 2016086 T7882 C6206 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 2016093 T7882 C6206 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-managed-schema.xml
   [junit4]   2> 2016095 T7882 C6206 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.c

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

mallTest, CacheHeaderTest, SimpleCollectionCreateDeleteTest, QueryEqualityTest, TestSimpleQParserPlugin, CloudMLTQParserTest, SharedFSAutoReplicaFailoverUtilsTest, PingRequestHandlerTest, TestDefaultSimilarityFactory, CopyFieldTest, TestFieldSortValues, TestSort, TestJmxIntegration, TestImplicitCoreProperties, TestClusterStateMutator, TestRebalanceLeaders, EchoParamsTest, XsltUpdateRequestHandlerTest, DocValuesMissingTest, SpellCheckCollatorTest, AnalyticsQueryTest, TestCloudPivotFacet, TestExceedMaxTermLength, SimplePostToolTest, TestStressRecovery, DeleteReplicaTest, TestBlobHandler, TestAtomicUpdateErrorCases, SolrCoreCheckLockOnStartupTest, RequiredFieldsTest, TestSystemIdResolver, TestSolrConfigHandlerConcurrent, CursorMarkTest, PrimUtilsTest, TestFoldingMultitermQuery, TestManagedSchemaFieldResource, LeaderFailoverAfterPartitionTest, FieldAnalysisRequestHandlerTest, DisMaxRequestHandlerTest, CoreMergeIndexesAdminHandlerTest, HighlighterTest, HdfsChaosMonkeySafeLeaderTest, SuggesterFSTTest, DocumentBuilderTest, DocValuesMultiTest, TestAnalyzeInfixSuggestions, TestUtils, CursorPagingTest, SolrIndexSplitterTest, TestSolrJ, DistributedMLTComponentTest, NumericFieldsTest, CloudExitableDirectoryReaderTest, TestDistribDocBasedVersion, SuggestComponentTest, TestSolrQueryParserDefaultOperatorResource, LeaderElectionTest, TestConfigSets, HdfsBasicDistributedZkTest, UpdateParamsTest, TestDynamicFieldResource, TestPivotHelperCode, SimpleFacetsTest, RequestLoggingTest, TestObjectReleaseTracker, ChaosMonkeySafeLeaderTest, TestCloudManagedSchemaConcurrent, DistributedIntervalFacetingTest, QueryElevationComponentTest, DirectSolrConnectionTest, TestBulkSchemaConcurrent, ZkStateWriterTest, FieldMutatingUpdateProcessorTest, HdfsLockFactoryTest, InfoHandlerTest, SolrCmdDistributorTest, MultiThreadedOCPTest, TestOmitPositions, OverseerStatusTest, DistributedQueryComponentOptimizationTest, TestDynamicFieldCollectionResource, TestSolrDeletionPolicy1, XmlUpdateRequestHandlerTest, ResourceLoaderTest, DistributedQueryElevationComponentTest, TestIntervalFaceting, TestSurroundQueryParser, TestSolr4Spatial2, TestStandardQParsers, DateMathParserTest, TestIndexSearcher, TestFieldCollectionResource, TriLevelCompositeIdRoutingTest, TestReloadAndDeleteDocs, TestReplicaProperties, NoCacheHeaderTest, SliceStateTest, StandardRequestHandlerTest, DirectUpdateHandlerOptimizeTest, BasicDistributedZkTest, TestSchemaResource, TestStressReorder, ScriptEngineTest, TestManagedResource, CSVRequestHandlerTest, MigrateRouteKeyTest, RequestHandlersTest, TestSolrConfigHandler, PathHierarchyTokenizerFactoryTest, HdfsCollectionsAPIDistributedZkTest, AssignTest, TestUniqueKeyFieldResource, TestReplicationHandler, SharedFSAutoReplicaFailoverTest, StatelessScriptUpdateProcessorFactoryTest, SolrIndexConfigTest, TestSuggestSpellingConverter, TestFastWriter, FileUtilsTest, FullSolrCloudDistribCmdsTest, ShardSplitTest, AnalysisAfterCoreReloadTest, TimeZoneUtilsTest, SOLR749Test, OutputWriterTest, ZkSolrClientTest, CachingDirectoryFactoryTest, TestSolrQueryParser, TestCSVResponseWriter, SearchHandlerTest, TestSweetSpotSimilarityFactory, TestSearcherReuse, TestTolerantSearch, TestBM25SimilarityFactory, TestWordDelimiterFilterFactory, JsonLoaderTest, TestPostingsSolrHighlighter, IndexSchemaTest, OpenExchangeRatesOrgProviderTest, TestReRankQParserPlugin, TestQuerySenderListener, OverseerTest, StatsComponentTest, TestMissingGroups, CoreAdminRequestStatusTest, TestSolrConfigHandlerCloud, PreAnalyzedFieldTest, TestManagedStopFilterFactory, DistributedFacetPivotLongTailTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestRecovery, TestFileDictionaryLookup, TestExpandComponent, BasicFunctionalityTest, SpellingQueryConverterTest, SolrRequestParserTest, TestReplicationHandlerBackup, SpellCheckComponentTest, TestStressUserVersions, TestCodecSupport, OverriddenZkACLAndCredentialsProvidersTest, ZkCLITest, TestPhraseSuggestions, SchemaVersionSpecificBehaviorTest, HdfsBasicDistributedZk2Test, VMParamsZkACLAndCredentialsProvidersTest, BufferStoreTest, HardAutoCommitTest, LeaderInitiatedRecoveryOnCommitTest, TestElisionMultitermQuery, TestLMDirichletSimilarityFactory, AnalyticsMergeStrategyTest, QueryParsingTest, TestMaxScoreQueryParser, DistributedFacetPivotWhiteBoxTest, AsyncMigrateRouteKeyTest, ParsingFieldUpdateProcessorsTest, HdfsSyncSliceTest, TestSchemaNameResource, SaslZkACLProviderTest, SolrXmlInZkTest, CoreAdminCreateDiscoverTest, TestChildDocTransformer, TestJoin, DistributedQueryComponentCustomSortTest, SSLMigrationTest, TestNonDefinedSimilarityFactory, TestComplexPhraseQParserPlugin, BJQParserTest, TestCollationFieldDocValues, TestFieldResource, RAMDirectoryFactoryTest, BasicZkTest, TestReversedWildcardFilterFactory, TestRestManager, TestBlendedInfixSuggestions, TestCustomSort, TestNoOpRegenerator, TestBinaryField, TestCollapseQParserPlugin, HdfsRecoveryZkTest, TestCollationField, CurrencyFieldOpenExchangeTest, CurrencyFieldXmlFileTest, SortByFunctionTest, BlockCacheTest, DebugComponentTest, TestShardHandlerFactory, TestIndexingPerformance, DocValuesTest, TestClassNameShortening, DeleteLastCustomShardedReplicaTest, AlternateDirectoryTest, TestLRUCache, BasicDistributedZk2Test, CollectionsAPIDistributedZkTest, SyncSliceTest, LeaderElectionIntegrationTest, ShardRoutingTest, RecoveryZkTest, ClusterStateUpdateTest, TestRandomFaceting, TestZkChroot, TestRandomDVFaceting, ShardRoutingCustomTest, TestDistributedSearch, AutoCommitTest, TestDistributedGrouping, TestFaceting, TestHashPartitioner, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, ZkControllerTest, TestRealTimeGet, TestReload, TestStressVersions, DistributedTermsComponentTest, TestRangeQuery, TestCoreContainer, TestSolr4Spatial, SolrCoreTest, TestGroupingSearch, PeerSyncTest, BadIndexSchemaTest, ConvertedLegacyTest, TestFiltering, TestFunctionQuery, TestLazyCores, DirectUpdateHandlerTest, TestBadConfig, OverseerCollectionProcessorTest, SoftAutoCommitTest, ShowFileRequestHandlerTest, TestCoreDiscovery, SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser, CoreAdminHandlerTest, SuggesterTSTTest, TestStressLucene, TestTrie, SpatialFilterTest, SuggesterWFSTTest, TestCSVLoader, WordBreakSolrSpellCheckerTest, TestPseudoReturnFields, TestUpdate, DefaultValueUpdateProcessorTest, TestRemoteStreaming, DistanceFunctionTest, IndexBasedSpellCheckerTest, LukeRequestHandlerTest, TestQueryUtils, TestWriterPerf, DirectSolrSpellCheckerTest, DocumentAnalysisRequestHandlerTest, TestQueryTypes, PrimitiveFieldTypeTest, FileBasedSpellCheckerTest, TermsComponentTest, TestValueSourceCache, TermVectorComponentTest, MoreLikeThisHandlerTest, TestArbitraryIndexDir, FastVectorHighlighterTest, LoggingHandlerTest, RegexBoostProcessorTest, SolrPluginUtilsTest, ReturnFieldsTest, UpdateRequestProcessorFactoryTest, JSONWriterTest, MBeansHandlerTest, UniqFieldsUpdateProcessorFactoryTest, BinaryUpdateRequestHandlerTest, TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, TestComponentsName, TestBinaryResponseWriter, TestLFUCache, HighlighterConfigTest, TestSolrIndexConfig, TestQuerySenderNoQuery, ResponseLogComponentTest, BadComponentTest, TestMergePolicyConfig, TestSolrDeletionPolicy2, MultiTermTest, SampleTest, TestDocSet, TestSearchPerf, MinimalSchemaTest, TestConfig, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, TestSolrCoreProperties, NotRequiredUniqueKeyTest, SpellPossibilityIteratorTest, TestCharFilters, SynonymTokenizerTest, TestXIncludeConfig, TestDFRSimilarityFactory, TestPerFieldSimilarity, TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory, TestJmxMonitoredMap, TestFastOutputStream, URLClassifyProcessorTest, PluginInfoTest, TestFastLRUCache, ChaosMonkeyNothingIsSafeTest, DateFieldTest, DOMUtilTest, ClusterStateTest, TestDocumentBuilder, ZkNodePropsTest, SystemInfoHandlerTest, UUIDFieldTest, CircularListTest, TestRTGBase, SolrTestCaseJ4Test, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, TestHighlightDedupGrouping, ActionThrottleTest, AliasIntegrationTest, CollectionsAPIAsyncDistributedZkTest, ConnectionManagerTest, CustomCollectionTest, DeleteInactiveReplicaTest, DeleteShardTest, DistribCursorPagingTest, DistribDocExpirationUpdateProcessorTest, DistribJoinFromCollectionTest, DistributedQueueTest, ExternalCollectionsTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverseerRolesTest, RecoveryAfterSoftCommitTest, RemoteQueryErrorTest, ReplicationFactorTest]
   [junit4] Completed in 77.27s, 1 test, 1 error <<< FAILURES!

[...truncated 265 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:508: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1368: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:975: There were test failures: 466 suites, 1862 tests, 4 suite-level errors, 2 errors, 55 ignored (30 assumptions)

Total time: 125 minutes 55 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.8.0_31 -server -XX:+UseG1GC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (64bit/jdk1.8.0_31) - Build # 4392 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4392/
Java: 64bit/jdk1.8.0_31 -XX:+UseCompressedOops -XX:+UseSerialGC

7 tests failed.
FAILED:  org.apache.solr.cloud.OverseerCollectionProcessorTest.testReplicationEqualNumberOfSlicesPerNodeSendNullCreateNodes

Error Message:
 Queue not empty within 10000 ms1424519424017

Stack Trace:
java.lang.AssertionError:  Queue not empty within 10000 ms1424519424017
	at __randomizedtesting.SeedInfo.seed([8624A8EF1F756A85:B00CCB4873879151]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.OverseerCollectionProcessorTest.waitForEmptyQueue(OverseerCollectionProcessorTest.java:557)
	at org.apache.solr.cloud.OverseerCollectionProcessorTest.testTemplate(OverseerCollectionProcessorTest.java:607)
	at org.apache.solr.cloud.OverseerCollectionProcessorTest.testReplicationEqualNumberOfSlicesPerNodeSendNullCreateNodes(OverseerCollectionProcessorTest.java:688)
	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:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.OverseerCollectionProcessorTest.testNoReplicationEqualNumberOfSlicesPerNodeSendNullCreateNodes

Error Message:
 Queue not empty within 10000 ms1424519449820

Stack Trace:
java.lang.AssertionError:  Queue not empty within 10000 ms1424519449820
	at __randomizedtesting.SeedInfo.seed([8624A8EF1F756A85:A9B20BECD6E8C2E9]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.OverseerCollectionProcessorTest.waitForEmptyQueue(OverseerCollectionProcessorTest.java:557)
	at org.apache.solr.cloud.OverseerCollectionProcessorTest.testTemplate(OverseerCollectionProcessorTest.java:607)
	at org.apache.solr.cloud.OverseerCollectionProcessorTest.testNoReplicationEqualNumberOfSlicesPerNodeSendNullCreateNodes(OverseerCollectionProcessorTest.java:676)
	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:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.ZkCLITest.testUpConfigLinkConfigClearZk

Error Message:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ZkCLITest 8624A8EF1F756A85-001\tempDir-014\solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1424519253914\velocity\.svn\text-base\facet_pivot.vm.svn-base

Stack Trace:
java.nio.file.NoSuchFileException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ZkCLITest 8624A8EF1F756A85-001\tempDir-014\solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1424519253914\velocity\.svn\text-base\facet_pivot.vm.svn-base
	at __randomizedtesting.SeedInfo.seed([8624A8EF1F756A85:A24205E195BADCE3]:0)
	at sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:79)
	at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97)
	at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:102)
	at sun.nio.fs.WindowsFileSystemProvider.newByteChannel(WindowsFileSystemProvider.java:230)
	at java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:434)
	at java.nio.file.Files.newOutputStream(Files.java:216)
	at java.nio.file.Files.write(Files.java:3292)
	at org.apache.solr.common.cloud.ZkConfigManager.downloadFromZK(ZkConfigManager.java:83)
	at org.apache.solr.common.cloud.ZkConfigManager.downloadConfigDir(ZkConfigManager.java:114)
	at org.apache.solr.cloud.ZkCLI.main(ZkCLI.java:223)
	at org.apache.solr.cloud.ZkCLITest.testUpConfigLinkConfigClearZk(ZkCLITest.java:226)
	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:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.handler.TestBlobHandler.doBlobHandlerTest

Error Message:
{responseHeader={status=0, QTime=1}, response={numFound=0, start=0, docs=[]}}

Stack Trace:
java.lang.AssertionError: {responseHeader={status=0, QTime=1}, response={numFound=0, start=0, docs=[]}}
	at __randomizedtesting.SeedInfo.seed([8624A8EF1F756A85:66E58ABDA4991C77]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.handler.TestBlobHandler.doBlobHandlerTest(TestBlobHandler.java:96)
	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:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:940)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:915)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.BasicDistributedZk2Test

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 8624A8EF1F756A85-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 8624A8EF1F756A85-001\tempDir-002    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 8624A8EF1F756A85-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 8624A8EF1F756A85-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 8624A8EF1F756A85-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 8624A8EF1F756A85-001\tempDir-002
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 8624A8EF1F756A85-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 8624A8EF1F756A85-001

	at __randomizedtesting.SeedInfo.seed([8624A8EF1F756A85]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:200)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


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

Error Message:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:60865/repfacttest_c8n_1x3_shard1_replica1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:60865/repfacttest_c8n_1x3_shard1_replica1
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:597)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:906)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:809)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:752)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	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:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:940)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:915)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	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:60865/repfacttest_c8n_1x3_shard1_replica1
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:573)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:594)
	... 47 more
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
	... 52 more


FAILED:  junit.framework.TestSuite.org.apache.solr.handler.TestReplicationHandlerBackup

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8624A8EF1F756A85-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8624A8EF1F756A85-001\solr-instance-002\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8624A8EF1F756A85-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8624A8EF1F756A85-001\solr-instance-002    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8624A8EF1F756A85-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8624A8EF1F756A85-001\solr-instance-001\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8624A8EF1F756A85-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8624A8EF1F756A85-001\solr-instance-001    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8624A8EF1F756A85-001\solr-instance-001\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8624A8EF1F756A85-001\solr-instance-001\collection1\data    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8624A8EF1F756A85-001\solr-instance-002\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8624A8EF1F756A85-001\solr-instance-002\collection1\data    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8624A8EF1F756A85-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8624A8EF1F756A85-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8624A8EF1F756A85-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8624A8EF1F756A85-001\solr-instance-002\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8624A8EF1F756A85-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8624A8EF1F756A85-001\solr-instance-002
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8624A8EF1F756A85-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8624A8EF1F756A85-001\solr-instance-001\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8624A8EF1F756A85-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8624A8EF1F756A85-001\solr-instance-001
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8624A8EF1F756A85-001\solr-instance-001\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8624A8EF1F756A85-001\solr-instance-001\collection1\data
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8624A8EF1F756A85-001\solr-instance-002\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8624A8EF1F756A85-001\solr-instance-002\collection1\data
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8624A8EF1F756A85-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8624A8EF1F756A85-001

	at __randomizedtesting.SeedInfo.seed([8624A8EF1F756A85]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:200)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 9521 lines...]
   [junit4] Suite: org.apache.solr.cloud.BasicDistributedZk2Test
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 8624A8EF1F756A85-001\init-core-data-001
   [junit4]   2> 948097 T3715 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 948102 T3715 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 948104 T3716 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 948224 T3715 oasc.ZkTestServer.run start zk server on port:60481
   [junit4]   2> 948224 T3715 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 948227 T3715 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 948234 T3723 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7b6d589b name:ZooKeeperConnection Watcher:127.0.0.1:60481 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 948234 T3715 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 948234 T3715 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 948234 T3715 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 948242 T3715 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 948243 T3715 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 948245 T3726 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a4257ae name:ZooKeeperConnection Watcher:127.0.0.1:60481/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 948246 T3715 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 948246 T3715 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 948246 T3715 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 948249 T3715 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 948250 T3715 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 948252 T3715 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 948253 T3715 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 948253 T3715 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 948257 T3715 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 948257 T3715 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 948259 T3715 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 948259 T3715 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 948265 T3715 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 948266 T3715 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 948270 T3715 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 948270 T3715 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 948273 T3715 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 948273 T3715 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 948277 T3715 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 948277 T3715 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 948280 T3715 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 948280 T3715 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 948285 T3715 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 948285 T3715 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 948289 T3715 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 948289 T3715 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 948293 T3715 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 948293 T3715 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 950303 T3715 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 8624A8EF1F756A85-001\control-001\cores\collection1
   [junit4]   2> 950310 T3715 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 950392 T3715 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:60488
   [junit4]   2> 950392 T3715 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 950393 T3715 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 950393 T3715 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 8624A8EF1F756A85-001\control-001
   [junit4]   2> 950393 T3715 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 8624A8EF1F756A85-001\control-001\'
   [junit4]   2> 950435 T3715 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 8624A8EF1F756A85-001\control-001\solr.xml
   [junit4]   2> 950456 T3715 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 8624A8EF1F756A85-001\control-001\cores
   [junit4]   2> 950457 T3715 oasc.CoreContainer.<init> New CoreContainer 798277605
   [junit4]   2> 950457 T3715 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 8624A8EF1F756A85-001\control-001\]
   [junit4]   2> 950459 T3715 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 950459 T3715 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 950460 T3715 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 950460 T3715 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 950461 T3715 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 950461 T3715 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 950461 T3715 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 950461 T3715 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 950461 T3715 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 950461 T3715 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 950461 T3715 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 950462 T3715 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 950462 T3715 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 950462 T3715 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 950462 T3715 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 950463 T3715 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:60481/solr
   [junit4]   2> 950463 T3715 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 950463 T3715 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 950467 T3715 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 950470 T3738 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@65dd4339 name:ZooKeeperConnection Watcher:127.0.0.1:60481 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 950471 T3715 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 950471 T3715 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 950475 T3717 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14babcf36d10002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 950476 T3715 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 950481 T3741 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7792bb76 name:ZooKeeperConnection Watcher:127.0.0.1:60481/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 950481 T3715 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 950484 T3715 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 950489 T3715 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 950492 T3715 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 950497 T3715 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 950501 T3715 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 950505 T3715 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 950508 T3715 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60488_
   [junit4]   2> 950509 T3715 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:60488_
   [junit4]   2> 950512 T3715 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 950515 T3715 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 950518 T3715 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 950521 T3715 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:60488_
   [junit4]   2> 950521 T3715 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 950524 T3715 oasc.Overseer.start Overseer (id=93357123757473795-127.0.0.1:60488_-n_0000000000) starting
   [junit4]   2> 950528 T3715 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 950539 T3715 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 950540 T3742 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 950542 T3715 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 950543 T3743 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 950545 T3715 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 950546 T3715 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 950553 T3715 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 8624A8EF1F756A85-001\control-001\cores
   [junit4]   2> 950556 T3715 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 8624A8EF1F756A85-001\control-001\cores\collection1\
   [junit4]   2> 950556 T3715 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 950557 T3745 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 950558 T3745 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 950559 T3741 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 950559 T3745 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 950560 T3742 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:60488",
   [junit4]   2> 	  "node_name":"127.0.0.1:60488_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 0
   [junit4]   2> 950561 T3742 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:60488",
   [junit4]   2> 	  "node_name":"127.0.0.1:60488_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 950561 T3742 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 950561 T3742 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 950564 T3741 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 951756 T3745 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 951756 T3745 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 951757 T3745 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 951757 T3745 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 951759 T3745 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 951759 T3745 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 8624A8EF1F756A85-001\control-001\cores\collection1\'
   [junit4]   2> 951786 T3745 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 951791 T3745 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 951800 T3745 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 951806 T3745 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 951814 T3745 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 951818 T3745 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 951826 T3745 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 951974 T3745 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 951980 T3745 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 951980 T3745 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 951998 T3745 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 952002 T3745 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 952007 T3745 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 952008 T3745 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 952009 T3745 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 952009 T3745 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 952012 T3745 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 952012 T3745 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 952012 T3745 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 952012 T3745 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 952013 T3745 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 8624A8EF1F756A85-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 8624A8EF1F756A85-001\tempDir-001/control/data\
   [junit4]   2> 952013 T3745 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@63053ff6
   [junit4]   2> 952014 T3745 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 8624A8EF1F756A85-001\tempDir-001/control/data\
   [junit4]   2> 952014 T3745 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 8624A8EF1F756A85-001\tempDir-001/control/data\index/
   [junit4]   2> 952014 T3745 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 8624A8EF1F756A85-001\tempDir-001\control\data\index' doesn't exist. Creating new index...
   [junit4]   2> 952015 T3745 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 8624A8EF1F756A85-001\tempDir-001/control/data\index
   [junit4]   2> 952015 T3745 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=16, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=77.6826171875, floorSegmentMB=1.1142578125, forceMergeDeletesPctAllowed=1.998694005196724, segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6899746396216855
   [junit4]   2> 952016 T3745 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@64ca0e6a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6a19951b),segFN=segments_1,generation=1}
   [junit4]   2> 952016 T3745 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 952021 T3745 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 952021 T3745 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 952022 T3745 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 952022 T3745 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 952022 T3745 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 952022 T3745 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 952025 T3745 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 952025 T3745 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 952025 T3745 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 952026 T3745 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 952026 T3745 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 952026 T3745 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 952027 T3745 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 952027 T3745 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 952028 T3745 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 952028 T3745 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 952028 T3745 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 952029 T3745 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 952030 T3745 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 952030 T3745 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 952032 T3745 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 952032 T3745 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 952033 T3745 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 952033 T3745 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 952034 T3745 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 952034 T3745 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 952035 T3745 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 952042 T3745 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 952043 T3745 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 952044 T3745 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 952047 T3745 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 952048 T3745 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 952054 T3745 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 952054 T3745 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 952055 T3745 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=49, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=9.080078125, floorSegmentMB=1.23828125, forceMergeDeletesPctAllowed=9.481014334353986, segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 952055 T3745 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@64ca0e6a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6a19951b),segFN=segments_1,generation=1}
   [junit4]   2> 952055 T3745 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 952056 T3745 oass.SolrIndexSearcher.<init> Opening Searcher@331e4e5f[collection1] main
   [junit4]   2> 952056 T3745 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 952058 T3745 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 952058 T3745 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 952060 T3745 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 952060 T3745 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 952060 T3745 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 952060 T3745 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 952060 T3745 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 952060 T3745 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 952060 T3745 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 952062 T3745 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 952062 T3746 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@331e4e5f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 952067 T3749 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:60488 collection:control_collection shard:shard1
   [junit4]   2> 952068 T3715 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 952068 T3715 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 952069 T3715 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 952071 T3749 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 952072 T3715 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 952081 T3752 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@aaa8340 name:ZooKeeperConnection Watcher:127.0.0.1:60481/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 952081 T3715 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 952081 T3749 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 952082 T3715 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 952084 T3715 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 952085 T3741 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 952085 T3749 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 952085 T3749 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C3129 name=collection1 org.apache.solr.core.SolrCore@e20accc url=http://127.0.0.1:60488/collection1 node=127.0.0.1:60488_ C3129_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:60488, node_name=127.0.0.1:60488_, state=down}
   [junit4]   2> 952086 T3749 C3129 P60488 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:60488/collection1/
   [junit4]   2> 952086 T3749 C3129 P60488 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 952086 T3749 C3129 P60488 oasc.SyncStrategy.syncToMe http://127.0.0.1:60488/collection1/ has no replicas
   [junit4]   2> 952086 T3749 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:60488/collection1/ shard1
   [junit4]   2> 952088 T3749 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 952089 T3742 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 952092 T3715 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 952098 T3741 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 952103 T3742 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:60488",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 1
   [junit4]   2> 952229 T3752 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 952229 T3741 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 952285 T3749 oasc.ZkController.register We are http://127.0.0.1:60488/collection1/ and leader is http://127.0.0.1:60488/collection1/
   [junit4]   2> 952285 T3749 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:60488
   [junit4]   2> 952285 T3749 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 952285 T3749 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 952285 T3749 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 952287 T3741 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 952292 T3742 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:60488",
   [junit4]   2> 	  "node_name":"127.0.0.1:60488_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 2
   [junit4]   2> 952293 T3742 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:60488",
   [junit4]   2> 	  "node_name":"127.0.0.1:60488_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 952421 T3752 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 952422 T3741 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 954049 T3715 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 8624A8EF1F756A85-001\shard-1-001\cores\collection1
   [junit4]   2> 954052 T3715 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 954053 T3715 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 954057 T3715 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:60500
   [junit4]   2> 954058 T3715 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 954059 T3715 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 954059 T3715 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 8624A8EF1F756A85-001\shard-1-001
   [junit4]   2> 954059 T3715 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 8624A8EF1F756A85-001\shard-1-001\'
   [junit4]   2> 954094 T3715 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 8624A8EF1F756A85-001\shard-1-001\solr.xml
   [junit4]   2> 954103 T3715 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 8624A8EF1F756A85-001\shard-1-001\cores
   [junit4]   2> 954105 T3715 oasc.CoreContainer.<init> New CoreContainer 683630268
   [junit4]   2> 954105 T3715 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 8624A8EF1F756A85-001\shard-1-001\]
   [junit4]   2> 954105 T3715 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 954106 T3715 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 954106 T3715 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 954106 T3715 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 954106 T3715 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 954106 T3715 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 954106 T3715 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 954106 T3715 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 954106 T3715 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 954106 T3715 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 954107 T3715 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 954107 T3715 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 954107 T3715 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 954108 T3715 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 954108 T3715 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 954108 T3715 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:60481/solr
   [junit4]   2> 954108 T3715 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 954108 T3715 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 954112 T3715 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 954114 T3764 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3efb23c4 name:ZooKeeperConnection Watcher:127.0.0.1:60481 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 954115 T3715 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 954116 T3715 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 954121 T3715 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 954125 T3767 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5ca5dbc9 name:ZooKeeperConnection Watcher:127.0.0.1:60481/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 954125 T3715 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 954134 T3715 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 955335 T3715 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60500_
   [junit4]   2> 955336 T3715 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:60500_
   [junit4]   2> 955343 T3715 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 955347 T3715 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 8624A8EF1F756A85-001\shard-1-001\cores
   [junit4]   2> 955347 T3715 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 8624A8EF1F756A85-001\shard-1-001\cores\collection1\
   [junit4]   2> 955347 T3715 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 955349 T3768 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 955350 T3768 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 955350 T3768 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 955350 T3741 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 955353 T3742 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:60500",
   [junit4]   2> 	  "node_name":"127.0.0.1:60500_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 3
   [junit4]   2> 955354 T3742 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:60500",
   [junit4]   2> 	  "node_name":"127.0.0.1:60500_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 955354 T3742 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 955354 T3742 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 955356 T3752 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 955356 T3767 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 955357 T3741 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 956569 T3768 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 956569 T3768 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 956571 T3768 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 956571 T3768 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 956572 T3768 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 956572 T3768 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 8624A8EF1F756A85-001\shard-1-001\cores\collection1\'
   [junit4]   2> 956596 T3768 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 956600 T3768 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 956625 T3768 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 956626 T3768 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 956636 T3768 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 956641 T3768 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 956647 T3768 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 956773 T3768 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 956780 T3768 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 956780 T3768 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 956796 T3768 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 956800 T3768 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 956803 T3768 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 956805 T3768 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 956805 T3768 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 956805 T3768 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 956806 T3768 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 956806 T3768 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 956806 T3768 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 956806 T3768 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 956807 T3768 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 8624A8EF1F756A85-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 8624A8EF1F756A85-001\tempDir-001/jetty1\
   [junit4]   2> 956807 T3768 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@63053ff6
   [junit4]   2> 956809 T3768 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 8624A8EF1F756A85-001\tempDir-001/jetty1\
   [junit4]   2> 956809 T3768 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 8624A8EF1F756A85-001\tempDir-001/jetty1\index/
   [junit4]   2> 956809 T3768 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 8624A8EF1F756A85-001\tempDir-001\jetty1\index' doesn't exist. Creating new index...
   [junit4]   2> 956810 T3768 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 8624A8EF1F756A85-001\tempDir-001/jetty1\index
   [junit4]   2> 956810 T3768 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=16, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=77.6826171875, floorSegmentMB=1.1142578125, forceMergeDeletesPctAllowed=1.998694005196724, segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6899746396216855
   [junit4]   2> 956811 T3768 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@51ce3840 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6989faa9),segFN=segments_1,generation=1}
   [junit4]   2> 956811 T3768 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 956815 T3768 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 956815 T3768 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 956815 T3768 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 956815 T3768 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 956816 T3768 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 956816 T3768 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 956816 T3768 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 956816 T3768 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 956816 T3768 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 956818 T3768 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 956818 T3768 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 956818 T3768 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 956819 T3768 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 956819 T3768 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 956819 T3768 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 956820 T3768 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 956821 T3768 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 956821 T3768 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 956823 T3768 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 956824 T3768 oasc.Reques

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

patialRPTFieldTypeTest, TestManagedResource, BasicDistributedZkTest, TestJoin, UpdateRequestProcessorFactoryTest, TestLazyCores, DirectSolrSpellCheckerTest, TestOverriddenPrefixQueryForCustomFieldType, MigrateRouteKeyTest, TestWriterPerf, SolrIndexSplitterTest, FieldMutatingUpdateProcessorTest, TestCollectionAPI, TestCloudManagedSchema, TestMaxScoreQueryParser, TestBinaryField, TestSolrDeletionPolicy2, TestMergePolicyConfig, TestUtils, TestSolrXml, TestRecovery, TestManagedResourceStorage, TestSchemaManager, TestExactStatsCache, TestRecoveryHdfs, SimpleMLTQParserTest, SOLR749Test, TestSolr4Spatial2, AlternateDirectoryTest, TestRangeQuery, DirectUpdateHandlerOptimizeTest, TestJmxIntegration, SearchHandlerTest, TestSortingResponseWriter, URLClassifyProcessorTest, TestIBSimilarityFactory, TestUpdate, DocExpirationUpdateProcessorFactoryTest, TermVectorComponentTest, DistributedExpandComponentTest, TestCustomSort, SystemInfoHandlerTest, CloudMLTQParserTest, BadCopyFieldTest, LeaderElectionTest, TestIndexSearcher, CollectionsAPIDistributedZkTest, OpenCloseCoreStressTest, OverseerTest, LeaderElectionIntegrationTest, BasicZkTest, FullSolrCloudDistribCmdsTest, ClusterStateUpdateTest, TestZkChroot, TestRandomDVFaceting, ZkCLITest, ShardRoutingCustomTest, AutoCommitTest, TestDistributedGrouping, TestFaceting, TestHashPartitioner, DistributedSpellCheckComponentTest, TestRealTimeGet, HardAutoCommitTest, TestCoreContainer, SimpleFacetsTest, TestSolr4Spatial, StatsComponentTest, BasicFunctionalityTest, DirectUpdateHandlerTest, TestBadConfig, OverseerCollectionProcessorTest, ShowFileRequestHandlerTest, CurrencyFieldOpenExchangeTest, SimplePostToolTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, TestExtendedDismaxParser, SpellCheckCollatorTest, SuggesterFSTTest, CoreAdminHandlerTest, TestFoldingMultitermQuery, DocValuesTest, SuggesterTSTTest, TestTrie, SuggesterWFSTTest, TestCSVLoader, WordBreakSolrSpellCheckerTest, SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory, SortByFunctionTest, DocValuesMultiTest, DistanceFunctionTest, DebugComponentTest, CacheHeaderTest, IndexBasedSpellCheckerTest, LukeRequestHandlerTest, DisMaxRequestHandlerTest, TestQueryUtils, StandardRequestHandlerTest, TestReversedWildcardFilterFactory, DocumentAnalysisRequestHandlerTest, FileBasedSpellCheckerTest, TermsComponentTest, DocumentBuilderTest, RequiredFieldsTest, FieldAnalysisRequestHandlerTest, TestArbitraryIndexDir, IndexSchemaRuntimeFieldTest, LoggingHandlerTest, SolrPluginUtilsTest, IndexSchemaTest, MBeansHandlerTest, UniqFieldsUpdateProcessorFactoryTest, JsonLoaderTest, TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, PingRequestHandlerTest, CSVRequestHandlerTest, TestComponentsName, TestBinaryResponseWriter, TestLFUCache, TestQuerySenderListener, TestSolrIndexConfig, TestQuerySenderNoQuery, ResponseLogComponentTest, SolrIndexConfigTest, MultiTermTest, SampleTest, TestSearchPerf, NumericFieldsTest, MinimalSchemaTest, TestConfig, OutputWriterTest, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, DirectSolrConnectionTest, NotRequiredUniqueKeyTest, TestLuceneMatchVersion, TestPhraseSuggestions, SpellPossibilityIteratorTest, TestCharFilters, TestSweetSpotSimilarityFactory, TestPerFieldSimilarity, TestLMJelinekMercerSimilarityFactory, TestDefaultSimilarityFactory, TestFastWriter, TestFastOutputStream, DateMathParserTest, TestSystemIdResolver, PrimUtilsTest, TestSuggestSpellingConverter, DateFieldTest, SpellingQueryConverterTest, RAMDirectoryFactoryTest, ClusterStateTest, TestLRUCache, TestDocumentBuilder, SliceStateTest, UUIDFieldTest, FileUtilsTest, DistributedMLTComponentTest, TestRTGBase, CursorPagingTest, DistributedIntervalFacetingTest, SolrTestCaseJ4Test, TestCursorMarkWithoutUniqueKey, TestHighlightDedupGrouping, TestTolerantSearch, AliasIntegrationTest, AssignTest, CloudExitableDirectoryReaderTest, ConnectionManagerTest, DeleteReplicaTest, DistribDocExpirationUpdateProcessorTest, DistributedQueueTest, ExternalCollectionsTest, LeaderInitiatedRecoveryOnCommitTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerStatusTest, RecoveryAfterSoftCommitTest, RemoteQueryErrorTest, RollingRestartTest, SSLMigrationTest, SaslZkACLProviderTest, SharedFSAutoReplicaFailoverTest, SharedFSAutoReplicaFailoverUtilsTest, SolrXmlInZkTest, TestCloudInspectUtil, TestCloudPivotFacet, TestDistribDocBasedVersion, TestMiniSolrCloudCluster, TestReplicaProperties, TriLevelCompositeIdRoutingTest, HdfsChaosMonkeySafeLeaderTest, HdfsCollectionsAPIDistributedZkTest, HdfsRecoveryZkTest, HdfsUnloadDistributedZkTest, StressHdfsTest, HdfsDirectoryFactoryTest, TestConfigOverlay, TestDynamicLoading, TestInfoStreamLogging, TestNRTOpen, TestReloadAndDeleteDocs, TestSolrDynamicMBean, TestConfigReload, TestReplicationHandlerBackup]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestReplicationHandlerBackup -Dtests.seed=8624A8EF1F756A85 -Dtests.slow=true -Dtests.locale=sv_SE -Dtests.timezone=America/Detroit -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] ERROR   0.00s | TestReplicationHandlerBackup (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the following files (in the order of attempts):
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8624A8EF1F756A85-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8624A8EF1F756A85-001\solr-instance-002\collection1
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8624A8EF1F756A85-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8624A8EF1F756A85-001\solr-instance-002
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8624A8EF1F756A85-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8624A8EF1F756A85-001\solr-instance-001\collection1
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8624A8EF1F756A85-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8624A8EF1F756A85-001\solr-instance-001
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8624A8EF1F756A85-001\solr-instance-001\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8624A8EF1F756A85-001\solr-instance-001\collection1\data
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8624A8EF1F756A85-001\solr-instance-002\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8624A8EF1F756A85-001\solr-instance-002\collection1\data
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8624A8EF1F756A85-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8624A8EF1F756A85-001
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([8624A8EF1F756A85]:0)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed in 8.61s, 2 tests, 1 error <<< FAILURES!

[...truncated 207 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:508: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1368: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:975: There were test failures: 466 suites, 1862 tests, 2 suite-level errors, 2 errors, 3 failures, 55 ignored (30 assumptions)

Total time: 115 minutes 36 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.8.0_31 -XX:+UseCompressedOops -XX:+UseSerialGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (64bit/jdk1.8.0_31) - Build # 4391 - Still Failing!

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

4 tests failed.
FAILED:  org.apache.solr.handler.TestSolrConfigHandlerCloud.test

Error Message:
Could not get expected value  'CY val modified' for path 'response/params/y/c' full output: {   "responseHeader":{     "status":0,     "QTime":0},   "response":{     "znodeVersion":1,     "params":{       "x":{         "a":"A val",         "b":"B val",         "":{"v":0}},       "y":{         "c":"CY val",         "b":"BY val",         "i":20,         "d":[           "val 1",           "val 2"],         "":{"v":0}}}}}

Stack Trace:
java.lang.AssertionError: Could not get expected value  'CY val modified' for path 'response/params/y/c' full output: {
  "responseHeader":{
    "status":0,
    "QTime":0},
  "response":{
    "znodeVersion":1,
    "params":{
      "x":{
        "a":"A val",
        "b":"B val",
        "":{"v":0}},
      "y":{
        "c":"CY val",
        "b":"BY val",
        "i":20,
        "d":[
          "val 1",
          "val 2"],
        "":{"v":0}}}}}
	at __randomizedtesting.SeedInfo.seed([22521FF68F8865F3:AA06202C2174080B]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:399)
	at org.apache.solr.handler.TestSolrConfigHandlerCloud.testReqParams(TestSolrConfigHandlerCloud.java:223)
	at org.apache.solr.handler.TestSolrConfigHandlerCloud.test(TestSolrConfigHandlerCloud.java:77)
	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:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:940)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:915)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.BasicDistributedZk2Test

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 22521FF68F8865F3-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 22521FF68F8865F3-001\tempDir-002    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 22521FF68F8865F3-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 22521FF68F8865F3-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 22521FF68F8865F3-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 22521FF68F8865F3-001\tempDir-002
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 22521FF68F8865F3-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 22521FF68F8865F3-001

	at __randomizedtesting.SeedInfo.seed([22521FF68F8865F3]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:170)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


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

Error Message:
org.apache.http.NoHttpResponseException: The target server failed to respond

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:865)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:730)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	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:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:940)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:915)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:546)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:543)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	... 1 more


FAILED:  junit.framework.TestSuite.org.apache.solr.handler.TestReplicationHandlerBackup

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 22521FF68F8865F3-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 22521FF68F8865F3-001\solr-instance-002\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 22521FF68F8865F3-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 22521FF68F8865F3-001\solr-instance-002    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 22521FF68F8865F3-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 22521FF68F8865F3-001\solr-instance-001\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 22521FF68F8865F3-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 22521FF68F8865F3-001\solr-instance-001    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 22521FF68F8865F3-001\solr-instance-001\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 22521FF68F8865F3-001\solr-instance-001\collection1\data    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 22521FF68F8865F3-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 22521FF68F8865F3-001\solr-instance-001    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 22521FF68F8865F3-001\solr-instance-002\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 22521FF68F8865F3-001\solr-instance-002\collection1\data    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 22521FF68F8865F3-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 22521FF68F8865F3-001\solr-instance-002    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 22521FF68F8865F3-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 22521FF68F8865F3-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 22521FF68F8865F3-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 22521FF68F8865F3-001\solr-instance-002\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 22521FF68F8865F3-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 22521FF68F8865F3-001\solr-instance-002
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 22521FF68F8865F3-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 22521FF68F8865F3-001\solr-instance-001\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 22521FF68F8865F3-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 22521FF68F8865F3-001\solr-instance-001
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 22521FF68F8865F3-001\solr-instance-001\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 22521FF68F8865F3-001\solr-instance-001\collection1\data
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 22521FF68F8865F3-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 22521FF68F8865F3-001\solr-instance-001
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 22521FF68F8865F3-001\solr-instance-002\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 22521FF68F8865F3-001\solr-instance-002\collection1\data
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 22521FF68F8865F3-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 22521FF68F8865F3-001\solr-instance-002
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 22521FF68F8865F3-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 22521FF68F8865F3-001

	at __randomizedtesting.SeedInfo.seed([22521FF68F8865F3]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:170)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 9410 lines...]
   [junit4] Suite: org.apache.solr.handler.TestSolrConfigHandlerCloud
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud 22521FF68F8865F3-001\init-core-data-001
   [junit4]   2> 570212 T2170 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 570212 T2170 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 570216 T2170 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 570236 T2171 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 570315 T2170 oasc.ZkTestServer.run start zk server on port:49455
   [junit4]   2> 570315 T2170 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 570322 T2170 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 570330 T2178 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@582881c5 name:ZooKeeperConnection Watcher:127.0.0.1:49455 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 570330 T2170 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 570330 T2170 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 570330 T2170 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 570337 T2170 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 570338 T2170 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 570350 T2181 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@186c8b name:ZooKeeperConnection Watcher:127.0.0.1:49455/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 570350 T2170 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 570351 T2170 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 570351 T2170 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 570356 T2170 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 570360 T2170 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 570363 T2170 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 570366 T2170 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 570367 T2170 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 570372 T2170 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 570372 T2170 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 570377 T2170 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 570378 T2170 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 570381 T2170 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 570381 T2170 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 570386 T2170 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 570386 T2170 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 570390 T2170 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 570390 T2170 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 570393 T2170 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 570393 T2170 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 570398 T2170 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 570398 T2170 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 570403 T2170 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 570404 T2170 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 570407 T2170 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 570407 T2170 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 570411 T2170 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 570411 T2170 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 571913 T2170 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud 22521FF68F8865F3-001\control-001\cores\collection1
   [junit4]   2> 571918 T2170 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 571931 T2170 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49462
   [junit4]   2> 571932 T2170 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 571932 T2170 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 571932 T2170 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud 22521FF68F8865F3-001\control-001
   [junit4]   2> 571932 T2170 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud 22521FF68F8865F3-001\control-001\'
   [junit4]   2> 571966 T2170 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud 22521FF68F8865F3-001\control-001\solr.xml
   [junit4]   2> 571988 T2170 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud 22521FF68F8865F3-001\control-001\cores
   [junit4]   2> 571989 T2170 oasc.CoreContainer.<init> New CoreContainer 87726425
   [junit4]   2> 571989 T2170 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud 22521FF68F8865F3-001\control-001\]
   [junit4]   2> 571990 T2170 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 571990 T2170 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 571990 T2170 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 571990 T2170 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 571990 T2170 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 571990 T2170 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 571991 T2170 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 571991 T2170 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 571991 T2170 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 571991 T2170 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 571991 T2170 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 571995 T2170 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 571995 T2170 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 571996 T2170 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 571996 T2170 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 571998 T2170 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49455/solr
   [junit4]   2> 571998 T2170 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 571998 T2170 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 572002 T2170 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 572004 T2193 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4199d7ca name:ZooKeeperConnection Watcher:127.0.0.1:49455 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 572005 T2170 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 572005 T2170 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 572010 T2170 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 572013 T2196 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7b42dfef name:ZooKeeperConnection Watcher:127.0.0.1:49455/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 572014 T2170 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 572015 T2170 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 572017 T2170 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 572019 T2170 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 572022 T2170 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 572024 T2170 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 572028 T2170 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 572030 T2170 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49462_
   [junit4]   2> 572031 T2170 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49462_
   [junit4]   2> 572034 T2170 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 572036 T2170 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 572039 T2170 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 572040 T2170 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:49462_
   [junit4]   2> 572040 T2170 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 572042 T2170 oasc.Overseer.start Overseer (id=93341877383987203-127.0.0.1:49462_-n_0000000000) starting
   [junit4]   2> 572045 T2170 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 572058 T2170 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 572060 T2198 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 572060 T2197 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 572060 T2170 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 572063 T2170 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 572064 T2170 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 572071 T2170 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud 22521FF68F8865F3-001\control-001\cores
   [junit4]   2> 572072 T2170 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud 22521FF68F8865F3-001\control-001\cores\collection1\
   [junit4]   2> 572072 T2170 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 572074 T2200 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 572074 T2200 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 572075 T2200 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 572075 T2196 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 572076 T2197 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49462",
   [junit4]   2> 	  "node_name":"127.0.0.1:49462_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 0
   [junit4]   2> 572076 T2197 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49462",
   [junit4]   2> 	  "node_name":"127.0.0.1:49462_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 572077 T2197 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 572077 T2197 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 572078 T2196 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 573021 T2200 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 573021 T2200 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 573022 T2200 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 573022 T2200 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 573023 T2200 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 573024 T2200 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud 22521FF68F8865F3-001\control-001\cores\collection1\'
   [junit4]   2> 573042 T2200 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 573046 T2200 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 573053 T2200 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 573055 T2200 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 573061 T2200 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 573063 T2200 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 573068 T2200 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 573184 T2200 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 573191 T2200 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 573191 T2200 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 573209 T2200 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 573213 T2200 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 573217 T2200 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 573218 T2200 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 573218 T2200 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 573218 T2200 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 573219 T2200 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 573219 T2200 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 573219 T2200 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 573219 T2200 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 573220 T2200 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud 22521FF68F8865F3-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud 22521FF68F8865F3-001\tempDir-001/control/data\
   [junit4]   2> 573220 T2200 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ae6c9a5
   [junit4]   2> 573220 T2200 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud 22521FF68F8865F3-001\tempDir-001/control/data\
   [junit4]   2> 573220 T2200 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud 22521FF68F8865F3-001\tempDir-001/control/data\index/
   [junit4]   2> 573220 T2200 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud 22521FF68F8865F3-001\tempDir-001\control\data\index' doesn't exist. Creating new index...
   [junit4]   2> 573222 T2200 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud 22521FF68F8865F3-001\tempDir-001/control/data\index
   [junit4]   2> 573222 T2200 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=36, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=52.28515625, floorSegmentMB=2.15625, forceMergeDeletesPctAllowed=16.690878190049485, segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 573222 T2200 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@720dc2ae lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4e1c6de9),segFN=segments_1,generation=1}
   [junit4]   2> 573222 T2200 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 573225 T2200 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 573225 T2200 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 573225 T2200 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 573225 T2200 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 573225 T2200 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 573226 T2200 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 573226 T2200 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 573226 T2200 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 573226 T2200 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 573227 T2200 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 573227 T2200 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 573227 T2200 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 573228 T2200 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 573228 T2200 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 573228 T2200 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 573229 T2200 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 573229 T2200 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 573229 T2200 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 573230 T2200 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 573230 T2200 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 573230 T2200 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 573231 T2200 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 573231 T2200 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 573231 T2200 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 573231 T2200 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 573232 T2200 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 573232 T2200 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 573236 T2200 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 573239 T2200 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 573240 T2200 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 573241 T2200 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 573242 T2200 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 573245 T2200 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 573245 T2200 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 573246 T2200 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=48, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=15.47265625, floorSegmentMB=1.2412109375, forceMergeDeletesPctAllowed=18.30636022178424, segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.574010465456177
   [junit4]   2> 573246 T2200 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@720dc2ae lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4e1c6de9),segFN=segments_1,generation=1}
   [junit4]   2> 573246 T2200 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 573246 T2200 oass.SolrIndexSearcher.<init> Opening Searcher@6f9616e6[collection1] main
   [junit4]   2> 573247 T2200 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 573248 T2200 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 573248 T2200 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 573249 T2200 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 573249 T2200 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 573249 T2200 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 573250 T2200 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 573250 T2200 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 573250 T2200 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 573250 T2200 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 573251 T2200 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 573251 T2201 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6f9616e6[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 573252 T2204 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49462 collection:control_collection shard:shard1
   [junit4]   2> 573253 T2170 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 573253 T2170 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 573254 T2170 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 573254 T2204 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 573254 T2170 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 573257 T2207 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@17b30daa name:ZooKeeperConnection Watcher:127.0.0.1:49455/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 573258 T2170 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 573258 T2170 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 573260 T2170 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 573261 T2204 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 573263 T2196 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 573264 T2204 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 573264 T2204 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C321 name=collection1 org.apache.solr.core.SolrCore@208edb2f url=http://127.0.0.1:49462/collection1 node=127.0.0.1:49462_ C321_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:49462, node_name=127.0.0.1:49462_, state=down}
   [junit4]   2> 573265 T2204 C321 P49462 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49462/collection1/
   [junit4]   2> 573265 T2204 C321 P49462 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 573265 T2204 C321 P49462 oasc.SyncStrategy.syncToMe http://127.0.0.1:49462/collection1/ has no replicas
   [junit4]   2> 573265 T2204 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49462/collection1/ shard1
   [junit4]   2> 573266 T2204 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 573266 T2197 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 573267 T2170 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 573271 T2196 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 573273 T2197 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49462",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 1
   [junit4]   2> 573378 T2196 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 573378 T2207 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 573428 T2204 oasc.ZkController.register We are http://127.0.0.1:49462/collection1/ and leader is http://127.0.0.1:49462/collection1/
   [junit4]   2> 573428 T2204 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49462
   [junit4]   2> 573428 T2204 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 573428 T2204 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 573428 T2204 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 573430 T2196 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 573433 T2197 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49462",
   [junit4]   2> 	  "node_name":"127.0.0.1:49462_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 2
   [junit4]   2> 573435 T2197 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49462",
   [junit4]   2> 	  "node_name":"127.0.0.1:49462_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 573546 T2196 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 573547 T2207 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 574778 T2170 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud 22521FF68F8865F3-001\shard-1-001\cores\collection1
   [junit4]   2> 574781 T2170 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 574781 T2170 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 574785 T2170 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49474
   [junit4]   2> 574786 T2170 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 574786 T2170 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 574786 T2170 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud 22521FF68F8865F3-001\shard-1-001
   [junit4]   2> 574786 T2170 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud 22521FF68F8865F3-001\shard-1-001\'
   [junit4]   2> 574818 T2170 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud 22521FF68F8865F3-001\shard-1-001\solr.xml
   [junit4]   2> 574825 T2170 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud 22521FF68F8865F3-001\shard-1-001\cores
   [junit4]   2> 574825 T2170 oasc.CoreContainer.<init> New CoreContainer 1142756708
   [junit4]   2> 574825 T2170 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud 22521FF68F8865F3-001\shard-1-001\]
   [junit4]   2> 574827 T2170 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 574827 T2170 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 574827 T2170 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 574827 T2170 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 574827 T2170 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 574827 T2170 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 574828 T2170 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 574828 T2170 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 574828 T2170 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 574828 T2170 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 574828 T2170 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 574828 T2170 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 574828 T2170 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 574828 T2170 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 574828 T2170 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 574830 T2170 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49455/solr
   [junit4]   2> 574830 T2170 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 574830 T2170 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 574832 T2170 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 574834 T2219 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@32654b50 name:ZooKeeperConnection Watcher:127.0.0.1:49455 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 574835 T2170 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 574835 T2170 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 574837 T2172 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14b9df164240005, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 574838 T2170 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 574846 T2222 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6b8730e6 name:ZooKeeperConnection Watcher:127.0.0.1:49455/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 574846 T2170 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 574852 T2170 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 575896 T2170 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49474_
   [junit4]   2> 575897 T2170 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49474_
   [junit4]   2> 575904 T2170 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 575907 T2170 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud 22521FF68F8865F3-001\shard-1-001\cores
   [junit4]   2> 575909 T2170 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud 22521FF68F8865F3-001\shard-1-001\cores\collection1\
   [junit4]   2> 575909 T2170 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 575910 T2223 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 575911 T2223 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 575912 T2223 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 575912 T2196 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 575914 T2197 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49474",
   [junit4]   2> 	  "node_name":"127.0.0.1:49474_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 3
   [junit4]   2> 575916 T2197 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49474",
   [junit4]   2> 	  "node_name":"127.0.0.1:49474_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 575916 T2197 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 575916 T2197 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 575918 T2196 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 575918 T2207 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 575918 T2222 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 576953 T2223 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 576953 T2223 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 576954 T2223 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 576954 T2223 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 576956 T2223 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 576956 T2223 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud 22521FF68F8865F3-001\shard-1-001\cores\collection1\'
   [junit4]   2> 576978 T2223 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 576981 T2223 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 576990 T2223 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 576994 T2223 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 577002 T2223 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 577005 T2223 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 577010 T2223 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 577120 T2223 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 577126 T2223 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 577126 T2223 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 577141 T2223 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 577145 T2223 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 577148 T2223 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 577149 T2223 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 577150 T2223 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 577150 T2223 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 577151 T2223 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 577152 T2223 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 577152 T2223 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 577152 T2223 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 577152 T2223 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud 22521FF68F8865F3-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud 22521FF68F8865F3-001\tempDir-001/jetty1\
   [junit4]   2> 577153 T2223 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ae6c9a5
   [junit4]   2> 577153 T2223 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud 22521FF68F8865F3-001\tempDir-001/jetty1\
   [junit4]   2> 577153 T2223 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud 22521FF68F8865F3-001\tempDir-001/jetty1\index/
   [junit4]   2> 577154 T2223 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud 22521FF68F8865F3-001\tempDir-001\jetty1\index' doesn't exist. Creating new index...
   [junit4]   2> 577155 T2223 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud 22521FF68F8865F3-001\tempDir-001/jetty1\index
   [junit4]   2> 577155 T2223 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=36, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=52.28515625, floorSegmentMB=2.15625, forceMergeDeletesPctAllowed=16.690878190049485, segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 577156 T2223 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@5aabf58c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@76398644),segFN=segments_1,generation=1}
   [junit4]   2> 577156 T2223 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 577158 T2223 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 577159 T2223 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 577159 T2223 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 577159 T2223 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 577161 T2223 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 577161 T2223 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 577161 T2223 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 577161 T2223 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 577162 T2223 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 577162 T2223 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 577163 T2223 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 577163 T2223 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 577163 T2223 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 577164 T2223 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 577164 T2223 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 577165 T2223 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 577166 T2223 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 577166 T2223 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 577169 T2223 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 577169 T2223 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 577170 T2223 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 577170 T2223 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 577171 T2223 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 577171 T2223 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 577172 T2223 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 577172 T2223 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 577172 T2223 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 577177 T2223 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 577178 T2223 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 577179 T2223 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 577181 T2223 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 577181 T2223 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 577183 T2223 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 577184 T2223 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 577185 T2223 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=48, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=15.47265625, floorSegmentMB=1.2412109375, forceMergeDeletesPctAllowed=18.30636022178424, segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.574010465456177
   [junit4]   2> 577185 T2223 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@5aabf58c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@76398644),segFN=segments_1,generation=1}
   [junit4]   2> 577185 T2223 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 577186 T2223 oass.SolrIndexSearcher.<init> Opening Searcher@16fc8d90[collection1] main
   [junit4]   2> 577186 T2223 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 577188 T2223 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 577188 T2223 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 577189 T2223 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 577189 T2223 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 577189 T2223 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 577190 T2223 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 577190 T2223 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 577191 T2223 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 577191 T2223 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 577192 T2224 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@16fc8d90[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 577192 T2223 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 577194 T2227 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49474 collection:collection1 shard:shard2
   [junit4]   2> 577195 T2170 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 577195 T2227 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 577196 T2170 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 577204 T2227 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 577207 T2196 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 577208 T2227 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 577208 T2227 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C322 name=collection1 org.apache.solr.core.SolrCore@49b2efcb url=http://127.0.0.1:49474/collection1 node=127.0.0.1:49474_ C322_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:49474, node_name=127.0.0.1:49474_, state=down}
   [junit4]   2> 577208 T2227 C322 P49474 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49474/collection1/
   [junit4]   2> 577208 T2227 C322 P49474 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 577208 T2227 C322 P49474 oasc.SyncStrategy.syncToMe http://127.0.0.1:49474/collection1/ has no replicas
   [junit4]   2> 577208 T2227 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49474/collection1/ shard2
   [junit4]   2> 577209 T2227 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 577211 T2197 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1"} current state version: 4
   [junit4]   2> 577217 T2196 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 577219 T2197 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49474",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 4
   [junit4]   2> 577329 T2207 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 577330 T2196 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 577331 T2222 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 577379 T2227 oasc.ZkController.register We are http://127.0.0.1:49474/collection1/ and leader is http://127.0.0.1:49474/collection1/
   [junit4]   2> 577379 T2227 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49474
   [junit4]   2> 577379 T2227 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 577379 T2227 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 577379 T2227 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 577381 T2196 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 577383 T2197 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49474",
   [junit4]   2> 	  "node_name":"127.0.0.1:49474_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 577384 T2197 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49474",
   [junit4]   2> 	  "node_name":"127.0.0.1:49474_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 577496 T2207 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 577497 T2196 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 577498 T2222 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 578665 T2170 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud 22521FF68F8865F3-001\shard-2-001\cores\collection1
   [junit4]   2> 578669 T2170 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 578669 T2170 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 578672 T2170 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49483
   [junit4]   2> 578673 T2170 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 578673 T2170 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 578673 T2170 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud 22521FF68F8865F3-001\shard-2-001
   [junit4]   2> 578674 T2170 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud 22521FF68F8865F3-001\shard-2-001\'
   [junit4]   2> 578703 T2170 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud 22521FF68F8865F3-001\shard-2-001\solr.xml
   [junit4]   2> 578709 T2170 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud 22521FF68F8865F3-001\shard-2-001\cores
   [junit4]   2> 578710 T2170 oasc.CoreContainer.<init> New CoreContainer 651767396
   [junit4]   2> 578710 T2170 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud 22521FF68F8865F3-001\shard-2-001\]
   [junit4]   2> 578710 T2170 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 578711 T2170 oashc.HttpShardHandl

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

a:284)
   [junit4]    > 	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:940)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:915)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
   [junit4]    > 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
   [junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:546)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:543)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    > 	... 1 moreThrowable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=6834, name=updateExecutor-910-thread-1, state=RUNNABLE, group=TGRP-ReplicationFactorTest]
   [junit4]    > Caused by: java.util.concurrent.RejectedExecutionException: Task org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner@40455597 rejected from java.util.concurrent.ThreadPoolExecutor@ed58fcd[Shutting down, pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 25]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([22521FF68F8865F3]:0)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.run(ConcurrentUpdateSolrClient.java:278)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1628922 T6671 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 22521FF68F8865F3-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {_version_=Lucene50(blocksize=128), multiDefault=PostingsFormat(name=Asserting), a_t=PostingsFormat(name=Asserting), intDefault=Lucene50(blocksize=128), id=PostingsFormat(name=Memory doPackFST= false), text=PostingsFormat(name=LuceneFixedGap), range_facet_l=PostingsFormat(name=Asserting), timestamp=PostingsFormat(name=Asserting)}, docValues:{timestamp=DocValuesFormat(name=Direct)}, sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=it, timezone=America/Cambridge_Bay
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0_31 (64-bit)/cpus=2,threads=1,free=189903904,total=336592896
   [junit4]   2> NOTE: All tests run in this JVM: [DistributedFacetPivotWhiteBoxTest, SuggestComponentTest, TimeZoneUtilsTest, BlockDirectoryTest, TestSolrQueryParser, TestConfigOverlay, StatelessScriptUpdateProcessorFactoryTest, TestStressVersions, TestBlendedInfixSuggestions, SOLR749Test, TestLRUCache, TestShortCircuitedRequests, RequiredFieldsTest, RecoveryZkTest, BasicZkTest, FullSolrCloudDistribCmdsTest, AutoCommitTest, TestSolr4Spatial2, TestFastLRUCache, TestCSVLoader, TestInitParams, TestCollationFieldDocValues, TestNoOpRegenerator, PrimitiveFieldTypeTest, RemoteQueryErrorTest, ShardRoutingCustomTest, TestCursorMarkWithoutUniqueKey, RequestHandlersTest, SolrIndexConfigTest, SoftAutoCommitTest, BadComponentTest, TestCollapseQParserPlugin, IndexBasedSpellCheckerTest, URLClassifyProcessorTest, TestGroupingSearch, TestDistributedSearch, TestAtomicUpdateErrorCases, TestMiniSolrCloudClusterSSL, DistanceUnitsTest, SolrIndexSplitterTest, FacetPivotSmallTest, HdfsSyncSliceTest, TestSchemaNameResource, TestSystemIdResolver, TestWriterPerf, SolrXmlInZkTest, DocValuesMultiTest, BadIndexSchemaTest, SuggesterFSTTest, TestOmitPositions, TestCopyFieldCollectionResource, SolrCoreTest, ZkSolrClientTest, TestInfoStreamLogging, TestFreeTextSuggestions, UUIDUpdateProcessorFallbackTest, LeaderFailoverAfterPartitionTest, TestSolrConfigHandlerCloud, TestLazyCores, ChaosMonkeyNothingIsSafeTest, TestQuerySenderListener, DocumentAnalysisRequestHandlerTest, TestExtendedDismaxParser, DistributedIntervalFacetingTest, TestConfigReload, TestSolrCoreProperties, SyncSliceTest, TestComponentsName, UpdateRequestProcessorFactoryTest, PreAnalyzedUpdateProcessorTest, HdfsChaosMonkeySafeLeaderTest, DistributedQueryElevationComponentTest, DistributedFacetPivotSmallAdvancedTest, TestUpdate, BasicDistributedZk2Test, TermsComponentTest, TestTolerantSearch, SimpleCollectionCreateDeleteTest, ResponseLogComponentTest, OverseerRolesTest, AlternateDirectoryTest, TestSweetSpotSimilarityFactory, TestFaceting, TestHighlightDedupGrouping, BasicDistributedZkTest, DistributedSpellCheckComponentTest, ClusterStateTest, TestSerializedLuceneMatchVersion, TestManagedResourceStorage, AddSchemaFieldsUpdateProcessorFactoryTest, DirectSolrConnectionTest, CoreAdminCreateDiscoverTest, CacheHeaderTest, ZkControllerTest, TestCollectionAPI, ScriptEngineTest, ZkStateWriterTest, AnalyticsMergeStrategyTest, TestLeaderElectionZkExpiry, RollingRestartTest, PluginInfoTest, TestReplicationHandlerBackup, CollectionsAPIDistributedZkTest, HardAutoCommitTest, HighlighterTest, DeleteLastCustomShardedReplicaTest, TestFieldResource, AsyncMigrateRouteKeyTest, ZkCLITest, TestFastOutputStream, TestStressReorder, SharedFSAutoReplicaFailoverUtilsTest, TestAnalyzeInfixSuggestions, TestSearchPerf, OverseerStatusTest, DistributedFacetPivotLargeTest, TestStressUserVersions, NoCacheHeaderTest, ReplicationFactorTest]
   [junit4] Completed in 79.91s, 1 test, 1 error <<< FAILURES!

[...truncated 1079 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:508: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1368: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:975: There were test failures: 466 suites, 1863 tests, 2 suite-level errors, 1 error, 1 failure, 55 ignored (30 assumptions)

Total time: 114 minutes 27 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.8.0_31 -XX:+UseCompressedOops -XX:+UseParallelGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (64bit/jdk1.7.0_76) - Build # 4390 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4390/
Java: 64bit/jdk1.7.0_76 -XX:-UseCompressedOops -XX:+UseSerialGC

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

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 10D1CB67BF098A67-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 10D1CB67BF098A67-001\tempDir-002    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 10D1CB67BF098A67-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 10D1CB67BF098A67-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 10D1CB67BF098A67-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 10D1CB67BF098A67-001\tempDir-002
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 10D1CB67BF098A67-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 10D1CB67BF098A67-001

	at __randomizedtesting.SeedInfo.seed([10D1CB67BF098A67]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:170)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


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

Error Message:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:64767/vi_/wu/repfacttest_c8n_1x3_shard1_replica2

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:64767/vi_/wu/repfacttest_c8n_1x3_shard1_replica2
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:575)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:884)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:787)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:730)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:283)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:940)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:915)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	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:64767/vi_/wu/repfacttest_c8n_1x3_shard1_replica2
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:572)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:572)
	... 47 more
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
	... 52 more


FAILED:  junit.framework.TestSuite.org.apache.solr.handler.TestReplicationHandlerBackup

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 10D1CB67BF098A67-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 10D1CB67BF098A67-001\solr-instance-002\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 10D1CB67BF098A67-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 10D1CB67BF098A67-001\solr-instance-002    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 10D1CB67BF098A67-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 10D1CB67BF098A67-001\solr-instance-001\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 10D1CB67BF098A67-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 10D1CB67BF098A67-001\solr-instance-001    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 10D1CB67BF098A67-001\solr-instance-001\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 10D1CB67BF098A67-001\solr-instance-001\collection1\data    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 10D1CB67BF098A67-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 10D1CB67BF098A67-001\solr-instance-001    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 10D1CB67BF098A67-001\solr-instance-002\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 10D1CB67BF098A67-001\solr-instance-002\collection1\data    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 10D1CB67BF098A67-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 10D1CB67BF098A67-001\solr-instance-002    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 10D1CB67BF098A67-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 10D1CB67BF098A67-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 10D1CB67BF098A67-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 10D1CB67BF098A67-001\solr-instance-002\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 10D1CB67BF098A67-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 10D1CB67BF098A67-001\solr-instance-002
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 10D1CB67BF098A67-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 10D1CB67BF098A67-001\solr-instance-001\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 10D1CB67BF098A67-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 10D1CB67BF098A67-001\solr-instance-001
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 10D1CB67BF098A67-001\solr-instance-001\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 10D1CB67BF098A67-001\solr-instance-001\collection1\data
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 10D1CB67BF098A67-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 10D1CB67BF098A67-001\solr-instance-001
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 10D1CB67BF098A67-001\solr-instance-002\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 10D1CB67BF098A67-001\solr-instance-002\collection1\data
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 10D1CB67BF098A67-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 10D1CB67BF098A67-001\solr-instance-002
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 10D1CB67BF098A67-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 10D1CB67BF098A67-001

	at __randomizedtesting.SeedInfo.seed([10D1CB67BF098A67]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:170)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 9617 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 10D1CB67BF098A67-001\init-core-data-001
   [junit4]   2> 2705394 T10609 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /vi_/wu
   [junit4]   2> 2705402 T10609 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2705404 T10610 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 2705555 T10609 oasc.ZkTestServer.run start zk server on port:64734
   [junit4]   2> 2705555 T10609 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2705558 T10609 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2705565 T10617 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5fe1419e name:ZooKeeperConnection Watcher:127.0.0.1:64734 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2705565 T10609 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2705565 T10609 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2705565 T10609 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 2705572 T10609 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2705575 T10609 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2705578 T10620 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@14e1c556 name:ZooKeeperConnection Watcher:127.0.0.1:64734/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2705578 T10609 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2705580 T10609 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2705580 T10609 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 2705585 T10609 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 2705591 T10609 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 2705596 T10609 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 2705600 T10609 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 2705602 T10609 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 2705609 T10609 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 2705610 T10609 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 2705616 T10609 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2705618 T10609 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2705623 T10609 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 2705623 T10609 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 2705629 T10609 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 2705631 T10609 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 2705637 T10609 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 2705637 T10609 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 2705643 T10609 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2705644 T10609 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 2705648 T10609 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2705650 T10609 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2705656 T10609 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2705656 T10609 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2705662 T10609 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2705663 T10609 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 2705669 T10609 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 2705669 T10609 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 2707875 T10609 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 10D1CB67BF098A67-001\control-001\cores\collection1
   [junit4]   2> 2707882 T10609 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2707887 T10609 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:64742
   [junit4]   2> 2707888 T10609 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@5f186fab
   [junit4]   2> 2707888 T10609 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2707888 T10609 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 10D1CB67BF098A67-001\control-001
   [junit4]   2> 2707888 T10609 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 10D1CB67BF098A67-001\control-001\'
   [junit4]   2> 2707941 T10609 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 10D1CB67BF098A67-001\control-001\solr.xml
   [junit4]   2> 2707989 T10609 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 10D1CB67BF098A67-001\control-001\cores
   [junit4]   2> 2707989 T10609 oasc.CoreContainer.<init> New CoreContainer 1298247336
   [junit4]   2> 2707989 T10609 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 10D1CB67BF098A67-001\control-001\]
   [junit4]   2> 2707992 T10609 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2707992 T10609 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2707992 T10609 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2707992 T10609 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2707992 T10609 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 2707992 T10609 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2707992 T10609 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2707992 T10609 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2707995 T10609 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2707995 T10609 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2707995 T10609 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 2707995 T10609 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2707995 T10609 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2707995 T10609 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2707998 T10609 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2707998 T10609 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:64734/solr
   [junit4]   2> 2707998 T10609 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2707999 T10609 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2708002 T10609 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2708005 T10632 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@39d081a6 name:ZooKeeperConnection Watcher:127.0.0.1:64734 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2708007 T10609 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2708007 T10609 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2708010 T10611 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14b9be1aec40002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 2708013 T10609 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2708016 T10635 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@350325d7 name:ZooKeeperConnection Watcher:127.0.0.1:64734/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2708016 T10609 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2708020 T10609 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 2708026 T10609 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 2708033 T10609 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 2708040 T10609 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 2708049 T10609 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 2708057 T10609 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 2708061 T10609 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64741_vi_%2Fwu
   [junit4]   2> 2708062 T10609 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:64741_vi_%2Fwu
   [junit4]   2> 2708068 T10609 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 2708074 T10609 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 2708078 T10609 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2708081 T10609 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:64741_vi_%2Fwu
   [junit4]   2> 2708083 T10609 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 2708087 T10609 oasc.Overseer.start Overseer (id=93339610893254659-127.0.0.1:64741_vi_%2Fwu-n_0000000000) starting
   [junit4]   2> 2708093 T10609 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 2708114 T10609 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 2708115 T10637 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 2708117 T10636 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 2708118 T10609 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 2708124 T10609 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 2708128 T10609 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2708141 T10609 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 10D1CB67BF098A67-001\control-001\cores
   [junit4]   2> 2708144 T10609 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 10D1CB67BF098A67-001\control-001\cores\collection1\
   [junit4]   2> 2708144 T10609 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 2708149 T10639 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 2708149 T10639 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2708150 T10635 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2708150 T10639 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2708153 T10636 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:64741/vi_/wu",
   [junit4]   2> 	  "node_name":"127.0.0.1:64741_vi_%2Fwu",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 0
   [junit4]   2> 2708155 T10636 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:64741/vi_/wu",
   [junit4]   2> 	  "node_name":"127.0.0.1:64741_vi_%2Fwu",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"control_collection"}
   [junit4]   2> 2708155 T10636 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 2708155 T10636 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 2708158 T10635 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 2709650 T10639 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2709650 T10639 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 2709652 T10639 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 2709652 T10639 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 2709655 T10639 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2709655 T10639 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 10D1CB67BF098A67-001\control-001\cores\collection1\'
   [junit4]   2> 2709710 T10639 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 2709716 T10639 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 2709732 T10639 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 2709769 T10639 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 2709847 T10639 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2709851 T10639 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 2709864 T10639 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 2710420 T10639 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2710432 T10639 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2710435 T10639 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2710457 T10639 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2710464 T10639 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2710469 T10639 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2710471 T10639 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2710472 T10639 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2710472 T10639 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2710474 T10639 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2710474 T10639 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2710474 T10639 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 2710474 T10639 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2710476 T10639 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 10D1CB67BF098A67-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 10D1CB67BF098A67-001\tempDir-001/control/data\
   [junit4]   2> 2710476 T10639 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@797f3214
   [junit4]   2> 2710477 T10639 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 10D1CB67BF098A67-001\tempDir-001/control/data\
   [junit4]   2> 2710477 T10639 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 10D1CB67BF098A67-001\tempDir-001/control/data\index/
   [junit4]   2> 2710477 T10639 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 10D1CB67BF098A67-001\tempDir-001\control\data\index' doesn't exist. Creating new index...
   [junit4]   2> 2710477 T10639 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 10D1CB67BF098A67-001\tempDir-001/control/data\index
   [junit4]   2> 2710478 T10639 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=33, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 2710478 T10639 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@58f85315 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1716b555),segFN=segments_1,generation=1}
   [junit4]   2> 2710480 T10639 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2710484 T10639 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2710484 T10639 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2710485 T10639 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2710485 T10639 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2710485 T10639 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2710485 T10639 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2710486 T10639 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2710486 T10639 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2710486 T10639 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2710488 T10639 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2710488 T10639 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2710489 T10639 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2710489 T10639 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2710489 T10639 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 2710490 T10639 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 2710490 T10639 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 2710492 T10639 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 2710492 T10639 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 2710493 T10639 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 2710494 T10639 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 2710494 T10639 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 2710496 T10639 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 2710496 T10639 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 2710496 T10639 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 2710497 T10639 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 2710497 T10639 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 2710500 T10639 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2710505 T10639 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2710507 T10639 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2710509 T10639 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2710511 T10639 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2710515 T10639 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2710519 T10639 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2710519 T10639 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2710521 T10639 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=40, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 2710521 T10639 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@58f85315 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1716b555),segFN=segments_1,generation=1}
   [junit4]   2> 2710522 T10639 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2710522 T10639 oass.SolrIndexSearcher.<init> Opening Searcher@5c00b33f[collection1] main
   [junit4]   2> 2710522 T10639 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 2710525 T10639 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2710525 T10639 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2710526 T10639 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2710526 T10639 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 2710526 T10639 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2710527 T10639 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2710527 T10639 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2710527 T10639 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 2710527 T10639 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 2710529 T10639 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 2710529 T10640 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5c00b33f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2710530 T10643 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:64741/vi_/wu collection:control_collection shard:shard1
   [junit4]   2> 2710530 T10609 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2710530 T10609 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2710531 T10643 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 2710531 T10609 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2710535 T10609 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2710538 T10647 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@19d8ffee name:ZooKeeperConnection Watcher:127.0.0.1:64734/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2710539 T10609 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2710539 T10609 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2710540 T10609 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2710544 T10643 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 2710548 T10635 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2710550 T10609 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 2710550 T10643 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 2710550 T10643 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C8539 name=collection1 org.apache.solr.core.SolrCore@5d1c2ef4 url=http://127.0.0.1:64741/vi_/wu/collection1 node=127.0.0.1:64741_vi_%2Fwu C8539_STATE=coll:control_collection core:collection1 props:{base_url=http://127.0.0.1:64741/vi_/wu, node_name=127.0.0.1:64741_vi_%2Fwu, state=down, core=collection1}
   [junit4]   2> 2710550 T10643 C8539 P64741 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:64741/vi_/wu/collection1/
   [junit4]   2> 2710551 T10643 C8539 P64741 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 2710551 T10643 C8539 P64741 oasc.SyncStrategy.syncToMe http://127.0.0.1:64741/vi_/wu/collection1/ has no replicas
   [junit4]   2> 2710551 T10643 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:64741/vi_/wu/collection1/ shard1
   [junit4]   2> 2710550 T10609 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2
   [junit4]   2> 2710551 T10609 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2710551 T10643 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 2710551 T10636 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 2710555 T10609 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2710555 T10647 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 2710555 T10635 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 2710561 T10650 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3a5d4efe name:ZooKeeperConnection Watcher:127.0.0.1:64734/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2710563 T10609 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2710563 T10609 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2710568 T10611 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14b9be1aec40005, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 2710572 T10636 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 2, message = {
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "name":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "stateFormat":"2"} current state version: 2
   [junit4]   2> 2710572 T10636 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 2710577 T10635 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2710580 T10636 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:64741/vi_/wu",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 2710581 T10636 oasco.ZkStateWriter.writePendingUpdates going to create_collection /collections/collection1/state.json
   [junit4]   2> 2710584 T10635 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 2710584 T10647 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 2710594 T10635 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2710733 T10647 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 2710733 T10635 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 2710779 T10643 oasc.ZkController.register We are http://127.0.0.1:64741/vi_/wu/collection1/ and leader is http://127.0.0.1:64741/vi_/wu/collection1/
   [junit4]   2> 2710779 T10643 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:64741/vi_/wu
   [junit4]   2> 2710779 T10643 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 2710779 T10643 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 2710779 T10643 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2710782 T10635 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2710786 T10636 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:64741/vi_/wu",
   [junit4]   2> 	  "node_name":"127.0.0.1:64741_vi_%2Fwu",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 4
   [junit4]   2> 2710787 T10636 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:64741/vi_/wu",
   [junit4]   2> 	  "node_name":"127.0.0.1:64741_vi_%2Fwu",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"control_collection"}
   [junit4]   2> 2710929 T10635 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 2710931 T10647 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 2712424 T10609 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 10D1CB67BF098A67-001\shard-1-001\cores\collection1
   [junit4]   2> 2712430 T10609 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 2712430 T10609 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2712435 T10609 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:64758
   [junit4]   2> 2712435 T10609 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@5f186fab
   [junit4]   2> 2712435 T10609 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2712436 T10609 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 10D1CB67BF098A67-001\shard-1-001
   [junit4]   2> 2712436 T10609 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 10D1CB67BF098A67-001\shard-1-001\'
   [junit4]   2> 2712481 T10609 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 10D1CB67BF098A67-001\shard-1-001\solr.xml
   [junit4]   2> 2712523 T10609 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 10D1CB67BF098A67-001\shard-1-001\cores
   [junit4]   2> 2712523 T10609 oasc.CoreContainer.<init> New CoreContainer 2091558149
   [junit4]   2> 2712523 T10609 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 10D1CB67BF098A67-001\shard-1-001\]
   [junit4]   2> 2712527 T10609 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2712527 T10609 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2712527 T10609 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2712527 T10609 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2712527 T10609 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 2712527 T10609 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2712527 T10609 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2712527 T10609 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2712527 T10609 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2712527 T10609 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2712527 T10609 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 2712527 T10609 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2712531 T10609 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2712531 T10609 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2712531 T10609 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2712531 T10609 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:64734/solr
   [junit4]   2> 2712531 T10609 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2712531 T10609 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2712535 T10609 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2712539 T10662 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2a8a4817 name:ZooKeeperConnection Watcher:127.0.0.1:64734 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2712539 T10609 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2712540 T10609 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2712544 T10609 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2712547 T10665 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@56657ce9 name:ZooKeeperConnection Watcher:127.0.0.1:64734/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2712547 T10609 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2712560 T10609 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2713918 T10609 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64757_vi_%2Fwu
   [junit4]   2> 2713921 T10609 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:64757_vi_%2Fwu
   [junit4]   2> 2713928 T10609 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2713935 T10609 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 10D1CB67BF098A67-001\shard-1-001\cores
   [junit4]   2> 2713936 T10609 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 10D1CB67BF098A67-001\shard-1-001\cores\collection1\
   [junit4]   2> 2713936 T10609 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 2713943 T10666 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 2713943 T10666 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2713947 T10635 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2713948 T10666 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 2713948 T10666 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 2713948 T10636 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:64757/vi_/wu",
   [junit4]   2> 	  "node_name":"127.0.0.1:64757_vi_%2Fwu",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"collection1"} current state version: 5
   [junit4]   2> 2713950 T10666 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 2713950 T10636 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:64757/vi_/wu",
   [junit4]   2> 	  "node_name":"127.0.0.1:64757_vi_%2Fwu",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"collection1"}
   [junit4]   2> 2713951 T10636 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 2713951 T10636 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 2713953 T10666 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 0 
   [junit4]   2> 2713953 T10636 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 2713953 T10666 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2713955 T10665 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2713956 T10665 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 1 
   [junit4]   2> 2715303 T10666 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2715303 T10666 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 2715305 T10666 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 2715305 T10666 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 2715307 T10666 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2715307 T10666 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 10D1CB67BF098A67-001\shard-1-001\cores\collection1\'
   [junit4]   2> 2715335 T10666 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 2715340 T10666 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 2715353 T10666 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 2715385 T10666 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 2715470 T10666 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2715472 T10666 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 2715485 T10666 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 2716026 T10666 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2716036 T10666 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2716039 T10666 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2716061 T10666 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2716067 T10666 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2716073 T10666 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2716076 T10666 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2716076 T10666 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2716076 T10666 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2716079 T10666 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2716079 T10666 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2716079 T10666 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 2716079 T10666 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2716079 T10666 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 10D1CB67BF098A67-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 10D1CB67BF098A67-001\tempDir-001/jetty1\
   [junit4]   2> 2716080 T10666 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@797f3214
   [junit4]   2> 2716081 T10666 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 10D1CB67BF098A67-001\tempDir-001/jetty1\
   [junit4]   2> 2716081 T10666 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 10D1CB67BF098A67-001\tempDir-001/jetty1\index/
   [junit4]   2> 2716081 T10666 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 10D1CB67BF098A67-001\tempDir-001\jetty1\index' doesn't exist. Creating new index...
   [junit4]   2> 2716081 T10666 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 10D1CB67BF098A67-001\tempDir-001/jetty1\index
   [junit4]   2> 2716083 T10666 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=33, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 2716083 T10666 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@32df3b3b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5da9b894),segFN=segments_1,generation=1}
   [junit4]   2> 2716084 T10666 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2716089 T10666 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2716089 T10666 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2716090 T10666 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2716090 T10666 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2716090 T10666 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2716090 T10666 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2716092 T10666 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2716092 T10666 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2716092 T10666 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2716093 T10666 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2716093 T10666 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2716094 T10666 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2716094 T10666 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2716096 T10666 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 2716096 T10666 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 2716098 T10666 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 2716098 T10666 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 2716100 T10666 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 2716101 T10666 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 2716101 T10666 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 2716102 T10666 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 2716102 T10666 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 2716104 T10666 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 2716105 T10666 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 2716105 T10666 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 2716106 T10666 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 2716106 T10666 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2716113 T10666 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2716115 T10666 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2716117 T10666 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2716119 T10666 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2716123 T10666 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2716127 T10666 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2716127 T10666 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2716127 T10666 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=40, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 2716129 T10666 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@32df3b3b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5da9b894),segFN=segments_1,generation=1}
   [junit4]   2> 2716129 T10666 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2716129 T10666 oass.SolrIndexSearcher.<init> Opening Searcher@6af5fa4[collection1] main
   [junit4]   2> 2716130 T10666 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 2716131 T10666 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2716131 T10666 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2716133 T10666 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2716133 T10666 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 2716134 T10666 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2716135 T10666 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2716135 T10666 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2716135 T10666 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 2716135 T10666 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 2716137 T10667 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6af5fa4[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2716138 T10666 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 2716139 T10670 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:64757/vi_/wu collection:collection1 shard:shard3
   [junit4]   2> 2716141 T10609 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2716141 T10609 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2716142 T10670 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard3/election
   [junit4]   2> 2716151 T10670 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard3
   [junit4]   2> 2716155 T10635 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2716156 T10670 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 2716156 T10670 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C8540 name=collection1 org.apache.solr.core.SolrCore@14985705 url=http://127.0.0.1:64757/vi_/wu/collection1 node=127.0.0.1:64757_vi_%2Fwu C8540_STATE=coll:collection1 core:collection1 props:{base_url=http://127.0.0.1:64757/vi_/wu, node_name=127.0.0.1:64757_vi_%2Fwu, state=down, core=collection1}
   [junit4]   2> 2716156 T10670 C8540 P64757 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:64757/vi_/wu/collection1/
   [junit4]   2> 2716156 T10670 C8540 P64757 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 2716156 T10670 C8540 P64757 oasc.SyncStrategy.syncToMe http://127.0.0.1:64757/vi_/wu/collection1/ has no replicas
   [junit4]   2> 2716156 T10670 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:64757/vi_/wu/collection1/ shard3
   [junit4]   2> 2716158 T10670 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard3
   [junit4]   2> 2716160 T10636 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "collection":"collection1"} current state version: 5
   [junit4]   2> 2716163 T10636 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 2716166 T10665 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2716167 T10665 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 2 
   [junit4]   2> 2716177 T10636 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:64757/vi_/wu",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 5
   [junit4]   2> 2716180 T10636 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 2
   [junit4]   2> 2716181 T10665 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2716183 T10665 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 2716188 T10635 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2716245 T10670 oasc.ZkController.register We are http://127.0.0.1:64757/vi_/wu/collection1/ and leader is http://127.0.0.1:64757/vi_/wu/collection1/
   [junit4]   2> 2716245 T10670 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:64757/vi_/wu
   [junit4]   2> 2716245 T10670 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 2716245 T10670 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 2716245 T10670 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2716247 T10635 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2716250 T10636 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:64757/vi_/wu",
   [junit4]   2> 	  "node_name":"127.0.0.1:64757_vi_%2Fwu",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"collection1"} current state version: 5
   [junit4]   2> 2716253 T10636 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:64757/vi_/wu",
   [junit4]   2> 	  "node_name":"127.0.0.1:64757_vi_%2Fwu",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"collection1"}
   [junit4]   2> 2716255 T10636 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 3
   [junit4]   2> 2716257 T10665 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2716260 T10670 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 2716263 T10665 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 2718039 T10609 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 10D1CB67BF098A67-001\shard-2-001\cores\collection1
   [junit4]   2> 2718043 T10609 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 2718044 T10609 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2718049 T10609 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:64768
   [junit4]   2> 2718049 T10609 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@5f186fab
   [junit4]   2> 2718049 T10609 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2718049 T10609 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 10D1CB67BF098A67-001\shard-2-001
   [junit4]   2> 2718049 T10609 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 10D1CB67BF098A67-001\shard-2-001\'
   [junit4]   2> 2718096 T10609 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 10D1CB67BF098A67-001\shard-2-001\solr.xml
   [junit4]   2> 2718158 T10609 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 10D1CB67BF098A67-001\shard-2-001\cores
   [junit4]   2> 2718158 T10609 oasc.CoreContainer.<init> New CoreContainer 691057335
   [junit4]   2> 2718159 T10609 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 10D1CB67BF098A67-001\shard-2-001\]
   [junit4]   2> 2718160 T10609 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2718160 T10609 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2718160 T10609 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2718161 T10609 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2718161 T10609 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 2718161 T10609 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2718161 T10609 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2718161 T10609 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2718161 T10609 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2718161 T10609 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2718161 T10609 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 2718161 T10609 oasu.UpdateShardHandl

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

est, FastVectorHighlighterTest, HdfsDirectoryTest, BasicDistributedZkTest, BasicDistributedZk2Test, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, OpenCloseCoreStressTest, OverseerTest, LeaderElectionIntegrationTest, ShardRoutingTest, BasicZkTest, TestRandomFaceting, TestZkChroot, TestRandomDVFaceting, ShardRoutingCustomTest, TestDistributedSearch, AutoCommitTest, TestDistributedGrouping, TestRecovery, TestHashPartitioner, TermVectorComponentDistributedTest, ZkControllerTest, TestRealTimeGet, HardAutoCommitTest, DistributedTermsComponentTest, TestCoreContainer, SolrCoreTest, StatsComponentTest, SpellCheckComponentTest, BadIndexSchemaTest, ConvertedLegacyTest, TestFiltering, TestFunctionQuery, DirectUpdateHandlerTest, TestIndexSearcher, ShowFileRequestHandlerTest, CurrencyFieldXmlFileTest, SolrIndexSplitterTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, SpellCheckCollatorTest, CoreAdminHandlerTest, SolrRequestParserTest, SuggesterTest, TestStressLucene, TestTrie, PolyFieldTest, WordBreakSolrSpellCheckerTest, SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, TestUpdate, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, QueryEqualityTest, DirectUpdateHandlerOptimizeTest, DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, SortByFunctionTest, TestRemoteStreaming, DocValuesMultiTest, DistanceFunctionTest, TestSolrDeletionPolicy1, XsltUpdateRequestHandlerTest, DebugComponentTest, CacheHeaderTest, IndexBasedSpellCheckerTest, LukeRequestHandlerTest, StandardRequestHandlerTest, DocumentAnalysisRequestHandlerTest, TestQueryTypes, PrimitiveFieldTypeTest, TestOmitPositions, FileBasedSpellCheckerTest, XmlUpdateRequestHandlerTest, RequestHandlersTest, DocumentBuilderTest, TermVectorComponentTest, TestIndexingPerformance, RequiredFieldsTest, FieldAnalysisRequestHandlerTest, TestSolrQueryParser, LoggingHandlerTest, RegexBoostProcessorTest, TestJmxIntegration, TestCollationField, ReturnFieldsTest, BinaryUpdateRequestHandlerTest, TestPHPSerializedResponseWriter, CSVRequestHandlerTest, TestBinaryResponseWriter, SOLR749Test, AlternateDirectoryTest, TestQuerySenderNoQuery, BadComponentTest, TestMergePolicyConfig, TestSolrDeletionPolicy2, MultiTermTest, SampleTest, MinimalSchemaTest, TestElisionMultitermQuery, TestConfig, OutputWriterTest, ExternalFileFieldSortTest, TestSolrCoreProperties, NotRequiredUniqueKeyTest, TestPhraseSuggestions, SpellPossibilityIteratorTest, TestSweetSpotSimilarityFactory, TestPerFieldSimilarity, TestIBSimilarityFactory, TestDefaultSimilarityFactory, TestJmxMonitoredMap, TimeZoneUtilsTest, URLClassifyProcessorTest, PluginInfoTest, DateMathParserTest, ChaosMonkeyNothingIsSafeTest, PreAnalyzedFieldTest, DateFieldTest, SpellingQueryConverterTest, RAMDirectoryFactoryTest, TestLRUCache, TestUtils, TestDocumentBuilder, ZkNodePropsTest, SliceStateTest, SystemInfoHandlerTest, UUIDFieldTest, CircularListTest, DistributedMLTComponentTest, TestRTGBase, CursorPagingTest, TestDistributedMissingSort, ActionThrottleTest, AssignTest, CloudExitableDirectoryReaderTest, ConnectionManagerTest, DeleteInactiveReplicaTest, DistribCursorPagingTest, DistributedQueueTest, ExternalCollectionsTest, LeaderInitiatedRecoveryOnCommitTest, MultiThreadedOCPTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverseerRolesTest, OverseerStatusTest, RecoveryAfterSoftCommitTest, RemoteQueryErrorTest, RollingRestartTest, SSLMigrationTest, SaslZkACLProviderTest, SharedFSAutoReplicaFailoverUtilsTest, SimpleCollectionCreateDeleteTest, TestCloudInspectUtil, TestCollectionAPI, TestLeaderElectionZkExpiry, TestRebalanceLeaders, TestRequestStatusCollectionAPI, TestShortCircuitedRequests, VMParamsZkACLAndCredentialsProvidersTest, HdfsBasicDistributedZk2Test, HdfsBasicDistributedZkTest, HdfsChaosMonkeySafeLeaderTest, HdfsCollectionsAPIDistributedZkTest, HdfsSyncSliceTest, HdfsUnloadDistributedZkTest, StressHdfsTest, HdfsDirectoryFactoryTest, QueryResultKeyTest, TestConfigSets, TestInfoStreamLogging, TestReloadAndDeleteDocs, TestShardHandlerFactory, TestSolrXml, RequestLoggingTest, TestReplicationHandlerBackup]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestReplicationHandlerBackup -Dtests.seed=10D1CB67BF098A67 -Dtests.slow=true -Dtests.locale=sr__#Latn -Dtests.timezone=NZ -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s | TestReplicationHandlerBackup (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the following files (in the order of attempts):
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 10D1CB67BF098A67-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 10D1CB67BF098A67-001\solr-instance-002\collection1
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 10D1CB67BF098A67-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 10D1CB67BF098A67-001\solr-instance-002
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 10D1CB67BF098A67-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 10D1CB67BF098A67-001\solr-instance-001\collection1
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 10D1CB67BF098A67-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 10D1CB67BF098A67-001\solr-instance-001
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 10D1CB67BF098A67-001\solr-instance-001\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 10D1CB67BF098A67-001\solr-instance-001\collection1\data
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 10D1CB67BF098A67-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 10D1CB67BF098A67-001\solr-instance-001
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 10D1CB67BF098A67-001\solr-instance-002\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 10D1CB67BF098A67-001\solr-instance-002\collection1\data
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 10D1CB67BF098A67-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 10D1CB67BF098A67-001\solr-instance-002
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 10D1CB67BF098A67-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 10D1CB67BF098A67-001
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([10D1CB67BF098A67]:0)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed in 9.40s, 2 tests, 1 error <<< FAILURES!

[...truncated 158 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:508: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1368: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:975: There were test failures: 466 suites, 1863 tests, 2 suite-level errors, 1 error, 55 ignored (30 assumptions)

Total time: 122 minutes 40 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.7.0_76 -XX:-UseCompressedOops -XX:+UseSerialGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



Re: [JENKINS] Lucene-Solr-5.x-Windows (32bit/jdk1.7.0_76) - Build # 4389 - Still Failing!

Posted by Shalin Shekhar Mangar <sh...@apache.org>.
Thanks Anshum!

On Wed, Feb 18, 2015 at 9:14 AM, Anshum Gupta <an...@anshumgupta.net>
wrote:

> Yes, this was caused by commits in SOLR-6956. I've committed a fix to both
> trunk and 5x.
>
> On Tue, Feb 17, 2015 at 4:50 PM, Chris Hostetter <hossman_lucene@fucit.org
> > wrote:
>
>>
>> I think anshum already fixed tihs this?
>>
>> was caused by commits in SOLR-6956.
>>
>>
>>
>> : Date: Wed, 18 Feb 2015 00:43:26 +0000 (UTC)
>> : From: Policeman Jenkins Server <je...@thetaphi.de>
>> : Reply-To: dev@lucene.apache.org
>> : To: shalin@apache.org, jpountz@apache.org, rmuir@apache.org,
>> :     dev@lucene.apache.org
>> : Subject: [JENKINS] Lucene-Solr-5.x-Windows (32bit/jdk1.7.0_76) - Build
>> # 4389
>> :     - Still Failing!
>> :
>> : Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4389/
>> : Java: 32bit/jdk1.7.0_76 -client -XX:+UseParallelGC
>> :
>> : 17 tests failed.
>> : FAILED:
>> org.apache.solr.cloud.OverseerCollectionProcessorTest.testReplicationEqualNumberOfSlicesPerNodeSendNullCreateNodes
>> :
>> : Error Message:
>> : Captured an uncaught exception in thread: Thread[id=15602,
>> name=OverseerThreadFactory-8184-thread-1, state=RUNNABLE,
>> group=TGRP-OverseerCollectionProcessorTest]
>> :
>> : Stack Trace:
>> : com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an
>> uncaught exception in thread: Thread[id=15602,
>> name=OverseerThreadFactory-8184-thread-1, state=RUNNABLE,
>> group=TGRP-OverseerCollectionProcessorTest]
>> : Caused by: java.lang.AssertionError:
>> :   Unexpected method call updateClusterState(true):
>> :     getClusterProps(): expected: 1, actual: 0
>> :       at __randomizedtesting.SeedInfo.seed([847BA5C67BD44D56]:0)
>> :       at
>> org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:45)
>> :       at
>> org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:73)
>> :       at
>> org.easymock.internal.ClassProxyFactory$MockMethodInterceptor.intercept(ClassProxyFactory.java:92)
>> :       at
>> org.apache.solr.common.cloud.ZkStateReader$$EnhancerByCGLIB$$2e4978aa.updateClusterState(<generated>)
>> :       at
>> org.apache.solr.cloud.OverseerCollectionProcessor.processMessage(OverseerCollectionProcessor.java:583)
>> :       at
>> org.apache.solr.cloud.OverseerCollectionProcessor$Runner.run(OverseerCollectionProcessor.java:2863)
>> :       at
>> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
>> :       at
>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
>> :       at java.lang.Thread.run(Thread.java:745)
>> :
>> :
>> : FAILED:
>> org.apache.solr.cloud.OverseerCollectionProcessorTest.testNoReplicationEqualNumberOfSlicesPerNodeSendNullCreateNodes
>> :
>> : Error Message:
>> : Captured an uncaught exception in thread: Thread[id=15605,
>> name=OverseerThreadFactory-8185-thread-1, state=RUNNABLE,
>> group=TGRP-OverseerCollectionProcessorTest]
>> :
>> : Stack Trace:
>> : com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an
>> uncaught exception in thread: Thread[id=15605,
>> name=OverseerThreadFactory-8185-thread-1, state=RUNNABLE,
>> group=TGRP-OverseerCollectionProcessorTest]
>> : Caused by: java.lang.AssertionError:
>> :   Unexpected method call updateClusterState(true):
>> :     getClusterProps(): expected: 1, actual: 0
>> :       at __randomizedtesting.SeedInfo.seed([847BA5C67BD44D56]:0)
>> :       at
>> org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:45)
>> :       at
>> org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:73)
>> :       at
>> org.easymock.internal.ClassProxyFactory$MockMethodInterceptor.intercept(ClassProxyFactory.java:92)
>> :       at
>> org.apache.solr.common.cloud.ZkStateReader$$EnhancerByCGLIB$$2e4978aa.updateClusterState(<generated>)
>> :       at
>> org.apache.solr.cloud.OverseerCollectionProcessor.processMessage(OverseerCollectionProcessor.java:583)
>> :       at
>> org.apache.solr.cloud.OverseerCollectionProcessor$Runner.run(OverseerCollectionProcessor.java:2863)
>> :       at
>> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
>> :       at
>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
>> :       at java.lang.Thread.run(Thread.java:745)
>> :
>> :
>> : FAILED:
>> org.apache.solr.cloud.OverseerCollectionProcessorTest.testReplicationEqualNumberOfSlicesPerNode
>> :
>> : Error Message:
>> : Captured an uncaught exception in thread: Thread[id=15608,
>> name=OverseerThreadFactory-8186-thread-1, state=RUNNABLE,
>> group=TGRP-OverseerCollectionProcessorTest]
>> :
>> : Stack Trace:
>> : com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an
>> uncaught exception in thread: Thread[id=15608,
>> name=OverseerThreadFactory-8186-thread-1, state=RUNNABLE,
>> group=TGRP-OverseerCollectionProcessorTest]
>> : Caused by: java.lang.AssertionError:
>> :   Unexpected method call updateClusterState(true):
>> :     getClusterProps(): expected: 1, actual: 0
>> :       at __randomizedtesting.SeedInfo.seed([847BA5C67BD44D56]:0)
>> :       at
>> org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:45)
>> :       at
>> org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:73)
>> :       at
>> org.easymock.internal.ClassProxyFactory$MockMethodInterceptor.intercept(ClassProxyFactory.java:92)
>> :       at
>> org.apache.solr.common.cloud.ZkStateReader$$EnhancerByCGLIB$$2e4978aa.updateClusterState(<generated>)
>> :       at
>> org.apache.solr.cloud.OverseerCollectionProcessor.processMessage(OverseerCollectionProcessor.java:583)
>> :       at
>> org.apache.solr.cloud.OverseerCollectionProcessor$Runner.run(OverseerCollectionProcessor.java:2863)
>> :       at
>> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
>> :       at
>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
>> :       at java.lang.Thread.run(Thread.java:745)
>> :
>> :
>> : FAILED:
>> org.apache.solr.cloud.OverseerCollectionProcessorTest.testNoReplicationLimitedNodesToCreateOn
>> :
>> : Error Message:
>> : Captured an uncaught exception in thread: Thread[id=15611,
>> name=OverseerThreadFactory-8187-thread-1, state=RUNNABLE,
>> group=TGRP-OverseerCollectionProcessorTest]
>> :
>> : Stack Trace:
>> : com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an
>> uncaught exception in thread: Thread[id=15611,
>> name=OverseerThreadFactory-8187-thread-1, state=RUNNABLE,
>> group=TGRP-OverseerCollectionProcessorTest]
>> : Caused by: java.lang.AssertionError:
>> :   Unexpected method call updateClusterState(true):
>> :     getClusterProps(): expected: 1, actual: 0
>> :       at __randomizedtesting.SeedInfo.seed([847BA5C67BD44D56]:0)
>> :       at
>> org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:45)
>> :       at
>> org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:73)
>> :       at
>> org.easymock.internal.ClassProxyFactory$MockMethodInterceptor.intercept(ClassProxyFactory.java:92)
>> :       at
>> org.apache.solr.common.cloud.ZkStateReader$$EnhancerByCGLIB$$2e4978aa.updateClusterState(<generated>)
>> :       at
>> org.apache.solr.cloud.OverseerCollectionProcessor.processMessage(OverseerCollectionProcessor.java:583)
>> :       at
>> org.apache.solr.cloud.OverseerCollectionProcessor$Runner.run(OverseerCollectionProcessor.java:2863)
>> :       at
>> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
>> :       at
>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
>> :       at java.lang.Thread.run(Thread.java:745)
>> :
>> :
>> : FAILED:
>> org.apache.solr.cloud.OverseerCollectionProcessorTest.testReplicationCollectionNotCreatedDueToMaxShardsPerNodeAndNodesToCreateOnLimits
>> :
>> : Error Message:
>> : Captured an uncaught exception in thread: Thread[id=15614,
>> name=OverseerThreadFactory-8188-thread-1, state=RUNNABLE,
>> group=TGRP-OverseerCollectionProcessorTest]
>> :
>> : Stack Trace:
>> : com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an
>> uncaught exception in thread: Thread[id=15614,
>> name=OverseerThreadFactory-8188-thread-1, state=RUNNABLE,
>> group=TGRP-OverseerCollectionProcessorTest]
>> : Caused by: java.lang.AssertionError:
>> :   Unexpected method call updateClusterState(true):
>> :     getClusterProps(): expected: 1, actual: 0
>> :       at __randomizedtesting.SeedInfo.seed([847BA5C67BD44D56]:0)
>> :       at
>> org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:45)
>> :       at
>> org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:73)
>> :       at
>> org.easymock.internal.ClassProxyFactory$MockMethodInterceptor.intercept(ClassProxyFactory.java:92)
>> :       at
>> org.apache.solr.common.cloud.ZkStateReader$$EnhancerByCGLIB$$2e4978aa.updateClusterState(<generated>)
>> :       at
>> org.apache.solr.cloud.OverseerCollectionProcessor.processMessage(OverseerCollectionProcessor.java:583)
>> :       at
>> org.apache.solr.cloud.OverseerCollectionProcessor$Runner.run(OverseerCollectionProcessor.java:2863)
>> :       at
>> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
>> :       at
>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
>> :       at java.lang.Thread.run(Thread.java:745)
>> :
>> :
>> : FAILED:
>> org.apache.solr.cloud.OverseerCollectionProcessorTest.testReplicationCollectionNotCreatedDueToMaxShardsPerNodeLimit
>> :
>> : Error Message:
>> : Captured an uncaught exception in thread: Thread[id=15617,
>> name=OverseerThreadFactory-8189-thread-1, state=RUNNABLE,
>> group=TGRP-OverseerCollectionProcessorTest]
>> :
>> : Stack Trace:
>> : com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an
>> uncaught exception in thread: Thread[id=15617,
>> name=OverseerThreadFactory-8189-thread-1, state=RUNNABLE,
>> group=TGRP-OverseerCollectionProcessorTest]
>> : Caused by: java.lang.AssertionError:
>> :   Unexpected method call updateClusterState(true):
>> :     getClusterProps(): expected: 1, actual: 0
>> :       at __randomizedtesting.SeedInfo.seed([847BA5C67BD44D56]:0)
>> :       at
>> org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:45)
>> :       at
>> org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:73)
>> :       at
>> org.easymock.internal.ClassProxyFactory$MockMethodInterceptor.intercept(ClassProxyFactory.java:92)
>> :       at
>> org.apache.solr.common.cloud.ZkStateReader$$EnhancerByCGLIB$$2e4978aa.updateClusterState(<generated>)
>> :       at
>> org.apache.solr.cloud.OverseerCollectionProcessor.processMessage(OverseerCollectionProcessor.java:583)
>> :       at
>> org.apache.solr.cloud.OverseerCollectionProcessor$Runner.run(OverseerCollectionProcessor.java:2863)
>> :       at
>> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
>> :       at
>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
>> :       at java.lang.Thread.run(Thread.java:745)
>> :
>> :
>> : FAILED:
>> org.apache.solr.cloud.OverseerCollectionProcessorTest.testNoReplicationUnequalNumberOfSlicesPerNode
>> :
>> : Error Message:
>> : Captured an uncaught exception in thread: Thread[id=15620,
>> name=OverseerThreadFactory-8190-thread-1, state=RUNNABLE,
>> group=TGRP-OverseerCollectionProcessorTest]
>> :
>> : Stack Trace:
>> : com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an
>> uncaught exception in thread: Thread[id=15620,
>> name=OverseerThreadFactory-8190-thread-1, state=RUNNABLE,
>> group=TGRP-OverseerCollectionProcessorTest]
>> : Caused by: java.lang.AssertionError:
>> :   Unexpected method call updateClusterState(true):
>> :     getClusterProps(): expected: 1, actual: 0
>> :       at __randomizedtesting.SeedInfo.seed([847BA5C67BD44D56]:0)
>> :       at
>> org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:45)
>> :       at
>> org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:73)
>> :       at
>> org.easymock.internal.ClassProxyFactory$MockMethodInterceptor.intercept(ClassProxyFactory.java:92)
>> :       at
>> org.apache.solr.common.cloud.ZkStateReader$$EnhancerByCGLIB$$2e4978aa.updateClusterState(<generated>)
>> :       at
>> org.apache.solr.cloud.OverseerCollectionProcessor.processMessage(OverseerCollectionProcessor.java:583)
>> :       at
>> org.apache.solr.cloud.OverseerCollectionProcessor$Runner.run(OverseerCollectionProcessor.java:2863)
>> :       at
>> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
>> :       at
>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
>> :       at java.lang.Thread.run(Thread.java:745)
>> :
>> :
>> : FAILED:
>> org.apache.solr.cloud.OverseerCollectionProcessorTest.testNoReplicationEqualNumberOfSlicesPerNode
>> :
>> : Error Message:
>> : Captured an uncaught exception in thread: Thread[id=15623,
>> name=OverseerThreadFactory-8191-thread-1, state=RUNNABLE,
>> group=TGRP-OverseerCollectionProcessorTest]
>> :
>> : Stack Trace:
>> : com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an
>> uncaught exception in thread: Thread[id=15623,
>> name=OverseerThreadFactory-8191-thread-1, state=RUNNABLE,
>> group=TGRP-OverseerCollectionProcessorTest]
>> : Caused by: java.lang.AssertionError:
>> :   Unexpected method call updateClusterState(true):
>> :     getClusterProps(): expected: 1, actual: 0
>> :       at __randomizedtesting.SeedInfo.seed([847BA5C67BD44D56]:0)
>> :       at
>> org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:45)
>> :       at
>> org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:73)
>> :       at
>> org.easymock.internal.ClassProxyFactory$MockMethodInterceptor.intercept(ClassProxyFactory.java:92)
>> :       at
>> org.apache.solr.common.cloud.ZkStateReader$$EnhancerByCGLIB$$2e4978aa.updateClusterState(<generated>)
>> :       at
>> org.apache.solr.cloud.OverseerCollectionProcessor.processMessage(OverseerCollectionProcessor.java:583)
>> :       at
>> org.apache.solr.cloud.OverseerCollectionProcessor$Runner.run(OverseerCollectionProcessor.java:2863)
>> :       at
>> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
>> :       at
>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
>> :       at java.lang.Thread.run(Thread.java:745)
>> :
>> :
>> : FAILED:
>> org.apache.solr.cloud.OverseerCollectionProcessorTest.testNoReplicationCollectionNotCreatedDueToMaxShardsPerNodeLimit
>> :
>> : Error Message:
>> : Captured an uncaught exception in thread: Thread[id=15626,
>> name=OverseerThreadFactory-8192-thread-1, state=RUNNABLE,
>> group=TGRP-OverseerCollectionProcessorTest]
>> :
>> : Stack Trace:
>> : com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an
>> uncaught exception in thread: Thread[id=15626,
>> name=OverseerThreadFactory-8192-thread-1, state=RUNNABLE,
>> group=TGRP-OverseerCollectionProcessorTest]
>> : Caused by: java.lang.AssertionError:
>> :   Unexpected method call updateClusterState(true):
>> :     getClusterProps(): expected: 1, actual: 0
>> :       at __randomizedtesting.SeedInfo.seed([847BA5C67BD44D56]:0)
>> :       at
>> org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:45)
>> :       at
>> org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:73)
>> :       at
>> org.easymock.internal.ClassProxyFactory$MockMethodInterceptor.intercept(ClassProxyFactory.java:92)
>> :       at
>> org.apache.solr.common.cloud.ZkStateReader$$EnhancerByCGLIB$$2e4978aa.updateClusterState(<generated>)
>> :       at
>> org.apache.solr.cloud.OverseerCollectionProcessor.processMessage(OverseerCollectionProcessor.java:583)
>> :       at
>> org.apache.solr.cloud.OverseerCollectionProcessor$Runner.run(OverseerCollectionProcessor.java:2863)
>> :       at
>> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
>> :       at
>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
>> :       at java.lang.Thread.run(Thread.java:745)
>> :
>> :
>> : FAILED:
>> org.apache.solr.cloud.OverseerCollectionProcessorTest.testNoReplicationCollectionNotCreatedDueToMaxShardsPerNodeAndNodesToCreateOnLimits
>> :
>> : Error Message:
>> : Captured an uncaught exception in thread: Thread[id=15629,
>> name=OverseerThreadFactory-8193-thread-1, state=RUNNABLE,
>> group=TGRP-OverseerCollectionProcessorTest]
>> :
>> : Stack Trace:
>> : com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an
>> uncaught exception in thread: Thread[id=15629,
>> name=OverseerThreadFactory-8193-thread-1, state=RUNNABLE,
>> group=TGRP-OverseerCollectionProcessorTest]
>> : Caused by: java.lang.AssertionError:
>> :   Unexpected method call updateClusterState(true):
>> :     getClusterProps(): expected: 1, actual: 0
>> :       at __randomizedtesting.SeedInfo.seed([847BA5C67BD44D56]:0)
>> :       at
>> org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:45)
>> :       at
>> org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:73)
>> :       at
>> org.easymock.internal.ClassProxyFactory$MockMethodInterceptor.intercept(ClassProxyFactory.java:92)
>> :       at
>> org.apache.solr.common.cloud.ZkStateReader$$EnhancerByCGLIB$$2e4978aa.updateClusterState(<generated>)
>> :       at
>> org.apache.solr.cloud.OverseerCollectionProcessor.processMessage(OverseerCollectionProcessor.java:583)
>> :       at
>> org.apache.solr.cloud.OverseerCollectionProcessor$Runner.run(OverseerCollectionProcessor.java:2863)
>> :       at
>> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
>> :       at
>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
>> :       at java.lang.Thread.run(Thread.java:745)
>> :
>> :
>> : FAILED:
>> org.apache.solr.cloud.OverseerCollectionProcessorTest.testReplicationEqualNumberOfSlicesPerNodeSendCreateNodesEqualToLiveNodes
>> :
>> : Error Message:
>> : Captured an uncaught exception in thread: Thread[id=15632,
>> name=OverseerThreadFactory-8194-thread-1, state=RUNNABLE,
>> group=TGRP-OverseerCollectionProcessorTest]
>> :
>> : Stack Trace:
>> : com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an
>> uncaught exception in thread: Thread[id=15632,
>> name=OverseerThreadFactory-8194-thread-1, state=RUNNABLE,
>> group=TGRP-OverseerCollectionProcessorTest]
>> : Caused by: java.lang.AssertionError:
>> :   Unexpected method call updateClusterState(true):
>> :     getClusterProps(): expected: 1, actual: 0
>> :       at __randomizedtesting.SeedInfo.seed([847BA5C67BD44D56]:0)
>> :       at
>> org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:45)
>> :       at
>> org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:73)
>> :       at
>> org.easymock.internal.ClassProxyFactory$MockMethodInterceptor.intercept(ClassProxyFactory.java:92)
>> :       at
>> org.apache.solr.common.cloud.ZkStateReader$$EnhancerByCGLIB$$2e4978aa.updateClusterState(<generated>)
>> :       at
>> org.apache.solr.cloud.OverseerCollectionProcessor.processMessage(OverseerCollectionProcessor.java:583)
>> :       at
>> org.apache.solr.cloud.OverseerCollectionProcessor$Runner.run(OverseerCollectionProcessor.java:2863)
>> :       at
>> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
>> :       at
>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
>> :       at java.lang.Thread.run(Thread.java:745)
>> :
>> :
>> : FAILED:
>> org.apache.solr.cloud.OverseerCollectionProcessorTest.testReplicationLimitedNodesToCreateOn
>> :
>> : Error Message:
>> : Captured an uncaught exception in thread: Thread[id=15635,
>> name=OverseerThreadFactory-8195-thread-1, state=RUNNABLE,
>> group=TGRP-OverseerCollectionProcessorTest]
>> :
>> : Stack Trace:
>> : com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an
>> uncaught exception in thread: Thread[id=15635,
>> name=OverseerThreadFactory-8195-thread-1, state=RUNNABLE,
>> group=TGRP-OverseerCollectionProcessorTest]
>> : Caused by: java.lang.AssertionError:
>> :   Unexpected method call updateClusterState(true):
>> :     getClusterProps(): expected: 1, actual: 0
>> :       at __randomizedtesting.SeedInfo.seed([847BA5C67BD44D56]:0)
>> :       at
>> org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:45)
>> :       at
>> org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:73)
>> :       at
>> org.easymock.internal.ClassProxyFactory$MockMethodInterceptor.intercept(ClassProxyFactory.java:92)
>> :       at
>> org.apache.solr.common.cloud.ZkStateReader$$EnhancerByCGLIB$$2e4978aa.updateClusterState(<generated>)
>> :       at
>> org.apache.solr.cloud.OverseerCollectionProcessor.processMessage(OverseerCollectionProcessor.java:583)
>> :       at
>> org.apache.solr.cloud.OverseerCollectionProcessor$Runner.run(OverseerCollectionProcessor.java:2863)
>> :       at
>> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
>> :       at
>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
>> :       at java.lang.Thread.run(Thread.java:745)
>> :
>> :
>> : FAILED:
>> org.apache.solr.cloud.OverseerCollectionProcessorTest.testNoReplicationEqualNumberOfSlicesPerNodeSendCreateNodesEqualToLiveNodes
>> :
>> : Error Message:
>> : Captured an uncaught exception in thread: Thread[id=15638,
>> name=OverseerThreadFactory-8196-thread-1, state=RUNNABLE,
>> group=TGRP-OverseerCollectionProcessorTest]
>> :
>> : Stack Trace:
>> : com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an
>> uncaught exception in thread: Thread[id=15638,
>> name=OverseerThreadFactory-8196-thread-1, state=RUNNABLE,
>> group=TGRP-OverseerCollectionProcessorTest]
>> : Caused by: java.lang.AssertionError:
>> :   Unexpected method call updateClusterState(true):
>> :     getClusterProps(): expected: 1, actual: 0
>> :       at __randomizedtesting.SeedInfo.seed([847BA5C67BD44D56]:0)
>> :       at
>> org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:45)
>> :       at
>> org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:73)
>> :       at
>> org.easymock.internal.ClassProxyFactory$MockMethodInterceptor.intercept(ClassProxyFactory.java:92)
>> :       at
>> org.apache.solr.common.cloud.ZkStateReader$$EnhancerByCGLIB$$2e4978aa.updateClusterState(<generated>)
>> :       at
>> org.apache.solr.cloud.OverseerCollectionProcessor.processMessage(OverseerCollectionProcessor.java:583)
>> :       at
>> org.apache.solr.cloud.OverseerCollectionProcessor$Runner.run(OverseerCollectionProcessor.java:2863)
>> :       at
>> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
>> :       at
>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
>> :       at java.lang.Thread.run(Thread.java:745)
>> :
>> :
>> : FAILED:
>> org.apache.solr.cloud.OverseerCollectionProcessorTest.testReplicationUnequalNumberOfSlicesPerNode
>> :
>> : Error Message:
>> : Captured an uncaught exception in thread: Thread[id=15641,
>> name=OverseerThreadFactory-8197-thread-1, state=RUNNABLE,
>> group=TGRP-OverseerCollectionProcessorTest]
>> :
>> : Stack Trace:
>> : com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an
>> uncaught exception in thread: Thread[id=15641,
>> name=OverseerThreadFactory-8197-thread-1, state=RUNNABLE,
>> group=TGRP-OverseerCollectionProcessorTest]
>> : Caused by: java.lang.AssertionError:
>> :   Unexpected method call updateClusterState(true):
>> :     getClusterProps(): expected: 1, actual: 0
>> :       at __randomizedtesting.SeedInfo.seed([847BA5C67BD44D56]:0)
>> :       at
>> org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:45)
>> :       at
>> org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:73)
>> :       at
>> org.easymock.internal.ClassProxyFactory$MockMethodInterceptor.intercept(ClassProxyFactory.java:92)
>> :       at
>> org.apache.solr.common.cloud.ZkStateReader$$EnhancerByCGLIB$$2e4978aa.updateClusterState(<generated>)
>> :       at
>> org.apache.solr.cloud.OverseerCollectionProcessor.processMessage(OverseerCollectionProcessor.java:583)
>> :       at
>> org.apache.solr.cloud.OverseerCollectionProcessor$Runner.run(OverseerCollectionProcessor.java:2863)
>> :       at
>> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
>> :       at
>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
>> :       at java.lang.Thread.run(Thread.java:745)
>> :
>> :
>> : FAILED:
>> junit.framework.TestSuite.org.apache.solr.cloud.BasicDistributedZk2Test
>> :
>> : Error Message:
>> : Could not remove the following files (in the order of attempts):
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test
>> 847BA5C67BD44D56-001\tempDir-002: java.nio.file.AccessDeniedException:
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test
>> 847BA5C67BD44D56-001\tempDir-002
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test
>> 847BA5C67BD44D56-001: java.nio.file.DirectoryNotEmptyException:
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test
>> 847BA5C67BD44D56-001
>> :
>> : Stack Trace:
>> : java.io.IOException: Could not remove the following files (in the order
>> of attempts):
>> :
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test
>> 847BA5C67BD44D56-001\tempDir-002: java.nio.file.AccessDeniedException:
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test
>> 847BA5C67BD44D56-001\tempDir-002
>> :
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test
>> 847BA5C67BD44D56-001: java.nio.file.DirectoryNotEmptyException:
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test
>> 847BA5C67BD44D56-001
>> :
>> :       at __randomizedtesting.SeedInfo.seed([847BA5C67BD44D56]:0)
>> :       at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
>> :       at
>> org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:170)
>> :       at
>> com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
>> :       at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
>> :       at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>> :       at
>> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
>> :       at
>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
>> :       at
>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
>> :       at
>> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
>> :       at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>> :       at
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
>> :       at java.lang.Thread.run(Thread.java:745)
>> :
>> :
>> : FAILED:  org.apache.solr.cloud.ReplicationFactorTest.test
>> :
>> : Error Message:
>> : org.apache.http.NoHttpResponseException: The target server failed to
>> respond
>> :
>> : Stack Trace:
>> : org.apache.solr.client.solrj.SolrServerException:
>> org.apache.http.NoHttpResponseException: The target server failed to respond
>> :       at
>> org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:865)
>> :       at
>> org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:730)
>> :       at
>> org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:283)
>> :       at
>> org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
>> :       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> :       at
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>> :       at
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>> :       at java.lang.reflect.Method.invoke(Method.java:606)
>> :       at
>> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
>> :       at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
>> :       at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
>> :       at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
>> :       at
>> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:940)
>> :       at
>> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:915)
>> :       at
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
>> :       at
>> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
>> :       at
>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
>> :       at
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
>> :       at
>> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
>> :       at
>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
>> :       at
>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
>> :       at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>> :       at
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
>> :       at
>> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
>> :       at
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
>> :       at
>> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
>> :       at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
>> :       at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
>> :       at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
>> :       at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>> :       at
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
>> :       at
>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
>> :       at
>> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
>> :       at
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
>> :       at
>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
>> :       at
>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
>> :       at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>> :       at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>> :       at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>> :       at
>> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
>> :       at
>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
>> :       at
>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
>> :       at
>> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
>> :       at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>> :       at
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
>> :       at java.lang.Thread.run(Thread.java:745)
>> : Caused by: org.apache.http.NoHttpResponseException: The target server
>> failed to respond
>> :       at
>> org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
>> :       at
>> org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
>> :       at
>> org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
>> :       at
>> org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
>> :       at
>> org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
>> :       at
>> org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
>> :       at
>> org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
>> :       at
>> org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
>> :       at
>> org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
>> :       at
>> org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
>> :       at
>> org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
>> :       at
>> org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
>> :       at
>> org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
>> :       at
>> org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
>> :       at
>> org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
>> :       at
>> org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
>> :       at
>> org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
>> :       at
>> org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
>> :       at
>> org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
>> :       at
>> org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:546)
>> :       at
>> org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:543)
>> :       at java.util.concurrent.FutureTask.run(FutureTask.java:262)
>> :       at
>> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
>> :       at
>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
>> :       ... 1 more
>> :
>> :
>> : FAILED:
>> junit.framework.TestSuite.org.apache.solr.handler.TestReplicationHandlerBackup
>> :
>> : Error Message:
>> : Could not remove the following files (in the order of attempts):
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
>> 847BA5C67BD44D56-001\solr-instance-002\collection1:
>> java.nio.file.DirectoryNotEmptyException:
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
>> 847BA5C67BD44D56-001\solr-instance-002\collection1
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
>> 847BA5C67BD44D56-001\solr-instance-002:
>> java.nio.file.DirectoryNotEmptyException:
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
>> 847BA5C67BD44D56-001\solr-instance-002
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBac
>>  kup 847BA5C67BD44D56-001\solr-instance-001\collection1:
>> java.nio.file.DirectoryNotEmptyException:
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
>> 847BA5C67BD44D56-001\solr-instance-001\collection1
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
>> 847BA5C67BD44D56-001\solr-instance-001:
>> java.nio.file.DirectoryNotEmptyException:
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
>> 847BA5C67BD44D56-001\solr-instance-001
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
>> 847BA5C67BD44D56-001\solr-instance-001\collection1\data:
>> java.nio.file.AccessDeniedException:
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.hand
>>  ler.TestReplicationHandlerBackup
>> 847BA5C67BD44D56-001\solr-instance-001\collection1\data
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
>> 847BA5C67BD44D56-001\solr-instance-001:
>> java.nio.file.DirectoryNotEmptyException:
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
>> 847BA5C67BD44D56-001\solr-instance-001
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
>> 847BA5C67BD44D56-001\solr-instance-002\collection1\data:
>> java.nio.file.AccessDeniedException:
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
>> 847BA5C67BD44D56-001\solr-instance-002\collection1\data
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handl
>>  er.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-002:
>> java.nio..file.DirectoryNotEmptyException:
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
>> 847BA5C67BD44D56-001\solr-instance-002
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
>> 847BA5C67BD44D56-001: java.nio.file.DirectoryNotEmptyException:
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
>> 847BA5C67BD44D56-001
>> :
>> : Stack Trace:
>> : java.io.IOException: Could not remove the following files (in the order
>> of attempts):
>> :
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
>> 847BA5C67BD44D56-001\solr-instance-002\collection1:
>> java.nio.file.DirectoryNotEmptyException:
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
>> 847BA5C67BD44D56-001\solr-instance-002\collection1
>> :
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
>> 847BA5C67BD44D56-001\solr-instance-002:
>> java.nio.file.DirectoryNotEmptyException:
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
>> 847BA5C67BD44D56-001\solr-instance-002
>> :
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
>> 847BA5C67BD44D56-001\solr-instance-001\collection1:
>> java.nio.file.DirectoryNotEmptyException:
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
>> 847BA5C67BD44D56-001\solr-instance-001\collection1
>> :
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
>> 847BA5C67BD44D56-001\solr-instance-001:
>> java.nio.file.DirectoryNotEmptyException:
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
>> 847BA5C67BD44D56-001\solr-instance-001
>> :
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
>> 847BA5C67BD44D56-001\solr-instance-001\collection1\data:
>> java.nio.file.AccessDeniedException:
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
>> 847BA5C67BD44D56-001\solr-instance-001\collection1\data
>> :
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
>> 847BA5C67BD44D56-001\solr-instance-001:
>> java.nio.file.DirectoryNotEmptyException:
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
>> 847BA5C67BD44D56-001\solr-instance-001
>> :
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
>> 847BA5C67BD44D56-001\solr-instance-002\collection1\data:
>> java.nio.file.AccessDeniedException:
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
>> 847BA5C67BD44D56-001\solr-instance-002\collection1\data
>> :
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
>> 847BA5C67BD44D56-001\solr-instance-002:
>> java.nio.file.DirectoryNotEmptyException:
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
>> 847BA5C67BD44D56-001\solr-instance-002
>> :
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
>> 847BA5C67BD44D56-001: java.nio.file.DirectoryNotEmptyException:
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
>> 847BA5C67BD44D56-001
>> :
>> :       at __randomizedtesting.SeedInfo.seed([847BA5C67BD44D56]:0)
>> :       at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
>> :       at
>> org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:170)
>> :       at
>> com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
>> :       at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
>> :       at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>> :       at
>> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
>> :       at
>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
>> :       at
>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
>> :       at
>> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
>> :       at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>> :       at
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
>> :       at java.lang.Thread.run(Thread.java:745)
>> :
>> :
>> :
>> :
>> : Build Log:
>> : [...truncated 9404 lines...]
>> :    [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
>> :    [junit4]   2> Creating dataDir:
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
>> 847BA5C67BD44D56-001\init-core-data-001
>> :    [junit4]   2> 470526 T1792
>> oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext
>> system property: /
>> :    [junit4]   2> 470532 T1792 oasc.ZkTestServer.run STARTING ZK TEST
>> SERVER
>> :    [junit4]   1> client port:0.0.0.0/0.0.0.0:0
>> :    [junit4]   2> 470533 T1793
>> oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
>> :    [junit4]   2> 470657 T1792 oasc.ZkTestServer.run start zk server on
>> port:51825
>> :    [junit4]   2> 470657 T1792
>> oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
>> ZkCredentialsProvider
>> :    [junit4]   2> 470660 T1792 oascc.ConnectionManager.waitForConnected
>> Waiting for client to connect to ZooKeeper
>> :    [junit4]   2> 470663 T1800 oascc.ConnectionManager.process Watcher
>> org.apache.solr.common.cloud.ConnectionManager@b3e322
>> name:ZooKeeperConnection Watcher:127.0.0.1:51825 got event WatchedEvent
>> state:SyncConnected type:None path:null path:null type:None
>> :    [junit4]   2> 470665 T1792 oascc.ConnectionManager.waitForConnected
>> Client is connected to ZooKeeper
>> :    [junit4]   2> 470665 T1792 oascc.SolrZkClient.createZkACLProvider
>> Using default ZkACLProvider
>> :    [junit4]   2> 470665 T1792 oascc.SolrZkClient.makePath makePath:
>> /solr
>> :    [junit4]   2> 470672 T1792
>> oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
>> ZkCredentialsProvider
>> :    [junit4]   2> 470674 T1792 oascc.ConnectionManager.waitForConnected
>> Waiting for client to connect to ZooKeeper
>> :    [junit4]   2> 470676 T1803 oascc.ConnectionManager.process Watcher
>> org.apache.solr.common.cloud.ConnectionManager@e43f50
>> name:ZooKeeperConnection Watcher:127.0.0.1:51825/solr got event
>> WatchedEvent state:SyncConnected type:None path:null path:null type:None
>> :    [junit4]   2> 470677 T1792 oascc.ConnectionManager.waitForConnected
>> Client is connected to ZooKeeper
>> :    [junit4]   2> 470677 T1792 oascc.SolrZkClient.createZkACLProvider
>> Using default ZkACLProvider
>> :    [junit4]   2> 470677 T1792 oascc.SolrZkClient.makePath makePath:
>> /collections/collection1
>> :    [junit4]   2> 470682 T1792 oascc.SolrZkClient.makePath makePath:
>> /collections/collection1/shards
>> :    [junit4]   2> 470685 T1792 oascc.SolrZkClient.makePath makePath:
>> /collections/control_collection
>> :    [junit4]   2> 470689 T1792 oascc.SolrZkClient.makePath makePath:
>> /collections/control_collection/shards
>> :    [junit4]   2> 470691 T1792 oasc.AbstractZkTestCase.putConfig put
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml
>> to /configs/conf1/solrconfig.xml
>> :    [junit4]   2> 470691 T1792 oascc.SolrZkClient.makePath makePath:
>> /configs/conf1/solrconfig.xml
>> :    [junit4]   2> 470699 T1792 oasc.AbstractZkTestCase.putConfig put
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml
>> to /configs/conf1/schema.xml
>> :    [junit4]   2> 470699 T1792 oascc.SolrZkClient.makePath makePath:
>> /configs/conf1/schema.xml
>> :    [junit4]   2> 470704 T1792 oasc.AbstractZkTestCase.putConfig put
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml
>> to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
>> :    [junit4]   2> 470704 T1792 oascc.SolrZkClient.makePath makePath:
>> /configs/conf1/solrconfig.snippet.randomindexconfig.xml
>> :    [junit4]   2> 470708 T1792 oasc.AbstractZkTestCase.putConfig put
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt
>> to /configs/conf1/stopwords.txt
>> :    [junit4]   2> 470708 T1792 oascc.SolrZkClient.makePath makePath:
>> /configs/conf1/stopwords.txt
>> :    [junit4]   2> 470714 T1792 oasc.AbstractZkTestCase.putConfig put
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt
>> to /configs/conf1/protwords.txt
>> :    [junit4]   2> 470714 T1792 oascc.SolrZkClient.makePath makePath:
>> /configs/conf1/protwords.txt
>> :    [junit4]   2> 470718 T1792 oasc.AbstractZkTestCase.putConfig put
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml
>> to /configs/conf1/currency.xml
>> :    [junit4]   2> 470718 T1792 oascc.SolrZkClient.makePath makePath:
>> /configs/conf1/currency.xml
>> :    [junit4]   2> 470723 T1792 oasc.AbstractZkTestCase.putConfig put
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml
>> to /configs/conf1/enumsConfig.xml
>> :    [junit4]   2> 470723 T1792 oascc.SolrZkClient.makePath makePath:
>> /configs/conf1/enumsConfig.xml
>> :    [junit4]   2> 470729 T1792 oasc.AbstractZkTestCase.putConfig put
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json
>> to /configs/conf1/open-exchange-rates.json
>> :    [junit4]   2> 470729 T1792 oascc.SolrZkClient.makePath makePath:
>> /configs/conf1/open-exchange-rates.json
>> :    [junit4]   2> 470733 T1792 oasc.AbstractZkTestCase.putConfig put
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt
>> to /configs/conf1/mapping-ISOLatin1Accent.txt
>> :    [junit4]   2> 470733 T1792 oascc.SolrZkClient.makePath makePath:
>> /configs/conf1/mapping-ISOLatin1Accent.txt
>> :    [junit4]   2> 470738 T1792 oasc.AbstractZkTestCase.putConfig put
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt
>> to /configs/conf1/old_synonyms.txt
>> :    [junit4]   2> 470738 T1792 oascc.SolrZkClient.makePath makePath:
>> /configs/conf1/old_synonyms.txt
>> :    [junit4]   2> 470742 T1792 oasc.AbstractZkTestCase.putConfig put
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt
>> to /configs/conf1/synonyms.txt
>> :    [junit4]   2> 470742 T1792 oascc.SolrZkClient.makePath makePath:
>> /configs/conf1/synonyms.txt
>> :    [junit4]   2> 472384 T1792 oas.SolrTestCaseJ4.writeCoreProperties
>> Writing core.properties file to
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
>> 847BA5C67BD44D56-001\control-001\cores\collection1
>> :    [junit4]   2> 472388 T1792 oejs.Server.doStart jetty-8.1.10.v20130312
>> :    [junit4]   2> 472395 T1792 oejs.AbstractConnector.doStart Started
>> SelectChannelConnector@127.0.0.1:51833
>> :    [junit4]   2> 472395 T1792 oass.SolrDispatchFilter.init
>> SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1b8737f
>> :    [junit4]   2> 472396 T1792 oasc.SolrResourceLoader.locateSolrHome
>> JNDI not configured for solr (NoInitialContextEx)
>> :    [junit4]   2> 472396 T1792 oasc.SolrResourceLoader.locateSolrHome
>> using system property solr.solr.home:
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
>> 847BA5C67BD44D56-001\control-001
>> :    [junit4]   2> 472396 T1792 oasc.SolrResourceLoader.<init> new
>> SolrResourceLoader for directory:
>> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
>> 847BA5C67BD44D56-001\control-001\'
>> :    [junit4]   2> 472432 T1792 oasc.ConfigSolr.fromFile Loading
>> container configuration from
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
>> 847BA5C67BD44D56-001\control-001\solr.xml
>> :    [junit4]   2> 472462 T1792 oasc.CorePropertiesLocator.<init>
>> Config-defined core root directory:
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
>> 847BA5C67BD44D56-001\control-001\cores
>> :    [junit4]   2> 472462 T1792 oasc.CoreContainer.<init> New
>> CoreContainer 25927851
>> :    [junit4]   2> 472463 T1792 oasc.CoreContainer.load Loading cores
>> into CoreContainer
>> [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
>> 847BA5C67BD44D56-001\control-001\]
>> :    [junit4]   2> 472464 T1792
>> oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
>> :    [junit4]   2> 472464 T1792
>> oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to:
>> :    [junit4]   2> 472464 T1792
>> oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
>> :    [junit4]   2> 472465 T1792
>> oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost
>> to: 20
>> :    [junit4]   2> 472465 T1792
>> oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
>> :    [junit4]   2> 472465 T1792
>> oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
>> :    [junit4]   2> 472465 T1792
>> oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to:
>> 2147483647
>> :    [junit4]   2> 472465 T1792
>> oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
>> :    [junit4]   2> 472465 T1792
>> oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
>> :    [junit4]   2> 472465 T1792
>> oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
>> :    [junit4]   2> 472465 T1792
>> oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
>> :    [junit4]   2> 472465 T1792 oasu.UpdateShardHandler.<init> Creating
>> UpdateShardHandler HTTP client with params:
>> socketTimeout=340000&connTimeout=45000&retry=true
>> :    [junit4]   2> 472466 T1792 oasl.LogWatcher.createWatcher SLF4J impl
>> is org.slf4j.impl.Log4jLoggerFactory
>> :    [junit4]   2> 472466 T1792 oasl.LogWatcher.newRegisteredLogWatcher
>> Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
>> :    [junit4]   2> 472466 T1792 oasc.CoreContainer.load Host Name:
>> 127.0.0.1
>> :    [junit4]   2> 472466 T1792 oasc.ZkContainer.initZooKeeper Zookeeper
>> client=127.0.0.1:51825/solr
>> :    [junit4]   2> 472466 T1792 oasc.ZkController.checkChrootPath zkHost
>> includes chroot
>> :    [junit4]   2> 472466 T1792
>> oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
>> ZkCredentialsProvider
>> :    [junit4]   2> 472469 T1792 oascc.ConnectionManager.waitForConnected
>> Waiting for client to connect to ZooKeeper
>> :    [junit4]   2> 472472 T1815 oascc.ConnectionManager.process Watcher
>> org.apache.solr.common.cloud.ConnectionManager@1679953
>> name:ZooKeeperConnection Watcher:127.0.0.1:51825 got event WatchedEvent
>> state:SyncConnected type:None path:null path:null type:None
>> :    [junit4]   2> 472473 T1792 oascc.ConnectionManager.waitForConnected
>> Client is connected to ZooKeeper
>> :    [junit4]   2> 472474 T1792 oascc.SolrZkClient.createZkACLProvider
>> Using default ZkACLProvider
>> :    [junit4]   2> 472478 T1792 oascc.ConnectionManager.waitForConnected
>> Waiting for client to connect to ZooKeeper
>> :    [junit4]   2> 472482 T1818 oascc.ConnectionManager.process Watcher
>> org.apache.solr.common.cloud.ConnectionManager@9b99ac
>> name:ZooKeeperConnection Watcher:127.0.0.1:51825/solr got event
>> WatchedEvent state:SyncConnected type:None path:null path:null type:None
>> :    [junit4]   2> 472482 T1792 oascc.ConnectionManager.waitForConnected
>> Client is connected to ZooKeeper
>> :    [junit4]   2> 472484 T1792 oascc.SolrZkClient.makePath makePath:
>> /overseer/queue
>> :    [junit4]   2> 472488 T1792 oascc.SolrZkClient.makePath makePath:
>> /overseer/collection-queue-work
>> :    [junit4]   2> 472491 T1792 oascc.SolrZkClient.makePath makePath:
>> /overseer/collection-map-running
>> :    [junit4]   2> 472496 T1792 oascc.SolrZkClient.makePath makePath:
>> /overseer/collection-map-completed
>> :    [junit4]   2> 472500 T1792 oascc.SolrZkClient.makePath makePath:
>> /overseer/collection-map-failure
>> :    [junit4]   2> 472503 T1792 oascc.SolrZkClient.makePath makePath:
>> /live_nodes
>> :    [junit4]   2> 472506 T1792 oasc.ZkController.createEphemeralLiveNode
>> Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51832_
>> :    [junit4]   2> 472507 T1792 oascc.SolrZkClient.makePath makePath:
>> /live_nodes/127.0.0.1:51832_
>> :    [junit4]   2> 472511 T1792 oascc.SolrZkClient.makePath makePath:
>> /overseer_elect
>> :    [junit4]   2> 472513 T1792 oascc.SolrZkClient.makePath makePath:
>> /overseer_elect/election
>> :    [junit4]   2> 472517 T1792 oasc.Overseer.close Overseer (id=null)
>> closing
>> :    [junit4]   2> 472519 T1792
>> oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader
>> 127.0.0.1:51832_
>> :    [junit4]   2> 472519 T1792 oascc.SolrZkClient.makePath makePath:
>> /overseer_elect/leader
>> :    [junit4]   2> 472522 T1792 oasc.Overseer.start Overseer
>> (id=93337346405564419-127.0.0.1:51832_-n_0000000000) starting
>> :    [junit4]   2> 472525 T1792 oascc.SolrZkClient.makePath makePath:
>> /overseer/queue-work
>> :    [junit4]   2> 472537 T1792
>> oasc.OverseerAutoReplicaFailoverThread.<init> Starting
>> OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000
>> autoReplicaFailoverWaitAfterExpiration=30000
>> autoReplicaFailoverBadNodeExpiration=60000
>> :    [junit4]   2> 472538 T1820 oasc.OverseerCollectionProcessor.run
>> Process current queue of collection creations
>> :    [junit4]   2> 472538 T1792 oascc.SolrZkClient.makePath makePath:
>> /clusterstate.json
>> :    [junit4]   2> 472540 T1819 oasc.Overseer$ClusterStateUpdater.run
>> Starting to work on the main queue
>> :    [junit4]   2> 472543 T1792 oascc.SolrZkClient.makePath makePath:
>> /aliases.json
>> :    [junit4]   2> 472545 T1792
>> oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster
>> state from ZooKeeper...
>> :    [junit4]   2> 472551 T1792 oasc.CorePropertiesLocator.discover
>> Looking for core definitions underneath
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
>> 847BA5C67BD44D56-001\control-001\cores
>> :    [junit4]   2> 472553 T1792 oasc.CorePropertiesLocator.discoverUnder
>> Found core collection1 in
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
>> 847BA5C67BD44D56-001\control-001\cores\collection1\
>> :    [junit4]   2> 472553 T1792 oasc.CorePropertiesLocator.discover Found
>> 1 core definitions
>> :    [junit4]   2> 472555 T1822 oasc.ZkController.publish publishing
>> core=collection1 state=down collection=control_collection
>> :    [junit4]   2> 472555 T1822 oasc.ZkController.publish numShards not
>> found on descriptor - reading it from system property
>> :    [junit4]   2> 472556 T1818
>> oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on
>> path /overseer/queue state SyncConnected
>> :    [junit4]   2> 472556 T1822 oasc.ZkController.waitForCoreNodeName
>> look for our core node name
>> :    [junit4]   2> 472557 T1819 oasc.Overseer$ClusterStateUpdater.run
>> processMessage: queueSize: 1, message = {
>> :    [junit4]   2>        "roles":null,
>> :    [junit4]   2>        "numShards":"1",
>> :    [junit4]   2>        "operation":"state",
>> :    [junit4]   2>        "collection":"control_collection",
>> :    [junit4]   2>        "core":"collection1",
>> :    [junit4]   2>        "node_name":"127.0.0.1:51832_",
>> :    [junit4]   2>        "base_url":"http://127.0.0.1:51832",
>> :    [junit4]   2>        "shard":null,
>> :    [junit4]   2>        "state":"down"} current state version: 0
>> :    [junit4]   2> 472558 T1819 oasco.ReplicaMutator.updateState Update
>> state numShards=1 message={
>> :    [junit4]   2>        "roles":null,
>> :    [junit4]   2>        "numShards":"1",
>> :    [junit4]   2>        "operation":"state",
>> :    [junit4]   2>        "collection":"control_collection",
>> :    [junit4]   2>        "core":"collection1",
>> :    [junit4]   2>        "node_name":"127.0.0.1:51832_",
>> :    [junit4]   2>        "base_url":"http://127.0.0.1:51832",
>> :    [junit4]   2>        "shard":null,
>> :    [junit4]   2>        "state":"down"}
>> :    [junit4]   2> 472558 T1819
>> oasco.ClusterStateMutator.createCollection building a new cName:
>> control_collection
>> :    [junit4]   2> 472558 T1819 oasco.ReplicaMutator.updateState
>> Assigning new node to shard shard=shard1
>> :    [junit4]   2> 472560 T1818 oascc.ZkStateReader$2.process A cluster
>> state change: WatchedEvent state:SyncConnected type:NodeDataChanged
>> path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
>> :    [junit4]   2> 473678 T1822 oasc.ZkController.waitForShardId waiting
>> to find shard id in clusterstate for collection1
>> :    [junit4]   2> 473678 T1822 oasc.ZkController.createCollectionZkNode
>> Check for collection zkNode:control_collection
>> :    [junit4]   2> 473679 T1822 oasc.ZkController.createCollectionZkNode
>> Collection zkNode exists
>> :    [junit4]   2> 473679 T1822 oascc.ZkStateReader.readConfigName Load
>> collection config from:/collections/control_collection
>> :    [junit4]   2> 473681 T1822 oascc.ZkStateReader.readConfigName
>> path=/collections/control_collection configName=conf1 specified config
>> exists in ZooKeeper
>> :    [junit4]   2> 473681 T1822 oasc.SolrResourceLoader.<init> new
>> SolrResourceLoader for directory:
>> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
>> 847BA5C67BD44D56-001\control-001\cores\collection1\'
>> :    [junit4]   2> 473704 T1822 oasc.ZkController.watchZKConfDir watch
>> zkdir /configs/conf1
>> :    [junit4]   2> 473709 T1822 oasc.Config.<init> loaded config
>> solrconfig.xml with version 0
>> :    [junit4]   2> 473722 T1822 oasc.SolrConfig.refreshRequestParams
>> current version of requestparams : -1
>> :    [junit4]   2> 473751 T1822 oasc.SolrConfig.<init> Using Lucene
>> MatchVersion: 5.1.0
>> :    [junit4]   2> 473807 T1822 oasc.SolrConfig.<init> Loaded SolrConfig:
>> solrconfig.xml
>> :    [junit4]   2> 473828 T1822 oass.IndexSchema.readSchema Reading Solr
>> Schema from /configs/conf1/schema.xml
>> :    [junit4]   2> 473839 T1822 oass.IndexSchema.readSchema [collection1]
>> Schema name=test
>> :    [junit4]   2> 474289 T1822 oass.OpenExchangeRatesOrgProvider.init
>> Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
>> :    [junit4]   2> 474298 T1822 oass.IndexSchema.readSchema default
>> search field in schema is text
>> :    [junit4]   2> 474301 T1822 oass.IndexSchema.readSchema unique key
>> field: id
>> :    [junit4]   2> 474319 T1822 oass.FileExchangeRateProvider.reload
>> Reloading exchange rates from file currency.xml
>> :    [junit4]   2> 474324 T1822 oass.FileExchangeRateProvider.reload
>> Reloading exchange rates from file currency.xml
>> :    [junit4]   2> 474330 T1822 oass.OpenExchangeRatesOrgProvider.reload
>> Reloading exchange rates from open-exchange-rates.json
>> :    [junit4]   2> 474331 T1822
>> oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
>> IMPORTANT NOTE
>> :    [junit4]   2> 474332 T1822
>> oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected
>> key, got STRING
>> :    [junit4]   2> 474332 T1822 oass.OpenExchangeRatesOrgProvider.reload
>> Reloading exchange rates from open-exchange-rates.json
>> :    [junit4]   2> 474333 T1822
>> oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
>> IMPORTANT NOTE
>> :    [junit4]   2> 474333 T1822
>> oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected
>> key, got STRING
>> :    [junit4]   2> 474333 T1822 oasc.CoreContainer.create Creating
>> SolrCore 'collection1' using configuration from collection
>> control_collection
>> :    [junit4]   2> 474333 T1822 oasc.SolrCore.initDirectoryFactory
>> org.apache.solr.core.MockDirectoryFactory
>> :    [junit4]   2> 474334 T1822 oasc.SolrCore.<init> [collection1]
>> Opening new SolrCore at
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
>> 847BA5C67BD44D56-001\control-001\cores\collection1\,
>> dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
>> 847BA5C67BD44D56-001\tempDir-001/control/data\
>> :    [junit4]   2> 474335 T1822 oasc.JmxMonitoredMap.<init> JMX
>> monitoring is enabled. Adding Solr mbeans to JMX Server:
>> com.sun.jmx.mbeanserver.JmxMBeanServer@b1cfa4
>> :    [junit4]   2> 474335 T1822 oasc.CachingDirectoryFactory.get return
>> new directory for
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
>> 847BA5C67BD44D56-001\tempDir-001/control/data\
>> :    [junit4]   2> 474335 T1822 oasc.SolrCore.getNewIndexDir New index
>> directory detected: old=null
>> new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
>> 847BA5C67BD44D56-001\tempDir-001/control/data\index/
>> :    [junit4]   2> 474335 T1822 oasc.SolrCore.initIndex WARN
>> [collection1] Solr index directory
>> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
>> 847BA5C67BD44D56-001\tempDir-001\control\data\index' doesn't exist.
>> Creating new index...
>> :    [junit4]   2> 474336 T1822 oasc.CachingDirectoryFactory.get return
>> new directory for
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
>> 847BA5C67BD44D56-001\tempDir-001/control/data\index
>> :    [junit4]   2> 474336 T1822 oasu.RandomMergePolicy.<init>
>> RandomMergePolicy wrapping class
>> org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
>> minMergeSize=0, mergeFactor=10, maxMergeSize=39238125,
>> maxMergeSizeForForcedMerge=9223372036854775807,
>> calibrateSizeByDeletes=true, maxMergeDocs=2147483647,
>> maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
>> :    [junit4]   2> 474337 T1822 oasc.SolrDeletionPolicy.onCommit
>> SolrDeletionPolicy.onCommit: commits: num=1
>> :    [junit4]   2>
>> commit{dir=MockDirectoryWrapper(RAMDirectory@17c0d68
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1545bec
>> ),segFN=segments_1,generation=1}
>> :    [junit4]   2> 474337 T1822 oasc.SolrDeletionPolicy.updateCommits
>> newest commit generation = 1
>> :    [junit4]   2> 474341 T1822 oasup.UpdateRequestProcessorChain.init
>> creating updateRequestProcessorChain "nodistrib"
>> :    [junit4]   2> 474342 T1822 oasup.UpdateRequestProcessorChain.init
>> creating updateRequestProcessorChain "dedupe"
>> :    [junit4]   2> 474342 T1822 oasup.UpdateRequestProcessorChain.init
>> inserting DistributedUpdateProcessorFactory into
>> updateRequestProcessorChain "dedupe"
>> :    [junit4]   2> 474342 T1822 oasup.UpdateRequestProcessorChain.init
>> creating updateRequestProcessorChain "stored_sig"
>> :    [junit4]   2> 474342 T1822 oasup.UpdateRequestProcessorChain.init
>> inserting DistributedUpdateProcessorFactory into
>> updateRequestProcessorChain "stored_sig"
>> :    [junit4]   2> 474342 T1822 oasup.UpdateRequestProcessorChain.init
>> creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
>> :    [junit4]   2> 474343 T1822 oasup.UpdateRequestProcessorChain.init
>> creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
>> :    [junit4]   2> 474343 T1822 oasup.UpdateRequestProcessorChain.init
>> inserting DistributedUpdateProcessorFactory into
>> updateRequestProcessorChain "distrib-dup-test-chain-implicit"
>> :    [junit4]   2> 474343 T1822 oasc.SolrCore.loadUpdateProcessorChains
>> no updateRequestProcessorChain defined as default, creating implicit default
>> :    [junit4]   2> 474344 T1822
>> oasc.RequestHandlers.initHandlersFromConfig created /update:
>> org.apache.solr.handler.UpdateRequestHandler
>> :    [junit4]   2> 474344 T1822
>> oasc.RequestHandlers.initHandlersFromConfig created /update/json:
>> org.apache.solr.handler.UpdateRequestHandler
>> :    [junit4]   2> 474345 T1822
>> oasc.RequestHandlers.initHandlersFromConfig created /update/csv:
>> org.apache.solr.handler.UpdateRequestHandler
>> :    [junit4]   2> 474345 T1822
>> oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs:
>> org.apache.solr.handler.UpdateRequestHandler
>> :    [junit4]   2> 474345 T1822
>> oasc.RequestHandlers.initHandlersFromConfig created /config:
>> org.apache.solr.handler.SolrConfigHandler
>> :    [junit4]   2> 474347 T1822
>> oasc.RequestHandlers.initHandlersFromConfig created /schema:
>> org.apache.solr.handler.SchemaHandler
>> :    [junit4]   2> 474347 T1822
>> oasc.RequestHandlers.initHandlersFromConfig created /replication:
>> org.apache.solr.handler.ReplicationHandler
>> :    [junit4]   2> 474347 T1822
>> oasc.RequestHandlers.initHandlersFromConfig created /get:
>> org.apache.solr.handler.RealTimeGetHandler
>> :    [junit4]   2> 474348 T1822
>> oasc.RequestHandlers.initHandlersFromConfig created /admin/luke:
>> org.apache.solr.handler.admin.LukeRequestHandler
>> :    [junit4]   2> 474351 T1822
>> oasc.RequestHandlers.initHandlersFromConfig created /admin/system:
>> org.apache.solr.handler.admin.SystemInfoHandler
>> :    [junit4]   2> 474352 T1822
>> oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans:
>> org.apache.solr.handler.admin.SolrInfoMBeanHandler
>> :    [junit4]   2> 474352 T1822
>> oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins:
>> org.apache.solr.handler.admin.PluginInfoHandler
>> :    [junit4]   2> 474353 T1822
>> oasc.RequestHandlers.initHandlersFromConfig created /admin/threads:
>> org.apache.solr.handler.admin.ThreadDumpHandler
>> :    [junit4]   2> 474353 T1822
>> oasc.RequestHandlers.initHandlersFromConfig created /admin/properties:
>> org.apache.solr.handler.admin.PropertiesRequestHandler
>> :    [junit4]   2> 474354 T1822
>> oasc.RequestHandlers.initHandlersFromConfig created /admin/logging:
>> org.apache.solr.handler.admin.LoggingHandler
>> :    [junit4]   2> 474354 T1822
>> oasc.RequestHandlers.initHandlersFromConfig created /admin/file:
>> solr.admin.ShowFileRequestHandler
>> :    [junit4]   2> 474355 T1822
>> oasc.RequestHandlers.initHandlersFromConfig created /admin/ping:
>> org.apache.solr.handler.PingRequestHandler
>> :    [junit4]   2> 474355 T1822
>> oasc.RequestHandlers.initHandlersFromConfig created standard:
>> solr.StandardRequestHandler
>> :    [junit4]   2> 474364 T1822 oashl.XMLLoader.init
>> xsltCacheLifetimeSeconds=60
>> :    [junit4]   2> 474366 T1822 oashl.XMLLoader.init
>> xsltCacheLifetimeSeconds=60
>> :    [junit4]   2> 474368 T1822 oashl.XMLLoader.init
>> xsltCacheLifetimeSeconds=60
>> :    [junit4]   2> 474369 T1822 oashl.XMLLoader.init
>> xsltCacheLifetimeSeconds=60
>> :    [junit4]   2> 474373 T1822 oasc.SolrCore.initStatsCache Using
>> default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
>> :    [junit4]   2> 474376 T1822 oasu.CommitTracker.<init> Hard
>> AutoCommit: disabled
>> :    [junit4]   2> 474376 T1822 oasu.CommitTracker.<init> Soft
>> AutoCommit: disabled
>> :    [junit4]   2> 474377 T1822 oasu.RandomMergePolicy.<init>
>> RandomMergePolicy wrapping class
>> org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
>> minMergeSize=0, mergeFactor=10, maxMergeSize=1610259160,
>> maxMergeSizeForForcedMerge=9223372036854775807,
>> calibrateSizeByDeletes=true, maxMergeDocs=2147483647,
>> maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
>> :    [junit4]   2> 474377 T1822 oasc.SolrDeletionPolicy.onInit
>> SolrDeletionPolicy.onInit: commits: num=1
>> :    [junit4]   2>
>> commit{dir=MockDirectoryWrapper(RAMDirectory@17c0d68
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1545bec
>> ),segFN=segments_1,generation=1}
>> :    [junit4]   2> 474377 T1822 oasc.SolrDeletionPolicy.updateCommits
>> newest commit generation = 1
>> :    [junit4]   2> 474378 T1822 oass.SolrIndexSearcher.<init> Opening
>> Searcher@1aca407[collection1] main
>> :    [junit4]   2> 474378 T1822 oascc.ZkStateReader.readConfigName Load
>> collection config from:/collections/control_collection
>> :    [junit4]   2> 474380 T1822 oascc.ZkStateReader.readConfigName
>> path=/collections/control_collection configName=conf1 specified config
>> exists in ZooKeeper
>> :    [junit4]   2> 474380 T1822 oasr.ManagedResourceStorage.newStorageIO
>> Setting up ZooKeeper-based storage for the RestManager with znodeBase:
>> /configs/conf1
>> :    [junit4]   2> 474381 T1822
>> oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
>> ZooKeeperStorageIO with znodeBase: /configs/conf1
>> :    [junit4]   2> 474381 T1822 oasr.RestManager.init Initializing
>> RestManager with initArgs: {}
>> :    [junit4]   2> 474381 T1822 oasr.ManagedResourceStorage.load Reading
>> _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
>> :    [junit4]   2> 474382 T1822
>> oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data
>> found for znode /configs/conf1/_rest_managed.json
>> :    [junit4]   2> 474382 T1822 oasr.ManagedResourceStorage.load Loaded
>> null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
>> :    [junit4]   2> 474382 T1822 oasr.RestManager.init Initializing 0
>> registered ManagedResources
>> :    [junit4]   2> 474382 T1822 oash.ReplicationHandler.inform Commits
>> will be reserved for  10000
>> :    [junit4]   2> 474383 T1822 oasc.CoreContainer.registerCore
>> registering core: collection1
>> :    [junit4]   2> 474383 T1823 oasc.SolrCore.registerSearcher
>> [collection1] Registered new searcher Searcher@1aca407[collection1]
>> main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>> :    [junit4]   2> 474385 T1826 oasc.ZkController.register Register
>> replica - core:collection1 address:http://127.0.0.1:51832
>> collection:control_collection shard:shard1
>> :    [junit4]   2> 474386 T1792 oass.SolrDispatchFilter.init
>> user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
>> :    [junit4]   2> 474386 T1792 oass.SolrDispatchFilter.init
>> SolrDispatchFilter.init() done
>> :    [junit4]   2> 474387 T1792
>> oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
>> ZkCredentialsProvider
>> :    [junit4]   2> 474387 T1826 oascc.SolrZkClient.makePath makePath:
>> /collections/control_collection/leader_elect/shard1/election
>> :    [junit4]   2> 474388 T1792 oascc.ConnectionManager.waitForConnected
>> Waiting for client to connect to ZooKeeper
>> :    [junit4]   2> 474391 T1830 oascc.ConnectionManager.process Watcher
>> org.apache.solr.common.cloud.ConnectionManager@f18ce1
>> name:ZooKeeperConnection Watcher:127.0.0.1:51825/solr got event
>> WatchedEvent state:SyncConnected type:None path:null path:null type:None
>> :    [junit4]   2> 474391 T1792 oascc.ConnectionManager.waitForConnected
>> Client is connected to ZooKeeper
>> :    [junit4]   2> 474391 T1792 oascc.SolrZkClient.createZkACLProvider
>> Using default ZkACLProvider
>> :    [junit4]   2> 474393 T1792
>> oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster
>> state from ZooKeeper...
>> :    [junit4]   2> 474397 T1826
>> oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process
>> for shard shard1
>> :    [junit4]   2> 474399 T1792 oasc.ChaosMonkey.monkeyLog monkey: init -
>> expire sessions:false cause connection loss:false
>> :    [junit4]   2> 474400 T1818
>> oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on
>> path /overseer/queue state SyncConnected
>> :    [junit4]   2> 474400 T1826
>> oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas
>> found to continue.
>> :    [junit4]   2> 474400 T1826
>> oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader -
>> try and sync
>> :    [junit4]   2> ASYNC  NEW_CORE C340 name=collection1
>> org.apache.solr.core.SolrCore@121ec0e url=
>> http://127.0.0.1:51832/collection1 node=127.0.0.1:51832_
>> C340_STATE=coll:control_collection core:collection1
>> props:{core=collection1, node_name=127.0.0.1:51832_, base_url=
>> http://127.0.0.1:51832, state=down}
>> :    [junit4]   2> 474401 T1826 C340 P51832 oasc.SyncStrategy.sync Sync
>> replicas to http://127.0.0.1:51832/collection1/
>> :    [junit4]   2> 474401 T1826 C340 P51832
>> oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
>> :    [junit4]   2> 474401 T1826 C340 P51832 oasc.SyncStrategy.syncToMe
>> http://127.0.0.1:51832/collection1/ has no replicas
>> :    [junit4]   2> 474401 T1826
>> oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader:
>> http://127.0.0.1:51832/collection1/ shard1
>> :    [junit4]   2> 474402 T1826 oascc.SolrZkClient.makePath makePath:
>> /collections/control_collection/leaders/shard1
>> :    [junit4]   2> 474402 T1819 oasc.Overseer$ClusterStateUpdater.run
>> processMessage: queueSize: 1, message = {
>> :    [junit4]   2>        "operation":"leader",
>> :    [junit4]   2>        "shard":"shard1",
>> :    [junit4]   2>        "collection":"control_collection"} current
>> state version: 1
>> :    [junit4]   2> 474404 T1830 oascc.ZkStateReader$2.process A cluster
>> state change: WatchedEvent state:SyncConnected type:NodeDataChanged
>> path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
>> :    [junit4]   2> 474406 T1818 oascc.ZkStateReader$2.process A cluster
>> state change: WatchedEvent state:SyncConnected type:NodeDataChanged
>> path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
>> :    [junit4]   2> 474419 T1819 oasc.Overseer$ClusterStateUpdater.run
>> processMessage: queueSize: 1, message = {
>> :    [junit4]   2>        "operation":"leader",
>> :    [junit4]   2>        "shard":"shard1",
>> :    [junit4]   2>        "collection":"control_collection",
>> :    [junit4]   2>        "base_url":"http://127.0.0.1:51832",
>> :    [junit4]   2>        "core":"collection1",
>> :    [junit4]   2>        "state":"active"} current state version: 2
>> :    [junit4]   2> 474422 T1818
>> oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on
>> path /overseer/queue state SyncConnected
>> :    [junit4]   2> 474424 T1818 oascc.ZkStateReader$2.process A cluster
>> state change: WatchedEvent state:SyncConnected type:NodeDataChanged
>> path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
>> :    [junit4]   2> 474425 T1830 oascc.ZkStateReader$2.process A cluster
>> state change: WatchedEvent state:SyncConnected type:NodeDataChanged
>> path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
>> :    [junit4]   2> 474476 T1826 oasc.ZkController.register We are
>> http://127.0.0.1:51832/collection1/ and leader is
>> http://127.0.0.1:51832/collection1/
>> :    [junit4]   2> 474476 T1826 oasc.ZkController.register No LogReplay
>> needed for core=collection1 baseURL=http://127.0.0.1:51832
>> :    [junit4]   2> 474476 T1826 oasc.ZkController.checkRecovery I am the
>> leader, no recovery necessary
>> :    [junit4]   2> 474476 T1826 oasc.ZkController.publish publishing
>> core=collection1 state=active collection=control_collection
>> :    [junit4]   2> 474476 T1826 oasc.ZkController.publish numShards not
>> found on descriptor - reading it from system property
>> :    [junit4]   2> 474478 T1818
>> oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on
>> path /overseer/queue state SyncConnected
>> :    [junit4]   2> 474480 T1819 oasc.Overseer$ClusterStateUpdater.run
>> processMessage: queueSize: 1, message = {
>> :    [junit4]   2>        "roles":null,
>> :    [junit4]   2>        "numShards":"3",
>> :    [junit4]   2>        "core_node_name":"core_node1",
>> :    [junit4]   2>        "operation":"state",
>> :    [junit4]   2>        "collection":"control_collection",
>> :    [junit4]   2>        "core":"collection1",
>> :    [junit4]   2>        "node_name":"127.0.0.1:51832_",
>> :    [junit4]   2>        "base_url":"http://127.0.0.1:51832",
>> :    [junit4]   2>        "shard":"shard1",
>> :    [junit4]   2>        "state":"active"} current state version: 3
>> :    [junit4]   2> 474480 T1819 oasco.ReplicaMutator.updateState Update
>> state numShards=3 message={
>> :    [junit4]   2>        "roles":null,
>> :    [junit4]   2>        "numShards":"3",
>> :    [junit4]   2>        "core_node_name":"core_node1",
>> :    [junit4]   2>        "operation":"state",
>> :    [junit4]   2>        "collection":"control_collection",
>> :    [junit4]   2>        "core":"collection1",
>> :    [junit4]   2>        "node_name":"127.0.0.1:51832_",
>> :    [junit4]   2>        "base_url":"http://127.0.0.1:51832",
>> :    [junit4]   2>        "shard":"shard1",
>> :    [junit4]   2>        "state":"active"}
>> :    [junit4]   2> 474597 T1830 oascc.ZkStateReader$2.process A cluster
>> state change: WatchedEvent state:SyncConnected type:NodeDataChanged
>> path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
>> :    [junit4]   2> 474597 T1818 oascc.ZkStateReader$2.process A cluster
>> state change: WatchedEvent state:SyncConnected type:NodeDataChanged
>> path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
>> :    [junit4]   2> 475886 T1792 oas.SolrTestCaseJ4.writeCoreProperties
>> Writing core.properties file to
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
>> 847BA5C67BD44D56-001\shard-1-001\cores\collection1
>> :    [junit4]   2> 475890 T1792
>> oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
>> :    [junit4]   2> 475890 T1792 oejs.Server.doStart jetty-8.1.10.v20130312
>> :    [junit4]   2> 475895 T1792 oejs.AbstractConnector.doStart Started
>> SelectChannelConnector@127.0.0.1:51846
>> :    [junit4]   2> 475897 T1792 oass.SolrDispatchFilter.init
>> SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1b8737f
>> :    [junit4]   2> 475897 T1792 oasc.SolrResourceLoader.locateSolrHome
>> JNDI not configured for solr (NoInitialContextEx)
>> :    [junit4]   2> 475897 T1792 oasc.SolrResourceLoader.locateSolrHome
>> using system property solr.solr.home:
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
>> 847BA5C67BD44D56-001\shard-1-001
>> :    [junit4]   2> 475898 T1792 oasc.SolrResourceLoader.<init> new
>> SolrResourceLoader for directory:
>> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
>> 847BA5C67BD44D56-001\shard-1-001\'
>> :    [junit4]   2> 475936 T1792 oasc.ConfigSolr.fromFile Loading
>> container configuration from
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
>> 847BA5C67BD44D56-001\shard-1-001\solr.xml
>> :    [junit4]   2> 475971 T1792 oasc.CorePropertiesLocator.<init>
>> Config-defined core root directory:
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
>> 847BA5C67BD44D56-001\shard-1-001\cores
>> :    [junit4]   2> 475971 T1792 oasc.CoreContainer.<init> New
>> CoreContainer 6041242
>> :    [junit4]   2> 475971 T1792 oasc.CoreContainer.load Loading cores
>> into CoreContainer
>> [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
>> 847BA5C67BD44D56-001\shard-1-001\]
>> :    [junit4]   2> 475973 T1792
>> oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
>> :    [junit4]   2> 475973 T1792
>> oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to:
>> :    [junit4]   2> 475973 T1792
>> oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
>> :    [junit4]   2> 475973 T1792
>> oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost
>> to: 20
>> :    [junit4]   2> 475973 T1792
>> oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
>> :    [junit4]   2> 475973 T1792
>> oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
>> :    [junit4]   2> 475973 T1792
>> oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to:
>> 2147483647
>> :    [junit4]   2> 475975 T1792
>> oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
>> :    [junit4]   2> 475975 T1792
>> oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
>> :    [junit4]   2> 475975 T1792
>> oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
>> :    [junit4]   2> 475976 T1792
>> oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
>> :    [junit4]   2> 475976 T1792 oasu.UpdateShardHandler.<init> Creating
>> UpdateShardHandler HTTP client with params:
>> socketTimeout=340000&connTimeout=45000&retry=true
>> :    [junit4]   2> 475976 T1792 oasl.LogWatcher.createWatcher SLF4J impl
>> is org.slf4j.impl.Log4jLoggerFactory
>> :    [junit4]   2> 475976 T1792 oasl.LogWatcher.newRegisteredLogWatcher
>> Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
>> :    [junit4]   2> 475976 T1792 oasc.CoreContainer.load Host Name:
>> 127.0.0.1
>> :    [junit4]   2> 475979 T1792 oasc.ZkContainer.initZooKeeper Zookeeper
>> client=127.0.0.1:51825/solr
>> :    [junit4]   2> 475979 T1792 oasc.ZkController.checkChrootPath zkHost
>> includes chroot
>> :    [junit4]   2> 475979 T1792
>> oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
>> ZkCredentialsProvider
>> :    [junit4]   2> 475981 T1792 oascc.ConnectionManager.waitForConnected
>> Waiting for client to connect to ZooKeeper
>> :    [junit4]   2> 475983 T1842 oascc.ConnectionManager.process Watcher
>> org.apache.solr.common.cloud.ConnectionManager@1a8d188
>> name:ZooKeeperConnection Watcher:127.0.0.1:51825 got event WatchedEvent
>> state:SyncConnected type:None path:null path:null type:None
>> :    [junit4]   2> 475984 T1792 oascc.ConnectionManager.waitForConnected
>> Client is connected to ZooKeeper
>> :    [junit4]   2> 475985 T1792 oascc.SolrZkClient.createZkACLProvider
>> Using default ZkACLProvider
>> :    [junit4]   2> 475989 T1792 oascc.ConnectionManager.waitForConnected
>> Waiting for client to connect to ZooKeeper
>> :    [junit4]   2> 475991 T1845 oascc.ConnectionManager.process Watcher
>> org.apache.solr.common.cloud.ConnectionManager@1e07c3
>> name:ZooKeeperConnection Watcher:127.0.0.1:51825/solr got event
>> WatchedEvent state:SyncConnected type:None path:null path:null type:None
>> :    [junit4]   2> 475991 T1792 oascc.ConnectionManager.waitForConnected
>> Client is connected to ZooKeeper
>> :    [junit4]   2> 476001 T1792
>> oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster
>> state from ZooKeeper...
>> :    [junit4]   2> 477128 T1792 oasc.ZkController.createEphemeralLiveNode
>> Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51845_
>> :    [junit4]   2> 477130 T1792 oascc.SolrZkClient.makePath makePath:
>> /live_nodes/127.0.0.1:51845_
>> :    [junit4]   2> 477137 T1792 oasc.Overseer.close Overseer (id=null)
>> closing
>> :    [junit4]   2> 477140 T1792 oasc.CorePropertiesLocator.discover
>> Looking for core definitions underneath
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
>> 847BA5C67BD44D56-001\shard-1-001\cores
>> :    [junit4]   2> 477140 T1792 oasc.CorePropertiesLocator.discoverUnder
>> Found core collection1 in
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
>> 847BA5C67BD44D56-001\shard-1-001\cores\collection1\
>> :    [junit4]   2> 477142 T1792 oasc.CorePropertiesLocator.discover Found
>> 1 core definitions
>> :    [junit4]   2> 477144 T1846 oasc.ZkController.publish publishing
>> core=collection1 state=down collection=collection1
>> :    [junit4]   2> 477144 T1846 oasc.ZkController.publish numShards not
>> found on descriptor - reading it from system property
>> :    [junit4]   2> 477145 T1818
>> oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on
>> path /overseer/queue state SyncConnected
>> :    [junit4]   2> 477145 T1846 oasc.ZkController.waitForCoreNodeName
>> look for our core node name
>> :    [junit4]   2> 477148 T1819 oasc.Overseer$ClusterStateUpdater.run
>> processMessage: queueSize: 1, message = {
>> :    [junit4]   2>        "roles":null,
>> :    [junit4]   2>        "numShards":"3",
>> :    [junit4]   2>        "operation":"state",
>> :    [junit4]   2>        "collection":"collection1",
>> :    [junit4]   2>        "core":"collection1",
>> :    [junit4]   2>        "node_name":"127.0.0.1:51845_",
>> :    [junit4]   2>        "base_url":"http://127.0.0.1:51845",
>> :    [junit4]   2>        "shard":null,
>> :    [junit4]   2>        "state":"down"} current state version: 4
>> :    [junit4]   2> 477149 T1819 oasco.ReplicaMutator.updateState Update
>> state numShards=3 message={
>> :    [junit4]   2>        "roles":null,
>> :    [junit4]   2>        "numShards":"3",
>> :    [junit4]   2>        "operation":"state",
>> :    [junit4]   2>        "collection":"collection1",
>> :    [junit4]   2>        "core":"collection1",
>> :    [junit4]   2>        "node_name":"127.0.0.1:51845_",
>> :    [junit4]   2>        "base_url":"http://127.0.0.1:51845",
>> :    [junit4]   2>        "shard":null,
>> :    [junit4]   2>        "state":"down"}
>> :    [junit4]   2> 477149 T1819
>> oasco.ClusterStateMutator.createCollection building a new cName: collection1
>> :    [junit4]   2> 477149 T1819 oasco.ReplicaMutator.updateState
>> Assigning new node to shard shard=shard2
>> :    [junit4]   2> 477151 T1830 oascc.ZkStateReader$2.process A cluster
>> state change: WatchedEvent state:SyncConnected type:NodeDataChanged
>> path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
>> :    [junit4]   2> 477151 T1845 oascc.ZkStateReader$2.process A cluster
>> state change: WatchedEvent state:SyncConnected type:NodeDataChanged
>> path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
>> :    [junit4]   2> 477151 T1818 oascc.ZkStateReader$2.process A cluster
>> state change: WatchedEvent state:SyncConnected type:NodeDataChanged
>> path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
>> :    [junit4]   2> 478267 T1846 oasc.ZkController.waitForShardId waiting
>> to find shard id in clusterstate for collection1
>> :    [junit4]   2> 478267 T1846 oasc.ZkController.createCollectionZkNode
>> Check for collection zkNode:collection1
>> :    [junit4]   2> 478268 T1846 oasc.ZkController.createCollectionZkNode
>> Collection zkNode exists
>> :    [junit4]   2> 478268 T1846 oascc.ZkStateReader.readConfigName Load
>> collection config from:/collections/collection1
>> :    [junit4]   2> 478271 T1846 oascc.ZkStateReader.readConfigName
>> path=/collections/collection1 configName=conf1 specified config exists in
>> ZooKeeper
>> :    [junit4]   2> 478271 T1846 oasc.SolrResourceLoader.<init> new
>> SolrResourceLoader for directory:
>> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
>> 847BA5C67BD44D56-001\shard-1-001\cores\collection1\'
>> :    [junit4]   2> 478295 T1846 oasc.ZkController.watchZKConfDir watch
>> zkdir /configs/conf1
>> :    [junit4]   2> 478299 T1846 oasc.Config.<init> loaded config
>> solrconfig.xml with version 0
>> :    [junit4]   2> 478311 T1846 oasc.SolrConfig.refreshRequestParams
>> current version of requestparams : -1
>> :    [junit4]   2> 478338 T1846 oasc.SolrConfig.<init> Using Lucene
>> MatchVersion: 5.1.0
>> :    [junit4]   2> 478393 T1846 oasc.SolrConfig.<init> Loaded SolrConfig:
>> solrconfig.xml
>> :    [junit4]   2> 478396 T1846 oass.IndexSchema.readSchema Reading Solr
>> Schema from /configs/conf1/schema.xml
>> :    [junit4]   2> 478408 T1846 oass.IndexSchema.readSchema [collection1]
>> Schema name=test
>> :    [junit4]   2> 478869 T1846 oass.OpenExchangeRatesOrgProvider.init
>> Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
>> :    [junit4]   2> 478879 T1846 oass.IndexSchema.readSchema default
>> search field in schema is text
>> :    [junit4]   2> 478883 T1846 oass.IndexSchema.readSchema unique key
>> field: id
>> :    [junit4]   2> 478900 T1846 oass.FileExchangeRateProvider.reload
>> Reloading exchange rates from file currency.xml
>> :    [junit4]   2> 478904 T1846 oass.FileExchangeRateProvider.reload
>> Reloading exchange rates from file currency.xml
>> :    [junit4]   2> 478909 T1846 oass.OpenExchangeRatesOrgProvider.reload
>> Reloading exchange rates from open-exchange-rates.json
>> :    [junit4]   2> 478912 T1846
>> oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
>> IMPORTANT NOTE
>> :    [junit4]   2> 478913 T1846
>> oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected
>> key, got STRING
>> :    [junit4]   2> 478913 T1846 oass.OpenExchangeRatesOrgProvider.reload
>> Reloading exchange rates from open-exchange-rates.json
>> :    [junit4]   2> 478914 T1846
>> oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
>> IMPORTANT NOTE
>> :    [junit4]   2> 478914 T1846
>> oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected
>> key, got STRING
>> :    [junit4]   2> 478914 T1846 oasc.CoreContainer.create Creating
>> SolrCore 'collection1' using configuration from collection collection1
>> :    [junit4]   2> 478914 T1846 oasc.SolrCore.initDirectoryFactory
>> org.apache.solr.core.MockDirectoryFactory
>> :    [junit4]   2> 478915 T1846 oasc.SolrCore.<init> [collection1]
>> Opening new SolrCore at
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
>> 847BA5C67BD44D56-001\shard-1-001\cores\collection1\,
>> dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
>> 847BA5C67BD44D56-001\tempDir-001/jetty1\
>> :    [junit4]   2> 478915 T1846 oasc.JmxMonitoredMap.<init> JMX
>> monitoring is enabled. Adding Solr mbeans to JMX Server:
>> com.sun.jmx.mbeanserver.JmxMBeanServer@b1cfa4
>> :    [junit4]   2> 478916 T1846 oasc.CachingDirectoryFactory.get return
>> new directory for
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
>> 847BA5C67BD44D56-001\tempDir-001/jetty1\
>> :    [junit4]   2> 478916 T1846 oasc.SolrCore.getNewIndexDir New index
>> directory detected: old=null
>> new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
>> 847BA5C67BD44D56-001\tempDir-001/jetty1\index/
>> :    [junit4]   2> 478916 T1846 oasc.SolrCore.initIndex WARN
>> [collection1] Solr index directory
>> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
>> 847BA5C67BD44D56-001\tempDir-001\jetty1\index' doesn't exist. Creating new
>> index...
>> :    [junit4]   2> 478917 T1846 oasc.CachingDirectoryFactory.get return
>> new directory for
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
>> 847BA5C67BD44D56-001\tempDir-001/jetty1\index
>> :    [junit4]   2> 478917 T1846 oasu.RandomMergePolicy.<init>
>> RandomMergePolicy wrapping class
>> org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
>> minMergeSize=0, mergeFactor=10, maxMergeSize=39238125,
>> maxMergeSizeForForcedMerge=9223372036854775807,
>> calibrateSizeByDeletes=true, maxMergeDocs=2147483647,
>> maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
>> :    [junit4]   2> 478918 T1846 oasc.SolrDeletionPolicy.onCommit
>> SolrDeletionPolicy.onCommit: commits: num=1
>> :    [junit4]   2>
>> commit{dir=MockDirectoryWrapper(RAMDirectory@12308c9
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@115f4ea
>> ),segFN=segments_1,generation=1}
>> :    [junit4]   2> 478918 T1846 oasc.SolrDeletionPolicy.updateCommits
>> newest commit generation = 1
>> :    [junit4]   2> 478923 T1846 oasup.UpdateRequestProcessorChain.init
>> creating updateRequestProcessorChain "nodistrib"
>> :    [junit4]   2> 478923 T1
>> :
>> : [...truncated too long message...]
>> :
>> : xBoostProcessorTest, TestDynamicFieldResource,
>> LeaderFailoverAfterPartitionTest, SoftAutoCommitTest,
>> ExitableDirectoryReaderTest, TestFunctionQuery, SolrXmlInZkTest,
>> SuggestComponentTest, AsyncMigrateRouteKeyTest, SSLMigrationTest,
>> ResponseLogComponentTest, CollectionsAPIDistributedZkTest,
>> OpenCloseCoreStressTest, OverseerTest, LeaderElectionIntegrationTest,
>> ShardRoutingTest, RecoveryZkTest, ClusterStateUpdateTest, TestZkChroot,
>> TestRandomDVFaceting, ZkCLITest, TestDistributedGrouping, TestFaceting,
>> TestRecovery, TestHashPartitioner, TermVectorComponentDistributedTest,
>> ZkControllerTest, TestRealTimeGet, TestJoin, TestReload,
>> HardAutoCommitTest, DistributedTermsComponentTest, TestRangeQuery,
>> SpellCheckComponentTest, BadIndexSchemaTest, BasicFunctionalityTest,
>> TestLazyCores, DirectUpdateHandlerTest, TestBadConfig,
>> OverseerCollectionProcessorTest, TestIndexSearcher,
>> CurrencyFieldOpenExchangeTest, DistributedQueryElevationComponentTest,
>> CurrencyFieldXmlFileTest, TestExtendedDismaxParse
>>  r, SuggesterFSTTest, TestFoldingMultitermQuery, DocValuesTest,
>> SuggesterTest, TestStressLucene, SpatialFilterTest, PolyFieldTest,
>> NoCacheHeaderTest, SchemaVersionSpecificBehaviorTest, TestUpdate,
>> QueryEqualityTest, DirectUpdateHandlerOptimizeTest,
>> DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest,
>> TestSolrDeletionPolicy1, DebugComponentTest, TestSurroundQueryParser,
>> LukeRequestHandlerTest, DisMaxRequestHandlerTest, TestQueryUtils,
>> TestWriterPerf, TestReversedWildcardFilterFactory,
>> FileBasedSpellCheckerTest, TermsComponentTest, XmlUpdateRequestHandlerTest,
>> TestValueSourceCache, PathHierarchyTokenizerFactoryTest,
>> TermVectorComponentTest, MoreLikeThisHandlerTest, TestSolrQueryParser,
>> TestArbitraryIndexDir, FastVectorHighlighterTest,
>> IndexSchemaRuntimeFieldTest, SolrPluginUtilsTest, ReturnFieldsTest,
>> UpdateRequestProcessorFactoryTest, TestCSVResponseWriter, QueryParsingTest,
>> TestAnalyzedSuggestions, BinaryUpdateRequestHandlerTest,
>> PingRequestHandlerTest, TestCom
>>  ponentsName, HighlighterConfigTest, TestQuerySenderListener,
>> TestQuerySenderNoQuery, SolrIndexConfigTest, BadComponentTest,
>> TestStressRecovery, TestSolrDeletionPolicy2, MultiTermTest, SampleTest,
>> MinimalSchemaTest, OutputWriterTest, NotRequiredUniqueKeyTest,
>> TestLuceneMatchVersion, SpellPossibilityIteratorTest, TestCharFilters,
>> TestCodecSupport, SynonymTokenizerTest, TestXIncludeConfig,
>> TestSweetSpotSimilarityFactory, TestDFRSimilarityFactory,
>> TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory,
>> TestBM25SimilarityFactory, TestDefaultSimilarityFactory, TestFastWriter,
>> ResourceLoaderTest, ScriptEngineTest, OpenExchangeRatesOrgProviderTest,
>> URLClassifyProcessorTest, PluginInfoTest, TestFastLRUCache,
>> DateMathParserTest, PreAnalyzedFieldTest, TestSystemIdResolver,
>> PrimUtilsTest, TestSuggestSpellingConverter, RAMDirectoryFactoryTest,
>> TestLRUCache, ZkNodePropsTest, SliceStateTest, SystemInfoHandlerTest,
>> UUIDFieldTest, DistributedMLTComponentTest, TestRTGBase, SolrTestCaseJ4Test,
>>  TestHighlightDedupGrouping, AliasIntegrationTest,
>> CloudExitableDirectoryReaderTest, ConnectionManagerTest, DeleteReplicaTest,
>> DeleteShardTest, DistribCursorPagingTest,
>> DistribDocExpirationUpdateProcessorTest, DistribJoinFromCollectionTest,
>> DistributedQueueTest, ExternalCollectionsTest, MigrateRouteKeyTest,
>> MultiThreadedOCPTest, OverseerRolesTest, OverseerStatusTest,
>> RollingRestartTest, SaslZkACLProviderTest,
>> SimpleCollectionCreateDeleteTest, TestCloudPivotFacet,
>> TestDistribDocBasedVersion, TestMiniSolrCloudCluster,
>> TestReplicaProperties, TestShortCircuitedRequests,
>> TriLevelCompositeIdRoutingTest, VMParamsZkACLAndCredentialsProvidersTest,
>> HdfsBasicDistributedZkTest, HdfsChaosMonkeySafeLeaderTest,
>> HdfsSyncSliceTest, StressHdfsTest, TestClusterStateMutator,
>> ZkStateWriterTest, CachingDirectoryFactoryTest, HdfsDirectoryFactoryTest,
>> QueryResultKeyTest, TestConfigSets, TestImplicitCoreProperties,
>> TestNRTOpen, TestReloadAndDeleteDocs, TestShardHandlerFactory,
>> TestSolrConfigHandler, TestSolr
>>  DynamicMBean, TestSolrXml, RequestLoggingTest, TestBlobHandler,
>> TestConfigReload, TestReplicationHandlerBackup]
>> :    [junit4]   2> NOTE: reproduce with: ant test
>> -Dtestcase=TestReplicationHandlerBackup -Dtests.seed=847BA5C67BD44D56
>> -Dtests.slow=true -Dtests.locale=sr_ME -Dtests.timezone=Canada/Yukon
>> -Dtests.asserts=true -Dtests.file.encoding=Cp1252
>> :    [junit4] ERROR   0.00s | TestReplicationHandlerBackup (suite) <<<
>> :    [junit4]    > Throwable #1: java.io.IOException: Could not remove
>> the following files (in the order of attempts):
>> :    [junit4]    >
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
>> 847BA5C67BD44D56-001\solr-instance-002\collection1:
>> java.nio.file.DirectoryNotEmptyException:
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
>> 847BA5C67BD44D56-001\solr-instance-002\collection1
>> :    [junit4]    >
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
>> 847BA5C67BD44D56-001\solr-instance-002:
>> java.nio.file.DirectoryNotEmptyException:
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
>> 847BA5C67BD44D56-001\solr-instance-002
>> :    [junit4]    >
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
>> 847BA5C67BD44D56-001\solr-instance-001\collection1:
>> java.nio.file.DirectoryNotEmptyException:
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
>> 847BA5C67BD44D56-001\solr-instance-001\collection1
>> :    [junit4]    >
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
>> 847BA5C67BD44D56-001\solr-instance-001:
>> java.nio.file.DirectoryNotEmptyException:
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
>> 847BA5C67BD44D56-001\solr-instance-001
>> :    [junit4]    >
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
>> 847BA5C67BD44D56-001\solr-instance-001\collection1\data:
>> java.nio.file.AccessDeniedException:
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
>> 847BA5C67BD44D56-001\solr-instance-001\collection1\data
>> :    [junit4]    >
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
>> 847BA5C67BD44D56-001\solr-instance-001:
>> java.nio.file.DirectoryNotEmptyException:
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
>> 847BA5C67BD44D56-001\solr-instance-001
>> :    [junit4]    >
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
>> 847BA5C67BD44D56-001\solr-instance-002\collection1\data:
>> java.nio.file.AccessDeniedException:
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
>> 847BA5C67BD44D56-001\solr-instance-002\collection1\data
>> :    [junit4]    >
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
>> 847BA5C67BD44D56-001\solr-instance-002:
>> java.nio.file.DirectoryNotEmptyException:
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
>> 847BA5C67BD44D56-001\solr-instance-002
>> :    [junit4]    >
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
>> 847BA5C67BD44D56-001: java.nio.file.DirectoryNotEmptyException:
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
>> 847BA5C67BD44D56-001
>> :    [junit4]    >      at
>> __randomizedtesting.SeedInfo.seed([847BA5C67BD44D56]:0)
>> :    [junit4]    >      at
>> org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
>> :    [junit4]    >      at java.lang.Thread.run(Thread.java:745)
>> :    [junit4] Completed in 7.16s, 2 tests, 1 error <<< FAILURES!
>> :
>> : [...truncated 214 lines...]
>> : BUILD FAILED
>> : C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529:
>> The following error occurred while executing this line:
>> : C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477:
>> The following error occurred while executing this line:
>> : C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61:
>> The following error occurred while executing this line:
>> :
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39:
>> The following error occurred while executing this line:
>> :
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191:
>> The following error occurred while executing this line:
>> :
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:508:
>> The following error occurred while executing this line:
>> :
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1368:
>> The following error occurred while executing this line:
>> :
>> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:975:
>> There were test failures: 466 suites, 1863 tests, 2 suite-level errors, 15
>> errors, 55 ignored (30 assumptions)
>> :
>> : Total time: 128 minutes 45 seconds
>> : Build step 'Invoke Ant' marked build as failure
>> : [description-setter] Description set: Java: 32bit/jdk1.7.0_76 -client
>> -XX:+UseParallelGC
>> : Archiving artifacts
>> : Recording test results
>> : Email was triggered for: Failure - Any
>> : Sending email for trigger: Failure - Any
>> :
>> :
>> :
>>
>> -Hoss
>> http://www.lucidworks.com/
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>> For additional commands, e-mail: dev-help@lucene.apache.org
>>
>
>
>
> --
> Anshum Gupta
> http://about.me/anshumgupta
>



-- 
Regards,
Shalin Shekhar Mangar.

Re: [JENKINS] Lucene-Solr-5.x-Windows (32bit/jdk1.7.0_76) - Build # 4389 - Still Failing!

Posted by Anshum Gupta <an...@anshumgupta.net>.
Yes, this was caused by commits in SOLR-6956. I've committed a fix to both
trunk and 5x.

On Tue, Feb 17, 2015 at 4:50 PM, Chris Hostetter <ho...@fucit.org>
wrote:

>
> I think anshum already fixed tihs this?
>
> was caused by commits in SOLR-6956.
>
>
>
> : Date: Wed, 18 Feb 2015 00:43:26 +0000 (UTC)
> : From: Policeman Jenkins Server <je...@thetaphi.de>
> : Reply-To: dev@lucene.apache.org
> : To: shalin@apache.org, jpountz@apache.org, rmuir@apache.org,
> :     dev@lucene.apache.org
> : Subject: [JENKINS] Lucene-Solr-5.x-Windows (32bit/jdk1.7.0_76) - Build #
> 4389
> :     - Still Failing!
> :
> : Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4389/
> : Java: 32bit/jdk1.7.0_76 -client -XX:+UseParallelGC
> :
> : 17 tests failed.
> : FAILED:
> org.apache.solr.cloud.OverseerCollectionProcessorTest.testReplicationEqualNumberOfSlicesPerNodeSendNullCreateNodes
> :
> : Error Message:
> : Captured an uncaught exception in thread: Thread[id=15602,
> name=OverseerThreadFactory-8184-thread-1, state=RUNNABLE,
> group=TGRP-OverseerCollectionProcessorTest]
> :
> : Stack Trace:
> : com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an
> uncaught exception in thread: Thread[id=15602,
> name=OverseerThreadFactory-8184-thread-1, state=RUNNABLE,
> group=TGRP-OverseerCollectionProcessorTest]
> : Caused by: java.lang.AssertionError:
> :   Unexpected method call updateClusterState(true):
> :     getClusterProps(): expected: 1, actual: 0
> :       at __randomizedtesting.SeedInfo.seed([847BA5C67BD44D56]:0)
> :       at
> org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:45)
> :       at
> org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:73)
> :       at
> org.easymock.internal.ClassProxyFactory$MockMethodInterceptor.intercept(ClassProxyFactory.java:92)
> :       at
> org.apache.solr.common.cloud.ZkStateReader$$EnhancerByCGLIB$$2e4978aa.updateClusterState(<generated>)
> :       at
> org.apache.solr.cloud.OverseerCollectionProcessor.processMessage(OverseerCollectionProcessor.java:583)
> :       at
> org.apache.solr.cloud.OverseerCollectionProcessor$Runner.run(OverseerCollectionProcessor.java:2863)
> :       at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
> :       at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> :       at java.lang.Thread.run(Thread.java:745)
> :
> :
> : FAILED:
> org.apache.solr.cloud.OverseerCollectionProcessorTest.testNoReplicationEqualNumberOfSlicesPerNodeSendNullCreateNodes
> :
> : Error Message:
> : Captured an uncaught exception in thread: Thread[id=15605,
> name=OverseerThreadFactory-8185-thread-1, state=RUNNABLE,
> group=TGRP-OverseerCollectionProcessorTest]
> :
> : Stack Trace:
> : com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an
> uncaught exception in thread: Thread[id=15605,
> name=OverseerThreadFactory-8185-thread-1, state=RUNNABLE,
> group=TGRP-OverseerCollectionProcessorTest]
> : Caused by: java.lang.AssertionError:
> :   Unexpected method call updateClusterState(true):
> :     getClusterProps(): expected: 1, actual: 0
> :       at __randomizedtesting.SeedInfo.seed([847BA5C67BD44D56]:0)
> :       at
> org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:45)
> :       at
> org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:73)
> :       at
> org.easymock.internal.ClassProxyFactory$MockMethodInterceptor.intercept(ClassProxyFactory.java:92)
> :       at
> org.apache.solr.common.cloud.ZkStateReader$$EnhancerByCGLIB$$2e4978aa.updateClusterState(<generated>)
> :       at
> org.apache.solr.cloud.OverseerCollectionProcessor.processMessage(OverseerCollectionProcessor.java:583)
> :       at
> org.apache.solr.cloud.OverseerCollectionProcessor$Runner.run(OverseerCollectionProcessor.java:2863)
> :       at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
> :       at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> :       at java.lang.Thread.run(Thread.java:745)
> :
> :
> : FAILED:
> org.apache.solr.cloud.OverseerCollectionProcessorTest.testReplicationEqualNumberOfSlicesPerNode
> :
> : Error Message:
> : Captured an uncaught exception in thread: Thread[id=15608,
> name=OverseerThreadFactory-8186-thread-1, state=RUNNABLE,
> group=TGRP-OverseerCollectionProcessorTest]
> :
> : Stack Trace:
> : com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an
> uncaught exception in thread: Thread[id=15608,
> name=OverseerThreadFactory-8186-thread-1, state=RUNNABLE,
> group=TGRP-OverseerCollectionProcessorTest]
> : Caused by: java.lang.AssertionError:
> :   Unexpected method call updateClusterState(true):
> :     getClusterProps(): expected: 1, actual: 0
> :       at __randomizedtesting.SeedInfo.seed([847BA5C67BD44D56]:0)
> :       at
> org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:45)
> :       at
> org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:73)
> :       at
> org.easymock.internal.ClassProxyFactory$MockMethodInterceptor.intercept(ClassProxyFactory.java:92)
> :       at
> org.apache.solr.common.cloud.ZkStateReader$$EnhancerByCGLIB$$2e4978aa.updateClusterState(<generated>)
> :       at
> org.apache.solr.cloud.OverseerCollectionProcessor.processMessage(OverseerCollectionProcessor.java:583)
> :       at
> org.apache.solr.cloud.OverseerCollectionProcessor$Runner.run(OverseerCollectionProcessor.java:2863)
> :       at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
> :       at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> :       at java.lang.Thread.run(Thread.java:745)
> :
> :
> : FAILED:
> org.apache.solr.cloud.OverseerCollectionProcessorTest.testNoReplicationLimitedNodesToCreateOn
> :
> : Error Message:
> : Captured an uncaught exception in thread: Thread[id=15611,
> name=OverseerThreadFactory-8187-thread-1, state=RUNNABLE,
> group=TGRP-OverseerCollectionProcessorTest]
> :
> : Stack Trace:
> : com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an
> uncaught exception in thread: Thread[id=15611,
> name=OverseerThreadFactory-8187-thread-1, state=RUNNABLE,
> group=TGRP-OverseerCollectionProcessorTest]
> : Caused by: java.lang.AssertionError:
> :   Unexpected method call updateClusterState(true):
> :     getClusterProps(): expected: 1, actual: 0
> :       at __randomizedtesting.SeedInfo.seed([847BA5C67BD44D56]:0)
> :       at
> org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:45)
> :       at
> org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:73)
> :       at
> org.easymock.internal.ClassProxyFactory$MockMethodInterceptor.intercept(ClassProxyFactory.java:92)
> :       at
> org.apache.solr.common.cloud.ZkStateReader$$EnhancerByCGLIB$$2e4978aa.updateClusterState(<generated>)
> :       at
> org.apache.solr.cloud.OverseerCollectionProcessor.processMessage(OverseerCollectionProcessor.java:583)
> :       at
> org.apache.solr.cloud.OverseerCollectionProcessor$Runner.run(OverseerCollectionProcessor.java:2863)
> :       at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
> :       at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> :       at java.lang.Thread.run(Thread.java:745)
> :
> :
> : FAILED:
> org.apache.solr.cloud.OverseerCollectionProcessorTest.testReplicationCollectionNotCreatedDueToMaxShardsPerNodeAndNodesToCreateOnLimits
> :
> : Error Message:
> : Captured an uncaught exception in thread: Thread[id=15614,
> name=OverseerThreadFactory-8188-thread-1, state=RUNNABLE,
> group=TGRP-OverseerCollectionProcessorTest]
> :
> : Stack Trace:
> : com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an
> uncaught exception in thread: Thread[id=15614,
> name=OverseerThreadFactory-8188-thread-1, state=RUNNABLE,
> group=TGRP-OverseerCollectionProcessorTest]
> : Caused by: java.lang.AssertionError:
> :   Unexpected method call updateClusterState(true):
> :     getClusterProps(): expected: 1, actual: 0
> :       at __randomizedtesting.SeedInfo.seed([847BA5C67BD44D56]:0)
> :       at
> org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:45)
> :       at
> org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:73)
> :       at
> org.easymock.internal.ClassProxyFactory$MockMethodInterceptor.intercept(ClassProxyFactory.java:92)
> :       at
> org.apache.solr.common.cloud.ZkStateReader$$EnhancerByCGLIB$$2e4978aa.updateClusterState(<generated>)
> :       at
> org.apache.solr.cloud.OverseerCollectionProcessor.processMessage(OverseerCollectionProcessor.java:583)
> :       at
> org.apache.solr.cloud.OverseerCollectionProcessor$Runner.run(OverseerCollectionProcessor.java:2863)
> :       at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
> :       at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> :       at java.lang.Thread.run(Thread.java:745)
> :
> :
> : FAILED:
> org.apache.solr.cloud.OverseerCollectionProcessorTest.testReplicationCollectionNotCreatedDueToMaxShardsPerNodeLimit
> :
> : Error Message:
> : Captured an uncaught exception in thread: Thread[id=15617,
> name=OverseerThreadFactory-8189-thread-1, state=RUNNABLE,
> group=TGRP-OverseerCollectionProcessorTest]
> :
> : Stack Trace:
> : com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an
> uncaught exception in thread: Thread[id=15617,
> name=OverseerThreadFactory-8189-thread-1, state=RUNNABLE,
> group=TGRP-OverseerCollectionProcessorTest]
> : Caused by: java.lang.AssertionError:
> :   Unexpected method call updateClusterState(true):
> :     getClusterProps(): expected: 1, actual: 0
> :       at __randomizedtesting.SeedInfo.seed([847BA5C67BD44D56]:0)
> :       at
> org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:45)
> :       at
> org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:73)
> :       at
> org.easymock.internal.ClassProxyFactory$MockMethodInterceptor.intercept(ClassProxyFactory.java:92)
> :       at
> org.apache.solr.common.cloud.ZkStateReader$$EnhancerByCGLIB$$2e4978aa.updateClusterState(<generated>)
> :       at
> org.apache.solr.cloud.OverseerCollectionProcessor.processMessage(OverseerCollectionProcessor.java:583)
> :       at
> org.apache.solr.cloud.OverseerCollectionProcessor$Runner.run(OverseerCollectionProcessor.java:2863)
> :       at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
> :       at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> :       at java.lang.Thread.run(Thread.java:745)
> :
> :
> : FAILED:
> org.apache.solr.cloud.OverseerCollectionProcessorTest.testNoReplicationUnequalNumberOfSlicesPerNode
> :
> : Error Message:
> : Captured an uncaught exception in thread: Thread[id=15620,
> name=OverseerThreadFactory-8190-thread-1, state=RUNNABLE,
> group=TGRP-OverseerCollectionProcessorTest]
> :
> : Stack Trace:
> : com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an
> uncaught exception in thread: Thread[id=15620,
> name=OverseerThreadFactory-8190-thread-1, state=RUNNABLE,
> group=TGRP-OverseerCollectionProcessorTest]
> : Caused by: java.lang.AssertionError:
> :   Unexpected method call updateClusterState(true):
> :     getClusterProps(): expected: 1, actual: 0
> :       at __randomizedtesting.SeedInfo.seed([847BA5C67BD44D56]:0)
> :       at
> org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:45)
> :       at
> org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:73)
> :       at
> org.easymock.internal.ClassProxyFactory$MockMethodInterceptor.intercept(ClassProxyFactory.java:92)
> :       at
> org.apache.solr.common.cloud.ZkStateReader$$EnhancerByCGLIB$$2e4978aa.updateClusterState(<generated>)
> :       at
> org.apache.solr.cloud.OverseerCollectionProcessor.processMessage(OverseerCollectionProcessor.java:583)
> :       at
> org.apache.solr.cloud.OverseerCollectionProcessor$Runner.run(OverseerCollectionProcessor.java:2863)
> :       at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
> :       at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> :       at java.lang.Thread.run(Thread.java:745)
> :
> :
> : FAILED:
> org.apache.solr.cloud.OverseerCollectionProcessorTest.testNoReplicationEqualNumberOfSlicesPerNode
> :
> : Error Message:
> : Captured an uncaught exception in thread: Thread[id=15623,
> name=OverseerThreadFactory-8191-thread-1, state=RUNNABLE,
> group=TGRP-OverseerCollectionProcessorTest]
> :
> : Stack Trace:
> : com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an
> uncaught exception in thread: Thread[id=15623,
> name=OverseerThreadFactory-8191-thread-1, state=RUNNABLE,
> group=TGRP-OverseerCollectionProcessorTest]
> : Caused by: java.lang.AssertionError:
> :   Unexpected method call updateClusterState(true):
> :     getClusterProps(): expected: 1, actual: 0
> :       at __randomizedtesting.SeedInfo.seed([847BA5C67BD44D56]:0)
> :       at
> org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:45)
> :       at
> org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:73)
> :       at
> org.easymock.internal.ClassProxyFactory$MockMethodInterceptor.intercept(ClassProxyFactory.java:92)
> :       at
> org.apache.solr.common.cloud.ZkStateReader$$EnhancerByCGLIB$$2e4978aa.updateClusterState(<generated>)
> :       at
> org.apache.solr.cloud.OverseerCollectionProcessor.processMessage(OverseerCollectionProcessor.java:583)
> :       at
> org.apache.solr.cloud.OverseerCollectionProcessor$Runner.run(OverseerCollectionProcessor.java:2863)
> :       at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
> :       at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> :       at java.lang.Thread.run(Thread.java:745)
> :
> :
> : FAILED:
> org.apache.solr.cloud.OverseerCollectionProcessorTest.testNoReplicationCollectionNotCreatedDueToMaxShardsPerNodeLimit
> :
> : Error Message:
> : Captured an uncaught exception in thread: Thread[id=15626,
> name=OverseerThreadFactory-8192-thread-1, state=RUNNABLE,
> group=TGRP-OverseerCollectionProcessorTest]
> :
> : Stack Trace:
> : com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an
> uncaught exception in thread: Thread[id=15626,
> name=OverseerThreadFactory-8192-thread-1, state=RUNNABLE,
> group=TGRP-OverseerCollectionProcessorTest]
> : Caused by: java.lang.AssertionError:
> :   Unexpected method call updateClusterState(true):
> :     getClusterProps(): expected: 1, actual: 0
> :       at __randomizedtesting.SeedInfo.seed([847BA5C67BD44D56]:0)
> :       at
> org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:45)
> :       at
> org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:73)
> :       at
> org.easymock.internal.ClassProxyFactory$MockMethodInterceptor.intercept(ClassProxyFactory.java:92)
> :       at
> org.apache.solr.common.cloud.ZkStateReader$$EnhancerByCGLIB$$2e4978aa.updateClusterState(<generated>)
> :       at
> org.apache.solr.cloud.OverseerCollectionProcessor.processMessage(OverseerCollectionProcessor.java:583)
> :       at
> org.apache.solr.cloud.OverseerCollectionProcessor$Runner.run(OverseerCollectionProcessor.java:2863)
> :       at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
> :       at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> :       at java.lang.Thread.run(Thread.java:745)
> :
> :
> : FAILED:
> org.apache.solr.cloud.OverseerCollectionProcessorTest.testNoReplicationCollectionNotCreatedDueToMaxShardsPerNodeAndNodesToCreateOnLimits
> :
> : Error Message:
> : Captured an uncaught exception in thread: Thread[id=15629,
> name=OverseerThreadFactory-8193-thread-1, state=RUNNABLE,
> group=TGRP-OverseerCollectionProcessorTest]
> :
> : Stack Trace:
> : com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an
> uncaught exception in thread: Thread[id=15629,
> name=OverseerThreadFactory-8193-thread-1, state=RUNNABLE,
> group=TGRP-OverseerCollectionProcessorTest]
> : Caused by: java.lang.AssertionError:
> :   Unexpected method call updateClusterState(true):
> :     getClusterProps(): expected: 1, actual: 0
> :       at __randomizedtesting.SeedInfo.seed([847BA5C67BD44D56]:0)
> :       at
> org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:45)
> :       at
> org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:73)
> :       at
> org.easymock.internal.ClassProxyFactory$MockMethodInterceptor.intercept(ClassProxyFactory.java:92)
> :       at
> org.apache.solr.common.cloud.ZkStateReader$$EnhancerByCGLIB$$2e4978aa.updateClusterState(<generated>)
> :       at
> org.apache.solr.cloud.OverseerCollectionProcessor.processMessage(OverseerCollectionProcessor.java:583)
> :       at
> org.apache.solr.cloud.OverseerCollectionProcessor$Runner.run(OverseerCollectionProcessor.java:2863)
> :       at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
> :       at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> :       at java.lang.Thread.run(Thread.java:745)
> :
> :
> : FAILED:
> org.apache.solr.cloud.OverseerCollectionProcessorTest.testReplicationEqualNumberOfSlicesPerNodeSendCreateNodesEqualToLiveNodes
> :
> : Error Message:
> : Captured an uncaught exception in thread: Thread[id=15632,
> name=OverseerThreadFactory-8194-thread-1, state=RUNNABLE,
> group=TGRP-OverseerCollectionProcessorTest]
> :
> : Stack Trace:
> : com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an
> uncaught exception in thread: Thread[id=15632,
> name=OverseerThreadFactory-8194-thread-1, state=RUNNABLE,
> group=TGRP-OverseerCollectionProcessorTest]
> : Caused by: java.lang.AssertionError:
> :   Unexpected method call updateClusterState(true):
> :     getClusterProps(): expected: 1, actual: 0
> :       at __randomizedtesting.SeedInfo.seed([847BA5C67BD44D56]:0)
> :       at
> org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:45)
> :       at
> org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:73)
> :       at
> org.easymock.internal.ClassProxyFactory$MockMethodInterceptor.intercept(ClassProxyFactory.java:92)
> :       at
> org.apache.solr.common.cloud.ZkStateReader$$EnhancerByCGLIB$$2e4978aa.updateClusterState(<generated>)
> :       at
> org.apache.solr.cloud.OverseerCollectionProcessor.processMessage(OverseerCollectionProcessor.java:583)
> :       at
> org.apache.solr.cloud.OverseerCollectionProcessor$Runner.run(OverseerCollectionProcessor.java:2863)
> :       at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
> :       at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> :       at java.lang.Thread.run(Thread.java:745)
> :
> :
> : FAILED:
> org.apache.solr.cloud.OverseerCollectionProcessorTest.testReplicationLimitedNodesToCreateOn
> :
> : Error Message:
> : Captured an uncaught exception in thread: Thread[id=15635,
> name=OverseerThreadFactory-8195-thread-1, state=RUNNABLE,
> group=TGRP-OverseerCollectionProcessorTest]
> :
> : Stack Trace:
> : com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an
> uncaught exception in thread: Thread[id=15635,
> name=OverseerThreadFactory-8195-thread-1, state=RUNNABLE,
> group=TGRP-OverseerCollectionProcessorTest]
> : Caused by: java.lang.AssertionError:
> :   Unexpected method call updateClusterState(true):
> :     getClusterProps(): expected: 1, actual: 0
> :       at __randomizedtesting.SeedInfo.seed([847BA5C67BD44D56]:0)
> :       at
> org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:45)
> :       at
> org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:73)
> :       at
> org.easymock.internal.ClassProxyFactory$MockMethodInterceptor.intercept(ClassProxyFactory.java:92)
> :       at
> org.apache.solr.common.cloud.ZkStateReader$$EnhancerByCGLIB$$2e4978aa.updateClusterState(<generated>)
> :       at
> org.apache.solr.cloud.OverseerCollectionProcessor.processMessage(OverseerCollectionProcessor.java:583)
> :       at
> org.apache.solr.cloud.OverseerCollectionProcessor$Runner.run(OverseerCollectionProcessor.java:2863)
> :       at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
> :       at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> :       at java.lang.Thread.run(Thread.java:745)
> :
> :
> : FAILED:
> org.apache.solr.cloud.OverseerCollectionProcessorTest.testNoReplicationEqualNumberOfSlicesPerNodeSendCreateNodesEqualToLiveNodes
> :
> : Error Message:
> : Captured an uncaught exception in thread: Thread[id=15638,
> name=OverseerThreadFactory-8196-thread-1, state=RUNNABLE,
> group=TGRP-OverseerCollectionProcessorTest]
> :
> : Stack Trace:
> : com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an
> uncaught exception in thread: Thread[id=15638,
> name=OverseerThreadFactory-8196-thread-1, state=RUNNABLE,
> group=TGRP-OverseerCollectionProcessorTest]
> : Caused by: java.lang.AssertionError:
> :   Unexpected method call updateClusterState(true):
> :     getClusterProps(): expected: 1, actual: 0
> :       at __randomizedtesting.SeedInfo.seed([847BA5C67BD44D56]:0)
> :       at
> org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:45)
> :       at
> org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:73)
> :       at
> org.easymock.internal.ClassProxyFactory$MockMethodInterceptor.intercept(ClassProxyFactory.java:92)
> :       at
> org.apache.solr.common.cloud.ZkStateReader$$EnhancerByCGLIB$$2e4978aa.updateClusterState(<generated>)
> :       at
> org.apache.solr.cloud.OverseerCollectionProcessor.processMessage(OverseerCollectionProcessor.java:583)
> :       at
> org.apache.solr.cloud.OverseerCollectionProcessor$Runner.run(OverseerCollectionProcessor.java:2863)
> :       at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
> :       at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> :       at java.lang.Thread.run(Thread.java:745)
> :
> :
> : FAILED:
> org.apache.solr.cloud.OverseerCollectionProcessorTest.testReplicationUnequalNumberOfSlicesPerNode
> :
> : Error Message:
> : Captured an uncaught exception in thread: Thread[id=15641,
> name=OverseerThreadFactory-8197-thread-1, state=RUNNABLE,
> group=TGRP-OverseerCollectionProcessorTest]
> :
> : Stack Trace:
> : com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an
> uncaught exception in thread: Thread[id=15641,
> name=OverseerThreadFactory-8197-thread-1, state=RUNNABLE,
> group=TGRP-OverseerCollectionProcessorTest]
> : Caused by: java.lang.AssertionError:
> :   Unexpected method call updateClusterState(true):
> :     getClusterProps(): expected: 1, actual: 0
> :       at __randomizedtesting.SeedInfo.seed([847BA5C67BD44D56]:0)
> :       at
> org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:45)
> :       at
> org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:73)
> :       at
> org.easymock.internal.ClassProxyFactory$MockMethodInterceptor.intercept(ClassProxyFactory.java:92)
> :       at
> org.apache.solr.common.cloud.ZkStateReader$$EnhancerByCGLIB$$2e4978aa.updateClusterState(<generated>)
> :       at
> org.apache.solr.cloud.OverseerCollectionProcessor.processMessage(OverseerCollectionProcessor.java:583)
> :       at
> org.apache.solr.cloud.OverseerCollectionProcessor$Runner.run(OverseerCollectionProcessor.java:2863)
> :       at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
> :       at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> :       at java.lang.Thread.run(Thread.java:745)
> :
> :
> : FAILED:
> junit.framework.TestSuite.org.apache.solr.cloud.BasicDistributedZk2Test
> :
> : Error Message:
> : Could not remove the following files (in the order of attempts):
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test
> 847BA5C67BD44D56-001\tempDir-002: java.nio.file.AccessDeniedException:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test
> 847BA5C67BD44D56-001\tempDir-002
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test
> 847BA5C67BD44D56-001: java.nio.file.DirectoryNotEmptyException:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test
> 847BA5C67BD44D56-001
> :
> : Stack Trace:
> : java.io.IOException: Could not remove the following files (in the order
> of attempts):
> :
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test
> 847BA5C67BD44D56-001\tempDir-002: java.nio.file.AccessDeniedException:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test
> 847BA5C67BD44D56-001\tempDir-002
> :
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test
> 847BA5C67BD44D56-001: java.nio.file.DirectoryNotEmptyException:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test
> 847BA5C67BD44D56-001
> :
> :       at __randomizedtesting.SeedInfo.seed([847BA5C67BD44D56]:0)
> :       at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
> :       at
> org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:170)
> :       at
> com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
> :       at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
> :       at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> :       at
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
> :       at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> :       at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
> :       at
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
> :       at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> :       at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
> :       at java.lang.Thread.run(Thread.java:745)
> :
> :
> : FAILED:  org.apache.solr.cloud.ReplicationFactorTest.test
> :
> : Error Message:
> : org.apache.http.NoHttpResponseException: The target server failed to
> respond
> :
> : Stack Trace:
> : org.apache.solr.client.solrj.SolrServerException:
> org.apache.http.NoHttpResponseException: The target server failed to respond
> :       at
> org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:865)
> :       at
> org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:730)
> :       at
> org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:283)
> :       at
> org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
> :       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> :       at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> :       at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> :       at java.lang.reflect.Method.invoke(Method.java:606)
> :       at
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
> :       at
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
> :       at
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
> :       at
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
> :       at
> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:940)
> :       at
> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:915)
> :       at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
> :       at
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
> :       at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> :       at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> :       at
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
> :       at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
> :       at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> :       at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> :       at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
> :       at
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
> :       at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
> :       at
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
> :       at
> com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
> :       at
> com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
> :       at
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
> :       at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> :       at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
> :       at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> :       at
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
> :       at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> :       at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> :       at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> :       at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> :       at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> :       at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> :       at
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
> :       at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> :       at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
> :       at
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
> :       at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> :       at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
> :       at java.lang.Thread.run(Thread.java:745)
> : Caused by: org.apache.http.NoHttpResponseException: The target server
> failed to respond
> :       at
> org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
> :       at
> org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
> :       at
> org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
> :       at
> org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
> :       at
> org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
> :       at
> org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
> :       at
> org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
> :       at
> org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
> :       at
> org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
> :       at
> org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
> :       at
> org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
> :       at
> org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
> :       at
> org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
> :       at
> org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
> :       at
> org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
> :       at
> org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
> :       at
> org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
> :       at
> org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
> :       at
> org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
> :       at
> org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:546)
> :       at
> org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:543)
> :       at java.util.concurrent.FutureTask.run(FutureTask.java:262)
> :       at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
> :       at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> :       ... 1 more
> :
> :
> : FAILED:
> junit.framework.TestSuite.org.apache.solr.handler.TestReplicationHandlerBackup
> :
> : Error Message:
> : Could not remove the following files (in the order of attempts):
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
> 847BA5C67BD44D56-001\solr-instance-002\collection1:
> java.nio.file.DirectoryNotEmptyException:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
> 847BA5C67BD44D56-001\solr-instance-002\collection1
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
> 847BA5C67BD44D56-001\solr-instance-002:
> java.nio.file.DirectoryNotEmptyException:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
> 847BA5C67BD44D56-001\solr-instance-002
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBac
>  kup 847BA5C67BD44D56-001\solr-instance-001\collection1:
> java.nio.file.DirectoryNotEmptyException:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
> 847BA5C67BD44D56-001\solr-instance-001\collection1
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
> 847BA5C67BD44D56-001\solr-instance-001:
> java.nio.file.DirectoryNotEmptyException:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
> 847BA5C67BD44D56-001\solr-instance-001
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
> 847BA5C67BD44D56-001\solr-instance-001\collection1\data:
> java.nio.file.AccessDeniedException:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.hand
>  ler.TestReplicationHandlerBackup
> 847BA5C67BD44D56-001\solr-instance-001\collection1\data
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
> 847BA5C67BD44D56-001\solr-instance-001:
> java.nio.file.DirectoryNotEmptyException:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
> 847BA5C67BD44D56-001\solr-instance-001
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
> 847BA5C67BD44D56-001\solr-instance-002\collection1\data:
> java.nio.file.AccessDeniedException:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
> 847BA5C67BD44D56-001\solr-instance-002\collection1\data
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handl
>  er.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-002:
> java.nio..file.DirectoryNotEmptyException:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
> 847BA5C67BD44D56-001\solr-instance-002
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
> 847BA5C67BD44D56-001: java.nio.file.DirectoryNotEmptyException:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
> 847BA5C67BD44D56-001
> :
> : Stack Trace:
> : java.io.IOException: Could not remove the following files (in the order
> of attempts):
> :
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
> 847BA5C67BD44D56-001\solr-instance-002\collection1:
> java.nio.file.DirectoryNotEmptyException:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
> 847BA5C67BD44D56-001\solr-instance-002\collection1
> :
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
> 847BA5C67BD44D56-001\solr-instance-002:
> java.nio.file.DirectoryNotEmptyException:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
> 847BA5C67BD44D56-001\solr-instance-002
> :
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
> 847BA5C67BD44D56-001\solr-instance-001\collection1:
> java.nio.file.DirectoryNotEmptyException:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
> 847BA5C67BD44D56-001\solr-instance-001\collection1
> :
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
> 847BA5C67BD44D56-001\solr-instance-001:
> java.nio.file.DirectoryNotEmptyException:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
> 847BA5C67BD44D56-001\solr-instance-001
> :
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
> 847BA5C67BD44D56-001\solr-instance-001\collection1\data:
> java.nio.file.AccessDeniedException:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
> 847BA5C67BD44D56-001\solr-instance-001\collection1\data
> :
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
> 847BA5C67BD44D56-001\solr-instance-001:
> java.nio.file.DirectoryNotEmptyException:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
> 847BA5C67BD44D56-001\solr-instance-001
> :
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
> 847BA5C67BD44D56-001\solr-instance-002\collection1\data:
> java.nio.file.AccessDeniedException:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
> 847BA5C67BD44D56-001\solr-instance-002\collection1\data
> :
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
> 847BA5C67BD44D56-001\solr-instance-002:
> java.nio.file.DirectoryNotEmptyException:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
> 847BA5C67BD44D56-001\solr-instance-002
> :
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
> 847BA5C67BD44D56-001: java.nio.file.DirectoryNotEmptyException:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
> 847BA5C67BD44D56-001
> :
> :       at __randomizedtesting.SeedInfo.seed([847BA5C67BD44D56]:0)
> :       at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
> :       at
> org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:170)
> :       at
> com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
> :       at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
> :       at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> :       at
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
> :       at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> :       at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
> :       at
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
> :       at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> :       at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
> :       at java.lang.Thread.run(Thread.java:745)
> :
> :
> :
> :
> : Build Log:
> : [...truncated 9404 lines...]
> :    [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
> :    [junit4]   2> Creating dataDir:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 847BA5C67BD44D56-001\init-core-data-001
> :    [junit4]   2> 470526 T1792
> oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext
> system property: /
> :    [junit4]   2> 470532 T1792 oasc.ZkTestServer.run STARTING ZK TEST
> SERVER
> :    [junit4]   1> client port:0.0.0.0/0.0.0.0:0
> :    [junit4]   2> 470533 T1793
> oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
> :    [junit4]   2> 470657 T1792 oasc.ZkTestServer.run start zk server on
> port:51825
> :    [junit4]   2> 470657 T1792
> oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
> ZkCredentialsProvider
> :    [junit4]   2> 470660 T1792 oascc.ConnectionManager.waitForConnected
> Waiting for client to connect to ZooKeeper
> :    [junit4]   2> 470663 T1800 oascc.ConnectionManager.process Watcher
> org.apache.solr.common.cloud.ConnectionManager@b3e322
> name:ZooKeeperConnection Watcher:127.0.0.1:51825 got event WatchedEvent
> state:SyncConnected type:None path:null path:null type:None
> :    [junit4]   2> 470665 T1792 oascc.ConnectionManager.waitForConnected
> Client is connected to ZooKeeper
> :    [junit4]   2> 470665 T1792 oascc.SolrZkClient.createZkACLProvider
> Using default ZkACLProvider
> :    [junit4]   2> 470665 T1792 oascc.SolrZkClient.makePath makePath: /solr
> :    [junit4]   2> 470672 T1792
> oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
> ZkCredentialsProvider
> :    [junit4]   2> 470674 T1792 oascc.ConnectionManager.waitForConnected
> Waiting for client to connect to ZooKeeper
> :    [junit4]   2> 470676 T1803 oascc.ConnectionManager.process Watcher
> org.apache.solr.common.cloud.ConnectionManager@e43f50
> name:ZooKeeperConnection Watcher:127.0.0.1:51825/solr got event
> WatchedEvent state:SyncConnected type:None path:null path:null type:None
> :    [junit4]   2> 470677 T1792 oascc.ConnectionManager.waitForConnected
> Client is connected to ZooKeeper
> :    [junit4]   2> 470677 T1792 oascc.SolrZkClient.createZkACLProvider
> Using default ZkACLProvider
> :    [junit4]   2> 470677 T1792 oascc.SolrZkClient.makePath makePath:
> /collections/collection1
> :    [junit4]   2> 470682 T1792 oascc.SolrZkClient.makePath makePath:
> /collections/collection1/shards
> :    [junit4]   2> 470685 T1792 oascc.SolrZkClient.makePath makePath:
> /collections/control_collection
> :    [junit4]   2> 470689 T1792 oascc.SolrZkClient.makePath makePath:
> /collections/control_collection/shards
> :    [junit4]   2> 470691 T1792 oasc.AbstractZkTestCase.putConfig put
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml
> to /configs/conf1/solrconfig.xml
> :    [junit4]   2> 470691 T1792 oascc.SolrZkClient.makePath makePath:
> /configs/conf1/solrconfig.xml
> :    [junit4]   2> 470699 T1792 oasc.AbstractZkTestCase.putConfig put
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml
> to /configs/conf1/schema.xml
> :    [junit4]   2> 470699 T1792 oascc.SolrZkClient.makePath makePath:
> /configs/conf1/schema.xml
> :    [junit4]   2> 470704 T1792 oasc.AbstractZkTestCase.putConfig put
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml
> to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
> :    [junit4]   2> 470704 T1792 oascc.SolrZkClient.makePath makePath:
> /configs/conf1/solrconfig.snippet.randomindexconfig.xml
> :    [junit4]   2> 470708 T1792 oasc.AbstractZkTestCase.putConfig put
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt
> to /configs/conf1/stopwords.txt
> :    [junit4]   2> 470708 T1792 oascc.SolrZkClient.makePath makePath:
> /configs/conf1/stopwords.txt
> :    [junit4]   2> 470714 T1792 oasc.AbstractZkTestCase.putConfig put
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt
> to /configs/conf1/protwords.txt
> :    [junit4]   2> 470714 T1792 oascc.SolrZkClient.makePath makePath:
> /configs/conf1/protwords.txt
> :    [junit4]   2> 470718 T1792 oasc.AbstractZkTestCase.putConfig put
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml
> to /configs/conf1/currency.xml
> :    [junit4]   2> 470718 T1792 oascc.SolrZkClient.makePath makePath:
> /configs/conf1/currency.xml
> :    [junit4]   2> 470723 T1792 oasc.AbstractZkTestCase.putConfig put
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml
> to /configs/conf1/enumsConfig.xml
> :    [junit4]   2> 470723 T1792 oascc.SolrZkClient.makePath makePath:
> /configs/conf1/enumsConfig.xml
> :    [junit4]   2> 470729 T1792 oasc.AbstractZkTestCase.putConfig put
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json
> to /configs/conf1/open-exchange-rates.json
> :    [junit4]   2> 470729 T1792 oascc.SolrZkClient.makePath makePath:
> /configs/conf1/open-exchange-rates.json
> :    [junit4]   2> 470733 T1792 oasc.AbstractZkTestCase.putConfig put
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt
> to /configs/conf1/mapping-ISOLatin1Accent.txt
> :    [junit4]   2> 470733 T1792 oascc.SolrZkClient.makePath makePath:
> /configs/conf1/mapping-ISOLatin1Accent.txt
> :    [junit4]   2> 470738 T1792 oasc.AbstractZkTestCase.putConfig put
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt
> to /configs/conf1/old_synonyms.txt
> :    [junit4]   2> 470738 T1792 oascc.SolrZkClient.makePath makePath:
> /configs/conf1/old_synonyms.txt
> :    [junit4]   2> 470742 T1792 oasc.AbstractZkTestCase.putConfig put
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt
> to /configs/conf1/synonyms.txt
> :    [junit4]   2> 470742 T1792 oascc.SolrZkClient.makePath makePath:
> /configs/conf1/synonyms.txt
> :    [junit4]   2> 472384 T1792 oas.SolrTestCaseJ4.writeCoreProperties
> Writing core.properties file to
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 847BA5C67BD44D56-001\control-001\cores\collection1
> :    [junit4]   2> 472388 T1792 oejs.Server.doStart jetty-8.1.10.v20130312
> :    [junit4]   2> 472395 T1792 oejs.AbstractConnector.doStart Started
> SelectChannelConnector@127.0.0.1:51833
> :    [junit4]   2> 472395 T1792 oass.SolrDispatchFilter.init
> SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1b8737f
> :    [junit4]   2> 472396 T1792 oasc.SolrResourceLoader.locateSolrHome
> JNDI not configured for solr (NoInitialContextEx)
> :    [junit4]   2> 472396 T1792 oasc.SolrResourceLoader.locateSolrHome
> using system property solr.solr.home:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 847BA5C67BD44D56-001\control-001
> :    [junit4]   2> 472396 T1792 oasc.SolrResourceLoader.<init> new
> SolrResourceLoader for directory:
> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 847BA5C67BD44D56-001\control-001\'
> :    [junit4]   2> 472432 T1792 oasc.ConfigSolr.fromFile Loading container
> configuration from
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 847BA5C67BD44D56-001\control-001\solr.xml
> :    [junit4]   2> 472462 T1792 oasc.CorePropertiesLocator.<init>
> Config-defined core root directory:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 847BA5C67BD44D56-001\control-001\cores
> :    [junit4]   2> 472462 T1792 oasc.CoreContainer.<init> New
> CoreContainer 25927851
> :    [junit4]   2> 472463 T1792 oasc.CoreContainer.load Loading cores into
> CoreContainer
> [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 847BA5C67BD44D56-001\control-001\]
> :    [junit4]   2> 472464 T1792 oashc.HttpShardHandlerFactory.getParameter
> Setting socketTimeout to: 90000
> :    [junit4]   2> 472464 T1792 oashc.HttpShardHandlerFactory.getParameter
> Setting urlScheme to:
> :    [junit4]   2> 472464 T1792 oashc.HttpShardHandlerFactory.getParameter
> Setting connTimeout to: 15000
> :    [junit4]   2> 472465 T1792 oashc.HttpShardHandlerFactory.getParameter
> Setting maxConnectionsPerHost to: 20
> :    [junit4]   2> 472465 T1792 oashc.HttpShardHandlerFactory.getParameter
> Setting maxConnections to: 10000
> :    [junit4]   2> 472465 T1792 oashc.HttpShardHandlerFactory.getParameter
> Setting corePoolSize to: 0
> :    [junit4]   2> 472465 T1792 oashc.HttpShardHandlerFactory.getParameter
> Setting maximumPoolSize to: 2147483647
> :    [junit4]   2> 472465 T1792 oashc.HttpShardHandlerFactory.getParameter
> Setting maxThreadIdleTime to: 5
> :    [junit4]   2> 472465 T1792 oashc.HttpShardHandlerFactory.getParameter
> Setting sizeOfQueue to: -1
> :    [junit4]   2> 472465 T1792 oashc.HttpShardHandlerFactory.getParameter
> Setting fairnessPolicy to: false
> :    [junit4]   2> 472465 T1792 oashc.HttpShardHandlerFactory.getParameter
> Setting useRetries to: false
> :    [junit4]   2> 472465 T1792 oasu.UpdateShardHandler.<init> Creating
> UpdateShardHandler HTTP client with params:
> socketTimeout=340000&connTimeout=45000&retry=true
> :    [junit4]   2> 472466 T1792 oasl.LogWatcher.createWatcher SLF4J impl
> is org.slf4j.impl.Log4jLoggerFactory
> :    [junit4]   2> 472466 T1792 oasl.LogWatcher.newRegisteredLogWatcher
> Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
> :    [junit4]   2> 472466 T1792 oasc.CoreContainer.load Host Name:
> 127.0.0.1
> :    [junit4]   2> 472466 T1792 oasc.ZkContainer.initZooKeeper Zookeeper
> client=127.0.0.1:51825/solr
> :    [junit4]   2> 472466 T1792 oasc.ZkController.checkChrootPath zkHost
> includes chroot
> :    [junit4]   2> 472466 T1792
> oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
> ZkCredentialsProvider
> :    [junit4]   2> 472469 T1792 oascc.ConnectionManager.waitForConnected
> Waiting for client to connect to ZooKeeper
> :    [junit4]   2> 472472 T1815 oascc.ConnectionManager.process Watcher
> org.apache.solr.common.cloud.ConnectionManager@1679953
> name:ZooKeeperConnection Watcher:127.0.0.1:51825 got event WatchedEvent
> state:SyncConnected type:None path:null path:null type:None
> :    [junit4]   2> 472473 T1792 oascc.ConnectionManager.waitForConnected
> Client is connected to ZooKeeper
> :    [junit4]   2> 472474 T1792 oascc.SolrZkClient.createZkACLProvider
> Using default ZkACLProvider
> :    [junit4]   2> 472478 T1792 oascc.ConnectionManager.waitForConnected
> Waiting for client to connect to ZooKeeper
> :    [junit4]   2> 472482 T1818 oascc.ConnectionManager.process Watcher
> org.apache.solr.common.cloud.ConnectionManager@9b99ac
> name:ZooKeeperConnection Watcher:127.0.0.1:51825/solr got event
> WatchedEvent state:SyncConnected type:None path:null path:null type:None
> :    [junit4]   2> 472482 T1792 oascc.ConnectionManager.waitForConnected
> Client is connected to ZooKeeper
> :    [junit4]   2> 472484 T1792 oascc.SolrZkClient.makePath makePath:
> /overseer/queue
> :    [junit4]   2> 472488 T1792 oascc.SolrZkClient.makePath makePath:
> /overseer/collection-queue-work
> :    [junit4]   2> 472491 T1792 oascc.SolrZkClient.makePath makePath:
> /overseer/collection-map-running
> :    [junit4]   2> 472496 T1792 oascc.SolrZkClient.makePath makePath:
> /overseer/collection-map-completed
> :    [junit4]   2> 472500 T1792 oascc.SolrZkClient.makePath makePath:
> /overseer/collection-map-failure
> :    [junit4]   2> 472503 T1792 oascc.SolrZkClient.makePath makePath:
> /live_nodes
> :    [junit4]   2> 472506 T1792 oasc.ZkController.createEphemeralLiveNode
> Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51832_
> :    [junit4]   2> 472507 T1792 oascc.SolrZkClient.makePath makePath:
> /live_nodes/127.0.0.1:51832_
> :    [junit4]   2> 472511 T1792 oascc.SolrZkClient.makePath makePath:
> /overseer_elect
> :    [junit4]   2> 472513 T1792 oascc.SolrZkClient.makePath makePath:
> /overseer_elect/election
> :    [junit4]   2> 472517 T1792 oasc.Overseer.close Overseer (id=null)
> closing
> :    [junit4]   2> 472519 T1792
> oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader
> 127.0.0.1:51832_
> :    [junit4]   2> 472519 T1792 oascc.SolrZkClient.makePath makePath:
> /overseer_elect/leader
> :    [junit4]   2> 472522 T1792 oasc.Overseer.start Overseer
> (id=93337346405564419-127.0.0.1:51832_-n_0000000000) starting
> :    [junit4]   2> 472525 T1792 oascc.SolrZkClient.makePath makePath:
> /overseer/queue-work
> :    [junit4]   2> 472537 T1792
> oasc.OverseerAutoReplicaFailoverThread.<init> Starting
> OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000
> autoReplicaFailoverWaitAfterExpiration=30000
> autoReplicaFailoverBadNodeExpiration=60000
> :    [junit4]   2> 472538 T1820 oasc.OverseerCollectionProcessor.run
> Process current queue of collection creations
> :    [junit4]   2> 472538 T1792 oascc.SolrZkClient.makePath makePath:
> /clusterstate.json
> :    [junit4]   2> 472540 T1819 oasc.Overseer$ClusterStateUpdater.run
> Starting to work on the main queue
> :    [junit4]   2> 472543 T1792 oascc.SolrZkClient.makePath makePath:
> /aliases.json
> :    [junit4]   2> 472545 T1792
> oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster
> state from ZooKeeper...
> :    [junit4]   2> 472551 T1792 oasc.CorePropertiesLocator.discover
> Looking for core definitions underneath
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 847BA5C67BD44D56-001\control-001\cores
> :    [junit4]   2> 472553 T1792 oasc.CorePropertiesLocator.discoverUnder
> Found core collection1 in
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 847BA5C67BD44D56-001\control-001\cores\collection1\
> :    [junit4]   2> 472553 T1792 oasc.CorePropertiesLocator.discover Found
> 1 core definitions
> :    [junit4]   2> 472555 T1822 oasc.ZkController.publish publishing
> core=collection1 state=down collection=control_collection
> :    [junit4]   2> 472555 T1822 oasc.ZkController.publish numShards not
> found on descriptor - reading it from system property
> :    [junit4]   2> 472556 T1818 oasc.DistributedQueue$LatchWatcher.process
> NodeChildrenChanged fired on path /overseer/queue state SyncConnected
> :    [junit4]   2> 472556 T1822 oasc.ZkController.waitForCoreNodeName look
> for our core node name
> :    [junit4]   2> 472557 T1819 oasc.Overseer$ClusterStateUpdater.run
> processMessage: queueSize: 1, message = {
> :    [junit4]   2>        "roles":null,
> :    [junit4]   2>        "numShards":"1",
> :    [junit4]   2>        "operation":"state",
> :    [junit4]   2>        "collection":"control_collection",
> :    [junit4]   2>        "core":"collection1",
> :    [junit4]   2>        "node_name":"127.0.0.1:51832_",
> :    [junit4]   2>        "base_url":"http://127.0.0.1:51832",
> :    [junit4]   2>        "shard":null,
> :    [junit4]   2>        "state":"down"} current state version: 0
> :    [junit4]   2> 472558 T1819 oasco.ReplicaMutator.updateState Update
> state numShards=1 message={
> :    [junit4]   2>        "roles":null,
> :    [junit4]   2>        "numShards":"1",
> :    [junit4]   2>        "operation":"state",
> :    [junit4]   2>        "collection":"control_collection",
> :    [junit4]   2>        "core":"collection1",
> :    [junit4]   2>        "node_name":"127.0.0.1:51832_",
> :    [junit4]   2>        "base_url":"http://127.0.0.1:51832",
> :    [junit4]   2>        "shard":null,
> :    [junit4]   2>        "state":"down"}
> :    [junit4]   2> 472558 T1819 oasco.ClusterStateMutator.createCollection
> building a new cName: control_collection
> :    [junit4]   2> 472558 T1819 oasco.ReplicaMutator.updateState Assigning
> new node to shard shard=shard1
> :    [junit4]   2> 472560 T1818 oascc.ZkStateReader$2.process A cluster
> state change: WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
> :    [junit4]   2> 473678 T1822 oasc.ZkController.waitForShardId waiting
> to find shard id in clusterstate for collection1
> :    [junit4]   2> 473678 T1822 oasc.ZkController.createCollectionZkNode
> Check for collection zkNode:control_collection
> :    [junit4]   2> 473679 T1822 oasc.ZkController.createCollectionZkNode
> Collection zkNode exists
> :    [junit4]   2> 473679 T1822 oascc.ZkStateReader.readConfigName Load
> collection config from:/collections/control_collection
> :    [junit4]   2> 473681 T1822 oascc.ZkStateReader.readConfigName
> path=/collections/control_collection configName=conf1 specified config
> exists in ZooKeeper
> :    [junit4]   2> 473681 T1822 oasc.SolrResourceLoader.<init> new
> SolrResourceLoader for directory:
> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 847BA5C67BD44D56-001\control-001\cores\collection1\'
> :    [junit4]   2> 473704 T1822 oasc.ZkController.watchZKConfDir watch
> zkdir /configs/conf1
> :    [junit4]   2> 473709 T1822 oasc.Config.<init> loaded config
> solrconfig.xml with version 0
> :    [junit4]   2> 473722 T1822 oasc.SolrConfig.refreshRequestParams
> current version of requestparams : -1
> :    [junit4]   2> 473751 T1822 oasc.SolrConfig.<init> Using Lucene
> MatchVersion: 5.1.0
> :    [junit4]   2> 473807 T1822 oasc.SolrConfig.<init> Loaded SolrConfig:
> solrconfig.xml
> :    [junit4]   2> 473828 T1822 oass.IndexSchema.readSchema Reading Solr
> Schema from /configs/conf1/schema.xml
> :    [junit4]   2> 473839 T1822 oass.IndexSchema.readSchema [collection1]
> Schema name=test
> :    [junit4]   2> 474289 T1822 oass.OpenExchangeRatesOrgProvider.init
> Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
> :    [junit4]   2> 474298 T1822 oass.IndexSchema.readSchema default search
> field in schema is text
> :    [junit4]   2> 474301 T1822 oass.IndexSchema.readSchema unique key
> field: id
> :    [junit4]   2> 474319 T1822 oass.FileExchangeRateProvider.reload
> Reloading exchange rates from file currency.xml
> :    [junit4]   2> 474324 T1822 oass.FileExchangeRateProvider.reload
> Reloading exchange rates from file currency.xml
> :    [junit4]   2> 474330 T1822 oass.OpenExchangeRatesOrgProvider.reload
> Reloading exchange rates from open-exchange-rates.json
> :    [junit4]   2> 474331 T1822
> oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
> IMPORTANT NOTE
> :    [junit4]   2> 474332 T1822
> oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected
> key, got STRING
> :    [junit4]   2> 474332 T1822 oass.OpenExchangeRatesOrgProvider.reload
> Reloading exchange rates from open-exchange-rates.json
> :    [junit4]   2> 474333 T1822
> oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
> IMPORTANT NOTE
> :    [junit4]   2> 474333 T1822
> oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected
> key, got STRING
> :    [junit4]   2> 474333 T1822 oasc.CoreContainer.create Creating
> SolrCore 'collection1' using configuration from collection
> control_collection
> :    [junit4]   2> 474333 T1822 oasc.SolrCore.initDirectoryFactory
> org.apache.solr.core.MockDirectoryFactory
> :    [junit4]   2> 474334 T1822 oasc.SolrCore.<init> [collection1] Opening
> new SolrCore at
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 847BA5C67BD44D56-001\control-001\cores\collection1\,
> dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 847BA5C67BD44D56-001\tempDir-001/control/data\
> :    [junit4]   2> 474335 T1822 oasc.JmxMonitoredMap.<init> JMX monitoring
> is enabled. Adding Solr mbeans to JMX Server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@b1cfa4
> :    [junit4]   2> 474335 T1822 oasc.CachingDirectoryFactory.get return
> new directory for
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 847BA5C67BD44D56-001\tempDir-001/control/data\
> :    [junit4]   2> 474335 T1822 oasc.SolrCore.getNewIndexDir New index
> directory detected: old=null
> new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 847BA5C67BD44D56-001\tempDir-001/control/data\index/
> :    [junit4]   2> 474335 T1822 oasc.SolrCore.initIndex WARN [collection1]
> Solr index directory
> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 847BA5C67BD44D56-001\tempDir-001\control\data\index' doesn't exist.
> Creating new index...
> :    [junit4]   2> 474336 T1822 oasc.CachingDirectoryFactory.get return
> new directory for
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 847BA5C67BD44D56-001\tempDir-001/control/data\index
> :    [junit4]   2> 474336 T1822 oasu.RandomMergePolicy.<init>
> RandomMergePolicy wrapping class
> org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
> minMergeSize=0, mergeFactor=10, maxMergeSize=39238125,
> maxMergeSizeForForcedMerge=9223372036854775807,
> calibrateSizeByDeletes=true, maxMergeDocs=2147483647,
> maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
> :    [junit4]   2> 474337 T1822 oasc.SolrDeletionPolicy.onCommit
> SolrDeletionPolicy.onCommit: commits: num=1
> :    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@17c0d68
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1545bec
> ),segFN=segments_1,generation=1}
> :    [junit4]   2> 474337 T1822 oasc.SolrDeletionPolicy.updateCommits
> newest commit generation = 1
> :    [junit4]   2> 474341 T1822 oasup.UpdateRequestProcessorChain.init
> creating updateRequestProcessorChain "nodistrib"
> :    [junit4]   2> 474342 T1822 oasup.UpdateRequestProcessorChain.init
> creating updateRequestProcessorChain "dedupe"
> :    [junit4]   2> 474342 T1822 oasup.UpdateRequestProcessorChain.init
> inserting DistributedUpdateProcessorFactory into
> updateRequestProcessorChain "dedupe"
> :    [junit4]   2> 474342 T1822 oasup.UpdateRequestProcessorChain.init
> creating updateRequestProcessorChain "stored_sig"
> :    [junit4]   2> 474342 T1822 oasup.UpdateRequestProcessorChain.init
> inserting DistributedUpdateProcessorFactory into
> updateRequestProcessorChain "stored_sig"
> :    [junit4]   2> 474342 T1822 oasup.UpdateRequestProcessorChain.init
> creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
> :    [junit4]   2> 474343 T1822 oasup.UpdateRequestProcessorChain.init
> creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
> :    [junit4]   2> 474343 T1822 oasup.UpdateRequestProcessorChain.init
> inserting DistributedUpdateProcessorFactory into
> updateRequestProcessorChain "distrib-dup-test-chain-implicit"
> :    [junit4]   2> 474343 T1822 oasc.SolrCore.loadUpdateProcessorChains no
> updateRequestProcessorChain defined as default, creating implicit default
> :    [junit4]   2> 474344 T1822
> oasc.RequestHandlers.initHandlersFromConfig created /update:
> org.apache.solr.handler.UpdateRequestHandler
> :    [junit4]   2> 474344 T1822
> oasc.RequestHandlers.initHandlersFromConfig created /update/json:
> org.apache.solr.handler.UpdateRequestHandler
> :    [junit4]   2> 474345 T1822
> oasc.RequestHandlers.initHandlersFromConfig created /update/csv:
> org.apache.solr.handler.UpdateRequestHandler
> :    [junit4]   2> 474345 T1822
> oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs:
> org.apache.solr.handler.UpdateRequestHandler
> :    [junit4]   2> 474345 T1822
> oasc.RequestHandlers.initHandlersFromConfig created /config:
> org.apache.solr.handler.SolrConfigHandler
> :    [junit4]   2> 474347 T1822
> oasc.RequestHandlers.initHandlersFromConfig created /schema:
> org.apache.solr.handler.SchemaHandler
> :    [junit4]   2> 474347 T1822
> oasc.RequestHandlers.initHandlersFromConfig created /replication:
> org.apache.solr.handler.ReplicationHandler
> :    [junit4]   2> 474347 T1822
> oasc.RequestHandlers.initHandlersFromConfig created /get:
> org.apache.solr.handler.RealTimeGetHandler
> :    [junit4]   2> 474348 T1822
> oasc.RequestHandlers.initHandlersFromConfig created /admin/luke:
> org.apache.solr.handler.admin.LukeRequestHandler
> :    [junit4]   2> 474351 T1822
> oasc.RequestHandlers.initHandlersFromConfig created /admin/system:
> org.apache.solr.handler.admin.SystemInfoHandler
> :    [junit4]   2> 474352 T1822
> oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans:
> org.apache.solr.handler.admin.SolrInfoMBeanHandler
> :    [junit4]   2> 474352 T1822
> oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins:
> org.apache.solr.handler.admin.PluginInfoHandler
> :    [junit4]   2> 474353 T1822
> oasc.RequestHandlers.initHandlersFromConfig created /admin/threads:
> org.apache.solr.handler.admin.ThreadDumpHandler
> :    [junit4]   2> 474353 T1822
> oasc.RequestHandlers.initHandlersFromConfig created /admin/properties:
> org.apache.solr.handler.admin.PropertiesRequestHandler
> :    [junit4]   2> 474354 T1822
> oasc.RequestHandlers.initHandlersFromConfig created /admin/logging:
> org.apache.solr.handler.admin.LoggingHandler
> :    [junit4]   2> 474354 T1822
> oasc.RequestHandlers.initHandlersFromConfig created /admin/file:
> solr.admin.ShowFileRequestHandler
> :    [junit4]   2> 474355 T1822
> oasc.RequestHandlers.initHandlersFromConfig created /admin/ping:
> org.apache.solr.handler.PingRequestHandler
> :    [junit4]   2> 474355 T1822
> oasc.RequestHandlers.initHandlersFromConfig created standard:
> solr.StandardRequestHandler
> :    [junit4]   2> 474364 T1822 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
> :    [junit4]   2> 474366 T1822 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
> :    [junit4]   2> 474368 T1822 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
> :    [junit4]   2> 474369 T1822 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
> :    [junit4]   2> 474373 T1822 oasc.SolrCore.initStatsCache Using default
> statsCache cache: org.apache.solr.search.stats.LocalStatsCache
> :    [junit4]   2> 474376 T1822 oasu.CommitTracker.<init> Hard AutoCommit:
> disabled
> :    [junit4]   2> 474376 T1822 oasu.CommitTracker.<init> Soft AutoCommit:
> disabled
> :    [junit4]   2> 474377 T1822 oasu.RandomMergePolicy.<init>
> RandomMergePolicy wrapping class
> org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
> minMergeSize=0, mergeFactor=10, maxMergeSize=1610259160,
> maxMergeSizeForForcedMerge=9223372036854775807,
> calibrateSizeByDeletes=true, maxMergeDocs=2147483647,
> maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
> :    [junit4]   2> 474377 T1822 oasc.SolrDeletionPolicy.onInit
> SolrDeletionPolicy.onInit: commits: num=1
> :    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@17c0d68
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1545bec
> ),segFN=segments_1,generation=1}
> :    [junit4]   2> 474377 T1822 oasc.SolrDeletionPolicy.updateCommits
> newest commit generation = 1
> :    [junit4]   2> 474378 T1822 oass.SolrIndexSearcher.<init> Opening
> Searcher@1aca407[collection1] main
> :    [junit4]   2> 474378 T1822 oascc.ZkStateReader.readConfigName Load
> collection config from:/collections/control_collection
> :    [junit4]   2> 474380 T1822 oascc.ZkStateReader.readConfigName
> path=/collections/control_collection configName=conf1 specified config
> exists in ZooKeeper
> :    [junit4]   2> 474380 T1822 oasr.ManagedResourceStorage.newStorageIO
> Setting up ZooKeeper-based storage for the RestManager with znodeBase:
> /configs/conf1
> :    [junit4]   2> 474381 T1822
> oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
> ZooKeeperStorageIO with znodeBase: /configs/conf1
> :    [junit4]   2> 474381 T1822 oasr.RestManager.init Initializing
> RestManager with initArgs: {}
> :    [junit4]   2> 474381 T1822 oasr.ManagedResourceStorage.load Reading
> _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
> :    [junit4]   2> 474382 T1822
> oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data
> found for znode /configs/conf1/_rest_managed.json
> :    [junit4]   2> 474382 T1822 oasr.ManagedResourceStorage.load Loaded
> null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
> :    [junit4]   2> 474382 T1822 oasr.RestManager.init Initializing 0
> registered ManagedResources
> :    [junit4]   2> 474382 T1822 oash.ReplicationHandler.inform Commits
> will be reserved for  10000
> :    [junit4]   2> 474383 T1822 oasc.CoreContainer.registerCore
> registering core: collection1
> :    [junit4]   2> 474383 T1823 oasc.SolrCore.registerSearcher
> [collection1] Registered new searcher Searcher@1aca407[collection1]
> main{ExitableDirectoryReader(UninvertingDirectoryReader())}
> :    [junit4]   2> 474385 T1826 oasc.ZkController.register Register
> replica - core:collection1 address:http://127.0.0.1:51832
> collection:control_collection shard:shard1
> :    [junit4]   2> 474386 T1792 oass.SolrDispatchFilter.init
> user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
> :    [junit4]   2> 474386 T1792 oass.SolrDispatchFilter.init
> SolrDispatchFilter.init() done
> :    [junit4]   2> 474387 T1792
> oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
> ZkCredentialsProvider
> :    [junit4]   2> 474387 T1826 oascc.SolrZkClient.makePath makePath:
> /collections/control_collection/leader_elect/shard1/election
> :    [junit4]   2> 474388 T1792 oascc.ConnectionManager.waitForConnected
> Waiting for client to connect to ZooKeeper
> :    [junit4]   2> 474391 T1830 oascc.ConnectionManager.process Watcher
> org.apache.solr.common.cloud.ConnectionManager@f18ce1
> name:ZooKeeperConnection Watcher:127.0.0.1:51825/solr got event
> WatchedEvent state:SyncConnected type:None path:null path:null type:None
> :    [junit4]   2> 474391 T1792 oascc.ConnectionManager.waitForConnected
> Client is connected to ZooKeeper
> :    [junit4]   2> 474391 T1792 oascc.SolrZkClient.createZkACLProvider
> Using default ZkACLProvider
> :    [junit4]   2> 474393 T1792
> oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster
> state from ZooKeeper...
> :    [junit4]   2> 474397 T1826
> oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process
> for shard shard1
> :    [junit4]   2> 474399 T1792 oasc.ChaosMonkey.monkeyLog monkey: init -
> expire sessions:false cause connection loss:false
> :    [junit4]   2> 474400 T1818 oasc.DistributedQueue$LatchWatcher.process
> NodeChildrenChanged fired on path /overseer/queue state SyncConnected
> :    [junit4]   2> 474400 T1826
> oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas
> found to continue.
> :    [junit4]   2> 474400 T1826
> oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader -
> try and sync
> :    [junit4]   2> ASYNC  NEW_CORE C340 name=collection1
> org.apache.solr.core.SolrCore@121ec0e url=
> http://127.0.0.1:51832/collection1 node=127.0.0.1:51832_
> C340_STATE=coll:control_collection core:collection1
> props:{core=collection1, node_name=127.0.0.1:51832_, base_url=
> http://127.0.0.1:51832, state=down}
> :    [junit4]   2> 474401 T1826 C340 P51832 oasc.SyncStrategy.sync Sync
> replicas to http://127.0.0.1:51832/collection1/
> :    [junit4]   2> 474401 T1826 C340 P51832 oasc.SyncStrategy.syncReplicas
> Sync Success - now sync replicas to me
> :    [junit4]   2> 474401 T1826 C340 P51832 oasc.SyncStrategy.syncToMe
> http://127.0.0.1:51832/collection1/ has no replicas
> :    [junit4]   2> 474401 T1826
> oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader:
> http://127.0.0.1:51832/collection1/ shard1
> :    [junit4]   2> 474402 T1826 oascc.SolrZkClient.makePath makePath:
> /collections/control_collection/leaders/shard1
> :    [junit4]   2> 474402 T1819 oasc.Overseer$ClusterStateUpdater.run
> processMessage: queueSize: 1, message = {
> :    [junit4]   2>        "operation":"leader",
> :    [junit4]   2>        "shard":"shard1",
> :    [junit4]   2>        "collection":"control_collection"} current state
> version: 1
> :    [junit4]   2> 474404 T1830 oascc.ZkStateReader$2.process A cluster
> state change: WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
> :    [junit4]   2> 474406 T1818 oascc.ZkStateReader$2.process A cluster
> state change: WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
> :    [junit4]   2> 474419 T1819 oasc.Overseer$ClusterStateUpdater.run
> processMessage: queueSize: 1, message = {
> :    [junit4]   2>        "operation":"leader",
> :    [junit4]   2>        "shard":"shard1",
> :    [junit4]   2>        "collection":"control_collection",
> :    [junit4]   2>        "base_url":"http://127.0.0.1:51832",
> :    [junit4]   2>        "core":"collection1",
> :    [junit4]   2>        "state":"active"} current state version: 2
> :    [junit4]   2> 474422 T1818 oasc.DistributedQueue$LatchWatcher.process
> NodeChildrenChanged fired on path /overseer/queue state SyncConnected
> :    [junit4]   2> 474424 T1818 oascc.ZkStateReader$2.process A cluster
> state change: WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
> :    [junit4]   2> 474425 T1830 oascc.ZkStateReader$2.process A cluster
> state change: WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
> :    [junit4]   2> 474476 T1826 oasc.ZkController.register We are
> http://127.0.0.1:51832/collection1/ and leader is
> http://127.0.0.1:51832/collection1/
> :    [junit4]   2> 474476 T1826 oasc.ZkController.register No LogReplay
> needed for core=collection1 baseURL=http://127.0.0.1:51832
> :    [junit4]   2> 474476 T1826 oasc.ZkController.checkRecovery I am the
> leader, no recovery necessary
> :    [junit4]   2> 474476 T1826 oasc.ZkController.publish publishing
> core=collection1 state=active collection=control_collection
> :    [junit4]   2> 474476 T1826 oasc.ZkController.publish numShards not
> found on descriptor - reading it from system property
> :    [junit4]   2> 474478 T1818 oasc.DistributedQueue$LatchWatcher.process
> NodeChildrenChanged fired on path /overseer/queue state SyncConnected
> :    [junit4]   2> 474480 T1819 oasc.Overseer$ClusterStateUpdater.run
> processMessage: queueSize: 1, message = {
> :    [junit4]   2>        "roles":null,
> :    [junit4]   2>        "numShards":"3",
> :    [junit4]   2>        "core_node_name":"core_node1",
> :    [junit4]   2>        "operation":"state",
> :    [junit4]   2>        "collection":"control_collection",
> :    [junit4]   2>        "core":"collection1",
> :    [junit4]   2>        "node_name":"127.0.0.1:51832_",
> :    [junit4]   2>        "base_url":"http://127.0.0.1:51832",
> :    [junit4]   2>        "shard":"shard1",
> :    [junit4]   2>        "state":"active"} current state version: 3
> :    [junit4]   2> 474480 T1819 oasco.ReplicaMutator.updateState Update
> state numShards=3 message={
> :    [junit4]   2>        "roles":null,
> :    [junit4]   2>        "numShards":"3",
> :    [junit4]   2>        "core_node_name":"core_node1",
> :    [junit4]   2>        "operation":"state",
> :    [junit4]   2>        "collection":"control_collection",
> :    [junit4]   2>        "core":"collection1",
> :    [junit4]   2>        "node_name":"127.0.0.1:51832_",
> :    [junit4]   2>        "base_url":"http://127.0.0.1:51832",
> :    [junit4]   2>        "shard":"shard1",
> :    [junit4]   2>        "state":"active"}
> :    [junit4]   2> 474597 T1830 oascc.ZkStateReader$2.process A cluster
> state change: WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
> :    [junit4]   2> 474597 T1818 oascc.ZkStateReader$2.process A cluster
> state change: WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
> :    [junit4]   2> 475886 T1792 oas.SolrTestCaseJ4.writeCoreProperties
> Writing core.properties file to
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 847BA5C67BD44D56-001\shard-1-001\cores\collection1
> :    [junit4]   2> 475890 T1792
> oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
> :    [junit4]   2> 475890 T1792 oejs.Server.doStart jetty-8.1.10.v20130312
> :    [junit4]   2> 475895 T1792 oejs.AbstractConnector.doStart Started
> SelectChannelConnector@127.0.0.1:51846
> :    [junit4]   2> 475897 T1792 oass.SolrDispatchFilter.init
> SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1b8737f
> :    [junit4]   2> 475897 T1792 oasc.SolrResourceLoader.locateSolrHome
> JNDI not configured for solr (NoInitialContextEx)
> :    [junit4]   2> 475897 T1792 oasc.SolrResourceLoader.locateSolrHome
> using system property solr.solr.home:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 847BA5C67BD44D56-001\shard-1-001
> :    [junit4]   2> 475898 T1792 oasc.SolrResourceLoader.<init> new
> SolrResourceLoader for directory:
> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 847BA5C67BD44D56-001\shard-1-001\'
> :    [junit4]   2> 475936 T1792 oasc.ConfigSolr.fromFile Loading container
> configuration from
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 847BA5C67BD44D56-001\shard-1-001\solr.xml
> :    [junit4]   2> 475971 T1792 oasc.CorePropertiesLocator.<init>
> Config-defined core root directory:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 847BA5C67BD44D56-001\shard-1-001\cores
> :    [junit4]   2> 475971 T1792 oasc.CoreContainer.<init> New
> CoreContainer 6041242
> :    [junit4]   2> 475971 T1792 oasc.CoreContainer.load Loading cores into
> CoreContainer
> [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 847BA5C67BD44D56-001\shard-1-001\]
> :    [junit4]   2> 475973 T1792 oashc.HttpShardHandlerFactory.getParameter
> Setting socketTimeout to: 90000
> :    [junit4]   2> 475973 T1792 oashc.HttpShardHandlerFactory.getParameter
> Setting urlScheme to:
> :    [junit4]   2> 475973 T1792 oashc.HttpShardHandlerFactory.getParameter
> Setting connTimeout to: 15000
> :    [junit4]   2> 475973 T1792 oashc.HttpShardHandlerFactory.getParameter
> Setting maxConnectionsPerHost to: 20
> :    [junit4]   2> 475973 T1792 oashc.HttpShardHandlerFactory.getParameter
> Setting maxConnections to: 10000
> :    [junit4]   2> 475973 T1792 oashc.HttpShardHandlerFactory.getParameter
> Setting corePoolSize to: 0
> :    [junit4]   2> 475973 T1792 oashc.HttpShardHandlerFactory.getParameter
> Setting maximumPoolSize to: 2147483647
> :    [junit4]   2> 475975 T1792 oashc.HttpShardHandlerFactory.getParameter
> Setting maxThreadIdleTime to: 5
> :    [junit4]   2> 475975 T1792 oashc.HttpShardHandlerFactory.getParameter
> Setting sizeOfQueue to: -1
> :    [junit4]   2> 475975 T1792 oashc.HttpShardHandlerFactory.getParameter
> Setting fairnessPolicy to: false
> :    [junit4]   2> 475976 T1792 oashc.HttpShardHandlerFactory.getParameter
> Setting useRetries to: false
> :    [junit4]   2> 475976 T1792 oasu.UpdateShardHandler.<init> Creating
> UpdateShardHandler HTTP client with params:
> socketTimeout=340000&connTimeout=45000&retry=true
> :    [junit4]   2> 475976 T1792 oasl.LogWatcher.createWatcher SLF4J impl
> is org.slf4j.impl.Log4jLoggerFactory
> :    [junit4]   2> 475976 T1792 oasl.LogWatcher.newRegisteredLogWatcher
> Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
> :    [junit4]   2> 475976 T1792 oasc.CoreContainer.load Host Name:
> 127.0.0.1
> :    [junit4]   2> 475979 T1792 oasc.ZkContainer.initZooKeeper Zookeeper
> client=127.0.0.1:51825/solr
> :    [junit4]   2> 475979 T1792 oasc.ZkController.checkChrootPath zkHost
> includes chroot
> :    [junit4]   2> 475979 T1792
> oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
> ZkCredentialsProvider
> :    [junit4]   2> 475981 T1792 oascc.ConnectionManager.waitForConnected
> Waiting for client to connect to ZooKeeper
> :    [junit4]   2> 475983 T1842 oascc.ConnectionManager.process Watcher
> org.apache.solr.common.cloud.ConnectionManager@1a8d188
> name:ZooKeeperConnection Watcher:127.0.0.1:51825 got event WatchedEvent
> state:SyncConnected type:None path:null path:null type:None
> :    [junit4]   2> 475984 T1792 oascc.ConnectionManager.waitForConnected
> Client is connected to ZooKeeper
> :    [junit4]   2> 475985 T1792 oascc.SolrZkClient.createZkACLProvider
> Using default ZkACLProvider
> :    [junit4]   2> 475989 T1792 oascc.ConnectionManager.waitForConnected
> Waiting for client to connect to ZooKeeper
> :    [junit4]   2> 475991 T1845 oascc.ConnectionManager.process Watcher
> org.apache.solr.common.cloud.ConnectionManager@1e07c3
> name:ZooKeeperConnection Watcher:127.0.0.1:51825/solr got event
> WatchedEvent state:SyncConnected type:None path:null path:null type:None
> :    [junit4]   2> 475991 T1792 oascc.ConnectionManager.waitForConnected
> Client is connected to ZooKeeper
> :    [junit4]   2> 476001 T1792
> oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster
> state from ZooKeeper...
> :    [junit4]   2> 477128 T1792 oasc.ZkController.createEphemeralLiveNode
> Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51845_
> :    [junit4]   2> 477130 T1792 oascc.SolrZkClient.makePath makePath:
> /live_nodes/127.0.0.1:51845_
> :    [junit4]   2> 477137 T1792 oasc.Overseer.close Overseer (id=null)
> closing
> :    [junit4]   2> 477140 T1792 oasc.CorePropertiesLocator.discover
> Looking for core definitions underneath
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 847BA5C67BD44D56-001\shard-1-001\cores
> :    [junit4]   2> 477140 T1792 oasc.CorePropertiesLocator.discoverUnder
> Found core collection1 in
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 847BA5C67BD44D56-001\shard-1-001\cores\collection1\
> :    [junit4]   2> 477142 T1792 oasc.CorePropertiesLocator.discover Found
> 1 core definitions
> :    [junit4]   2> 477144 T1846 oasc.ZkController.publish publishing
> core=collection1 state=down collection=collection1
> :    [junit4]   2> 477144 T1846 oasc.ZkController.publish numShards not
> found on descriptor - reading it from system property
> :    [junit4]   2> 477145 T1818 oasc.DistributedQueue$LatchWatcher.process
> NodeChildrenChanged fired on path /overseer/queue state SyncConnected
> :    [junit4]   2> 477145 T1846 oasc.ZkController.waitForCoreNodeName look
> for our core node name
> :    [junit4]   2> 477148 T1819 oasc.Overseer$ClusterStateUpdater.run
> processMessage: queueSize: 1, message = {
> :    [junit4]   2>        "roles":null,
> :    [junit4]   2>        "numShards":"3",
> :    [junit4]   2>        "operation":"state",
> :    [junit4]   2>        "collection":"collection1",
> :    [junit4]   2>        "core":"collection1",
> :    [junit4]   2>        "node_name":"127.0.0.1:51845_",
> :    [junit4]   2>        "base_url":"http://127.0.0.1:51845",
> :    [junit4]   2>        "shard":null,
> :    [junit4]   2>        "state":"down"} current state version: 4
> :    [junit4]   2> 477149 T1819 oasco.ReplicaMutator.updateState Update
> state numShards=3 message={
> :    [junit4]   2>        "roles":null,
> :    [junit4]   2>        "numShards":"3",
> :    [junit4]   2>        "operation":"state",
> :    [junit4]   2>        "collection":"collection1",
> :    [junit4]   2>        "core":"collection1",
> :    [junit4]   2>        "node_name":"127.0.0.1:51845_",
> :    [junit4]   2>        "base_url":"http://127.0.0.1:51845",
> :    [junit4]   2>        "shard":null,
> :    [junit4]   2>        "state":"down"}
> :    [junit4]   2> 477149 T1819 oasco.ClusterStateMutator.createCollection
> building a new cName: collection1
> :    [junit4]   2> 477149 T1819 oasco.ReplicaMutator.updateState Assigning
> new node to shard shard=shard2
> :    [junit4]   2> 477151 T1830 oascc.ZkStateReader$2.process A cluster
> state change: WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
> :    [junit4]   2> 477151 T1845 oascc.ZkStateReader$2.process A cluster
> state change: WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
> :    [junit4]   2> 477151 T1818 oascc.ZkStateReader$2.process A cluster
> state change: WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
> :    [junit4]   2> 478267 T1846 oasc.ZkController.waitForShardId waiting
> to find shard id in clusterstate for collection1
> :    [junit4]   2> 478267 T1846 oasc.ZkController.createCollectionZkNode
> Check for collection zkNode:collection1
> :    [junit4]   2> 478268 T1846 oasc.ZkController.createCollectionZkNode
> Collection zkNode exists
> :    [junit4]   2> 478268 T1846 oascc.ZkStateReader.readConfigName Load
> collection config from:/collections/collection1
> :    [junit4]   2> 478271 T1846 oascc.ZkStateReader.readConfigName
> path=/collections/collection1 configName=conf1 specified config exists in
> ZooKeeper
> :    [junit4]   2> 478271 T1846 oasc.SolrResourceLoader.<init> new
> SolrResourceLoader for directory:
> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 847BA5C67BD44D56-001\shard-1-001\cores\collection1\'
> :    [junit4]   2> 478295 T1846 oasc.ZkController.watchZKConfDir watch
> zkdir /configs/conf1
> :    [junit4]   2> 478299 T1846 oasc.Config.<init> loaded config
> solrconfig.xml with version 0
> :    [junit4]   2> 478311 T1846 oasc.SolrConfig.refreshRequestParams
> current version of requestparams : -1
> :    [junit4]   2> 478338 T1846 oasc.SolrConfig.<init> Using Lucene
> MatchVersion: 5.1.0
> :    [junit4]   2> 478393 T1846 oasc.SolrConfig.<init> Loaded SolrConfig:
> solrconfig.xml
> :    [junit4]   2> 478396 T1846 oass.IndexSchema.readSchema Reading Solr
> Schema from /configs/conf1/schema.xml
> :    [junit4]   2> 478408 T1846 oass.IndexSchema.readSchema [collection1]
> Schema name=test
> :    [junit4]   2> 478869 T1846 oass.OpenExchangeRatesOrgProvider.init
> Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
> :    [junit4]   2> 478879 T1846 oass.IndexSchema.readSchema default search
> field in schema is text
> :    [junit4]   2> 478883 T1846 oass.IndexSchema.readSchema unique key
> field: id
> :    [junit4]   2> 478900 T1846 oass.FileExchangeRateProvider.reload
> Reloading exchange rates from file currency.xml
> :    [junit4]   2> 478904 T1846 oass.FileExchangeRateProvider.reload
> Reloading exchange rates from file currency.xml
> :    [junit4]   2> 478909 T1846 oass.OpenExchangeRatesOrgProvider.reload
> Reloading exchange rates from open-exchange-rates.json
> :    [junit4]   2> 478912 T1846
> oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
> IMPORTANT NOTE
> :    [junit4]   2> 478913 T1846
> oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected
> key, got STRING
> :    [junit4]   2> 478913 T1846 oass.OpenExchangeRatesOrgProvider.reload
> Reloading exchange rates from open-exchange-rates.json
> :    [junit4]   2> 478914 T1846
> oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
> IMPORTANT NOTE
> :    [junit4]   2> 478914 T1846
> oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected
> key, got STRING
> :    [junit4]   2> 478914 T1846 oasc.CoreContainer.create Creating
> SolrCore 'collection1' using configuration from collection collection1
> :    [junit4]   2> 478914 T1846 oasc.SolrCore.initDirectoryFactory
> org.apache.solr.core.MockDirectoryFactory
> :    [junit4]   2> 478915 T1846 oasc.SolrCore.<init> [collection1] Opening
> new SolrCore at
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 847BA5C67BD44D56-001\shard-1-001\cores\collection1\,
> dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 847BA5C67BD44D56-001\tempDir-001/jetty1\
> :    [junit4]   2> 478915 T1846 oasc.JmxMonitoredMap.<init> JMX monitoring
> is enabled. Adding Solr mbeans to JMX Server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@b1cfa4
> :    [junit4]   2> 478916 T1846 oasc.CachingDirectoryFactory.get return
> new directory for
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 847BA5C67BD44D56-001\tempDir-001/jetty1\
> :    [junit4]   2> 478916 T1846 oasc.SolrCore.getNewIndexDir New index
> directory detected: old=null
> new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 847BA5C67BD44D56-001\tempDir-001/jetty1\index/
> :    [junit4]   2> 478916 T1846 oasc.SolrCore.initIndex WARN [collection1]
> Solr index directory
> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 847BA5C67BD44D56-001\tempDir-001\jetty1\index' doesn't exist. Creating new
> index...
> :    [junit4]   2> 478917 T1846 oasc.CachingDirectoryFactory.get return
> new directory for
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 847BA5C67BD44D56-001\tempDir-001/jetty1\index
> :    [junit4]   2> 478917 T1846 oasu.RandomMergePolicy.<init>
> RandomMergePolicy wrapping class
> org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
> minMergeSize=0, mergeFactor=10, maxMergeSize=39238125,
> maxMergeSizeForForcedMerge=9223372036854775807,
> calibrateSizeByDeletes=true, maxMergeDocs=2147483647,
> maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
> :    [junit4]   2> 478918 T1846 oasc.SolrDeletionPolicy.onCommit
> SolrDeletionPolicy.onCommit: commits: num=1
> :    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@12308c9
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@115f4ea
> ),segFN=segments_1,generation=1}
> :    [junit4]   2> 478918 T1846 oasc.SolrDeletionPolicy.updateCommits
> newest commit generation = 1
> :    [junit4]   2> 478923 T1846 oasup.UpdateRequestProcessorChain.init
> creating updateRequestProcessorChain "nodistrib"
> :    [junit4]   2> 478923 T1
> :
> : [...truncated too long message...]
> :
> : xBoostProcessorTest, TestDynamicFieldResource,
> LeaderFailoverAfterPartitionTest, SoftAutoCommitTest,
> ExitableDirectoryReaderTest, TestFunctionQuery, SolrXmlInZkTest,
> SuggestComponentTest, AsyncMigrateRouteKeyTest, SSLMigrationTest,
> ResponseLogComponentTest, CollectionsAPIDistributedZkTest,
> OpenCloseCoreStressTest, OverseerTest, LeaderElectionIntegrationTest,
> ShardRoutingTest, RecoveryZkTest, ClusterStateUpdateTest, TestZkChroot,
> TestRandomDVFaceting, ZkCLITest, TestDistributedGrouping, TestFaceting,
> TestRecovery, TestHashPartitioner, TermVectorComponentDistributedTest,
> ZkControllerTest, TestRealTimeGet, TestJoin, TestReload,
> HardAutoCommitTest, DistributedTermsComponentTest, TestRangeQuery,
> SpellCheckComponentTest, BadIndexSchemaTest, BasicFunctionalityTest,
> TestLazyCores, DirectUpdateHandlerTest, TestBadConfig,
> OverseerCollectionProcessorTest, TestIndexSearcher,
> CurrencyFieldOpenExchangeTest, DistributedQueryElevationComponentTest,
> CurrencyFieldXmlFileTest, TestExtendedDismaxParse
>  r, SuggesterFSTTest, TestFoldingMultitermQuery, DocValuesTest,
> SuggesterTest, TestStressLucene, SpatialFilterTest, PolyFieldTest,
> NoCacheHeaderTest, SchemaVersionSpecificBehaviorTest, TestUpdate,
> QueryEqualityTest, DirectUpdateHandlerOptimizeTest,
> DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest,
> TestSolrDeletionPolicy1, DebugComponentTest, TestSurroundQueryParser,
> LukeRequestHandlerTest, DisMaxRequestHandlerTest, TestQueryUtils,
> TestWriterPerf, TestReversedWildcardFilterFactory,
> FileBasedSpellCheckerTest, TermsComponentTest, XmlUpdateRequestHandlerTest,
> TestValueSourceCache, PathHierarchyTokenizerFactoryTest,
> TermVectorComponentTest, MoreLikeThisHandlerTest, TestSolrQueryParser,
> TestArbitraryIndexDir, FastVectorHighlighterTest,
> IndexSchemaRuntimeFieldTest, SolrPluginUtilsTest, ReturnFieldsTest,
> UpdateRequestProcessorFactoryTest, TestCSVResponseWriter, QueryParsingTest,
> TestAnalyzedSuggestions, BinaryUpdateRequestHandlerTest,
> PingRequestHandlerTest, TestCom
>  ponentsName, HighlighterConfigTest, TestQuerySenderListener,
> TestQuerySenderNoQuery, SolrIndexConfigTest, BadComponentTest,
> TestStressRecovery, TestSolrDeletionPolicy2, MultiTermTest, SampleTest,
> MinimalSchemaTest, OutputWriterTest, NotRequiredUniqueKeyTest,
> TestLuceneMatchVersion, SpellPossibilityIteratorTest, TestCharFilters,
> TestCodecSupport, SynonymTokenizerTest, TestXIncludeConfig,
> TestSweetSpotSimilarityFactory, TestDFRSimilarityFactory,
> TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory,
> TestBM25SimilarityFactory, TestDefaultSimilarityFactory, TestFastWriter,
> ResourceLoaderTest, ScriptEngineTest, OpenExchangeRatesOrgProviderTest,
> URLClassifyProcessorTest, PluginInfoTest, TestFastLRUCache,
> DateMathParserTest, PreAnalyzedFieldTest, TestSystemIdResolver,
> PrimUtilsTest, TestSuggestSpellingConverter, RAMDirectoryFactoryTest,
> TestLRUCache, ZkNodePropsTest, SliceStateTest, SystemInfoHandlerTest,
> UUIDFieldTest, DistributedMLTComponentTest, TestRTGBase, SolrTestCaseJ4Test,
>  TestHighlightDedupGrouping, AliasIntegrationTest,
> CloudExitableDirectoryReaderTest, ConnectionManagerTest, DeleteReplicaTest,
> DeleteShardTest, DistribCursorPagingTest,
> DistribDocExpirationUpdateProcessorTest, DistribJoinFromCollectionTest,
> DistributedQueueTest, ExternalCollectionsTest, MigrateRouteKeyTest,
> MultiThreadedOCPTest, OverseerRolesTest, OverseerStatusTest,
> RollingRestartTest, SaslZkACLProviderTest,
> SimpleCollectionCreateDeleteTest, TestCloudPivotFacet,
> TestDistribDocBasedVersion, TestMiniSolrCloudCluster,
> TestReplicaProperties, TestShortCircuitedRequests,
> TriLevelCompositeIdRoutingTest, VMParamsZkACLAndCredentialsProvidersTest,
> HdfsBasicDistributedZkTest, HdfsChaosMonkeySafeLeaderTest,
> HdfsSyncSliceTest, StressHdfsTest, TestClusterStateMutator,
> ZkStateWriterTest, CachingDirectoryFactoryTest, HdfsDirectoryFactoryTest,
> QueryResultKeyTest, TestConfigSets, TestImplicitCoreProperties,
> TestNRTOpen, TestReloadAndDeleteDocs, TestShardHandlerFactory,
> TestSolrConfigHandler, TestSolr
>  DynamicMBean, TestSolrXml, RequestLoggingTest, TestBlobHandler,
> TestConfigReload, TestReplicationHandlerBackup]
> :    [junit4]   2> NOTE: reproduce with: ant test
> -Dtestcase=TestReplicationHandlerBackup -Dtests.seed=847BA5C67BD44D56
> -Dtests.slow=true -Dtests.locale=sr_ME -Dtests.timezone=Canada/Yukon
> -Dtests.asserts=true -Dtests.file.encoding=Cp1252
> :    [junit4] ERROR   0.00s | TestReplicationHandlerBackup (suite) <<<
> :    [junit4]    > Throwable #1: java.io.IOException: Could not remove the
> following files (in the order of attempts):
> :    [junit4]    >
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
> 847BA5C67BD44D56-001\solr-instance-002\collection1:
> java.nio.file.DirectoryNotEmptyException:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
> 847BA5C67BD44D56-001\solr-instance-002\collection1
> :    [junit4]    >
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
> 847BA5C67BD44D56-001\solr-instance-002:
> java.nio.file.DirectoryNotEmptyException:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
> 847BA5C67BD44D56-001\solr-instance-002
> :    [junit4]    >
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
> 847BA5C67BD44D56-001\solr-instance-001\collection1:
> java.nio.file.DirectoryNotEmptyException:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
> 847BA5C67BD44D56-001\solr-instance-001\collection1
> :    [junit4]    >
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
> 847BA5C67BD44D56-001\solr-instance-001:
> java.nio.file.DirectoryNotEmptyException:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
> 847BA5C67BD44D56-001\solr-instance-001
> :    [junit4]    >
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
> 847BA5C67BD44D56-001\solr-instance-001\collection1\data:
> java.nio.file.AccessDeniedException:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
> 847BA5C67BD44D56-001\solr-instance-001\collection1\data
> :    [junit4]    >
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
> 847BA5C67BD44D56-001\solr-instance-001:
> java.nio.file.DirectoryNotEmptyException:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
> 847BA5C67BD44D56-001\solr-instance-001
> :    [junit4]    >
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
> 847BA5C67BD44D56-001\solr-instance-002\collection1\data:
> java.nio.file.AccessDeniedException:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
> 847BA5C67BD44D56-001\solr-instance-002\collection1\data
> :    [junit4]    >
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
> 847BA5C67BD44D56-001\solr-instance-002:
> java.nio.file.DirectoryNotEmptyException:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
> 847BA5C67BD44D56-001\solr-instance-002
> :    [junit4]    >
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
> 847BA5C67BD44D56-001: java.nio.file.DirectoryNotEmptyException:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
> 847BA5C67BD44D56-001
> :    [junit4]    >      at
> __randomizedtesting.SeedInfo.seed([847BA5C67BD44D56]:0)
> :    [junit4]    >      at
> org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
> :    [junit4]    >      at java.lang.Thread.run(Thread.java:745)
> :    [junit4] Completed in 7.16s, 2 tests, 1 error <<< FAILURES!
> :
> : [...truncated 214 lines...]
> : BUILD FAILED
> : C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529:
> The following error occurred while executing this line:
> : C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477:
> The following error occurred while executing this line:
> : C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61:
> The following error occurred while executing this line:
> :
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39:
> The following error occurred while executing this line:
> :
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191:
> The following error occurred while executing this line:
> :
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:508:
> The following error occurred while executing this line:
> :
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1368:
> The following error occurred while executing this line:
> :
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:975:
> There were test failures: 466 suites, 1863 tests, 2 suite-level errors, 15
> errors, 55 ignored (30 assumptions)
> :
> : Total time: 128 minutes 45 seconds
> : Build step 'Invoke Ant' marked build as failure
> : [description-setter] Description set: Java: 32bit/jdk1.7.0_76 -client
> -XX:+UseParallelGC
> : Archiving artifacts
> : Recording test results
> : Email was triggered for: Failure - Any
> : Sending email for trigger: Failure - Any
> :
> :
> :
>
> -Hoss
> http://www.lucidworks.com/
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>



-- 
Anshum Gupta
http://about.me/anshumgupta

Re: [JENKINS] Lucene-Solr-5.x-Windows (32bit/jdk1.7.0_76) - Build # 4389 - Still Failing!

Posted by Chris Hostetter <ho...@fucit.org>.
I think anshum already fixed tihs this?

was caused by commits in SOLR-6956.



: Date: Wed, 18 Feb 2015 00:43:26 +0000 (UTC)
: From: Policeman Jenkins Server <je...@thetaphi.de>
: Reply-To: dev@lucene.apache.org
: To: shalin@apache.org, jpountz@apache.org, rmuir@apache.org,
:     dev@lucene.apache.org
: Subject: [JENKINS] Lucene-Solr-5.x-Windows (32bit/jdk1.7.0_76) - Build # 4389
:     - Still Failing!
: 
: Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4389/
: Java: 32bit/jdk1.7.0_76 -client -XX:+UseParallelGC
: 
: 17 tests failed.
: FAILED:  org.apache.solr.cloud.OverseerCollectionProcessorTest.testReplicationEqualNumberOfSlicesPerNodeSendNullCreateNodes
: 
: Error Message:
: Captured an uncaught exception in thread: Thread[id=15602, name=OverseerThreadFactory-8184-thread-1, state=RUNNABLE, group=TGRP-OverseerCollectionProcessorTest]
: 
: Stack Trace:
: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=15602, name=OverseerThreadFactory-8184-thread-1, state=RUNNABLE, group=TGRP-OverseerCollectionProcessorTest]
: Caused by: java.lang.AssertionError: 
:   Unexpected method call updateClusterState(true):
:     getClusterProps(): expected: 1, actual: 0
: 	at __randomizedtesting.SeedInfo.seed([847BA5C67BD44D56]:0)
: 	at org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:45)
: 	at org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:73)
: 	at org.easymock.internal.ClassProxyFactory$MockMethodInterceptor.intercept(ClassProxyFactory.java:92)
: 	at org.apache.solr.common.cloud.ZkStateReader$$EnhancerByCGLIB$$2e4978aa.updateClusterState(<generated>)
: 	at org.apache.solr.cloud.OverseerCollectionProcessor.processMessage(OverseerCollectionProcessor.java:583)
: 	at org.apache.solr.cloud.OverseerCollectionProcessor$Runner.run(OverseerCollectionProcessor.java:2863)
: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
: 	at java.lang.Thread.run(Thread.java:745)
: 
: 
: FAILED:  org.apache.solr.cloud.OverseerCollectionProcessorTest.testNoReplicationEqualNumberOfSlicesPerNodeSendNullCreateNodes
: 
: Error Message:
: Captured an uncaught exception in thread: Thread[id=15605, name=OverseerThreadFactory-8185-thread-1, state=RUNNABLE, group=TGRP-OverseerCollectionProcessorTest]
: 
: Stack Trace:
: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=15605, name=OverseerThreadFactory-8185-thread-1, state=RUNNABLE, group=TGRP-OverseerCollectionProcessorTest]
: Caused by: java.lang.AssertionError: 
:   Unexpected method call updateClusterState(true):
:     getClusterProps(): expected: 1, actual: 0
: 	at __randomizedtesting.SeedInfo.seed([847BA5C67BD44D56]:0)
: 	at org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:45)
: 	at org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:73)
: 	at org.easymock.internal.ClassProxyFactory$MockMethodInterceptor.intercept(ClassProxyFactory.java:92)
: 	at org.apache.solr.common.cloud.ZkStateReader$$EnhancerByCGLIB$$2e4978aa.updateClusterState(<generated>)
: 	at org.apache.solr.cloud.OverseerCollectionProcessor.processMessage(OverseerCollectionProcessor.java:583)
: 	at org.apache.solr.cloud.OverseerCollectionProcessor$Runner.run(OverseerCollectionProcessor.java:2863)
: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
: 	at java.lang.Thread.run(Thread.java:745)
: 
: 
: FAILED:  org.apache.solr.cloud.OverseerCollectionProcessorTest.testReplicationEqualNumberOfSlicesPerNode
: 
: Error Message:
: Captured an uncaught exception in thread: Thread[id=15608, name=OverseerThreadFactory-8186-thread-1, state=RUNNABLE, group=TGRP-OverseerCollectionProcessorTest]
: 
: Stack Trace:
: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=15608, name=OverseerThreadFactory-8186-thread-1, state=RUNNABLE, group=TGRP-OverseerCollectionProcessorTest]
: Caused by: java.lang.AssertionError: 
:   Unexpected method call updateClusterState(true):
:     getClusterProps(): expected: 1, actual: 0
: 	at __randomizedtesting.SeedInfo.seed([847BA5C67BD44D56]:0)
: 	at org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:45)
: 	at org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:73)
: 	at org.easymock.internal.ClassProxyFactory$MockMethodInterceptor.intercept(ClassProxyFactory.java:92)
: 	at org.apache.solr.common.cloud.ZkStateReader$$EnhancerByCGLIB$$2e4978aa.updateClusterState(<generated>)
: 	at org.apache.solr.cloud.OverseerCollectionProcessor.processMessage(OverseerCollectionProcessor.java:583)
: 	at org.apache.solr.cloud.OverseerCollectionProcessor$Runner.run(OverseerCollectionProcessor.java:2863)
: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
: 	at java.lang.Thread.run(Thread.java:745)
: 
: 
: FAILED:  org.apache.solr.cloud.OverseerCollectionProcessorTest.testNoReplicationLimitedNodesToCreateOn
: 
: Error Message:
: Captured an uncaught exception in thread: Thread[id=15611, name=OverseerThreadFactory-8187-thread-1, state=RUNNABLE, group=TGRP-OverseerCollectionProcessorTest]
: 
: Stack Trace:
: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=15611, name=OverseerThreadFactory-8187-thread-1, state=RUNNABLE, group=TGRP-OverseerCollectionProcessorTest]
: Caused by: java.lang.AssertionError: 
:   Unexpected method call updateClusterState(true):
:     getClusterProps(): expected: 1, actual: 0
: 	at __randomizedtesting.SeedInfo.seed([847BA5C67BD44D56]:0)
: 	at org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:45)
: 	at org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:73)
: 	at org.easymock.internal.ClassProxyFactory$MockMethodInterceptor.intercept(ClassProxyFactory.java:92)
: 	at org.apache.solr.common.cloud.ZkStateReader$$EnhancerByCGLIB$$2e4978aa.updateClusterState(<generated>)
: 	at org.apache.solr.cloud.OverseerCollectionProcessor.processMessage(OverseerCollectionProcessor.java:583)
: 	at org.apache.solr.cloud.OverseerCollectionProcessor$Runner.run(OverseerCollectionProcessor.java:2863)
: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
: 	at java.lang.Thread.run(Thread.java:745)
: 
: 
: FAILED:  org.apache.solr.cloud.OverseerCollectionProcessorTest.testReplicationCollectionNotCreatedDueToMaxShardsPerNodeAndNodesToCreateOnLimits
: 
: Error Message:
: Captured an uncaught exception in thread: Thread[id=15614, name=OverseerThreadFactory-8188-thread-1, state=RUNNABLE, group=TGRP-OverseerCollectionProcessorTest]
: 
: Stack Trace:
: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=15614, name=OverseerThreadFactory-8188-thread-1, state=RUNNABLE, group=TGRP-OverseerCollectionProcessorTest]
: Caused by: java.lang.AssertionError: 
:   Unexpected method call updateClusterState(true):
:     getClusterProps(): expected: 1, actual: 0
: 	at __randomizedtesting.SeedInfo.seed([847BA5C67BD44D56]:0)
: 	at org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:45)
: 	at org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:73)
: 	at org.easymock.internal.ClassProxyFactory$MockMethodInterceptor.intercept(ClassProxyFactory.java:92)
: 	at org.apache.solr.common.cloud.ZkStateReader$$EnhancerByCGLIB$$2e4978aa.updateClusterState(<generated>)
: 	at org.apache.solr.cloud.OverseerCollectionProcessor.processMessage(OverseerCollectionProcessor.java:583)
: 	at org.apache.solr.cloud.OverseerCollectionProcessor$Runner.run(OverseerCollectionProcessor.java:2863)
: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
: 	at java.lang.Thread.run(Thread.java:745)
: 
: 
: FAILED:  org.apache.solr.cloud.OverseerCollectionProcessorTest.testReplicationCollectionNotCreatedDueToMaxShardsPerNodeLimit
: 
: Error Message:
: Captured an uncaught exception in thread: Thread[id=15617, name=OverseerThreadFactory-8189-thread-1, state=RUNNABLE, group=TGRP-OverseerCollectionProcessorTest]
: 
: Stack Trace:
: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=15617, name=OverseerThreadFactory-8189-thread-1, state=RUNNABLE, group=TGRP-OverseerCollectionProcessorTest]
: Caused by: java.lang.AssertionError: 
:   Unexpected method call updateClusterState(true):
:     getClusterProps(): expected: 1, actual: 0
: 	at __randomizedtesting.SeedInfo.seed([847BA5C67BD44D56]:0)
: 	at org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:45)
: 	at org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:73)
: 	at org.easymock.internal.ClassProxyFactory$MockMethodInterceptor.intercept(ClassProxyFactory.java:92)
: 	at org.apache.solr.common.cloud.ZkStateReader$$EnhancerByCGLIB$$2e4978aa.updateClusterState(<generated>)
: 	at org.apache.solr.cloud.OverseerCollectionProcessor.processMessage(OverseerCollectionProcessor.java:583)
: 	at org.apache.solr.cloud.OverseerCollectionProcessor$Runner.run(OverseerCollectionProcessor.java:2863)
: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
: 	at java.lang.Thread.run(Thread.java:745)
: 
: 
: FAILED:  org.apache.solr.cloud.OverseerCollectionProcessorTest.testNoReplicationUnequalNumberOfSlicesPerNode
: 
: Error Message:
: Captured an uncaught exception in thread: Thread[id=15620, name=OverseerThreadFactory-8190-thread-1, state=RUNNABLE, group=TGRP-OverseerCollectionProcessorTest]
: 
: Stack Trace:
: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=15620, name=OverseerThreadFactory-8190-thread-1, state=RUNNABLE, group=TGRP-OverseerCollectionProcessorTest]
: Caused by: java.lang.AssertionError: 
:   Unexpected method call updateClusterState(true):
:     getClusterProps(): expected: 1, actual: 0
: 	at __randomizedtesting.SeedInfo.seed([847BA5C67BD44D56]:0)
: 	at org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:45)
: 	at org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:73)
: 	at org.easymock.internal.ClassProxyFactory$MockMethodInterceptor.intercept(ClassProxyFactory.java:92)
: 	at org.apache.solr.common.cloud.ZkStateReader$$EnhancerByCGLIB$$2e4978aa.updateClusterState(<generated>)
: 	at org.apache.solr.cloud.OverseerCollectionProcessor.processMessage(OverseerCollectionProcessor.java:583)
: 	at org.apache.solr.cloud.OverseerCollectionProcessor$Runner.run(OverseerCollectionProcessor.java:2863)
: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
: 	at java.lang.Thread.run(Thread.java:745)
: 
: 
: FAILED:  org.apache.solr.cloud.OverseerCollectionProcessorTest.testNoReplicationEqualNumberOfSlicesPerNode
: 
: Error Message:
: Captured an uncaught exception in thread: Thread[id=15623, name=OverseerThreadFactory-8191-thread-1, state=RUNNABLE, group=TGRP-OverseerCollectionProcessorTest]
: 
: Stack Trace:
: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=15623, name=OverseerThreadFactory-8191-thread-1, state=RUNNABLE, group=TGRP-OverseerCollectionProcessorTest]
: Caused by: java.lang.AssertionError: 
:   Unexpected method call updateClusterState(true):
:     getClusterProps(): expected: 1, actual: 0
: 	at __randomizedtesting.SeedInfo.seed([847BA5C67BD44D56]:0)
: 	at org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:45)
: 	at org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:73)
: 	at org.easymock.internal.ClassProxyFactory$MockMethodInterceptor.intercept(ClassProxyFactory.java:92)
: 	at org.apache.solr.common.cloud.ZkStateReader$$EnhancerByCGLIB$$2e4978aa.updateClusterState(<generated>)
: 	at org.apache.solr.cloud.OverseerCollectionProcessor.processMessage(OverseerCollectionProcessor.java:583)
: 	at org.apache.solr.cloud.OverseerCollectionProcessor$Runner.run(OverseerCollectionProcessor.java:2863)
: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
: 	at java.lang.Thread.run(Thread.java:745)
: 
: 
: FAILED:  org.apache.solr.cloud.OverseerCollectionProcessorTest.testNoReplicationCollectionNotCreatedDueToMaxShardsPerNodeLimit
: 
: Error Message:
: Captured an uncaught exception in thread: Thread[id=15626, name=OverseerThreadFactory-8192-thread-1, state=RUNNABLE, group=TGRP-OverseerCollectionProcessorTest]
: 
: Stack Trace:
: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=15626, name=OverseerThreadFactory-8192-thread-1, state=RUNNABLE, group=TGRP-OverseerCollectionProcessorTest]
: Caused by: java.lang.AssertionError: 
:   Unexpected method call updateClusterState(true):
:     getClusterProps(): expected: 1, actual: 0
: 	at __randomizedtesting.SeedInfo.seed([847BA5C67BD44D56]:0)
: 	at org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:45)
: 	at org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:73)
: 	at org.easymock.internal.ClassProxyFactory$MockMethodInterceptor.intercept(ClassProxyFactory.java:92)
: 	at org.apache.solr.common.cloud.ZkStateReader$$EnhancerByCGLIB$$2e4978aa.updateClusterState(<generated>)
: 	at org.apache.solr.cloud.OverseerCollectionProcessor.processMessage(OverseerCollectionProcessor.java:583)
: 	at org.apache.solr.cloud.OverseerCollectionProcessor$Runner.run(OverseerCollectionProcessor.java:2863)
: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
: 	at java.lang.Thread.run(Thread.java:745)
: 
: 
: FAILED:  org.apache.solr.cloud.OverseerCollectionProcessorTest.testNoReplicationCollectionNotCreatedDueToMaxShardsPerNodeAndNodesToCreateOnLimits
: 
: Error Message:
: Captured an uncaught exception in thread: Thread[id=15629, name=OverseerThreadFactory-8193-thread-1, state=RUNNABLE, group=TGRP-OverseerCollectionProcessorTest]
: 
: Stack Trace:
: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=15629, name=OverseerThreadFactory-8193-thread-1, state=RUNNABLE, group=TGRP-OverseerCollectionProcessorTest]
: Caused by: java.lang.AssertionError: 
:   Unexpected method call updateClusterState(true):
:     getClusterProps(): expected: 1, actual: 0
: 	at __randomizedtesting.SeedInfo.seed([847BA5C67BD44D56]:0)
: 	at org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:45)
: 	at org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:73)
: 	at org.easymock.internal.ClassProxyFactory$MockMethodInterceptor.intercept(ClassProxyFactory.java:92)
: 	at org.apache.solr.common.cloud.ZkStateReader$$EnhancerByCGLIB$$2e4978aa.updateClusterState(<generated>)
: 	at org.apache.solr.cloud.OverseerCollectionProcessor.processMessage(OverseerCollectionProcessor.java:583)
: 	at org.apache.solr.cloud.OverseerCollectionProcessor$Runner.run(OverseerCollectionProcessor.java:2863)
: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
: 	at java.lang.Thread.run(Thread.java:745)
: 
: 
: FAILED:  org.apache.solr.cloud.OverseerCollectionProcessorTest.testReplicationEqualNumberOfSlicesPerNodeSendCreateNodesEqualToLiveNodes
: 
: Error Message:
: Captured an uncaught exception in thread: Thread[id=15632, name=OverseerThreadFactory-8194-thread-1, state=RUNNABLE, group=TGRP-OverseerCollectionProcessorTest]
: 
: Stack Trace:
: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=15632, name=OverseerThreadFactory-8194-thread-1, state=RUNNABLE, group=TGRP-OverseerCollectionProcessorTest]
: Caused by: java.lang.AssertionError: 
:   Unexpected method call updateClusterState(true):
:     getClusterProps(): expected: 1, actual: 0
: 	at __randomizedtesting.SeedInfo.seed([847BA5C67BD44D56]:0)
: 	at org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:45)
: 	at org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:73)
: 	at org.easymock.internal.ClassProxyFactory$MockMethodInterceptor.intercept(ClassProxyFactory.java:92)
: 	at org.apache.solr.common.cloud.ZkStateReader$$EnhancerByCGLIB$$2e4978aa.updateClusterState(<generated>)
: 	at org.apache.solr.cloud.OverseerCollectionProcessor.processMessage(OverseerCollectionProcessor.java:583)
: 	at org.apache.solr.cloud.OverseerCollectionProcessor$Runner.run(OverseerCollectionProcessor.java:2863)
: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
: 	at java.lang.Thread.run(Thread.java:745)
: 
: 
: FAILED:  org.apache.solr.cloud.OverseerCollectionProcessorTest.testReplicationLimitedNodesToCreateOn
: 
: Error Message:
: Captured an uncaught exception in thread: Thread[id=15635, name=OverseerThreadFactory-8195-thread-1, state=RUNNABLE, group=TGRP-OverseerCollectionProcessorTest]
: 
: Stack Trace:
: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=15635, name=OverseerThreadFactory-8195-thread-1, state=RUNNABLE, group=TGRP-OverseerCollectionProcessorTest]
: Caused by: java.lang.AssertionError: 
:   Unexpected method call updateClusterState(true):
:     getClusterProps(): expected: 1, actual: 0
: 	at __randomizedtesting.SeedInfo.seed([847BA5C67BD44D56]:0)
: 	at org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:45)
: 	at org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:73)
: 	at org.easymock.internal.ClassProxyFactory$MockMethodInterceptor.intercept(ClassProxyFactory.java:92)
: 	at org.apache.solr.common.cloud.ZkStateReader$$EnhancerByCGLIB$$2e4978aa.updateClusterState(<generated>)
: 	at org.apache.solr.cloud.OverseerCollectionProcessor.processMessage(OverseerCollectionProcessor.java:583)
: 	at org.apache.solr.cloud.OverseerCollectionProcessor$Runner.run(OverseerCollectionProcessor.java:2863)
: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
: 	at java.lang.Thread.run(Thread.java:745)
: 
: 
: FAILED:  org.apache.solr.cloud.OverseerCollectionProcessorTest.testNoReplicationEqualNumberOfSlicesPerNodeSendCreateNodesEqualToLiveNodes
: 
: Error Message:
: Captured an uncaught exception in thread: Thread[id=15638, name=OverseerThreadFactory-8196-thread-1, state=RUNNABLE, group=TGRP-OverseerCollectionProcessorTest]
: 
: Stack Trace:
: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=15638, name=OverseerThreadFactory-8196-thread-1, state=RUNNABLE, group=TGRP-OverseerCollectionProcessorTest]
: Caused by: java.lang.AssertionError: 
:   Unexpected method call updateClusterState(true):
:     getClusterProps(): expected: 1, actual: 0
: 	at __randomizedtesting.SeedInfo.seed([847BA5C67BD44D56]:0)
: 	at org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:45)
: 	at org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:73)
: 	at org.easymock.internal.ClassProxyFactory$MockMethodInterceptor.intercept(ClassProxyFactory.java:92)
: 	at org.apache.solr.common.cloud.ZkStateReader$$EnhancerByCGLIB$$2e4978aa.updateClusterState(<generated>)
: 	at org.apache.solr.cloud.OverseerCollectionProcessor.processMessage(OverseerCollectionProcessor.java:583)
: 	at org.apache.solr.cloud.OverseerCollectionProcessor$Runner.run(OverseerCollectionProcessor.java:2863)
: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
: 	at java.lang.Thread.run(Thread.java:745)
: 
: 
: FAILED:  org.apache.solr.cloud.OverseerCollectionProcessorTest.testReplicationUnequalNumberOfSlicesPerNode
: 
: Error Message:
: Captured an uncaught exception in thread: Thread[id=15641, name=OverseerThreadFactory-8197-thread-1, state=RUNNABLE, group=TGRP-OverseerCollectionProcessorTest]
: 
: Stack Trace:
: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=15641, name=OverseerThreadFactory-8197-thread-1, state=RUNNABLE, group=TGRP-OverseerCollectionProcessorTest]
: Caused by: java.lang.AssertionError: 
:   Unexpected method call updateClusterState(true):
:     getClusterProps(): expected: 1, actual: 0
: 	at __randomizedtesting.SeedInfo.seed([847BA5C67BD44D56]:0)
: 	at org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:45)
: 	at org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:73)
: 	at org.easymock.internal.ClassProxyFactory$MockMethodInterceptor.intercept(ClassProxyFactory.java:92)
: 	at org.apache.solr.common.cloud.ZkStateReader$$EnhancerByCGLIB$$2e4978aa.updateClusterState(<generated>)
: 	at org.apache.solr.cloud.OverseerCollectionProcessor.processMessage(OverseerCollectionProcessor.java:583)
: 	at org.apache.solr.cloud.OverseerCollectionProcessor$Runner.run(OverseerCollectionProcessor.java:2863)
: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
: 	at java.lang.Thread.run(Thread.java:745)
: 
: 
: FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.BasicDistributedZk2Test
: 
: Error Message:
: Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 847BA5C67BD44D56-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 847BA5C67BD44D56-001\tempDir-002    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 847BA5C67BD44D56-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 847BA5C67BD44D56-001 
: 
: Stack Trace:
: java.io.IOException: Could not remove the following files (in the order of attempts):
:    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 847BA5C67BD44D56-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 847BA5C67BD44D56-001\tempDir-002
:    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 847BA5C67BD44D56-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 847BA5C67BD44D56-001
: 
: 	at __randomizedtesting.SeedInfo.seed([847BA5C67BD44D56]:0)
: 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
: 	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:170)
: 	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
: 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
: 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
: 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
: 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
: 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
: 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
: 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
: 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
: 	at java.lang.Thread.run(Thread.java:745)
: 
: 
: FAILED:  org.apache.solr.cloud.ReplicationFactorTest.test
: 
: Error Message:
: org.apache.http.NoHttpResponseException: The target server failed to respond
: 
: Stack Trace:
: org.apache.solr.client.solrj.SolrServerException: org.apache.http.NoHttpResponseException: The target server failed to respond
: 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:865)
: 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:730)
: 	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:283)
: 	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
: 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
: 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
: 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
: 	at java.lang.reflect.Method.invoke(Method.java:606)
: 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
: 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
: 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
: 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
: 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:940)
: 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:915)
: 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
: 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
: 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
: 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
: 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
: 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
: 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
: 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
: 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
: 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
: 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
: 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
: 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
: 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
: 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
: 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
: 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
: 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
: 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
: 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
: 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
: 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
: 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
: 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
: 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
: 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
: 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
: 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
: 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
: 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
: 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
: 	at java.lang.Thread.run(Thread.java:745)
: Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
: 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
: 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
: 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
: 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
: 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
: 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
: 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
: 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
: 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
: 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
: 	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
: 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
: 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
: 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
: 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
: 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
: 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
: 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
: 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
: 	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:546)
: 	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:543)
: 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
: 	... 1 more
: 
: 
: FAILED:  junit.framework.TestSuite.org.apache.solr.handler.TestReplicationHandlerBackup
: 
: Error Message:
: Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-002\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-002    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBac
 kup 847BA5C67BD44D56-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-001\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-001    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-001\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.hand
 ler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-001\collection1\data    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-001    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-002\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-002\collection1\data    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handl
 er.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-002: java.nio..file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-002    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001 
: 
: Stack Trace:
: java.io.IOException: Could not remove the following files (in the order of attempts):
:    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-002\collection1
:    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-002
:    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-001\collection1
:    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-001
:    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-001\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-001\collection1\data
:    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-001
:    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-002\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-002\collection1\data
:    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-002
:    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001
: 
: 	at __randomizedtesting.SeedInfo.seed([847BA5C67BD44D56]:0)
: 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
: 	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:170)
: 	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
: 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
: 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
: 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
: 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
: 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
: 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
: 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
: 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
: 	at java.lang.Thread.run(Thread.java:745)
: 
: 
: 
: 
: Build Log:
: [...truncated 9404 lines...]
:    [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
:    [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 847BA5C67BD44D56-001\init-core-data-001
:    [junit4]   2> 470526 T1792 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
:    [junit4]   2> 470532 T1792 oasc.ZkTestServer.run STARTING ZK TEST SERVER
:    [junit4]   1> client port:0.0.0.0/0.0.0.0:0
:    [junit4]   2> 470533 T1793 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
:    [junit4]   2> 470657 T1792 oasc.ZkTestServer.run start zk server on port:51825
:    [junit4]   2> 470657 T1792 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
:    [junit4]   2> 470660 T1792 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
:    [junit4]   2> 470663 T1800 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b3e322 name:ZooKeeperConnection Watcher:127.0.0.1:51825 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
:    [junit4]   2> 470665 T1792 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
:    [junit4]   2> 470665 T1792 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
:    [junit4]   2> 470665 T1792 oascc.SolrZkClient.makePath makePath: /solr
:    [junit4]   2> 470672 T1792 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
:    [junit4]   2> 470674 T1792 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
:    [junit4]   2> 470676 T1803 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e43f50 name:ZooKeeperConnection Watcher:127.0.0.1:51825/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
:    [junit4]   2> 470677 T1792 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
:    [junit4]   2> 470677 T1792 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
:    [junit4]   2> 470677 T1792 oascc.SolrZkClient.makePath makePath: /collections/collection1
:    [junit4]   2> 470682 T1792 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
:    [junit4]   2> 470685 T1792 oascc.SolrZkClient.makePath makePath: /collections/control_collection
:    [junit4]   2> 470689 T1792 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
:    [junit4]   2> 470691 T1792 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
:    [junit4]   2> 470691 T1792 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
:    [junit4]   2> 470699 T1792 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
:    [junit4]   2> 470699 T1792 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
:    [junit4]   2> 470704 T1792 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
:    [junit4]   2> 470704 T1792 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
:    [junit4]   2> 470708 T1792 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
:    [junit4]   2> 470708 T1792 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
:    [junit4]   2> 470714 T1792 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
:    [junit4]   2> 470714 T1792 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
:    [junit4]   2> 470718 T1792 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
:    [junit4]   2> 470718 T1792 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
:    [junit4]   2> 470723 T1792 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
:    [junit4]   2> 470723 T1792 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
:    [junit4]   2> 470729 T1792 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
:    [junit4]   2> 470729 T1792 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
:    [junit4]   2> 470733 T1792 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
:    [junit4]   2> 470733 T1792 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
:    [junit4]   2> 470738 T1792 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
:    [junit4]   2> 470738 T1792 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
:    [junit4]   2> 470742 T1792 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
:    [junit4]   2> 470742 T1792 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
:    [junit4]   2> 472384 T1792 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 847BA5C67BD44D56-001\control-001\cores\collection1
:    [junit4]   2> 472388 T1792 oejs.Server.doStart jetty-8.1.10.v20130312
:    [junit4]   2> 472395 T1792 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51833
:    [junit4]   2> 472395 T1792 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1b8737f
:    [junit4]   2> 472396 T1792 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
:    [junit4]   2> 472396 T1792 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 847BA5C67BD44D56-001\control-001
:    [junit4]   2> 472396 T1792 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 847BA5C67BD44D56-001\control-001\'
:    [junit4]   2> 472432 T1792 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 847BA5C67BD44D56-001\control-001\solr.xml
:    [junit4]   2> 472462 T1792 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 847BA5C67BD44D56-001\control-001\cores
:    [junit4]   2> 472462 T1792 oasc.CoreContainer.<init> New CoreContainer 25927851
:    [junit4]   2> 472463 T1792 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 847BA5C67BD44D56-001\control-001\]
:    [junit4]   2> 472464 T1792 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
:    [junit4]   2> 472464 T1792 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
:    [junit4]   2> 472464 T1792 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
:    [junit4]   2> 472465 T1792 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
:    [junit4]   2> 472465 T1792 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
:    [junit4]   2> 472465 T1792 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
:    [junit4]   2> 472465 T1792 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
:    [junit4]   2> 472465 T1792 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
:    [junit4]   2> 472465 T1792 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
:    [junit4]   2> 472465 T1792 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
:    [junit4]   2> 472465 T1792 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
:    [junit4]   2> 472465 T1792 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
:    [junit4]   2> 472466 T1792 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
:    [junit4]   2> 472466 T1792 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
:    [junit4]   2> 472466 T1792 oasc.CoreContainer.load Host Name: 127.0.0.1
:    [junit4]   2> 472466 T1792 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:51825/solr
:    [junit4]   2> 472466 T1792 oasc.ZkController.checkChrootPath zkHost includes chroot
:    [junit4]   2> 472466 T1792 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
:    [junit4]   2> 472469 T1792 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
:    [junit4]   2> 472472 T1815 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1679953 name:ZooKeeperConnection Watcher:127.0.0.1:51825 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
:    [junit4]   2> 472473 T1792 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
:    [junit4]   2> 472474 T1792 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
:    [junit4]   2> 472478 T1792 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
:    [junit4]   2> 472482 T1818 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@9b99ac name:ZooKeeperConnection Watcher:127.0.0.1:51825/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
:    [junit4]   2> 472482 T1792 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
:    [junit4]   2> 472484 T1792 oascc.SolrZkClient.makePath makePath: /overseer/queue
:    [junit4]   2> 472488 T1792 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
:    [junit4]   2> 472491 T1792 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
:    [junit4]   2> 472496 T1792 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
:    [junit4]   2> 472500 T1792 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
:    [junit4]   2> 472503 T1792 oascc.SolrZkClient.makePath makePath: /live_nodes
:    [junit4]   2> 472506 T1792 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51832_
:    [junit4]   2> 472507 T1792 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51832_
:    [junit4]   2> 472511 T1792 oascc.SolrZkClient.makePath makePath: /overseer_elect
:    [junit4]   2> 472513 T1792 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
:    [junit4]   2> 472517 T1792 oasc.Overseer.close Overseer (id=null) closing
:    [junit4]   2> 472519 T1792 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:51832_
:    [junit4]   2> 472519 T1792 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
:    [junit4]   2> 472522 T1792 oasc.Overseer.start Overseer (id=93337346405564419-127.0.0.1:51832_-n_0000000000) starting
:    [junit4]   2> 472525 T1792 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
:    [junit4]   2> 472537 T1792 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
:    [junit4]   2> 472538 T1820 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
:    [junit4]   2> 472538 T1792 oascc.SolrZkClient.makePath makePath: /clusterstate.json
:    [junit4]   2> 472540 T1819 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
:    [junit4]   2> 472543 T1792 oascc.SolrZkClient.makePath makePath: /aliases.json
:    [junit4]   2> 472545 T1792 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
:    [junit4]   2> 472551 T1792 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 847BA5C67BD44D56-001\control-001\cores
:    [junit4]   2> 472553 T1792 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 847BA5C67BD44D56-001\control-001\cores\collection1\
:    [junit4]   2> 472553 T1792 oasc.CorePropertiesLocator.discover Found 1 core definitions
:    [junit4]   2> 472555 T1822 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
:    [junit4]   2> 472555 T1822 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
:    [junit4]   2> 472556 T1818 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
:    [junit4]   2> 472556 T1822 oasc.ZkController.waitForCoreNodeName look for our core node name
:    [junit4]   2> 472557 T1819 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
:    [junit4]   2> 	  "roles":null,
:    [junit4]   2> 	  "numShards":"1",
:    [junit4]   2> 	  "operation":"state",
:    [junit4]   2> 	  "collection":"control_collection",
:    [junit4]   2> 	  "core":"collection1",
:    [junit4]   2> 	  "node_name":"127.0.0.1:51832_",
:    [junit4]   2> 	  "base_url":"http://127.0.0.1:51832",
:    [junit4]   2> 	  "shard":null,
:    [junit4]   2> 	  "state":"down"} current state version: 0
:    [junit4]   2> 472558 T1819 oasco.ReplicaMutator.updateState Update state numShards=1 message={
:    [junit4]   2> 	  "roles":null,
:    [junit4]   2> 	  "numShards":"1",
:    [junit4]   2> 	  "operation":"state",
:    [junit4]   2> 	  "collection":"control_collection",
:    [junit4]   2> 	  "core":"collection1",
:    [junit4]   2> 	  "node_name":"127.0.0.1:51832_",
:    [junit4]   2> 	  "base_url":"http://127.0.0.1:51832",
:    [junit4]   2> 	  "shard":null,
:    [junit4]   2> 	  "state":"down"}
:    [junit4]   2> 472558 T1819 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
:    [junit4]   2> 472558 T1819 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
:    [junit4]   2> 472560 T1818 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
:    [junit4]   2> 473678 T1822 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
:    [junit4]   2> 473678 T1822 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
:    [junit4]   2> 473679 T1822 oasc.ZkController.createCollectionZkNode Collection zkNode exists
:    [junit4]   2> 473679 T1822 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
:    [junit4]   2> 473681 T1822 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
:    [junit4]   2> 473681 T1822 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 847BA5C67BD44D56-001\control-001\cores\collection1\'
:    [junit4]   2> 473704 T1822 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
:    [junit4]   2> 473709 T1822 oasc.Config.<init> loaded config solrconfig.xml with version 0 
:    [junit4]   2> 473722 T1822 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
:    [junit4]   2> 473751 T1822 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
:    [junit4]   2> 473807 T1822 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
:    [junit4]   2> 473828 T1822 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
:    [junit4]   2> 473839 T1822 oass.IndexSchema.readSchema [collection1] Schema name=test
:    [junit4]   2> 474289 T1822 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
:    [junit4]   2> 474298 T1822 oass.IndexSchema.readSchema default search field in schema is text
:    [junit4]   2> 474301 T1822 oass.IndexSchema.readSchema unique key field: id
:    [junit4]   2> 474319 T1822 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
:    [junit4]   2> 474324 T1822 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
:    [junit4]   2> 474330 T1822 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
:    [junit4]   2> 474331 T1822 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
:    [junit4]   2> 474332 T1822 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
:    [junit4]   2> 474332 T1822 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
:    [junit4]   2> 474333 T1822 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
:    [junit4]   2> 474333 T1822 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
:    [junit4]   2> 474333 T1822 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
:    [junit4]   2> 474333 T1822 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
:    [junit4]   2> 474334 T1822 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 847BA5C67BD44D56-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 847BA5C67BD44D56-001\tempDir-001/control/data\
:    [junit4]   2> 474335 T1822 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@b1cfa4
:    [junit4]   2> 474335 T1822 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 847BA5C67BD44D56-001\tempDir-001/control/data\
:    [junit4]   2> 474335 T1822 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 847BA5C67BD44D56-001\tempDir-001/control/data\index/
:    [junit4]   2> 474335 T1822 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 847BA5C67BD44D56-001\tempDir-001\control\data\index' doesn't exist. Creating new index...
:    [junit4]   2> 474336 T1822 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 847BA5C67BD44D56-001\tempDir-001/control/data\index
:    [junit4]   2> 474336 T1822 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=39238125, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
:    [junit4]   2> 474337 T1822 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
:    [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@17c0d68 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1545bec),segFN=segments_1,generation=1}
:    [junit4]   2> 474337 T1822 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
:    [junit4]   2> 474341 T1822 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
:    [junit4]   2> 474342 T1822 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
:    [junit4]   2> 474342 T1822 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
:    [junit4]   2> 474342 T1822 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
:    [junit4]   2> 474342 T1822 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
:    [junit4]   2> 474342 T1822 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
:    [junit4]   2> 474343 T1822 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
:    [junit4]   2> 474343 T1822 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
:    [junit4]   2> 474343 T1822 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
:    [junit4]   2> 474344 T1822 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
:    [junit4]   2> 474344 T1822 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
:    [junit4]   2> 474345 T1822 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
:    [junit4]   2> 474345 T1822 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
:    [junit4]   2> 474345 T1822 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
:    [junit4]   2> 474347 T1822 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
:    [junit4]   2> 474347 T1822 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
:    [junit4]   2> 474347 T1822 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
:    [junit4]   2> 474348 T1822 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
:    [junit4]   2> 474351 T1822 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
:    [junit4]   2> 474352 T1822 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
:    [junit4]   2> 474352 T1822 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
:    [junit4]   2> 474353 T1822 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
:    [junit4]   2> 474353 T1822 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
:    [junit4]   2> 474354 T1822 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
:    [junit4]   2> 474354 T1822 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
:    [junit4]   2> 474355 T1822 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
:    [junit4]   2> 474355 T1822 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
:    [junit4]   2> 474364 T1822 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
:    [junit4]   2> 474366 T1822 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
:    [junit4]   2> 474368 T1822 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
:    [junit4]   2> 474369 T1822 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
:    [junit4]   2> 474373 T1822 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
:    [junit4]   2> 474376 T1822 oasu.CommitTracker.<init> Hard AutoCommit: disabled
:    [junit4]   2> 474376 T1822 oasu.CommitTracker.<init> Soft AutoCommit: disabled
:    [junit4]   2> 474377 T1822 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1610259160, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
:    [junit4]   2> 474377 T1822 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
:    [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@17c0d68 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1545bec),segFN=segments_1,generation=1}
:    [junit4]   2> 474377 T1822 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
:    [junit4]   2> 474378 T1822 oass.SolrIndexSearcher.<init> Opening Searcher@1aca407[collection1] main
:    [junit4]   2> 474378 T1822 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
:    [junit4]   2> 474380 T1822 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
:    [junit4]   2> 474380 T1822 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
:    [junit4]   2> 474381 T1822 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
:    [junit4]   2> 474381 T1822 oasr.RestManager.init Initializing RestManager with initArgs: {}
:    [junit4]   2> 474381 T1822 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
:    [junit4]   2> 474382 T1822 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
:    [junit4]   2> 474382 T1822 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
:    [junit4]   2> 474382 T1822 oasr.RestManager.init Initializing 0 registered ManagedResources
:    [junit4]   2> 474382 T1822 oash.ReplicationHandler.inform Commits will be reserved for  10000
:    [junit4]   2> 474383 T1822 oasc.CoreContainer.registerCore registering core: collection1
:    [junit4]   2> 474383 T1823 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1aca407[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
:    [junit4]   2> 474385 T1826 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:51832 collection:control_collection shard:shard1
:    [junit4]   2> 474386 T1792 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
:    [junit4]   2> 474386 T1792 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
:    [junit4]   2> 474387 T1792 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
:    [junit4]   2> 474387 T1826 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
:    [junit4]   2> 474388 T1792 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
:    [junit4]   2> 474391 T1830 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@f18ce1 name:ZooKeeperConnection Watcher:127.0.0.1:51825/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
:    [junit4]   2> 474391 T1792 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
:    [junit4]   2> 474391 T1792 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
:    [junit4]   2> 474393 T1792 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
:    [junit4]   2> 474397 T1826 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
:    [junit4]   2> 474399 T1792 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
:    [junit4]   2> 474400 T1818 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
:    [junit4]   2> 474400 T1826 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
:    [junit4]   2> 474400 T1826 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
:    [junit4]   2> ASYNC  NEW_CORE C340 name=collection1 org.apache.solr.core.SolrCore@121ec0e url=http://127.0.0.1:51832/collection1 node=127.0.0.1:51832_ C340_STATE=coll:control_collection core:collection1 props:{core=collection1, node_name=127.0.0.1:51832_, base_url=http://127.0.0.1:51832, state=down}
:    [junit4]   2> 474401 T1826 C340 P51832 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:51832/collection1/
:    [junit4]   2> 474401 T1826 C340 P51832 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
:    [junit4]   2> 474401 T1826 C340 P51832 oasc.SyncStrategy.syncToMe http://127.0.0.1:51832/collection1/ has no replicas
:    [junit4]   2> 474401 T1826 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:51832/collection1/ shard1
:    [junit4]   2> 474402 T1826 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
:    [junit4]   2> 474402 T1819 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
:    [junit4]   2> 	  "operation":"leader",
:    [junit4]   2> 	  "shard":"shard1",
:    [junit4]   2> 	  "collection":"control_collection"} current state version: 1
:    [junit4]   2> 474404 T1830 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
:    [junit4]   2> 474406 T1818 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
:    [junit4]   2> 474419 T1819 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
:    [junit4]   2> 	  "operation":"leader",
:    [junit4]   2> 	  "shard":"shard1",
:    [junit4]   2> 	  "collection":"control_collection",
:    [junit4]   2> 	  "base_url":"http://127.0.0.1:51832",
:    [junit4]   2> 	  "core":"collection1",
:    [junit4]   2> 	  "state":"active"} current state version: 2
:    [junit4]   2> 474422 T1818 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
:    [junit4]   2> 474424 T1818 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
:    [junit4]   2> 474425 T1830 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
:    [junit4]   2> 474476 T1826 oasc.ZkController.register We are http://127.0.0.1:51832/collection1/ and leader is http://127.0.0.1:51832/collection1/
:    [junit4]   2> 474476 T1826 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:51832
:    [junit4]   2> 474476 T1826 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
:    [junit4]   2> 474476 T1826 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
:    [junit4]   2> 474476 T1826 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
:    [junit4]   2> 474478 T1818 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
:    [junit4]   2> 474480 T1819 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
:    [junit4]   2> 	  "roles":null,
:    [junit4]   2> 	  "numShards":"3",
:    [junit4]   2> 	  "core_node_name":"core_node1",
:    [junit4]   2> 	  "operation":"state",
:    [junit4]   2> 	  "collection":"control_collection",
:    [junit4]   2> 	  "core":"collection1",
:    [junit4]   2> 	  "node_name":"127.0.0.1:51832_",
:    [junit4]   2> 	  "base_url":"http://127.0.0.1:51832",
:    [junit4]   2> 	  "shard":"shard1",
:    [junit4]   2> 	  "state":"active"} current state version: 3
:    [junit4]   2> 474480 T1819 oasco.ReplicaMutator.updateState Update state numShards=3 message={
:    [junit4]   2> 	  "roles":null,
:    [junit4]   2> 	  "numShards":"3",
:    [junit4]   2> 	  "core_node_name":"core_node1",
:    [junit4]   2> 	  "operation":"state",
:    [junit4]   2> 	  "collection":"control_collection",
:    [junit4]   2> 	  "core":"collection1",
:    [junit4]   2> 	  "node_name":"127.0.0.1:51832_",
:    [junit4]   2> 	  "base_url":"http://127.0.0.1:51832",
:    [junit4]   2> 	  "shard":"shard1",
:    [junit4]   2> 	  "state":"active"}
:    [junit4]   2> 474597 T1830 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
:    [junit4]   2> 474597 T1818 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
:    [junit4]   2> 475886 T1792 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 847BA5C67BD44D56-001\shard-1-001\cores\collection1
:    [junit4]   2> 475890 T1792 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
:    [junit4]   2> 475890 T1792 oejs.Server.doStart jetty-8.1.10.v20130312
:    [junit4]   2> 475895 T1792 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51846
:    [junit4]   2> 475897 T1792 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1b8737f
:    [junit4]   2> 475897 T1792 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
:    [junit4]   2> 475897 T1792 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 847BA5C67BD44D56-001\shard-1-001
:    [junit4]   2> 475898 T1792 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 847BA5C67BD44D56-001\shard-1-001\'
:    [junit4]   2> 475936 T1792 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 847BA5C67BD44D56-001\shard-1-001\solr.xml
:    [junit4]   2> 475971 T1792 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 847BA5C67BD44D56-001\shard-1-001\cores
:    [junit4]   2> 475971 T1792 oasc.CoreContainer.<init> New CoreContainer 6041242
:    [junit4]   2> 475971 T1792 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 847BA5C67BD44D56-001\shard-1-001\]
:    [junit4]   2> 475973 T1792 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
:    [junit4]   2> 475973 T1792 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
:    [junit4]   2> 475973 T1792 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
:    [junit4]   2> 475973 T1792 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
:    [junit4]   2> 475973 T1792 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
:    [junit4]   2> 475973 T1792 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
:    [junit4]   2> 475973 T1792 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
:    [junit4]   2> 475975 T1792 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
:    [junit4]   2> 475975 T1792 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
:    [junit4]   2> 475975 T1792 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
:    [junit4]   2> 475976 T1792 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
:    [junit4]   2> 475976 T1792 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
:    [junit4]   2> 475976 T1792 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
:    [junit4]   2> 475976 T1792 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
:    [junit4]   2> 475976 T1792 oasc.CoreContainer.load Host Name: 127.0.0.1
:    [junit4]   2> 475979 T1792 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:51825/solr
:    [junit4]   2> 475979 T1792 oasc.ZkController.checkChrootPath zkHost includes chroot
:    [junit4]   2> 475979 T1792 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
:    [junit4]   2> 475981 T1792 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
:    [junit4]   2> 475983 T1842 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1a8d188 name:ZooKeeperConnection Watcher:127.0.0.1:51825 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
:    [junit4]   2> 475984 T1792 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
:    [junit4]   2> 475985 T1792 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
:    [junit4]   2> 475989 T1792 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
:    [junit4]   2> 475991 T1845 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1e07c3 name:ZooKeeperConnection Watcher:127.0.0.1:51825/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
:    [junit4]   2> 475991 T1792 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
:    [junit4]   2> 476001 T1792 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
:    [junit4]   2> 477128 T1792 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51845_
:    [junit4]   2> 477130 T1792 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51845_
:    [junit4]   2> 477137 T1792 oasc.Overseer.close Overseer (id=null) closing
:    [junit4]   2> 477140 T1792 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 847BA5C67BD44D56-001\shard-1-001\cores
:    [junit4]   2> 477140 T1792 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 847BA5C67BD44D56-001\shard-1-001\cores\collection1\
:    [junit4]   2> 477142 T1792 oasc.CorePropertiesLocator.discover Found 1 core definitions
:    [junit4]   2> 477144 T1846 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
:    [junit4]   2> 477144 T1846 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
:    [junit4]   2> 477145 T1818 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
:    [junit4]   2> 477145 T1846 oasc.ZkController.waitForCoreNodeName look for our core node name
:    [junit4]   2> 477148 T1819 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
:    [junit4]   2> 	  "roles":null,
:    [junit4]   2> 	  "numShards":"3",
:    [junit4]   2> 	  "operation":"state",
:    [junit4]   2> 	  "collection":"collection1",
:    [junit4]   2> 	  "core":"collection1",
:    [junit4]   2> 	  "node_name":"127.0.0.1:51845_",
:    [junit4]   2> 	  "base_url":"http://127.0.0.1:51845",
:    [junit4]   2> 	  "shard":null,
:    [junit4]   2> 	  "state":"down"} current state version: 4
:    [junit4]   2> 477149 T1819 oasco.ReplicaMutator.updateState Update state numShards=3 message={
:    [junit4]   2> 	  "roles":null,
:    [junit4]   2> 	  "numShards":"3",
:    [junit4]   2> 	  "operation":"state",
:    [junit4]   2> 	  "collection":"collection1",
:    [junit4]   2> 	  "core":"collection1",
:    [junit4]   2> 	  "node_name":"127.0.0.1:51845_",
:    [junit4]   2> 	  "base_url":"http://127.0.0.1:51845",
:    [junit4]   2> 	  "shard":null,
:    [junit4]   2> 	  "state":"down"}
:    [junit4]   2> 477149 T1819 oasco.ClusterStateMutator.createCollection building a new cName: collection1
:    [junit4]   2> 477149 T1819 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
:    [junit4]   2> 477151 T1830 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
:    [junit4]   2> 477151 T1845 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
:    [junit4]   2> 477151 T1818 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
:    [junit4]   2> 478267 T1846 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
:    [junit4]   2> 478267 T1846 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
:    [junit4]   2> 478268 T1846 oasc.ZkController.createCollectionZkNode Collection zkNode exists
:    [junit4]   2> 478268 T1846 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
:    [junit4]   2> 478271 T1846 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
:    [junit4]   2> 478271 T1846 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 847BA5C67BD44D56-001\shard-1-001\cores\collection1\'
:    [junit4]   2> 478295 T1846 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
:    [junit4]   2> 478299 T1846 oasc.Config.<init> loaded config solrconfig.xml with version 0 
:    [junit4]   2> 478311 T1846 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
:    [junit4]   2> 478338 T1846 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
:    [junit4]   2> 478393 T1846 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
:    [junit4]   2> 478396 T1846 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
:    [junit4]   2> 478408 T1846 oass.IndexSchema.readSchema [collection1] Schema name=test
:    [junit4]   2> 478869 T1846 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
:    [junit4]   2> 478879 T1846 oass.IndexSchema.readSchema default search field in schema is text
:    [junit4]   2> 478883 T1846 oass.IndexSchema.readSchema unique key field: id
:    [junit4]   2> 478900 T1846 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
:    [junit4]   2> 478904 T1846 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
:    [junit4]   2> 478909 T1846 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
:    [junit4]   2> 478912 T1846 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
:    [junit4]   2> 478913 T1846 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
:    [junit4]   2> 478913 T1846 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
:    [junit4]   2> 478914 T1846 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
:    [junit4]   2> 478914 T1846 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
:    [junit4]   2> 478914 T1846 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
:    [junit4]   2> 478914 T1846 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
:    [junit4]   2> 478915 T1846 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 847BA5C67BD44D56-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 847BA5C67BD44D56-001\tempDir-001/jetty1\
:    [junit4]   2> 478915 T1846 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@b1cfa4
:    [junit4]   2> 478916 T1846 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 847BA5C67BD44D56-001\tempDir-001/jetty1\
:    [junit4]   2> 478916 T1846 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 847BA5C67BD44D56-001\tempDir-001/jetty1\index/
:    [junit4]   2> 478916 T1846 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 847BA5C67BD44D56-001\tempDir-001\jetty1\index' doesn't exist. Creating new index...
:    [junit4]   2> 478917 T1846 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 847BA5C67BD44D56-001\tempDir-001/jetty1\index
:    [junit4]   2> 478917 T1846 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=39238125, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
:    [junit4]   2> 478918 T1846 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
:    [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@12308c9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@115f4ea),segFN=segments_1,generation=1}
:    [junit4]   2> 478918 T1846 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
:    [junit4]   2> 478923 T1846 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
:    [junit4]   2> 478923 T1
: 
: [...truncated too long message...]
: 
: xBoostProcessorTest, TestDynamicFieldResource, LeaderFailoverAfterPartitionTest, SoftAutoCommitTest, ExitableDirectoryReaderTest, TestFunctionQuery, SolrXmlInZkTest, SuggestComponentTest, AsyncMigrateRouteKeyTest, SSLMigrationTest, ResponseLogComponentTest, CollectionsAPIDistributedZkTest, OpenCloseCoreStressTest, OverseerTest, LeaderElectionIntegrationTest, ShardRoutingTest, RecoveryZkTest, ClusterStateUpdateTest, TestZkChroot, TestRandomDVFaceting, ZkCLITest, TestDistributedGrouping, TestFaceting, TestRecovery, TestHashPartitioner, TermVectorComponentDistributedTest, ZkControllerTest, TestRealTimeGet, TestJoin, TestReload, HardAutoCommitTest, DistributedTermsComponentTest, TestRangeQuery, SpellCheckComponentTest, BadIndexSchemaTest, BasicFunctionalityTest, TestLazyCores, DirectUpdateHandlerTest, TestBadConfig, OverseerCollectionProcessorTest, TestIndexSearcher, CurrencyFieldOpenExchangeTest, DistributedQueryElevationComponentTest, CurrencyFieldXmlFileTest, TestExtendedDismaxParse
 r, SuggesterFSTTest, TestFoldingMultitermQuery, DocValuesTest, SuggesterTest, TestStressLucene, SpatialFilterTest, PolyFieldTest, NoCacheHeaderTest, SchemaVersionSpecificBehaviorTest, TestUpdate, QueryEqualityTest, DirectUpdateHandlerOptimizeTest, DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, TestSolrDeletionPolicy1, DebugComponentTest, TestSurroundQueryParser, LukeRequestHandlerTest, DisMaxRequestHandlerTest, TestQueryUtils, TestWriterPerf, TestReversedWildcardFilterFactory, FileBasedSpellCheckerTest, TermsComponentTest, XmlUpdateRequestHandlerTest, TestValueSourceCache, PathHierarchyTokenizerFactoryTest, TermVectorComponentTest, MoreLikeThisHandlerTest, TestSolrQueryParser, TestArbitraryIndexDir, FastVectorHighlighterTest, IndexSchemaRuntimeFieldTest, SolrPluginUtilsTest, ReturnFieldsTest, UpdateRequestProcessorFactoryTest, TestCSVResponseWriter, QueryParsingTest, TestAnalyzedSuggestions, BinaryUpdateRequestHandlerTest, PingRequestHandlerTest, TestCom
 ponentsName, HighlighterConfigTest, TestQuerySenderListener, TestQuerySenderNoQuery, SolrIndexConfigTest, BadComponentTest, TestStressRecovery, TestSolrDeletionPolicy2, MultiTermTest, SampleTest, MinimalSchemaTest, OutputWriterTest, NotRequiredUniqueKeyTest, TestLuceneMatchVersion, SpellPossibilityIteratorTest, TestCharFilters, TestCodecSupport, SynonymTokenizerTest, TestXIncludeConfig, TestSweetSpotSimilarityFactory, TestDFRSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory, TestBM25SimilarityFactory, TestDefaultSimilarityFactory, TestFastWriter, ResourceLoaderTest, ScriptEngineTest, OpenExchangeRatesOrgProviderTest, URLClassifyProcessorTest, PluginInfoTest, TestFastLRUCache, DateMathParserTest, PreAnalyzedFieldTest, TestSystemIdResolver, PrimUtilsTest, TestSuggestSpellingConverter, RAMDirectoryFactoryTest, TestLRUCache, ZkNodePropsTest, SliceStateTest, SystemInfoHandlerTest, UUIDFieldTest, DistributedMLTComponentTest, TestRTGBase, SolrTestCaseJ4Test, 
 TestHighlightDedupGrouping, AliasIntegrationTest, CloudExitableDirectoryReaderTest, ConnectionManagerTest, DeleteReplicaTest, DeleteShardTest, DistribCursorPagingTest, DistribDocExpirationUpdateProcessorTest, DistribJoinFromCollectionTest, DistributedQueueTest, ExternalCollectionsTest, MigrateRouteKeyTest, MultiThreadedOCPTest, OverseerRolesTest, OverseerStatusTest, RollingRestartTest, SaslZkACLProviderTest, SimpleCollectionCreateDeleteTest, TestCloudPivotFacet, TestDistribDocBasedVersion, TestMiniSolrCloudCluster, TestReplicaProperties, TestShortCircuitedRequests, TriLevelCompositeIdRoutingTest, VMParamsZkACLAndCredentialsProvidersTest, HdfsBasicDistributedZkTest, HdfsChaosMonkeySafeLeaderTest, HdfsSyncSliceTest, StressHdfsTest, TestClusterStateMutator, ZkStateWriterTest, CachingDirectoryFactoryTest, HdfsDirectoryFactoryTest, QueryResultKeyTest, TestConfigSets, TestImplicitCoreProperties, TestNRTOpen, TestReloadAndDeleteDocs, TestShardHandlerFactory, TestSolrConfigHandler, TestSolr
 DynamicMBean, TestSolrXml, RequestLoggingTest, TestBlobHandler, TestConfigReload, TestReplicationHandlerBackup]
:    [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestReplicationHandlerBackup -Dtests.seed=847BA5C67BD44D56 -Dtests.slow=true -Dtests.locale=sr_ME -Dtests.timezone=Canada/Yukon -Dtests.asserts=true -Dtests.file.encoding=Cp1252
:    [junit4] ERROR   0.00s | TestReplicationHandlerBackup (suite) <<<
:    [junit4]    > Throwable #1: java.io.IOException: Could not remove the following files (in the order of attempts):
:    [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-002\collection1
:    [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-002
:    [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-001\collection1
:    [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-001
:    [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-001\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-001\collection1\data
:    [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-001
:    [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-002\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-002\collection1\data
:    [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-002
:    [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001
:    [junit4]    > 	at __randomizedtesting.SeedInfo.seed([847BA5C67BD44D56]:0)
:    [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
:    [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
:    [junit4] Completed in 7.16s, 2 tests, 1 error <<< FAILURES!
: 
: [...truncated 214 lines...]
: BUILD FAILED
: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191: The following error occurred while executing this line:
: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:508: The following error occurred while executing this line:
: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1368: The following error occurred while executing this line:
: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:975: There were test failures: 466 suites, 1863 tests, 2 suite-level errors, 15 errors, 55 ignored (30 assumptions)
: 
: Total time: 128 minutes 45 seconds
: Build step 'Invoke Ant' marked build as failure
: [description-setter] Description set: Java: 32bit/jdk1.7.0_76 -client -XX:+UseParallelGC
: Archiving artifacts
: Recording test results
: Email was triggered for: Failure - Any
: Sending email for trigger: Failure - Any
: 
: 
: 

-Hoss
http://www.lucidworks.com/

[JENKINS] Lucene-Solr-5.x-Windows (32bit/jdk1.7.0_76) - Build # 4389 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4389/
Java: 32bit/jdk1.7.0_76 -client -XX:+UseParallelGC

17 tests failed.
FAILED:  org.apache.solr.cloud.OverseerCollectionProcessorTest.testReplicationEqualNumberOfSlicesPerNodeSendNullCreateNodes

Error Message:
Captured an uncaught exception in thread: Thread[id=15602, name=OverseerThreadFactory-8184-thread-1, state=RUNNABLE, group=TGRP-OverseerCollectionProcessorTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=15602, name=OverseerThreadFactory-8184-thread-1, state=RUNNABLE, group=TGRP-OverseerCollectionProcessorTest]
Caused by: java.lang.AssertionError: 
  Unexpected method call updateClusterState(true):
    getClusterProps(): expected: 1, actual: 0
	at __randomizedtesting.SeedInfo.seed([847BA5C67BD44D56]:0)
	at org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:45)
	at org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:73)
	at org.easymock.internal.ClassProxyFactory$MockMethodInterceptor.intercept(ClassProxyFactory.java:92)
	at org.apache.solr.common.cloud.ZkStateReader$$EnhancerByCGLIB$$2e4978aa.updateClusterState(<generated>)
	at org.apache.solr.cloud.OverseerCollectionProcessor.processMessage(OverseerCollectionProcessor.java:583)
	at org.apache.solr.cloud.OverseerCollectionProcessor$Runner.run(OverseerCollectionProcessor.java:2863)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.OverseerCollectionProcessorTest.testNoReplicationEqualNumberOfSlicesPerNodeSendNullCreateNodes

Error Message:
Captured an uncaught exception in thread: Thread[id=15605, name=OverseerThreadFactory-8185-thread-1, state=RUNNABLE, group=TGRP-OverseerCollectionProcessorTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=15605, name=OverseerThreadFactory-8185-thread-1, state=RUNNABLE, group=TGRP-OverseerCollectionProcessorTest]
Caused by: java.lang.AssertionError: 
  Unexpected method call updateClusterState(true):
    getClusterProps(): expected: 1, actual: 0
	at __randomizedtesting.SeedInfo.seed([847BA5C67BD44D56]:0)
	at org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:45)
	at org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:73)
	at org.easymock.internal.ClassProxyFactory$MockMethodInterceptor.intercept(ClassProxyFactory.java:92)
	at org.apache.solr.common.cloud.ZkStateReader$$EnhancerByCGLIB$$2e4978aa.updateClusterState(<generated>)
	at org.apache.solr.cloud.OverseerCollectionProcessor.processMessage(OverseerCollectionProcessor.java:583)
	at org.apache.solr.cloud.OverseerCollectionProcessor$Runner.run(OverseerCollectionProcessor.java:2863)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.OverseerCollectionProcessorTest.testReplicationEqualNumberOfSlicesPerNode

Error Message:
Captured an uncaught exception in thread: Thread[id=15608, name=OverseerThreadFactory-8186-thread-1, state=RUNNABLE, group=TGRP-OverseerCollectionProcessorTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=15608, name=OverseerThreadFactory-8186-thread-1, state=RUNNABLE, group=TGRP-OverseerCollectionProcessorTest]
Caused by: java.lang.AssertionError: 
  Unexpected method call updateClusterState(true):
    getClusterProps(): expected: 1, actual: 0
	at __randomizedtesting.SeedInfo.seed([847BA5C67BD44D56]:0)
	at org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:45)
	at org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:73)
	at org.easymock.internal.ClassProxyFactory$MockMethodInterceptor.intercept(ClassProxyFactory.java:92)
	at org.apache.solr.common.cloud.ZkStateReader$$EnhancerByCGLIB$$2e4978aa.updateClusterState(<generated>)
	at org.apache.solr.cloud.OverseerCollectionProcessor.processMessage(OverseerCollectionProcessor.java:583)
	at org.apache.solr.cloud.OverseerCollectionProcessor$Runner.run(OverseerCollectionProcessor.java:2863)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.OverseerCollectionProcessorTest.testNoReplicationLimitedNodesToCreateOn

Error Message:
Captured an uncaught exception in thread: Thread[id=15611, name=OverseerThreadFactory-8187-thread-1, state=RUNNABLE, group=TGRP-OverseerCollectionProcessorTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=15611, name=OverseerThreadFactory-8187-thread-1, state=RUNNABLE, group=TGRP-OverseerCollectionProcessorTest]
Caused by: java.lang.AssertionError: 
  Unexpected method call updateClusterState(true):
    getClusterProps(): expected: 1, actual: 0
	at __randomizedtesting.SeedInfo.seed([847BA5C67BD44D56]:0)
	at org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:45)
	at org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:73)
	at org.easymock.internal.ClassProxyFactory$MockMethodInterceptor.intercept(ClassProxyFactory.java:92)
	at org.apache.solr.common.cloud.ZkStateReader$$EnhancerByCGLIB$$2e4978aa.updateClusterState(<generated>)
	at org.apache.solr.cloud.OverseerCollectionProcessor.processMessage(OverseerCollectionProcessor.java:583)
	at org.apache.solr.cloud.OverseerCollectionProcessor$Runner.run(OverseerCollectionProcessor.java:2863)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.OverseerCollectionProcessorTest.testReplicationCollectionNotCreatedDueToMaxShardsPerNodeAndNodesToCreateOnLimits

Error Message:
Captured an uncaught exception in thread: Thread[id=15614, name=OverseerThreadFactory-8188-thread-1, state=RUNNABLE, group=TGRP-OverseerCollectionProcessorTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=15614, name=OverseerThreadFactory-8188-thread-1, state=RUNNABLE, group=TGRP-OverseerCollectionProcessorTest]
Caused by: java.lang.AssertionError: 
  Unexpected method call updateClusterState(true):
    getClusterProps(): expected: 1, actual: 0
	at __randomizedtesting.SeedInfo.seed([847BA5C67BD44D56]:0)
	at org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:45)
	at org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:73)
	at org.easymock.internal.ClassProxyFactory$MockMethodInterceptor.intercept(ClassProxyFactory.java:92)
	at org.apache.solr.common.cloud.ZkStateReader$$EnhancerByCGLIB$$2e4978aa.updateClusterState(<generated>)
	at org.apache.solr.cloud.OverseerCollectionProcessor.processMessage(OverseerCollectionProcessor.java:583)
	at org.apache.solr.cloud.OverseerCollectionProcessor$Runner.run(OverseerCollectionProcessor.java:2863)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.OverseerCollectionProcessorTest.testReplicationCollectionNotCreatedDueToMaxShardsPerNodeLimit

Error Message:
Captured an uncaught exception in thread: Thread[id=15617, name=OverseerThreadFactory-8189-thread-1, state=RUNNABLE, group=TGRP-OverseerCollectionProcessorTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=15617, name=OverseerThreadFactory-8189-thread-1, state=RUNNABLE, group=TGRP-OverseerCollectionProcessorTest]
Caused by: java.lang.AssertionError: 
  Unexpected method call updateClusterState(true):
    getClusterProps(): expected: 1, actual: 0
	at __randomizedtesting.SeedInfo.seed([847BA5C67BD44D56]:0)
	at org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:45)
	at org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:73)
	at org.easymock.internal.ClassProxyFactory$MockMethodInterceptor.intercept(ClassProxyFactory.java:92)
	at org.apache.solr.common.cloud.ZkStateReader$$EnhancerByCGLIB$$2e4978aa.updateClusterState(<generated>)
	at org.apache.solr.cloud.OverseerCollectionProcessor.processMessage(OverseerCollectionProcessor.java:583)
	at org.apache.solr.cloud.OverseerCollectionProcessor$Runner.run(OverseerCollectionProcessor.java:2863)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.OverseerCollectionProcessorTest.testNoReplicationUnequalNumberOfSlicesPerNode

Error Message:
Captured an uncaught exception in thread: Thread[id=15620, name=OverseerThreadFactory-8190-thread-1, state=RUNNABLE, group=TGRP-OverseerCollectionProcessorTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=15620, name=OverseerThreadFactory-8190-thread-1, state=RUNNABLE, group=TGRP-OverseerCollectionProcessorTest]
Caused by: java.lang.AssertionError: 
  Unexpected method call updateClusterState(true):
    getClusterProps(): expected: 1, actual: 0
	at __randomizedtesting.SeedInfo.seed([847BA5C67BD44D56]:0)
	at org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:45)
	at org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:73)
	at org.easymock.internal.ClassProxyFactory$MockMethodInterceptor.intercept(ClassProxyFactory.java:92)
	at org.apache.solr.common.cloud.ZkStateReader$$EnhancerByCGLIB$$2e4978aa.updateClusterState(<generated>)
	at org.apache.solr.cloud.OverseerCollectionProcessor.processMessage(OverseerCollectionProcessor.java:583)
	at org.apache.solr.cloud.OverseerCollectionProcessor$Runner.run(OverseerCollectionProcessor.java:2863)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.OverseerCollectionProcessorTest.testNoReplicationEqualNumberOfSlicesPerNode

Error Message:
Captured an uncaught exception in thread: Thread[id=15623, name=OverseerThreadFactory-8191-thread-1, state=RUNNABLE, group=TGRP-OverseerCollectionProcessorTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=15623, name=OverseerThreadFactory-8191-thread-1, state=RUNNABLE, group=TGRP-OverseerCollectionProcessorTest]
Caused by: java.lang.AssertionError: 
  Unexpected method call updateClusterState(true):
    getClusterProps(): expected: 1, actual: 0
	at __randomizedtesting.SeedInfo.seed([847BA5C67BD44D56]:0)
	at org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:45)
	at org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:73)
	at org.easymock.internal.ClassProxyFactory$MockMethodInterceptor.intercept(ClassProxyFactory.java:92)
	at org.apache.solr.common.cloud.ZkStateReader$$EnhancerByCGLIB$$2e4978aa.updateClusterState(<generated>)
	at org.apache.solr.cloud.OverseerCollectionProcessor.processMessage(OverseerCollectionProcessor.java:583)
	at org.apache.solr.cloud.OverseerCollectionProcessor$Runner.run(OverseerCollectionProcessor.java:2863)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.OverseerCollectionProcessorTest.testNoReplicationCollectionNotCreatedDueToMaxShardsPerNodeLimit

Error Message:
Captured an uncaught exception in thread: Thread[id=15626, name=OverseerThreadFactory-8192-thread-1, state=RUNNABLE, group=TGRP-OverseerCollectionProcessorTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=15626, name=OverseerThreadFactory-8192-thread-1, state=RUNNABLE, group=TGRP-OverseerCollectionProcessorTest]
Caused by: java.lang.AssertionError: 
  Unexpected method call updateClusterState(true):
    getClusterProps(): expected: 1, actual: 0
	at __randomizedtesting.SeedInfo.seed([847BA5C67BD44D56]:0)
	at org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:45)
	at org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:73)
	at org.easymock.internal.ClassProxyFactory$MockMethodInterceptor.intercept(ClassProxyFactory.java:92)
	at org.apache.solr.common.cloud.ZkStateReader$$EnhancerByCGLIB$$2e4978aa.updateClusterState(<generated>)
	at org.apache.solr.cloud.OverseerCollectionProcessor.processMessage(OverseerCollectionProcessor.java:583)
	at org.apache.solr.cloud.OverseerCollectionProcessor$Runner.run(OverseerCollectionProcessor.java:2863)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.OverseerCollectionProcessorTest.testNoReplicationCollectionNotCreatedDueToMaxShardsPerNodeAndNodesToCreateOnLimits

Error Message:
Captured an uncaught exception in thread: Thread[id=15629, name=OverseerThreadFactory-8193-thread-1, state=RUNNABLE, group=TGRP-OverseerCollectionProcessorTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=15629, name=OverseerThreadFactory-8193-thread-1, state=RUNNABLE, group=TGRP-OverseerCollectionProcessorTest]
Caused by: java.lang.AssertionError: 
  Unexpected method call updateClusterState(true):
    getClusterProps(): expected: 1, actual: 0
	at __randomizedtesting.SeedInfo.seed([847BA5C67BD44D56]:0)
	at org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:45)
	at org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:73)
	at org.easymock.internal.ClassProxyFactory$MockMethodInterceptor.intercept(ClassProxyFactory.java:92)
	at org.apache.solr.common.cloud.ZkStateReader$$EnhancerByCGLIB$$2e4978aa.updateClusterState(<generated>)
	at org.apache.solr.cloud.OverseerCollectionProcessor.processMessage(OverseerCollectionProcessor.java:583)
	at org.apache.solr.cloud.OverseerCollectionProcessor$Runner.run(OverseerCollectionProcessor.java:2863)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.OverseerCollectionProcessorTest.testReplicationEqualNumberOfSlicesPerNodeSendCreateNodesEqualToLiveNodes

Error Message:
Captured an uncaught exception in thread: Thread[id=15632, name=OverseerThreadFactory-8194-thread-1, state=RUNNABLE, group=TGRP-OverseerCollectionProcessorTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=15632, name=OverseerThreadFactory-8194-thread-1, state=RUNNABLE, group=TGRP-OverseerCollectionProcessorTest]
Caused by: java.lang.AssertionError: 
  Unexpected method call updateClusterState(true):
    getClusterProps(): expected: 1, actual: 0
	at __randomizedtesting.SeedInfo.seed([847BA5C67BD44D56]:0)
	at org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:45)
	at org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:73)
	at org.easymock.internal.ClassProxyFactory$MockMethodInterceptor.intercept(ClassProxyFactory.java:92)
	at org.apache.solr.common.cloud.ZkStateReader$$EnhancerByCGLIB$$2e4978aa.updateClusterState(<generated>)
	at org.apache.solr.cloud.OverseerCollectionProcessor.processMessage(OverseerCollectionProcessor.java:583)
	at org.apache.solr.cloud.OverseerCollectionProcessor$Runner.run(OverseerCollectionProcessor.java:2863)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.OverseerCollectionProcessorTest.testReplicationLimitedNodesToCreateOn

Error Message:
Captured an uncaught exception in thread: Thread[id=15635, name=OverseerThreadFactory-8195-thread-1, state=RUNNABLE, group=TGRP-OverseerCollectionProcessorTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=15635, name=OverseerThreadFactory-8195-thread-1, state=RUNNABLE, group=TGRP-OverseerCollectionProcessorTest]
Caused by: java.lang.AssertionError: 
  Unexpected method call updateClusterState(true):
    getClusterProps(): expected: 1, actual: 0
	at __randomizedtesting.SeedInfo.seed([847BA5C67BD44D56]:0)
	at org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:45)
	at org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:73)
	at org.easymock.internal.ClassProxyFactory$MockMethodInterceptor.intercept(ClassProxyFactory.java:92)
	at org.apache.solr.common.cloud.ZkStateReader$$EnhancerByCGLIB$$2e4978aa.updateClusterState(<generated>)
	at org.apache.solr.cloud.OverseerCollectionProcessor.processMessage(OverseerCollectionProcessor.java:583)
	at org.apache.solr.cloud.OverseerCollectionProcessor$Runner.run(OverseerCollectionProcessor.java:2863)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.OverseerCollectionProcessorTest.testNoReplicationEqualNumberOfSlicesPerNodeSendCreateNodesEqualToLiveNodes

Error Message:
Captured an uncaught exception in thread: Thread[id=15638, name=OverseerThreadFactory-8196-thread-1, state=RUNNABLE, group=TGRP-OverseerCollectionProcessorTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=15638, name=OverseerThreadFactory-8196-thread-1, state=RUNNABLE, group=TGRP-OverseerCollectionProcessorTest]
Caused by: java.lang.AssertionError: 
  Unexpected method call updateClusterState(true):
    getClusterProps(): expected: 1, actual: 0
	at __randomizedtesting.SeedInfo.seed([847BA5C67BD44D56]:0)
	at org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:45)
	at org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:73)
	at org.easymock.internal.ClassProxyFactory$MockMethodInterceptor.intercept(ClassProxyFactory.java:92)
	at org.apache.solr.common.cloud.ZkStateReader$$EnhancerByCGLIB$$2e4978aa.updateClusterState(<generated>)
	at org.apache.solr.cloud.OverseerCollectionProcessor.processMessage(OverseerCollectionProcessor.java:583)
	at org.apache.solr.cloud.OverseerCollectionProcessor$Runner.run(OverseerCollectionProcessor.java:2863)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.OverseerCollectionProcessorTest.testReplicationUnequalNumberOfSlicesPerNode

Error Message:
Captured an uncaught exception in thread: Thread[id=15641, name=OverseerThreadFactory-8197-thread-1, state=RUNNABLE, group=TGRP-OverseerCollectionProcessorTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=15641, name=OverseerThreadFactory-8197-thread-1, state=RUNNABLE, group=TGRP-OverseerCollectionProcessorTest]
Caused by: java.lang.AssertionError: 
  Unexpected method call updateClusterState(true):
    getClusterProps(): expected: 1, actual: 0
	at __randomizedtesting.SeedInfo.seed([847BA5C67BD44D56]:0)
	at org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:45)
	at org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:73)
	at org.easymock.internal.ClassProxyFactory$MockMethodInterceptor.intercept(ClassProxyFactory.java:92)
	at org.apache.solr.common.cloud.ZkStateReader$$EnhancerByCGLIB$$2e4978aa.updateClusterState(<generated>)
	at org.apache.solr.cloud.OverseerCollectionProcessor.processMessage(OverseerCollectionProcessor.java:583)
	at org.apache.solr.cloud.OverseerCollectionProcessor$Runner.run(OverseerCollectionProcessor.java:2863)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.BasicDistributedZk2Test

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 847BA5C67BD44D56-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 847BA5C67BD44D56-001\tempDir-002    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 847BA5C67BD44D56-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 847BA5C67BD44D56-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 847BA5C67BD44D56-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 847BA5C67BD44D56-001\tempDir-002
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 847BA5C67BD44D56-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 847BA5C67BD44D56-001

	at __randomizedtesting.SeedInfo.seed([847BA5C67BD44D56]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:170)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


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

Error Message:
org.apache.http.NoHttpResponseException: The target server failed to respond

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:865)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:730)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:283)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:940)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:915)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:546)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:543)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	... 1 more


FAILED:  junit.framework.TestSuite.org.apache.solr.handler.TestReplicationHandlerBackup

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-002\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-002    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-001\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-001    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-001\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-001\collection1\data    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-001    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-002\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-002\collection1\data    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-002    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-002\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-002
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-001\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-001
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-001\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-001\collection1\data
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-001
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-002\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-002\collection1\data
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-002
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001

	at __randomizedtesting.SeedInfo.seed([847BA5C67BD44D56]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:170)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 9404 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 847BA5C67BD44D56-001\init-core-data-001
   [junit4]   2> 470526 T1792 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 470532 T1792 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 470533 T1793 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 470657 T1792 oasc.ZkTestServer.run start zk server on port:51825
   [junit4]   2> 470657 T1792 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 470660 T1792 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 470663 T1800 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b3e322 name:ZooKeeperConnection Watcher:127.0.0.1:51825 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 470665 T1792 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 470665 T1792 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 470665 T1792 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 470672 T1792 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 470674 T1792 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 470676 T1803 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e43f50 name:ZooKeeperConnection Watcher:127.0.0.1:51825/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 470677 T1792 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 470677 T1792 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 470677 T1792 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 470682 T1792 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 470685 T1792 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 470689 T1792 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 470691 T1792 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 470691 T1792 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 470699 T1792 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 470699 T1792 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 470704 T1792 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 470704 T1792 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 470708 T1792 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 470708 T1792 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 470714 T1792 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 470714 T1792 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 470718 T1792 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 470718 T1792 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 470723 T1792 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 470723 T1792 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 470729 T1792 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 470729 T1792 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 470733 T1792 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 470733 T1792 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 470738 T1792 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 470738 T1792 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 470742 T1792 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 470742 T1792 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 472384 T1792 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 847BA5C67BD44D56-001\control-001\cores\collection1
   [junit4]   2> 472388 T1792 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 472395 T1792 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51833
   [junit4]   2> 472395 T1792 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1b8737f
   [junit4]   2> 472396 T1792 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 472396 T1792 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 847BA5C67BD44D56-001\control-001
   [junit4]   2> 472396 T1792 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 847BA5C67BD44D56-001\control-001\'
   [junit4]   2> 472432 T1792 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 847BA5C67BD44D56-001\control-001\solr.xml
   [junit4]   2> 472462 T1792 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 847BA5C67BD44D56-001\control-001\cores
   [junit4]   2> 472462 T1792 oasc.CoreContainer.<init> New CoreContainer 25927851
   [junit4]   2> 472463 T1792 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 847BA5C67BD44D56-001\control-001\]
   [junit4]   2> 472464 T1792 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 472464 T1792 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 472464 T1792 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 472465 T1792 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 472465 T1792 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 472465 T1792 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 472465 T1792 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 472465 T1792 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 472465 T1792 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 472465 T1792 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 472465 T1792 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 472465 T1792 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 472466 T1792 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 472466 T1792 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 472466 T1792 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 472466 T1792 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:51825/solr
   [junit4]   2> 472466 T1792 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 472466 T1792 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 472469 T1792 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 472472 T1815 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1679953 name:ZooKeeperConnection Watcher:127.0.0.1:51825 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 472473 T1792 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 472474 T1792 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 472478 T1792 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 472482 T1818 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@9b99ac name:ZooKeeperConnection Watcher:127.0.0.1:51825/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 472482 T1792 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 472484 T1792 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 472488 T1792 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 472491 T1792 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 472496 T1792 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 472500 T1792 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 472503 T1792 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 472506 T1792 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51832_
   [junit4]   2> 472507 T1792 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51832_
   [junit4]   2> 472511 T1792 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 472513 T1792 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 472517 T1792 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 472519 T1792 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:51832_
   [junit4]   2> 472519 T1792 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 472522 T1792 oasc.Overseer.start Overseer (id=93337346405564419-127.0.0.1:51832_-n_0000000000) starting
   [junit4]   2> 472525 T1792 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 472537 T1792 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 472538 T1820 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 472538 T1792 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 472540 T1819 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 472543 T1792 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 472545 T1792 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 472551 T1792 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 847BA5C67BD44D56-001\control-001\cores
   [junit4]   2> 472553 T1792 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 847BA5C67BD44D56-001\control-001\cores\collection1\
   [junit4]   2> 472553 T1792 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 472555 T1822 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 472555 T1822 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 472556 T1818 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 472556 T1822 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 472557 T1819 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:51832_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51832",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "state":"down"} current state version: 0
   [junit4]   2> 472558 T1819 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:51832_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51832",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "state":"down"}
   [junit4]   2> 472558 T1819 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 472558 T1819 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 472560 T1818 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 473678 T1822 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 473678 T1822 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 473679 T1822 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 473679 T1822 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 473681 T1822 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 473681 T1822 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 847BA5C67BD44D56-001\control-001\cores\collection1\'
   [junit4]   2> 473704 T1822 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 473709 T1822 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 473722 T1822 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 473751 T1822 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 473807 T1822 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 473828 T1822 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 473839 T1822 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 474289 T1822 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 474298 T1822 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 474301 T1822 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 474319 T1822 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 474324 T1822 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 474330 T1822 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 474331 T1822 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 474332 T1822 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 474332 T1822 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 474333 T1822 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 474333 T1822 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 474333 T1822 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 474333 T1822 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 474334 T1822 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 847BA5C67BD44D56-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 847BA5C67BD44D56-001\tempDir-001/control/data\
   [junit4]   2> 474335 T1822 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@b1cfa4
   [junit4]   2> 474335 T1822 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 847BA5C67BD44D56-001\tempDir-001/control/data\
   [junit4]   2> 474335 T1822 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 847BA5C67BD44D56-001\tempDir-001/control/data\index/
   [junit4]   2> 474335 T1822 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 847BA5C67BD44D56-001\tempDir-001\control\data\index' doesn't exist. Creating new index...
   [junit4]   2> 474336 T1822 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 847BA5C67BD44D56-001\tempDir-001/control/data\index
   [junit4]   2> 474336 T1822 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=39238125, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 474337 T1822 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@17c0d68 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1545bec),segFN=segments_1,generation=1}
   [junit4]   2> 474337 T1822 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 474341 T1822 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 474342 T1822 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 474342 T1822 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 474342 T1822 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 474342 T1822 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 474342 T1822 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 474343 T1822 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 474343 T1822 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 474343 T1822 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 474344 T1822 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 474344 T1822 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 474345 T1822 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 474345 T1822 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 474345 T1822 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 474347 T1822 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 474347 T1822 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 474347 T1822 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 474348 T1822 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 474351 T1822 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 474352 T1822 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 474352 T1822 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 474353 T1822 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 474353 T1822 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 474354 T1822 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 474354 T1822 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 474355 T1822 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 474355 T1822 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 474364 T1822 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 474366 T1822 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 474368 T1822 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 474369 T1822 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 474373 T1822 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 474376 T1822 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 474376 T1822 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 474377 T1822 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1610259160, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 474377 T1822 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@17c0d68 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1545bec),segFN=segments_1,generation=1}
   [junit4]   2> 474377 T1822 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 474378 T1822 oass.SolrIndexSearcher.<init> Opening Searcher@1aca407[collection1] main
   [junit4]   2> 474378 T1822 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 474380 T1822 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 474380 T1822 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 474381 T1822 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 474381 T1822 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 474381 T1822 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 474382 T1822 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 474382 T1822 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 474382 T1822 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 474382 T1822 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 474383 T1822 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 474383 T1823 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1aca407[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 474385 T1826 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:51832 collection:control_collection shard:shard1
   [junit4]   2> 474386 T1792 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 474386 T1792 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 474387 T1792 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 474387 T1826 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 474388 T1792 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 474391 T1830 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@f18ce1 name:ZooKeeperConnection Watcher:127.0.0.1:51825/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 474391 T1792 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 474391 T1792 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 474393 T1792 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 474397 T1826 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 474399 T1792 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 474400 T1818 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 474400 T1826 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 474400 T1826 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C340 name=collection1 org.apache.solr.core.SolrCore@121ec0e url=http://127.0.0.1:51832/collection1 node=127.0.0.1:51832_ C340_STATE=coll:control_collection core:collection1 props:{core=collection1, node_name=127.0.0.1:51832_, base_url=http://127.0.0.1:51832, state=down}
   [junit4]   2> 474401 T1826 C340 P51832 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:51832/collection1/
   [junit4]   2> 474401 T1826 C340 P51832 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 474401 T1826 C340 P51832 oasc.SyncStrategy.syncToMe http://127.0.0.1:51832/collection1/ has no replicas
   [junit4]   2> 474401 T1826 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:51832/collection1/ shard1
   [junit4]   2> 474402 T1826 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 474402 T1819 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 474404 T1830 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 474406 T1818 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 474419 T1819 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51832",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 474422 T1818 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 474424 T1818 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 474425 T1830 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 474476 T1826 oasc.ZkController.register We are http://127.0.0.1:51832/collection1/ and leader is http://127.0.0.1:51832/collection1/
   [junit4]   2> 474476 T1826 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:51832
   [junit4]   2> 474476 T1826 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 474476 T1826 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 474476 T1826 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 474478 T1818 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 474480 T1819 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:51832_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51832",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "state":"active"} current state version: 3
   [junit4]   2> 474480 T1819 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:51832_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51832",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "state":"active"}
   [junit4]   2> 474597 T1830 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 474597 T1818 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 475886 T1792 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 847BA5C67BD44D56-001\shard-1-001\cores\collection1
   [junit4]   2> 475890 T1792 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 475890 T1792 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 475895 T1792 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51846
   [junit4]   2> 475897 T1792 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1b8737f
   [junit4]   2> 475897 T1792 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 475897 T1792 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 847BA5C67BD44D56-001\shard-1-001
   [junit4]   2> 475898 T1792 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 847BA5C67BD44D56-001\shard-1-001\'
   [junit4]   2> 475936 T1792 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 847BA5C67BD44D56-001\shard-1-001\solr.xml
   [junit4]   2> 475971 T1792 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 847BA5C67BD44D56-001\shard-1-001\cores
   [junit4]   2> 475971 T1792 oasc.CoreContainer.<init> New CoreContainer 6041242
   [junit4]   2> 475971 T1792 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 847BA5C67BD44D56-001\shard-1-001\]
   [junit4]   2> 475973 T1792 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 475973 T1792 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 475973 T1792 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 475973 T1792 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 475973 T1792 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 475973 T1792 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 475973 T1792 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 475975 T1792 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 475975 T1792 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 475975 T1792 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 475976 T1792 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 475976 T1792 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 475976 T1792 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 475976 T1792 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 475976 T1792 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 475979 T1792 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:51825/solr
   [junit4]   2> 475979 T1792 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 475979 T1792 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 475981 T1792 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 475983 T1842 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1a8d188 name:ZooKeeperConnection Watcher:127.0.0.1:51825 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 475984 T1792 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 475985 T1792 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 475989 T1792 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 475991 T1845 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1e07c3 name:ZooKeeperConnection Watcher:127.0.0.1:51825/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 475991 T1792 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 476001 T1792 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 477128 T1792 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51845_
   [junit4]   2> 477130 T1792 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51845_
   [junit4]   2> 477137 T1792 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 477140 T1792 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 847BA5C67BD44D56-001\shard-1-001\cores
   [junit4]   2> 477140 T1792 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 847BA5C67BD44D56-001\shard-1-001\cores\collection1\
   [junit4]   2> 477142 T1792 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 477144 T1846 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 477144 T1846 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 477145 T1818 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 477145 T1846 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 477148 T1819 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:51845_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51845",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "state":"down"} current state version: 4
   [junit4]   2> 477149 T1819 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:51845_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51845",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "state":"down"}
   [junit4]   2> 477149 T1819 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 477149 T1819 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 477151 T1830 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 477151 T1845 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 477151 T1818 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 478267 T1846 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 478267 T1846 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 478268 T1846 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 478268 T1846 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 478271 T1846 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 478271 T1846 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 847BA5C67BD44D56-001\shard-1-001\cores\collection1\'
   [junit4]   2> 478295 T1846 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 478299 T1846 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 478311 T1846 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 478338 T1846 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 478393 T1846 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 478396 T1846 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 478408 T1846 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 478869 T1846 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 478879 T1846 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 478883 T1846 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 478900 T1846 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 478904 T1846 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 478909 T1846 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 478912 T1846 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 478913 T1846 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 478913 T1846 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 478914 T1846 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 478914 T1846 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 478914 T1846 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 478914 T1846 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 478915 T1846 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 847BA5C67BD44D56-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 847BA5C67BD44D56-001\tempDir-001/jetty1\
   [junit4]   2> 478915 T1846 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@b1cfa4
   [junit4]   2> 478916 T1846 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 847BA5C67BD44D56-001\tempDir-001/jetty1\
   [junit4]   2> 478916 T1846 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 847BA5C67BD44D56-001\tempDir-001/jetty1\index/
   [junit4]   2> 478916 T1846 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 847BA5C67BD44D56-001\tempDir-001\jetty1\index' doesn't exist. Creating new index...
   [junit4]   2> 478917 T1846 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 847BA5C67BD44D56-001\tempDir-001/jetty1\index
   [junit4]   2> 478917 T1846 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=39238125, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 478918 T1846 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@12308c9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@115f4ea),segFN=segments_1,generation=1}
   [junit4]   2> 478918 T1846 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 478923 T1846 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 478923 T1

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

xBoostProcessorTest, TestDynamicFieldResource, LeaderFailoverAfterPartitionTest, SoftAutoCommitTest, ExitableDirectoryReaderTest, TestFunctionQuery, SolrXmlInZkTest, SuggestComponentTest, AsyncMigrateRouteKeyTest, SSLMigrationTest, ResponseLogComponentTest, CollectionsAPIDistributedZkTest, OpenCloseCoreStressTest, OverseerTest, LeaderElectionIntegrationTest, ShardRoutingTest, RecoveryZkTest, ClusterStateUpdateTest, TestZkChroot, TestRandomDVFaceting, ZkCLITest, TestDistributedGrouping, TestFaceting, TestRecovery, TestHashPartitioner, TermVectorComponentDistributedTest, ZkControllerTest, TestRealTimeGet, TestJoin, TestReload, HardAutoCommitTest, DistributedTermsComponentTest, TestRangeQuery, SpellCheckComponentTest, BadIndexSchemaTest, BasicFunctionalityTest, TestLazyCores, DirectUpdateHandlerTest, TestBadConfig, OverseerCollectionProcessorTest, TestIndexSearcher, CurrencyFieldOpenExchangeTest, DistributedQueryElevationComponentTest, CurrencyFieldXmlFileTest, TestExtendedDismaxParser, SuggesterFSTTest, TestFoldingMultitermQuery, DocValuesTest, SuggesterTest, TestStressLucene, SpatialFilterTest, PolyFieldTest, NoCacheHeaderTest, SchemaVersionSpecificBehaviorTest, TestUpdate, QueryEqualityTest, DirectUpdateHandlerOptimizeTest, DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, TestSolrDeletionPolicy1, DebugComponentTest, TestSurroundQueryParser, LukeRequestHandlerTest, DisMaxRequestHandlerTest, TestQueryUtils, TestWriterPerf, TestReversedWildcardFilterFactory, FileBasedSpellCheckerTest, TermsComponentTest, XmlUpdateRequestHandlerTest, TestValueSourceCache, PathHierarchyTokenizerFactoryTest, TermVectorComponentTest, MoreLikeThisHandlerTest, TestSolrQueryParser, TestArbitraryIndexDir, FastVectorHighlighterTest, IndexSchemaRuntimeFieldTest, SolrPluginUtilsTest, ReturnFieldsTest, UpdateRequestProcessorFactoryTest, TestCSVResponseWriter, QueryParsingTest, TestAnalyzedSuggestions, BinaryUpdateRequestHandlerTest, PingRequestHandlerTest, TestComponentsName, HighlighterConfigTest, TestQuerySenderListener, TestQuerySenderNoQuery, SolrIndexConfigTest, BadComponentTest, TestStressRecovery, TestSolrDeletionPolicy2, MultiTermTest, SampleTest, MinimalSchemaTest, OutputWriterTest, NotRequiredUniqueKeyTest, TestLuceneMatchVersion, SpellPossibilityIteratorTest, TestCharFilters, TestCodecSupport, SynonymTokenizerTest, TestXIncludeConfig, TestSweetSpotSimilarityFactory, TestDFRSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory, TestBM25SimilarityFactory, TestDefaultSimilarityFactory, TestFastWriter, ResourceLoaderTest, ScriptEngineTest, OpenExchangeRatesOrgProviderTest, URLClassifyProcessorTest, PluginInfoTest, TestFastLRUCache, DateMathParserTest, PreAnalyzedFieldTest, TestSystemIdResolver, PrimUtilsTest, TestSuggestSpellingConverter, RAMDirectoryFactoryTest, TestLRUCache, ZkNodePropsTest, SliceStateTest, SystemInfoHandlerTest, UUIDFieldTest, DistributedMLTComponentTest, TestRTGBase, SolrTestCaseJ4Test, TestHighlightDedupGrouping, AliasIntegrationTest, CloudExitableDirectoryReaderTest, ConnectionManagerTest, DeleteReplicaTest, DeleteShardTest, DistribCursorPagingTest, DistribDocExpirationUpdateProcessorTest, DistribJoinFromCollectionTest, DistributedQueueTest, ExternalCollectionsTest, MigrateRouteKeyTest, MultiThreadedOCPTest, OverseerRolesTest, OverseerStatusTest, RollingRestartTest, SaslZkACLProviderTest, SimpleCollectionCreateDeleteTest, TestCloudPivotFacet, TestDistribDocBasedVersion, TestMiniSolrCloudCluster, TestReplicaProperties, TestShortCircuitedRequests, TriLevelCompositeIdRoutingTest, VMParamsZkACLAndCredentialsProvidersTest, HdfsBasicDistributedZkTest, HdfsChaosMonkeySafeLeaderTest, HdfsSyncSliceTest, StressHdfsTest, TestClusterStateMutator, ZkStateWriterTest, CachingDirectoryFactoryTest, HdfsDirectoryFactoryTest, QueryResultKeyTest, TestConfigSets, TestImplicitCoreProperties, TestNRTOpen, TestReloadAndDeleteDocs, TestShardHandlerFactory, TestSolrConfigHandler, TestSolrDynamicMBean, TestSolrXml, RequestLoggingTest, TestBlobHandler, TestConfigReload, TestReplicationHandlerBackup]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestReplicationHandlerBackup -Dtests.seed=847BA5C67BD44D56 -Dtests.slow=true -Dtests.locale=sr_ME -Dtests.timezone=Canada/Yukon -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] ERROR   0.00s | TestReplicationHandlerBackup (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the following files (in the order of attempts):
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-002\collection1
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-002
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-001\collection1
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-001
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-001\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-001\collection1\data
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-001
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-002\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-002\collection1\data
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001\solr-instance-002
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 847BA5C67BD44D56-001
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([847BA5C67BD44D56]:0)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed in 7.16s, 2 tests, 1 error <<< FAILURES!

[...truncated 214 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:508: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1368: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:975: There were test failures: 466 suites, 1863 tests, 2 suite-level errors, 15 errors, 55 ignored (30 assumptions)

Total time: 128 minutes 45 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.7.0_76 -client -XX:+UseParallelGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (32bit/jdk1.7.0_76) - Build # 4388 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4388/
Java: 32bit/jdk1.7.0_76 -server -XX:+UseG1GC

4 tests failed.
FAILED:  org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.test

Error Message:
There were too many update fails - we expect it can happen, but shouldn't easily

Stack Trace:
java.lang.AssertionError: There were too many update fails - we expect it can happen, but shouldn't easily
	at __randomizedtesting.SeedInfo.seed([62D00523A9BD759:8E793F889467BAA1]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertFalse(Assert.java:68)
	at org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.test(ChaosMonkeyNothingIsSafeTest.java:222)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:940)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:915)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.BasicDistributedZk2Test

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 62D00523A9BD759-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 62D00523A9BD759-001\tempDir-002    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 62D00523A9BD759-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 62D00523A9BD759-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 62D00523A9BD759-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 62D00523A9BD759-001\tempDir-002
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 62D00523A9BD759-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 62D00523A9BD759-001

	at __randomizedtesting.SeedInfo.seed([62D00523A9BD759]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:170)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


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

Error Message:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:61178/piroc/repfacttest_c8n_1x3_shard1_replica1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:61178/piroc/repfacttest_c8n_1x3_shard1_replica1
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:575)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:884)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:787)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:730)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:283)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:940)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:915)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	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:61178/piroc/repfacttest_c8n_1x3_shard1_replica1
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:572)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:572)
	... 47 more
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
	... 52 more


FAILED:  junit.framework.TestSuite.org.apache.solr.handler.TestReplicationHandlerBackup

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-002\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-002    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-001\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-001    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-001\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-001\collection1\data    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-001    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-002\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-002\collection1\data    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-002    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-002\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-002
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-001\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-001
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-001\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-001\collection1\data
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-001
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-002\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-002\collection1\data
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-002
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001

	at __randomizedtesting.SeedInfo.seed([62D00523A9BD759]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:170)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 9555 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReplicationHandlerBackup
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\init-core-data-001
   [junit4]   2> 1533850 T6995 oas.SolrTestCaseJ4.setUp ###Starting testBackupOnCommit
   [junit4]   2> 1533851 T6995 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-001\collection1
   [junit4]   2> 1533870 T6995 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1533881 T6995 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:?????
   [junit4]   2> 1533882 T6995 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1e68a2b
   [junit4]   2> 1533884 T6995 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1533884 T6995 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-001
   [junit4]   2> 1533884 T6995 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-001\'
   [junit4]   2> 1533922 T6995 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-001\solr.xml
   [junit4]   2> 1533961 T6995 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-001\.
   [junit4]   2> 1533961 T6995 oasc.CoreContainer.<init> New CoreContainer 27262866
   [junit4]   2> 1533961 T6995 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-001\]
   [junit4]   2> 1533964 T6995 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1533964 T6995 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1533964 T6995 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1533964 T6995 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1533964 T6995 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1533964 T6995 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1533964 T6995 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1533964 T6995 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1533968 T6995 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1533968 T6995 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1533968 T6995 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1533968 T6995 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1533970 T6995 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1533970 T6995 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1533970 T6995 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1533974 T6995 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-001\.
   [junit4]   2> 1533977 T6995 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-001\.\collection1\
   [junit4]   2> 1533980 T6995 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1533983 T7005 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-001\.\collection1\'
   [junit4]   2> 1534044 T7005 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1534078 T7005 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 1534201 T7005 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1534201 T7005 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-001\.\collection1\conf\schema.xml
   [junit4]   2> 1534212 T7005 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1534234 T7005 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1534235 T7005 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-001\.\collection1\
   [junit4]   2> 1534235 T7005 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1534236 T7005 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-001\.\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-001\collection1\data\
   [junit4]   2> 1534236 T7005 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 1534237 T7005 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-001\collection1\data\
   [junit4]   2> 1534237 T7005 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-001\collection1\data\index/
   [junit4]   2> 1534237 T7005 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-001\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1534239 T7005 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-001\collection1\data\index
   [junit4]   2> 1534240 T7005 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=414615040, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1534240 T7005 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1c0d439 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@acf036),segFN=segments_1,generation=1}
   [junit4]   2> 1534240 T7005 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1534243 T7005 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1534243 T7005 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1534245 T7005 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1534245 T7005 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1534245 T7005 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1534245 T7005 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1534246 T7005 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 1534246 T7005 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1534247 T7005 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 1534247 T7005 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 1534249 T7005 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 1534249 T7005 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 1534249 T7005 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 1534250 T7005 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 1534250 T7005 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 1534250 T7005 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 1534252 T7005 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 1534252 T7005 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 1534253 T7005 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1534265 T7005 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1534269 T7005 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1534273 T7005 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1534278 T7005 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1534280 T7005 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1534283 T7005 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1534283 T7005 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1534284 T7005 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=28, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1534284 T7005 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1c0d439 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@acf036),segFN=segments_1,generation=1}
   [junit4]   2> 1534284 T7005 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1534285 T7005 oass.SolrIndexSearcher.<init> Opening Searcher@e006cd[collection1] main
   [junit4]   2> 1534285 T7005 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-001\.\collection1\conf
   [junit4]   2> 1534285 T7005 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-001\.\collection1\conf}
   [junit4]   2> 1534285 T7005 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-001\.\collection1\conf
   [junit4]   2> 1534287 T7005 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1534287 T7005 oash.ReplicationHandler.inform Replication enabled for following config files: schema-replication2.xml:schema.xml
   [junit4]   2> 1534287 T7005 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1534288 T7005 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1534288 T7006 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@e006cd[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1534290 T6995 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1534290 T6995 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C903 name=collection1 org.apache.solr.core.SolrCore@14a0121
   [junit4]   2> 1534294 T7002 C903 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1534294 T7002 C903 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {deleteByQuery=*:*} 0 1
   [junit4]   2> 1534300 T7000 C903 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[0]} 0 1
   [junit4]   2> 1534307 T7003 C903 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[1]} 0 1
   [junit4]   2> 1534311 T7001 C903 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[2]} 0 0
   [junit4]   2> 1534317 T6999 C903 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[3]} 0 0
   [junit4]   2> 1534322 T7004 C903 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[4]} 0 1
   [junit4]   2> 1534326 T7002 C903 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[5]} 0 0
   [junit4]   2> 1534331 T7000 C903 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[6]} 0 0
   [junit4]   2> 1534336 T7003 C903 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[7]} 0 0
   [junit4]   2> 1534341 T7001 C903 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[8]} 0 0
   [junit4]   2> 1534345 T6999 C903 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[9]} 0 0
   [junit4]   2> 1534350 T7004 C903 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[10]} 0 0
   [junit4]   2> 1534355 T7002 C903 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[11]} 0 0
   [junit4]   2> 1534360 T7000 C903 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[12]} 0 0
   [junit4]   2> 1534364 T7003 C903 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[13]} 0 0
   [junit4]   2> 1534370 T7001 C903 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[14]} 0 0
   [junit4]   2> 1534375 T6999 C903 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[15]} 0 0
   [junit4]   2> 1534379 T7004 C903 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[16]} 0 0
   [junit4]   2> 1534383 T7002 C903 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[17]} 0 0
   [junit4]   2> 1534388 T7000 C903 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[18]} 0 0
   [junit4]   2> 1534394 T7003 C903 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[19]} 0 0
   [junit4]   2> 1534399 T7001 C903 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[20]} 0 0
   [junit4]   2> 1534402 T6999 C903 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[21]} 0 0
   [junit4]   2> 1534407 T7004 C903 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[22]} 0 0
   [junit4]   2> 1534411 T7002 C903 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[23]} 0 0
   [junit4]   2> 1534414 T7000 C903 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[24]} 0 0
   [junit4]   2> 1534419 T7003 C903 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[25]} 0 0
   [junit4]   2> 1534426 T7001 C903 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[26]} 0 1
   [junit4]   2> 1534430 T6999 C903 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[27]} 0 0
   [junit4]   2> 1534436 T7004 C903 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[28]} 0 0
   [junit4]   2> 1534440 T7002 C903 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[29]} 0 0
   [junit4]   2> 1534445 T7000 C903 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[30]} 0 0
   [junit4]   2> 1534450 T7003 C903 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[31]} 0 0
   [junit4]   2> 1534456 T7001 C903 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[32]} 0 1
   [junit4]   2> 1534461 T6999 C903 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[33]} 0 0
   [junit4]   2> 1534464 T7004 C903 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[34]} 0 0
   [junit4]   2> 1534470 T7002 C903 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[35]} 0 0
   [junit4]   2> 1534475 T7000 C903 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[36]} 0 0
   [junit4]   2> 1534480 T7003 C903 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[37]} 0 0
   [junit4]   2> 1534484 T7001 C903 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[38]} 0 0
   [junit4]   2> 1534492 T6999 C903 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[39]} 0 2
   [junit4]   2> 1534495 T7004 C903 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[40]} 0 0
   [junit4]   2> 1534501 T7002 C903 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[41]} 0 0
   [junit4]   2> 1534506 T7000 C903 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[42]} 0 0
   [junit4]   2> 1534511 T7003 C903 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[43]} 0 0
   [junit4]   2> 1534519 T7001 C903 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[44]} 0 0
   [junit4]   2> 1534524 T6999 C903 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[45]} 0 0
   [junit4]   2> 1534529 T7004 C903 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[46]} 0 1
   [junit4]   2> 1534533 T7002 C903 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[47]} 0 0
   [junit4]   2> 1534539 T7000 C903 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[48]} 0 0
   [junit4]   2> 1534544 T7003 C903 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[49]} 0 0
   [junit4]   2> 1534548 T7001 C903 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[50]} 0 0
   [junit4]   2> 1534553 T6999 C903 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[51]} 0 0
   [junit4]   2> 1534559 T7004 C903 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[52]} 0 1
   [junit4]   2> 1534563 T7002 C903 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[53]} 0 0
   [junit4]   2> 1534569 T7000 C903 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[54]} 0 0
   [junit4]   2> 1534577 T7003 C903 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1534581 T7003 C903 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1c0d439 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@acf036),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1c0d439 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@acf036),segFN=segments_2,generation=2}
   [junit4]   2> 1534582 T7003 C903 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 1534586 T7008 oash.SnapShooter.createSnapshot Creating backup snapshot...
   [junit4]   2> 1534588 T7003 C903 oass.SolrIndexSearcher.<init> Opening Searcher@1213371[collection1] main
   [junit4]   2> 1534590 T7003 C903 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1534590 T7006 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1213371[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.1.0):C55)))}
   [junit4]   2> 1534591 T7003 C903 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&commit=true&softCommit=false&wt=javabin&waitSearcher=true} {commit=} 0 15
   [junit4]   2> 1534605 T7008 oash.SnapShooter.createSnapshot Done creating backup snapshot: <not named>
   [junit4]   2> 1534610 T7001 C903 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 1535812 T6995 oas.SolrTestCaseJ4.tearDown ###Ending testBackupOnCommit
   [junit4]   2> 1535826 T6995 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=27262866
   [junit4]   2> 1535828 T6995 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@14a0121
   [junit4]   2> 1535828 T6995 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=55,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0}
   [junit4]   2> 1535828 T6995 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 1535828 T6995 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1535828 T6995 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1535831 T6995 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 1535831 T6995 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1535831 T6995 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-001\collection1\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-001\collection1\data\index;done=false>>]
   [junit4]   2> 1535831 T6995 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-001\collection1\data\index
   [junit4]   2> 1535831 T6995 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-001\collection1\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-001\collection1\data\;done=false>>]
   [junit4]   2> 1535831 T6995 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-001\collection1\data\
   [junit4]   2> 1535834 T6995 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 1536043 T6995 oas.SolrTestCaseJ4.setUp ###Starting doTestBackup
   [junit4]   2> 1536046 T6995 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-002\collection1
   [junit4]   2> 1536057 T6995 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1536061 T6995 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:?????
   [junit4]   2> 1536061 T6995 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1e68a2b
   [junit4]   2> 1536061 T6995 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1536061 T6995 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-002
   [junit4]   2> 1536063 T6995 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-002\'
   [junit4]   2> 1536114 T6995 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-002\solr.xml
   [junit4]   2> 1536166 T6995 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-002\.
   [junit4]   2> 1536166 T6995 oasc.CoreContainer.<init> New CoreContainer 16883897
   [junit4]   2> 1536166 T6995 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-002\]
   [junit4]   2> 1536170 T6995 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1536170 T6995 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1536170 T6995 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1536170 T6995 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1536170 T6995 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1536170 T6995 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1536170 T6995 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1536174 T6995 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1536174 T6995 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1536176 T6995 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1536176 T6995 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1536176 T6995 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1536176 T6995 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1536176 T6995 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1536176 T6995 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1536180 T6995 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-002\.
   [junit4]   2> 1536186 T6995 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-002\.\collection1\
   [junit4]   2> 1536187 T6995 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1536193 T7018 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-002\.\collection1\'
   [junit4]   2> 1536243 T7018 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1536276 T7018 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 1536342 T7018 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1536343 T7018 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-002\.\collection1\conf\schema.xml
   [junit4]   2> 1536352 T7018 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1536370 T7018 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1536371 T7018 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-002\.\collection1\
   [junit4]   2> 1536372 T7018 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1536373 T7018 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-002\.\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-002\collection1\data\
   [junit4]   2> 1536373 T7018 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 1536374 T7018 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-002\collection1\data\
   [junit4]   2> 1536374 T7018 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-002\collection1\data\index/
   [junit4]   2> 1536374 T7018 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-002\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1536375 T7018 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-002\collection1\data\index
   [junit4]   2> 1536376 T7018 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=414615040, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1536378 T7018 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@9655b3 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1d471a3),segFN=segments_1,generation=1}
   [junit4]   2> 1536378 T7018 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1536380 T7018 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1536380 T7018 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1536382 T7018 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1536382 T7018 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1536382 T7018 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1536383 T7018 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1536383 T7018 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 1536383 T7018 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1536384 T7018 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 1536384 T7018 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 1536385 T7018 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 1536386 T7018 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 1536386 T7018 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 1536387 T7018 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 1536387 T7018 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 1536387 T7018 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 1536388 T7018 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 1536388 T7018 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 1536389 T7018 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1536396 T7018 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1536397 T7018 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1536399 T7018 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1536401 T7018 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1536404 T7018 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1536405 T7018 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1536405 T7018 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1536405 T7018 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=28, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1536406 T7018 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@9655b3 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1d471a3),segFN=segments_1,generation=1}
   [junit4]   2> 1536406 T7018 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1536407 T7018 oass.SolrIndexSearcher.<init> Opening Searcher@137c340[collection1] main
   [junit4]   2> 1536407 T7018 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-002\.\collection1\conf
   [junit4]   2> 1536409 T7018 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-002\.\collection1\conf}
   [junit4]   2> 1536409 T7018 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-002\.\collection1\conf
   [junit4]   2> 1536410 T7018 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1536410 T7018 oash.ReplicationHandler.inform Replication enabled for following config files: schema-replication2.xml:schema.xml
   [junit4]   2> 1536410 T7018 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1536410 T7018 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1536410 T7019 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@137c340[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1536411 T6995 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1536411 T6995 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C904 name=collection1 org.apache.solr.core.SolrCore@139c05
   [junit4]   2> 1536413 T7012 C904 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1536413 T7012 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {deleteByQuery=*:*} 0 0
   [junit4]   2> 1536419 T7014 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[0]} 0 1
   [junit4]   2> 1536423 T7016 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[1]} 0 1
   [junit4]   2> 1536429 T7015 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[2]} 0 1
   [junit4]   2> 1536432 T7013 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[3]} 0 0
   [junit4]   2> 1536436 T7017 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[4]} 0 0
   [junit4]   2> 1536441 T7012 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[5]} 0 0
   [junit4]   2> 1536446 T7014 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[6]} 0 1
   [junit4]   2> 1536451 T7016 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[7]} 0 1
   [junit4]   2> 1536456 T7015 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[8]} 0 2
   [junit4]   2> 1536461 T7013 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[9]} 0 1
   [junit4]   2> 1536465 T7012 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[10]} 0 1
   [junit4]   2> 1536470 T7014 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[11]} 0 1
   [junit4]   2> 1536474 T7016 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[12]} 0 0
   [junit4]   2> 1536478 T7015 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[13]} 0 0
   [junit4]   2> 1536484 T7013 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[14]} 0 1
   [junit4]   2> 1536488 T7017 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[15]} 0 0
   [junit4]   2> 1536493 T7012 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[16]} 0 1
   [junit4]   2> 1536499 T7014 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[17]} 0 0
   [junit4]   2> 1536505 T7016 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[18]} 0 0
   [junit4]   2> 1536511 T7015 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[19]} 0 1
   [junit4]   2> 1536516 T7013 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[20]} 0 0
   [junit4]   2> 1536522 T7017 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[21]} 0 1
   [junit4]   2> 1536527 T7012 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[22]} 0 1
   [junit4]   2> 1536531 T7014 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[23]} 0 0
   [junit4]   2> 1536536 T7016 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[24]} 0 0
   [junit4]   2> 1536542 T7015 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[25]} 0 1
   [junit4]   2> 1536546 T7013 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[26]} 0 0
   [junit4]   2> 1536550 T7017 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[27]} 0 0
   [junit4]   2> 1536556 T7012 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[28]} 0 1
   [junit4]   2> 1536560 T7014 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[29]} 0 1
   [junit4]   2> 1536565 T7016 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[30]} 0 0
   [junit4]   2> 1536569 T7015 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[31]} 0 0
   [junit4]   2> 1536572 T7013 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[32]} 0 0
   [junit4]   2> 1536576 T7017 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[33]} 0 0
   [junit4]   2> 1536584 T7012 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[34]} 0 0
   [junit4]   2> 1536587 T7014 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[35]} 0 0
   [junit4]   2> 1536592 T7016 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[36]} 0 1
   [junit4]   2> 1536596 T7015 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[37]} 0 0
   [junit4]   2> 1536600 T7013 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[38]} 0 0
   [junit4]   2> 1536604 T7017 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[39]} 0 0
   [junit4]   2> 1536608 T7012 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[40]} 0 0
   [junit4]   2> 1536615 T7014 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[41]} 0 0
   [junit4]   2> 1536622 T7016 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[42]} 0 1
   [junit4]   2> 1536625 T7015 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[43]} 0 0
   [junit4]   2> 1536630 T7013 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[44]} 0 0
   [junit4]   2> 1536635 T7017 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[45]} 0 0
   [junit4]   2> 1536640 T7012 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[46]} 0 1
   [junit4]   2> 1536646 T7014 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[47]} 0 0
   [junit4]   2> 1536654 T7016 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[48]} 0 1
   [junit4]   2> 1536659 T7015 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[49]} 0 2
   [junit4]   2> 1536663 T7013 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[50]} 0 1
   [junit4]   2> 1536666 T7017 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[51]} 0 0
   [junit4]   2> 1536671 T7012 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[52]} 0 0
   [junit4]   2> 1536677 T7014 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[53]} 0 1
   [junit4]   2> 1536680 T7016 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[54]} 0 0
   [junit4]   2> 1536684 T7015 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[55]} 0 0
   [junit4]   2> 1536688 T7013 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[56]} 0 0
   [junit4]   2> 1536692 T7017 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[57]} 0 0
   [junit4]   2> 1536696 T7012 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[58]} 0 0
   [junit4]   2> 1536700 T7014 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[59]} 0 0
   [junit4]   2> 1536705 T7016 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[60]} 0 0
   [junit4]   2> 1536709 T7015 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[61]} 0 0
   [junit4]   2> 1536714 T7013 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[62]} 0 0
   [junit4]   2> 1536718 T7017 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[63]} 0 0
   [junit4]   2> 1536723 T7012 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[64]} 0 0
   [junit4]   2> 1536727 T7014 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[65]} 0 0
   [junit4]   2> 1536732 T7016 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[66]} 0 0
   [junit4]   2> 1536737 T7015 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[67]} 0 0
   [junit4]   2> 1536742 T7013 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[68]} 0 0
   [junit4]   2> 1536746 T7017 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[69]} 0 0
   [junit4]   2> 1536752 T7012 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[70]} 0 2
   [junit4]   2> 1536755 T7014 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[71]} 0 0
   [junit4]   2> 1536760 T7016 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[72]} 0 0
   [junit4]   2> 1536766 T7015 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[73]} 0 0
   [junit4]   2> 1536771 T7013 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[74]} 0 0
   [junit4]   2> 1536776 T7017 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[75]} 0 1
   [junit4]   2> 1536780 T7012 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[76]} 0 0
   [junit4]   2> 1536786 T7014 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[77]} 0 1
   [junit4]   2> 1536789 T7016 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[78]} 0 0
   [junit4]   2> 1536795 T7015 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[79]} 0 1
   [junit4]   2> 1536799 T7013 C904 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1536803 T7013 C904 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@9655b3 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1d471a3),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@9655b3 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1d471a3),segFN=segments_2,generation=2}
   [junit4]   2> 1536805 T7013 C904 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 1536807 T7021 oash.SnapShooter.createSnapshot Creating backup snapshot...
   [junit4]   2> 1536808 T7013 C904 oass.SolrIndexSearcher.<init> Opening Searcher@be212e[collection1] main
   [junit4]   2> 1536808 T7013 C904 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1536809 T7019 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@be212e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.1.0):C80)))}
   [junit4]   2> 1536810 T7013 C904 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&commit=true&softCommit=false&wt=javabin&waitSearcher=true} {commit=} 0 11
   [junit4]   2> 1536818 T7017 C904 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={name=fefy&command=backup} status=0 QTime=4 
   [junit4]   2> 1536820 T7022 oash.SnapShooter.createSnapshot Creating backup snapshot...
   [junit4]   2> 1536826 T7012 C904 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=3 
   [junit4]   2> 1536828 T7021 oash.SnapShooter.createSnapshot Done creating backup snapshot: <not named>
   [junit4]   2> 1536838 T7022 oash.SnapShooter.createSnapshot Done creating backup snapshot: fefy
   [junit4]   2> 1537928 T7016 C904 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 1539031 T7024 oash.SnapShooter.createSnapshot Creating backup snapshot...
   [junit4]   2> 1539034 T7013 C904 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={name=ipqaswhbjlgh&command=backup} status=0 QTime=7 
   [junit4]   2> 1539043 T7017 C904 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 1539051 T7024 oash.SnapShooter.createSnapshot Done creating backup snapshot: ipqaswhbjlgh
   [junit4]   2> 1540148 T7012 C904 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={name=ztmvzucmu&command=backup} status=0 QTime=3 
   [junit4]   2> 1540148 T7025 oash.SnapShooter.createSnapshot Creating backup snapshot...
   [junit4]   2> 1540154 T7014 C904 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 1540169 T7025 oash.SnapShooter.createSnapshot Done creating backup snapshot: ztmvzucmu
   [junit4]   2> 1541258 T7026 oash.SnapShooter.createSnapshot Creating backup snapshot...
   [junit4]   2> 1541265 T7016 C904 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={name=e&command=backup} status=0 QTime=11 
   [junit4]   2> 1541270 T7015 C904 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 1541280 T7026 oash.SnapShooter.createSnapshot Done creating backup snapshot: e
   [junit4]   2> 1542370 T7013 C904 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={name=fefy&command=deletebackup} status=0 QTime=1 
   [junit4]   2> 1542370 T7027 oash.SnapShooter.deleteNamedSnapshot Deleting snapshot: fefy
   [junit4]   2> 1542377 T7017 C904 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 1543474 T7012 C904 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={name=ipqaswhbjlgh&command=deletebackup} status=0 QTime=1 
   [junit4]   2> 1543476 T7029 oash.SnapShooter.deleteNamedSnapshot Deleting snapshot: ipqaswhbjlgh
   [junit4]   2> 1543476 T7014 C904 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 1543697 T7014 C904 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 1543700 T6995 oas.SolrTestCaseJ4.tearDown ###Ending doTestBackup
   [junit4]   2> 1543712 T6995 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=16883897
   [junit4]   2> 1543715 T6995 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@139c05
   [junit4]   2> 1543715 T6995 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=80,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0}
   [junit4]   2> 1543715 T6995 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 1543715 T6995 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1543715 T6995 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1543718 T6995 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 1543718 T6995 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1543718 T6995 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-002\collection1\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-002\collection1\data\;done=false>>]
   [junit4]   2> 1543719 T6995 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-002\collection1\data\
   [junit4]   2> 1543719 T6995 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-002\collection1\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-002\collection1\data\index;done=false>>]
   [junit4]   2> 1543719 T6995 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 62D00523A9BD759-001\solr-instance-002\collection1\data\index
   [junit4]   2> 1543722 T6995 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 1543925 T6995 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=th_TH_TH_#u-nu-thai, timezone=Europe/Sofia
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_76 (32-bit)/cpus=2,threads=1,free=280396360,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestShardHandlerFactory, TestSchemaSimilarityResource, MergeStrategyTest, TestFieldCollectionResource, TestBadConfig, TestSchemaNameResource, RequiredFieldsTest, TestReRankQParserPlugin, SpellCheckCollatorTest, TestFieldResource, TestMiniSolrCloudClusterSSL, ReturnFieldsTest, DistribDocExpirationUpdateProcessorTest, TestJoin, TestSolrConfigHandlerCloud, SuggesterTSTTest, TriLevelCompositeIdRoutingTest, StressHdfsTest, SuggestComponentTest, SaslZkACLProviderTest, PreAnalyzedUpdateProcessorTest, OverseerTest, DistributedFacetPivotLargeTest, TestCodecSupport, TestLuceneMatchVersion, SolrRequestParserTest, TestDistributedMissingSort, SortByFunctionTest, UpdateRequestProcessorFactoryTest, SimpleFacetsTest, TestRestManager, TestSimpleQParserPlugin, TestSolrJ, TestSolr4Spatial, CursorMarkTest, TestReversedWildcardFilterFactory, SpatialFilterTest, TestDistributedGrouping, AddBlockUpdateTest, SpellPossibilityIteratorTest, TestTolerantSearch, PreAnalyzedFieldTest, DistributedFacetPivotWhiteBoxTest, CursorPagingTest, TestDefaultSimilarityFactory, DistributedMLTComponentTest, TestBulkSchemaConcurrent, TestManagedSchemaDynamicFieldResource, TestFoldingMultitermQuery, TestStressRecovery, TestHighFrequencyDictionaryFactory, CircularListTest, SpellingQueryConverterTest, SignatureUpdateProcessorFactoryTest, HttpPartitionTest, CustomCollectionTest, TestCoreContainer, TestPseudoReturnFields, ShardRoutingTest, UUIDUpdateProcessorFallbackTest, TestIndexingPerformance, TestZkChroot, TestSolrQueryParser, VMParamsZkACLAndCredentialsProvidersTest, ZkCLITest, DOMUtilTest, TestSolrXml, TestCSVResponseWriter, TestJmxMonitoredMap, QueryEqualityTest, ExitableDirectoryReaderTest, TermsComponentTest, IndexSchemaRuntimeFieldTest, TestBlobHandler, TestXIncludeConfig, SimplePostToolTest, TestMaxScoreQueryParser, TestRecoveryHdfs, CollectionsAPIDistributedZkTest, TestSolrCoreProperties, ZkControllerTest, ExternalFileFieldSortTest, TestOrdValues, TestPivotHelperCode, TestCursorMarkWithoutUniqueKey, CurrencyFieldXmlFileTest, ChangedSchemaMergeTest, SolrInfoMBeanTest, HdfsLockFactoryTest, TestMiniSolrCloudCluster, TestStandardQParsers, TestNonDefinedSimilarityFactory, SoftAutoCommitTest, PingRequestHandlerTest, NumericFieldsTest, TestCustomSort, DocumentAnalysisRequestHandlerTest, TestSolrIndexConfig, RankQueryTest, SuggesterTest, HardAutoCommitTest, TestUtils, TestLRUCache, DistributedQueryElevationComponentTest, TestCloudManagedSchema, TestLRUStatsCache, LeaderInitiatedRecoveryOnCommitTest, SpatialHeatmapFacetsTest, URLClassifyProcessorTest, TestSweetSpotSimilarityFactory, TestLeaderElectionZkExpiry, PluginInfoTest, RegexBoost

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

899392
   [junit4]   2> NOTE: All tests run in this JVM: [TestShardHandlerFactory, TestSchemaSimilarityResource, MergeStrategyTest, TestFieldCollectionResource, TestBadConfig, TestSchemaNameResource, RequiredFieldsTest, TestReRankQParserPlugin, SpellCheckCollatorTest, TestFieldResource, TestMiniSolrCloudClusterSSL, ReturnFieldsTest, DistribDocExpirationUpdateProcessorTest, TestJoin, TestSolrConfigHandlerCloud, SuggesterTSTTest, TriLevelCompositeIdRoutingTest, StressHdfsTest, SuggestComponentTest, SaslZkACLProviderTest, PreAnalyzedUpdateProcessorTest, OverseerTest, DistributedFacetPivotLargeTest, TestCodecSupport, TestLuceneMatchVersion, SolrRequestParserTest, TestDistributedMissingSort, SortByFunctionTest, UpdateRequestProcessorFactoryTest, SimpleFacetsTest, TestRestManager, TestSimpleQParserPlugin, TestSolrJ, TestSolr4Spatial, CursorMarkTest, TestReversedWildcardFilterFactory, SpatialFilterTest, TestDistributedGrouping, AddBlockUpdateTest, SpellPossibilityIteratorTest, TestTolerantSearch, PreAnalyzedFieldTest, DistributedFacetPivotWhiteBoxTest, CursorPagingTest, TestDefaultSimilarityFactory, DistributedMLTComponentTest, TestBulkSchemaConcurrent, TestManagedSchemaDynamicFieldResource, TestFoldingMultitermQuery, TestStressRecovery, TestHighFrequencyDictionaryFactory, CircularListTest, SpellingQueryConverterTest, SignatureUpdateProcessorFactoryTest, HttpPartitionTest, CustomCollectionTest, TestCoreContainer, TestPseudoReturnFields, ShardRoutingTest, UUIDUpdateProcessorFallbackTest, TestIndexingPerformance, TestZkChroot, TestSolrQueryParser, VMParamsZkACLAndCredentialsProvidersTest, ZkCLITest, DOMUtilTest, TestSolrXml, TestCSVResponseWriter, TestJmxMonitoredMap, QueryEqualityTest, ExitableDirectoryReaderTest, TermsComponentTest, IndexSchemaRuntimeFieldTest, TestBlobHandler, TestXIncludeConfig, SimplePostToolTest, TestMaxScoreQueryParser, TestRecoveryHdfs, CollectionsAPIDistributedZkTest, TestSolrCoreProperties, ZkControllerTest, ExternalFileFieldSortTest, TestOrdValues, TestPivotHelperCode, TestCursorMarkWithoutUniqueKey, CurrencyFieldXmlFileTest, ChangedSchemaMergeTest, SolrInfoMBeanTest, HdfsLockFactoryTest, TestMiniSolrCloudCluster, TestStandardQParsers, TestNonDefinedSimilarityFactory, SoftAutoCommitTest, PingRequestHandlerTest, NumericFieldsTest, TestCustomSort, DocumentAnalysisRequestHandlerTest, TestSolrIndexConfig, RankQueryTest, SuggesterTest, HardAutoCommitTest, TestUtils, TestLRUCache, DistributedQueryElevationComponentTest, TestCloudManagedSchema, TestLRUStatsCache, LeaderInitiatedRecoveryOnCommitTest, SpatialHeatmapFacetsTest, URLClassifyProcessorTest, TestSweetSpotSimilarityFactory, TestLeaderElectionZkExpiry, PluginInfoTest, RegexBoostProcessorTest, TestCollectionAPI, IndexBasedSpellCheckerTest, TestValueSourceCache, ParsingFieldUpdateProcessorsTest, TestRandomDVFaceting, TestReplicationHandler, TestWordDelimiterFilterFactory, TestReplicationHandlerBackup, TestUpdate, HighlighterConfigTest, TestFuzzyAnalyzedSuggestions, SpatialRPTFieldTypeTest, TestGroupingSearch, TestInitParams, BlockCacheTest, TestFastWriter, DistributedQueryComponentOptimizationTest, DistribCursorPagingTest, TestShortCircuitedRequests, RecoveryAfterSoftCommitTest, PolyFieldTest, TestLMDirichletSimilarityFactory, TestBinaryField, BadIndexSchemaTest, TestMergePolicyConfig, TestFunctionQuery, TestCharFilters, TermVectorComponentTest, SuggesterWFSTTest, ExternalCollectionsTest, TestExceedMaxTermLength, TestClassNameShortening, TestStressLucene, RequestHandlersTest, CopyFieldTest, TestSolrQueryParserDefaultOperatorResource, TestSolrDeletionPolicy1, TestSearcherReuse, TestDynamicFieldResource, TestBinaryResponseWriter, UnloadDistributedZkTest, SpellCheckComponentTest, TestRangeQuery, SolrIndexConfigTest, TestAddFieldRealTimeGet, TestManagedResourceStorage, HighlighterTest, ShowFileRequestHandlerTest, FastVectorHighlighterTest, TestRandomFaceting, DeleteReplicaTest, TestRealTimeGet, TestClusterStateMutator, OutOfBoxZkACLAndCredentialsProvidersTest, HdfsRecoveryZkTest, TestSortingResponseWriter, MBeansHandlerTest, ChaosMonkeySafeLeaderTest, ShardSplitTest, TestRemoteStreaming, TestSolrDeletionPolicy2, LeaderElectionIntegrationTest, TestPostingsSolrHighlighter, TestDynamicFieldCollectionResource, DistributedExpandComponentTest, DateRangeFieldTest, TestAtomicUpdateErrorCases, ScriptEngineTest, RemoteQueryErrorTest, TestAnalyzedSuggestions, SystemInfoHandlerTest, SSLMigrationTest, RecoveryZkTest, UniqFieldsUpdateProcessorFactoryTest, TestRequestStatusCollectionAPI, TestPHPSerializedResponseWriter, TestSolr4Spatial2, DistribJoinFromCollectionTest, DeleteInactiveReplicaTest, TestSolrConfigHandler, TestLazyCores, TestFieldSortValues, TestDefaultSearchFieldResource, TestImplicitCoreProperties, TestIntervalFaceting, TestArbitraryIndexDir, FacetPivotSmallTest, TestSolrQueryParserResource, StandardRequestHandlerTest, DocumentBuilderTest, TestBulkSchemaAPI, TestSchemaResource, LoggingHandlerTest, AutoCommitTest, TestExactSharedStatsCache, TestCollationFieldDocValues, TestRebalanceLeaders, TestJmxIntegration, SyncSliceTest, AnalyticsMergeStrategyTest, TestCloudInspectUtil, DistanceFunctionTest, HdfsChaosMonkeySafeLeaderTest, SynonymTokenizerTest, BasicFunctionalityTest, DateFieldTest, TestFastLRUCache, QueryParsingTest, TestDynamicLoading, AsyncMigrateRouteKeyTest, DeleteLastCustomShardedReplicaTest, TestReload, SolrTestCaseJ4Test, BasicDistributedZkTest, BasicDistributedZk2Test, OpenCloseCoreStressTest, BasicZkTest, FullSolrCloudDistribCmdsTest, ClusterStateUpdateTest, LeaderElectionTest, ZkSolrClientTest, ShardRoutingCustomTest, TestDistributedSearch, TestFaceting, TestRecovery, TestHashPartitioner, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, TestStressReorder, TestStressVersions, DistributedTermsComponentTest, SolrCoreTest, StatsComponentTest, SolrCmdDistributorTest, QueryElevationComponentTest, PeerSyncTest, ConvertedLegacyTest, TestSort, TestFiltering, DirectUpdateHandlerTest, OverseerCollectionProcessorTest, TestIndexSearcher, CurrencyFieldOpenExchangeTest, SolrIndexSplitterTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, TestExtendedDismaxParser, SuggesterFSTTest, CoreAdminHandlerTest, DocValuesTest, TestTrie, TestCSVLoader, NoCacheHeaderTest, WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, FieldMutatingUpdateProcessorTest, DirectUpdateHandlerOptimizeTest, DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, DocValuesMultiTest, XsltUpdateRequestHandlerTest, DebugComponentTest, CacheHeaderTest, TestSurroundQueryParser, LukeRequestHandlerTest, DisMaxRequestHandlerTest, TestQueryUtils, TestWriterPerf, DirectSolrSpellCheckerTest, TestQueryTypes, PrimitiveFieldTypeTest, TestOmitPositions, FileBasedSpellCheckerTest, XmlUpdateRequestHandlerTest, PathHierarchyTokenizerFactoryTest, MoreLikeThisHandlerTest, FieldAnalysisRequestHandlerTest, SolrPluginUtilsTest, IndexSchemaTest, TestCollationField, JSONWriterTest, JsonLoaderTest, BinaryUpdateRequestHandlerTest, TestPartialUpdateDeduplication, CSVRequestHandlerTest, TestComponentsName, SearchHandlerTest, TestLFUCache, SOLR749Test, TestQuerySenderListener, UpdateParamsTest, AlternateDirectoryTest, TestQuerySenderNoQuery, ResponseLogComponentTest, BadComponentTest, MultiTermTest, SampleTest, TestDocSet, TestSearchPerf, MinimalSchemaTest, TestElisionMultitermQuery, TestConfig, OutputWriterTest, DirectSolrConnectionTest, NotRequiredUniqueKeyTest, TestPhraseSuggestions, EchoParamsTest, TestDFRSimilarityFactory, TestPerFieldSimilarity, TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory, TestBM25SimilarityFactory, TimeZoneUtilsTest, ResourceLoaderTest, TestFastOutputStream, OpenExchangeRatesOrgProviderTest, DateMathParserTest, ChaosMonkeyNothingIsSafeTest, TestSystemIdResolver, PrimUtilsTest, TestSuggestSpellingConverter, RAMDirectoryFactoryTest, ClusterStateTest, TestDocumentBuilder, ZkNodePropsTest, SliceStateTest, UUIDFieldTest, FileUtilsTest, TestRTGBase, DistributedIntervalFacetingTest, TestHighlightDedupGrouping, ActionThrottleTest, AliasIntegrationTest, AssignTest, CloudExitableDirectoryReaderTest, CollectionsAPIAsyncDistributedZkTest, ConnectionManagerTest, DeleteShardTest, DistributedQueueTest, LeaderFailoverAfterPartitionTest, MigrateRouteKeyTest, MultiThreadedOCPTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerRolesTest, OverseerStatusTest, ReplicationFactorTest]
   [junit4] Completed in 79.17s, 1 test, 1 error <<< FAILURES!

[...truncated 314 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:508: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1368: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:975: There were test failures: 466 suites, 1863 tests, 2 suite-level errors, 1 error, 1 failure, 55 ignored (30 assumptions)

Total time: 137 minutes 43 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.7.0_76 -server -XX:+UseG1GC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (64bit/jdk1.8.0_31) - Build # 4387 - Still Failing!

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

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

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test CBBEBBC9769B8805-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test CBBEBBC9769B8805-001\tempDir-002    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test CBBEBBC9769B8805-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test CBBEBBC9769B8805-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test CBBEBBC9769B8805-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test CBBEBBC9769B8805-001\tempDir-002
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test CBBEBBC9769B8805-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test CBBEBBC9769B8805-001

	at __randomizedtesting.SeedInfo.seed([CBBEBBC9769B8805]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:170)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


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

Error Message:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:64355/repfacttest_c8n_1x3_shard1_replica2

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:64355/repfacttest_c8n_1x3_shard1_replica2
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:575)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:884)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:787)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:730)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	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:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:940)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:915)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	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:64355/repfacttest_c8n_1x3_shard1_replica2
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:573)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:572)
	... 47 more
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
	... 52 more


FAILED:  junit.framework.TestSuite.org.apache.solr.handler.TestReplicationHandlerBackup

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\collection1\data    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\collection1\data    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\collection1\data
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\collection1\data
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001

	at __randomizedtesting.SeedInfo.seed([CBBEBBC9769B8805]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:170)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 9263 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReplicationHandlerBackup
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\init-core-data-001
   [junit4]   2> 119450 T379 oas.SolrTestCaseJ4.setUp ###Starting doTestBackup
   [junit4]   2> 119452 T379 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\collection1
   [junit4]   2> 119475 T379 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 119480 T379 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:64333
   [junit4]   2> 119482 T379 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 119482 T379 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 119482 T379 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001
   [junit4]   2> 119482 T379 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\'
   [junit4]   2> 119515 T379 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\solr.xml
   [junit4]   2> 119529 T379 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\.
   [junit4]   2> 119529 T379 oasc.CoreContainer.<init> New CoreContainer 1835655553
   [junit4]   2> 119529 T379 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\]
   [junit4]   2> 119530 T379 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 119532 T379 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 119532 T379 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 119532 T379 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 119532 T379 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 119532 T379 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 119532 T379 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 119532 T379 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 119532 T379 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 119532 T379 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 119532 T379 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 119532 T379 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 119532 T379 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 119532 T379 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 119534 T379 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 119535 T379 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\.
   [junit4]   2> 119538 T379 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\.\collection1\
   [junit4]   2> 119538 T379 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 119542 T389 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\.\collection1\'
   [junit4]   2> 119592 T389 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 119600 T389 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 119639 T389 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 119643 T389 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\.\collection1\conf\schema.xml
   [junit4]   2> 119647 T389 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 119674 T389 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 119674 T389 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\.\collection1\
   [junit4]   2> 119674 T389 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 119675 T389 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\.\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\collection1\data\
   [junit4]   2> 119675 T389 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 119676 T389 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\collection1\data\
   [junit4]   2> 119676 T389 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\collection1\data\index/
   [junit4]   2> 119676 T389 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 119678 T389 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\collection1\data\index
   [junit4]   2> 119678 T389 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=41, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=5.6083984375, floorSegmentMB=1.1044921875, forceMergeDeletesPctAllowed=9.986821892116751, segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.47968699737871523
   [junit4]   2> 119679 T389 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@13ea33a3 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7cefeec5),segFN=segments_1,generation=1}
   [junit4]   2> 119679 T389 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 119680 T389 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 119680 T389 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 119680 T389 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 119681 T389 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 119681 T389 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 119681 T389 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 119681 T389 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 119700 T389 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 119700 T389 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 119700 T389 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 119701 T389 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 119701 T389 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 119701 T389 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 119702 T389 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 119702 T389 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 119702 T389 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 119702 T389 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 119703 T389 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 119703 T389 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 119703 T389 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 119703 T389 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 119703 T389 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 119709 T389 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 119710 T389 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 119711 T389 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 119714 T389 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 119714 T389 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 119715 T389 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 119715 T389 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 119715 T389 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=23, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 119716 T389 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@13ea33a3 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7cefeec5),segFN=segments_1,generation=1}
   [junit4]   2> 119716 T389 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 119717 T389 oass.SolrIndexSearcher.<init> Opening Searcher@2b4613a[collection1] main
   [junit4]   2> 119717 T389 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\.\collection1\conf
   [junit4]   2> 119717 T389 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\.\collection1\conf}
   [junit4]   2> 119717 T389 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\.\collection1\conf
   [junit4]   2> 119718 T389 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 119718 T389 oash.ReplicationHandler.inform Replication enabled for following config files: schema-replication2.xml:schema.xml
   [junit4]   2> 119718 T389 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 119718 T389 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 119723 T390 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2b4613a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 119724 T379 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 119724 T379 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C269 name=collection1 org.apache.solr.core.SolrCore@59d0c87
   [junit4]   2> 119735 T387 C269 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 119737 T387 C269 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:*} 0 10
   [junit4]   2> 119744 T382 C269 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0]} 0 1
   [junit4]   2> 119747 T384 C269 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[1]} 0 0
   [junit4]   2> 119754 T386 C269 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[2]} 0 1
   [junit4]   2> 119764 T388 C269 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[3]} 0 0
   [junit4]   2> 119769 T385 C269 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[4]} 0 0
   [junit4]   2> 119772 T387 C269 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[5]} 0 0
   [junit4]   2> ASYNC  NEW_CORE C270 name=collection1 org.apache.solr.core.SolrCore@59d0c87
   [junit4]   2> 119783 T382 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[6]} 0 0
   [junit4]   2> 119792 T384 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[7]} 0 0
   [junit4]   2> 119801 T386 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[8]} 0 0
   [junit4]   2> 119806 T388 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[9]} 0 0
   [junit4]   2> 119810 T385 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[10]} 0 1
   [junit4]   2> 119814 T387 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[11]} 0 0
   [junit4]   2> 119818 T382 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[12]} 0 0
   [junit4]   2> 119823 T384 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[13]} 0 0
   [junit4]   2> 119827 T386 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[14]} 0 1
   [junit4]   2> 119833 T388 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[15]} 0 0
   [junit4]   2> 119838 T385 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[16]} 0 0
   [junit4]   2> 119861 T387 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[17]} 0 0
   [junit4]   2> 119883 T384 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[18]} 0 1
   [junit4]   2> 119889 T386 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[19]} 0 0
   [junit4]   2> 119941 T388 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[20]} 0 2
   [junit4]   2> 119965 T385 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[21]} 0 0
   [junit4]   2> 119974 T387 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[22]} 0 1
   [junit4]   2> 119981 T382 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[23]} 0 1
   [junit4]   2> 119992 T384 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[24]} 0 1
   [junit4]   2> 120000 T386 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[25]} 0 1
   [junit4]   2> 120003 T388 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[26]} 0 0
   [junit4]   2> 120019 T385 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[27]} 0 8
   [junit4]   2> 120024 T387 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[28]} 0 0
   [junit4]   2> 120029 T382 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[29]} 0 1
   [junit4]   2> 120037 T384 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[30]} 0 1
   [junit4]   2> 120044 T386 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[31]} 0 2
   [junit4]   2> 120071 T388 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[32]} 0 0
   [junit4]   2> 120077 T385 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[33]} 0 0
   [junit4]   2> 120082 T387 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[34]} 0 0
   [junit4]   2> 120096 T382 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[35]} 0 1
   [junit4]   2> 120106 T384 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[36]} 0 1
   [junit4]   2> 120110 T386 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[37]} 0 0
   [junit4]   2> 120115 T388 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[38]} 0 0
   [junit4]   2> 120120 T385 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[39]} 0 1
   [junit4]   2> 120125 T387 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[40]} 0 0
   [junit4]   2> 120129 T382 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[41]} 0 0
   [junit4]   2> 120134 T384 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[42]} 0 1
   [junit4]   2> 120138 T386 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[43]} 0 1
   [junit4]   2> 120142 T388 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[44]} 0 0
   [junit4]   2> 120148 T385 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[45]} 0 1
   [junit4]   2> 120154 T387 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[46]} 0 0
   [junit4]   2> 120161 T382 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[47]} 0 1
   [junit4]   2> 120164 T384 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[48]} 0 0
   [junit4]   2> 120172 T386 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[49]} 0 1
   [junit4]   2> 120181 T388 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[50]} 0 1
   [junit4]   2> 120187 T385 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[51]} 0 0
   [junit4]   2> 120196 T387 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[52]} 0 0
   [junit4]   2> 120204 T382 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[53]} 0 0
   [junit4]   2> 120211 T384 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[54]} 0 1
   [junit4]   2> 120220 T386 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[55]} 0 0
   [junit4]   2> 120230 T388 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[56]} 0 5
   [junit4]   2> 120238 T385 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[57]} 0 1
   [junit4]   2> 120246 T387 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[58]} 0 1
   [junit4]   2> 120253 T382 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[59]} 0 1
   [junit4]   2> 120259 T384 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[60]} 0 0
   [junit4]   2> 120264 T386 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[61]} 0 0
   [junit4]   2> 120271 T388 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[62]} 0 0
   [junit4]   2> 120278 T388 C270 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 120288 T388 C270 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@13ea33a3 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7cefeec5),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@13ea33a3 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7cefeec5),segFN=segments_2,generation=2}
   [junit4]   2> 120289 T388 C270 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 120304 T392 oash.SnapShooter.createSnapshot Creating backup snapshot...
   [junit4]   2> 120318 T392 oash.SnapShooter.createSnapshot Done creating backup snapshot: <not named>
   [junit4]   2> 120325 T388 C270 oass.SolrIndexSearcher.<init> Opening Searcher@45bc45bf[collection1] main
   [junit4]   2> 120325 T388 C270 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 120326 T390 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@45bc45bf[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.1.0):c63)))}
   [junit4]   2> 120326 T388 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 48
   [junit4]   2> 120380 T384 C270 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=backup&numberToKeep=2} status=0 QTime=5 
   [junit4]   2> 120424 T393 oash.SnapShooter.createSnapshot Creating backup snapshot...
   [junit4]   2> 120434 T393 oash.SnapShooter.createSnapshot Done creating backup snapshot: <not named>
   [junit4]   2> 120439 T386 C270 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=4 
   [junit4]   2> 121642 T388 C270 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=backup&numberToKeep=2} status=0 QTime=2 
   [junit4]   2> 121647 T395 oash.SnapShooter.createSnapshot Creating backup snapshot...
   [junit4]   2> 121658 T395 oash.SnapShooter.createSnapshot Done creating backup snapshot: <not named>
   [junit4]   2> 121661 T387 C270 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=7 
   [junit4]   2> 122825 T386 C270 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=backup&numberToKeep=2} status=0 QTime=2 
   [junit4]   2> 122832 T396 oash.SnapShooter.createSnapshot Creating backup snapshot...
   [junit4]   2> 122834 T385 C270 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 122841 T396 oash.SnapShooter.createSnapshot Done creating backup snapshot: <not named>
   [junit4]   2> ASYNC  NEW_CORE C271 name=collection1 org.apache.solr.core.SolrCore@59d0c87
   [junit4]   2> 123995 T385 C271 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=backup&numberToKeep=2} status=0 QTime=4 
   [junit4]   2> 124013 T397 oash.SnapShooter.createSnapshot Creating backup snapshot...
   [junit4]   2> 124045 T397 oash.SnapShooter.createSnapshot Done creating backup snapshot: <not named>
   [junit4]   2> 124053 T388 C271 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 125213 T379 oas.SolrTestCaseJ4.tearDown ###Ending doTestBackup
   [junit4]   2> 125230 T379 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1835655553
   [junit4]   2> 125231 T379 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@59d0c87
   [junit4]   2> 125231 T379 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=63,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0}
   [junit4]   2> 125232 T379 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 125232 T379 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 125232 T379 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 125235 T379 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 125235 T379 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 125235 T379 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\collection1\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\collection1\data\;done=false>>]
   [junit4]   2> 125235 T379 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\collection1\data\
   [junit4]   2> 125235 T379 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\collection1\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\collection1\data\index;done=false>>]
   [junit4]   2> 125238 T379 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\collection1\data\index
   [junit4]   2> 125240 T379 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 125456 T379 oas.SolrTestCaseJ4.setUp ###Starting testBackupOnCommit
   [junit4]   2> 125461 T379 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\collection1
   [junit4]   2> 125488 T379 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 125495 T379 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:64338
   [junit4]   2> 125496 T379 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 125497 T379 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 125497 T379 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002
   [junit4]   2> 125498 T379 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\'
   [junit4]   2> 125553 T379 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\solr.xml
   [junit4]   2> 125601 T379 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\.
   [junit4]   2> 125602 T379 oasc.CoreContainer.<init> New CoreContainer 647877374
   [junit4]   2> 125603 T379 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\]
   [junit4]   2> 125604 T379 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 125604 T379 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 125604 T379 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 125604 T379 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 125604 T379 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 125606 T379 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 125607 T379 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 125607 T379 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 125607 T379 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 125607 T379 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 125607 T379 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 125607 T379 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 125607 T379 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 125611 T379 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 125611 T379 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 125615 T379 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\.
   [junit4]   2> 125620 T379 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\.\collection1\
   [junit4]   2> 125622 T379 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 125626 T407 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\.\collection1\'
   [junit4]   2> 125716 T407 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 125721 T407 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 125803 T407 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 125804 T407 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\.\collection1\conf\schema.xml
   [junit4]   2> 125821 T407 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 125834 T407 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 125834 T407 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\.\collection1\
   [junit4]   2> 125834 T407 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 125838 T407 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\.\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\collection1\data\
   [junit4]   2> 125838 T407 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 125839 T407 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\collection1\data\
   [junit4]   2> 125839 T407 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\collection1\data\index/
   [junit4]   2> 125839 T407 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 125844 T407 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\collection1\data\index
   [junit4]   2> 125846 T407 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=41, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=5.6083984375, floorSegmentMB=1.1044921875, forceMergeDeletesPctAllowed=9.986821892116751, segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.47968699737871523
   [junit4]   2> 125860 T407 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7ede42ae lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1727ca69),segFN=segments_1,generation=1}
   [junit4]   2> 125860 T407 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 125862 T407 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 125862 T407 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 125864 T407 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 125865 T407 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 125865 T407 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 125865 T407 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 125866 T407 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 125866 T407 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 125866 T407 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 125866 T407 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 125867 T407 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 125868 T407 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 125868 T407 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 125868 T407 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 125869 T407 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 125870 T407 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 125870 T407 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 125870 T407 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 125870 T407 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 125877 T407 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 125880 T407 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 125883 T407 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 125885 T407 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 125885 T407 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 125887 T407 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 125887 T407 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 125888 T407 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=23, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 125888 T407 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7ede42ae lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1727ca69),segFN=segments_1,generation=1}
   [junit4]   2> 125888 T407 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 125889 T407 oass.SolrIndexSearcher.<init> Opening Searcher@12b02b13[collection1] main
   [junit4]   2> 125889 T407 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\.\collection1\conf
   [junit4]   2> 125889 T407 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\.\collection1\conf}
   [junit4]   2> 125889 T407 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\.\collection1\conf
   [junit4]   2> 125893 T407 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 125893 T407 oash.ReplicationHandler.inform Replication enabled for following config files: schema-replication2.xml:schema.xml
   [junit4]   2> 125893 T407 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 125893 T407 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 125895 T379 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 125895 T379 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 125924 T408 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@12b02b13[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> ASYNC  NEW_CORE C272 name=collection1 org.apache.solr.core.SolrCore@38ed5306
   [junit4]   2> 125925 T402 C272 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 125927 T402 C272 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:*} 0 3
   [junit4]   2> 125931 T402 C272 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0]} 0 0
   [junit4]   2> 125940 T405 C272 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[1]} 0 1
   [junit4]   2> 125944 T405 C272 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[2]} 0 0
   [junit4]   2> 125949 T405 C272 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> ASYNC  NEW_CORE C273 name=collection1 org.apache.solr.core.SolrCore@38ed5306
   [junit4]   2> 125955 T405 C273 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7ede42ae lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1727ca69),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7ede42ae lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1727ca69),segFN=segments_2,generation=2}
   [junit4]   2> 125996 T405 C273 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 126003 T410 oash.SnapShooter.createSnapshot Creating backup snapshot...
   [junit4]   2> 126012 T410 oash.SnapShooter.createSnapshot Done creating backup snapshot: <not named>
   [junit4]   2> 126016 T405 C273 oass.SolrIndexSearcher.<init> Opening Searcher@2bcc4b7c[collection1] main
   [junit4]   2> 126016 T405 C273 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 126019 T408 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2bcc4b7c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.1.0):c3)))}
   [junit4]   2> 126019 T405 C273 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 71
   [junit4]   2> 126025 T402 C273 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 127181 T379 oas.SolrTestCaseJ4.tearDown ###Ending testBackupOnCommit
   [junit4]   2> 127197 T379 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=647877374
   [junit4]   2> 127200 T379 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@38ed5306
   [junit4]   2> 127200 T379 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=3,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0}
   [junit4]   2> 127201 T379 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 127202 T379 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 127202 T379 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 127204 T379 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 127204 T379 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 127204 T379 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\collection1\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\collection1\data\;done=false>>]
   [junit4]   2> 127208 T379 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\collection1\data\
   [junit4]   2> 127208 T379 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\collection1\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\collection1\data\index;done=false>>]
   [junit4]   2> 127208 T379 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\collection1\data\index
   [junit4]   2> 127212 T379 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 127420 T379 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {name=PostingsFormat(name=Memory doPackFST= true), id=PostingsFormat(name=Memory doPackFST= true)}, docValues:{}, sim=DefaultSimilarity, locale=no, timezone=Etc/GMT0
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0_31 (64-bit)/cpus=2,threads=1,free=23387864,total=51085312
   [junit4]   2> NOTE: All tests run in this JVM: [TestBinaryField, TestWordDelimiterFilterFactory, SolrCmdDistributorTest, TestInitParams, PathHierarchyTokenizerFactoryTest, TestQuerySenderListener, AnalyticsMergeStrategyTest, TestRangeQuery, TestJoin, SimpleFacetsTest, TestCloudManagedSchema, TestPHPSerializedResponseWriter, DateFieldTest, TestPartialUpdateDeduplication, TestReplicationHandlerBackup]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestReplicationHandlerBackup -Dtests.seed=CBBEBBC9769B8805 -Dtests.slow=true -Dtests.locale=no -Dtests.timezone=Etc/GMT0 -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s | TestReplicationHandlerBackup (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the following files (in the order of attempts):
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\collection1
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\collection1
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\collection1\data
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\collection1\data
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([CBBEBBC9769B8805]:0)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed in 8.15s, 2 tests, 1 error <<< FAILURES!

[...truncated 11 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CBBEBBC9769B8805-001\init-core-data-001
   [junit4]   2> 152294 T480 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 152325 T480 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 152326 T481 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 152410 T480 oasc.ZkTestServer.run start zk server on port:64348
   [junit4]   2> 152410 T480 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 152412 T480 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 152417 T488 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@689353d9 name:ZooKeeperConnection Watcher:127.0.0.1:64348 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 152417 T480 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 152418 T480 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 152418 T480 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 152427 T480 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 152428 T480 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 152430 T491 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2b238c04 name:ZooKeeperConnection Watcher:127.0.0.1:64348/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 152431 T480 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 152432 T480 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 152432 T480 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 152440 T480 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 152448 T480 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 152460 T480 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 152464 T480 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 152464 T480 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 152468 T480 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 152468 T480 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 152476 T480 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 152477 T480 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 152480 T480 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 152480 T480 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 152484 T480 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 152484 T480 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 152491 T480 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 152491 T480 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 152495 T480 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 152496 T480 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 152499 T480 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 152499 T480 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 152502 T480 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 152503 T480 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 152507 T480 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 152507 T480 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 152511 T480 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 152511 T480 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 152516 T482 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14b96ab13bb0001, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 153817 T480 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CBBEBBC9769B8805-001\control-001\cores\collection1
   [junit4]   2> 153822 T480 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 153829 T480 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:64356
   [junit4]   2> 153830 T480 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 153830 T480 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 153830 T480 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CBBEBBC9769B8805-001\control-001
   [junit4]   2> 153830 T480 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CBBEBBC9769B8805-001\control-001\'
   [junit4]   2> 153861 T480 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CBBEBBC9769B8805-001\control-001\solr.xml
   [junit4]   2> 153872 T480 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CBBEBBC9769B8805-001\control-001\cores
   [junit4]   2> 153874 T480 oasc.CoreContainer.<init> New CoreContainer 1968874948
   [junit4]   2> 153874 T480 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CBBEBBC9769B8805-001\control-001\]
   [junit4]   2> 153874 T480 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 153874 T480 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 153874 T480 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 153874 T480 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 153874 T480 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 153874 T480 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 153874 T480 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 153874 T480 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 153874 T480 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 153874 T480 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 153874 T480 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 153876 T480 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 153876 T480 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 153876 T480 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 153876 T480 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 153876 T480 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:64348/solr
   [junit4]   2> 153877 T480 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 153877 T480 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 153879 T480 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 153882 T503 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@fe71aa2 name:ZooKeeperConnection Watcher:127.0.0.1:64348 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 153883 T480 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 153883 T480 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 153889 T480 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 153892 T506 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7316bdbf name:ZooKeeperConnection Watcher:127.0.0.1:64348/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 153892 T480 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 153895 T480 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 153900 T480 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 153904 T480 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 153908 T480 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 153911 T480 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 153915 T480 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 153917 T480 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64355_
   [junit4]   2> 153918 T480 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:64355_
   [junit4]   2> 153921 T480 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 153924 T480 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 153927 T480 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 153930 T480 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:64355_
   [junit4]   2> 153931 T480 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 153934 T480 oasc.Overseer.start Overseer (id=93333878805823491-127.0.0.1:64355_-n_0000000000) starting
   [junit4]   2> 153937 T480 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 153949 T480 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 153950 T508 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 153952 T480 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 153955 T480 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 153957 T480 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 153967 T480 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\t

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

50(blocksize=128))), intDefault=PostingsFormat(name=Memory doPackFST= true), n_td1=PostingsFormat(name=Memory doPackFST= true), n_d1=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), range_facet_l=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), n_f1=PostingsFormat(name=Memory doPackFST= true), n_tl1=PostingsFormat(name=Memory doPackFST= true), oddField_s=Lucene50(blocksize=128), n_tf1=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), a_t=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), id=Lucene50(blocksize=128), text=PostingsFormat(name=LuceneFixedGap), timestamp=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), n_dt1=PostingsFormat(name=Memory doPackFST= true), a_i1=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), n_ti1=Lucene50(blocksize=128), rnd_b=Lucene50(blocksize=128), _version_=PostingsFormat(name=Memory doPackFST= true), foo_b=PostingsFormat(name=LuceneFixedGap), n_tdt1=PostingsFormat(name=Memory doPackFST= true), foo_d=Lucene50(blocksize=128), foo_f=PostingsFormat(name=LuceneFixedGap)}, docValues:{timestamp=DocValuesFormat(name=Memory)}, sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=es_GT, timezone=Asia/Muscat
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0_31 (64-bit)/cpus=2,threads=1,free=172882320,total=519438336
   [junit4]   2> NOTE: All tests run in this JVM: [TestBinaryField, TestWordDelimiterFilterFactory, SolrCmdDistributorTest, TestInitParams, PathHierarchyTokenizerFactoryTest, TestQuerySenderListener, AnalyticsMergeStrategyTest, TestRangeQuery, TestJoin, SimpleFacetsTest, TestCloudManagedSchema, TestPHPSerializedResponseWriter, DateFieldTest, TestPartialUpdateDeduplication, TestReplicationHandlerBackup, TestSolrQueryParserResource, SolrPluginUtilsTest, TestStressVersions, ReplicationFactorTest, TestBlendedInfixSuggestions, BufferStoreTest, TestObjectReleaseTracker, BasicZkTest, MergeStrategyTest, ConvertedLegacyTest, ResourceLoaderTest, TestUniqueKeyFieldResource, NotRequiredUniqueKeyTest, ChaosMonkeySafeLeaderTest, CloudExitableDirectoryReaderTest, DistributedQueueTest, NoCacheHeaderTest, OpenExchangeRatesOrgProviderTest, TestExpandComponent, TestFreeTextSuggestions, TestLeaderElectionZkExpiry, TestManagedResource, TestFoldingMultitermQuery, SpellingQueryConverterTest, ShardRoutingCustomTest, SpellCheckComponentTest, FullSolrCloudDistribCmdsTest, TestSearchPerf, CoreAdminCreateDiscoverTest, SampleTest, CollectionsAPIAsyncDistributedZkTest, SOLR749Test, XmlUpdateRequestHandlerTest, TestSolrQueryParserDefaultOperatorResource, MultiTermTest, ZkControllerTest, TestXIncludeConfig, TestStandardQParsers, FacetPivotSmallTest, LeaderFailoverAfterPartitionTest, TestReplicaProperties, TestLMDirichletSimilarityFactory, DistribJoinFromCollectionTest, SimpleMLTQParserTest, TermVectorComponentDistributedTest, AssignTest, TestSimpleQParserPlugin, DirectUpdateHandlerOptimizeTest, TestRTGBase, RemoteQueryErrorTest, SharedFSAutoReplicaFailoverUtilsTest, AddBlockUpdateTest, StandardRequestHandlerTest, DistributedFacetPivotWhiteBoxTest, TestFieldTypeCollectionResource, PluginInfoTest, UUIDFieldTest, LeaderElectionIntegrationTest, HdfsUnloadDistributedZkTest, ExternalFileFieldSortTest, SharedFSAutoReplicaFailoverTest, TestOrdValues, TestReRankQParserPlugin, SolrInfoMBeanTest, AliasIntegrationTest, HdfsSyncSliceTest, TestCodecSupport, TestManagedSchemaFieldResource, TestJmxIntegration, IgnoreCommitOptimizeUpdateProcessorFactoryTest, EnumFieldTest, TestValueSourceCache, RollingRestartTest, StressHdfsTest, CoreAdminRequestStatusTest, TestTolerantSearch, PingRequestHandlerTest, UpdateRequestProcessorFactoryTest, OverseerCollectionProcessorTest, TestCSVResponseWriter, VMParamsZkACLAndCredentialsProvidersTest, TestMissingGroups, BadComponentTest, DistribCursorPagingTest, TestBinaryResponseWriter, TestDistributedMissingSort, DirectSolrConnectionTest, BadCopyFieldTest, TestFieldResource, SignatureUpdateProcessorFactoryTest, PreAnalyzedFieldTest, TestChildDocTransformer, TestLMJelinekMercerSimilarityFactory, DeleteShardTest, ClusterStateTest, OverseerStatusTest, TestInitQParser, DocExpirationUpdateProcessorFactoryTest, TriLevelCompositeIdRoutingTest, OverseerTest, InfoHandlerTest, TestFaceting, HdfsWriteToMultipleCollectionsTest, ActionThrottleTest, ShardRoutingTest, DistanceFunctionTest, LeaderElectionTest, ResponseLogComponentTest, TestQuerySenderNoQuery, TestHighFrequencyDictionaryFactory, SystemInfoHandlerTest, TestUpdate, OutputWriterTest, HdfsRecoveryZkTest, ZkSolrClientTest, TestManagedSynonymFilterFactory, DeleteInactiveReplicaTest, AtomicUpdatesTest, TestDistributedGrouping, TestPerFieldSimilarity, TestSolrConfigHandler, IndexSchemaRuntimeFieldTest, TestSweetSpotSimilarityFactory, TestFastWriter, TestLFUCache, QueryResultKeyTest, OpenCloseCoreStressTest, TestFieldTypeResource, TestRandomMergePolicy, TestReloadAndDeleteDocs, TestCloudPivotFacet, ZkNodePropsTest, UniqFieldsUpdateProcessorFactoryTest, CurrencyFieldOpenExchangeTest, TestCSVLoader, CurrencyFieldXmlFileTest, URLClassifyProcessorTest, TestIntervalFaceting, AnalysisAfterCoreReloadTest, TestLuceneMatchVersion, TestIndexSearcher, SpatialHeatmapFacetsTest, DistributedExpandComponentTest, HdfsDirectoryFactoryTest, RecoveryZkTest, SolrXmlInZkTest, TestSuggestSpellingConverter, TestCollapseQParserPlugin, MigrateRouteKeyTest, AsyncMigrateRouteKeyTest, TestManagedSchemaDynamicFieldResource, RecoveryAfterSoftCommitTest, TestSolrConfigHandlerConcurrent, TestUtils, TestSort, AddSchemaFieldsUpdateProcessorFactoryTest, DistanceUnitsTest, TestCoreDiscovery, BadIndexSchemaTest, TestSolrDeletionPolicy1, JSONWriterTest, PolyFieldTest, TestComplexPhraseQParserPlugin, AlternateDirectoryTest, TestNonDefinedSimilarityFactory, DistributedIntervalFacetingTest, RequiredFieldsTest, TestSchemaNameResource, OverriddenZkACLAndCredentialsProvidersTest, TestDistributedSearch, TestCoreContainer, HighlighterMaxOffsetTest, ExternalCollectionsTest, TestClusterStateMutator, TestRecovery, SpatialFilterTest, TestSystemIdResolver, AnalysisErrorHandlingTest, TestConfig, TestArbitraryIndexDir, FileBasedSpellCheckerTest, CopyFieldTest, SolrTestCaseJ4Test, TestQueryTypes, ExitableDirectoryReaderTest, CloudMLTQParserTest, QueryParsingTest, TestImplicitCoreProperties, StatelessScriptUpdateProcessorFactoryTest, TestBlobHandler, TimeZoneUtilsTest, TestLRUStatsCache, ResponseHeaderTest, ChaosMonkeyNothingIsSafeTest, TestStressRecovery, TestDocSet, SolrRequestParserTest, TestCloudSchemaless, DistributedFacetPivotSmallAdvancedTest, TestCustomSort, TestSchemaManager, LeaderInitiatedRecoveryOnCommitTest, ShardSplitTest, TestFieldCollectionResource, TestSchemaSimilarityResource, SolrCoreCheckLockOnStartupTest, DocumentBuilderTest, HighlighterConfigTest, TestStressLucene, AnalyticsQueryTest, BinaryUpdateRequestHandlerTest, BasicDistributedZkTest, BasicDistributedZk2Test]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicDistributedZk2Test -Dtests.seed=CBBEBBC9769B8805 -Dtests.slow=true -Dtests.locale=es_GT -Dtests.timezone=Asia/Muscat -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s | BasicDistributedZk2Test (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the following files (in the order of attempts):
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test CBBEBBC9769B8805-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test CBBEBBC9769B8805-001\tempDir-002
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test CBBEBBC9769B8805-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test CBBEBBC9769B8805-001
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([CBBEBBC9769B8805]:0)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed in 64.46s, 1 test, 1 error <<< FAILURES!

[...truncated 741 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:508: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1368: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:975: There were test failures: 466 suites, 1863 tests, 2 suite-level errors, 1 error, 55 ignored (30 assumptions)

Total time: 120 minutes 5 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.8.0_31 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (64bit/jdk1.8.0_31) - Build # 4386 - Still Failing!

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

5 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestLazyCores

Error Message:
ERROR: SolrIndexSearcher opens=51 closes=50

Stack Trace:
java.lang.AssertionError: ERROR: SolrIndexSearcher opens=51 closes=50
	at __randomizedtesting.SeedInfo.seed([50B89A8CE6089DDA]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:466)
	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:212)
	at sun.reflect.GeneratedMethodAccessor33.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:790)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestLazyCores

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores:     1) Thread[id=13568, name=searcherExecutor-6793-thread-1, state=WAITING, group=TGRP-TestLazyCores]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)         at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 
   1) Thread[id=13568, name=searcherExecutor-6793-thread-1, state=WAITING, group=TGRP-TestLazyCores]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
	at __randomizedtesting.SeedInfo.seed([50B89A8CE6089DDA]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestLazyCores

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=13568, name=searcherExecutor-6793-thread-1, state=WAITING, group=TGRP-TestLazyCores]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)         at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=13568, name=searcherExecutor-6793-thread-1, state=WAITING, group=TGRP-TestLazyCores]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
	at __randomizedtesting.SeedInfo.seed([50B89A8CE6089DDA]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.BasicDistributedZk2Test

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 50B89A8CE6089DDA-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 50B89A8CE6089DDA-001\tempDir-002    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 50B89A8CE6089DDA-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 50B89A8CE6089DDA-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 50B89A8CE6089DDA-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 50B89A8CE6089DDA-001\tempDir-002
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 50B89A8CE6089DDA-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 50B89A8CE6089DDA-001

	at __randomizedtesting.SeedInfo.seed([50B89A8CE6089DDA]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:170)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.handler.TestReplicationHandlerBackup

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-002\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-002    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-001\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-001    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-001\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-001\collection1\data    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-001    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-002\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-002\collection1\data    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-002    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-002\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-002
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-001\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-001
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-001\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-001\collection1\data
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-001
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-002\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-002\collection1\data
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-002
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001

	at __randomizedtesting.SeedInfo.seed([50B89A8CE6089DDA]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:170)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 9565 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReplicationHandlerBackup
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\init-core-data-001
   [junit4]   2> 1100351 T5372 oas.SolrTestCaseJ4.setUp ###Starting testBackupOnCommit
   [junit4]   2> 1100355 T5372 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-001\collection1
   [junit4]   2> 1100390 T5372 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1100398 T5372 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:65386
   [junit4]   2> 1100402 T5372 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 1100402 T5372 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1100402 T5372 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-001
   [junit4]   2> 1100402 T5372 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-001\'
   [junit4]   2> 1100468 T5372 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-001\solr.xml
   [junit4]   2> 1100483 T5372 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-001\.
   [junit4]   2> 1100484 T5372 oasc.CoreContainer.<init> New CoreContainer 712765832
   [junit4]   2> 1100484 T5372 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-001\]
   [junit4]   2> 1100485 T5372 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1100487 T5372 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1100488 T5372 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1100488 T5372 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1100489 T5372 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1100489 T5372 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1100490 T5372 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1100490 T5372 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1100490 T5372 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1100491 T5372 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1100491 T5372 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1100493 T5372 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1100493 T5372 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1100494 T5372 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1100494 T5372 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1100501 T5372 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-001\.
   [junit4]   2> 1100508 T5372 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-001\.\collection1\
   [junit4]   2> 1100512 T5372 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1100513 T5382 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-001\.\collection1\'
   [junit4]   2> 1100551 T5382 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1100553 T5382 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 1100578 T5382 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1100579 T5382 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-001\.\collection1\conf\schema.xml
   [junit4]   2> 1100584 T5382 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1100589 T5382 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1100589 T5382 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-001\.\collection1\
   [junit4]   2> 1100589 T5382 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1100591 T5382 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-001\.\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-001\collection1\data\
   [junit4]   2> 1100591 T5382 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 1100591 T5382 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-001\collection1\data\
   [junit4]   2> 1100591 T5382 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-001\collection1\data\index/
   [junit4]   2> 1100591 T5382 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-001\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1100593 T5382 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-001\collection1\data\index
   [junit4]   2> 1100593 T5382 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=46, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=57.78515625, floorSegmentMB=1.4599609375, forceMergeDeletesPctAllowed=16.83224160951047, segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7720456777707357
   [junit4]   2> 1100595 T5382 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@5f561c01 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@79209717),segFN=segments_1,generation=1}
   [junit4]   2> 1100595 T5382 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1100596 T5382 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1100597 T5382 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1100597 T5382 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1100597 T5382 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1100597 T5382 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1100597 T5382 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1100598 T5382 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 1100622 T5382 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1100622 T5382 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 1100622 T5382 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 1100623 T5382 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 1100623 T5382 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 1100624 T5382 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 1100624 T5382 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 1100624 T5382 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 1100624 T5382 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 1100625 T5382 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 1100625 T5382 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 1100625 T5382 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1100625 T5382 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 1100625 T5382 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 1100625 T5382 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 1100640 T5382 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1100642 T5382 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1100644 T5382 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1100649 T5382 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1100649 T5382 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1100650 T5382 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1100650 T5382 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1100650 T5382 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=29, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1100652 T5382 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@5f561c01 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@79209717),segFN=segments_1,generation=1}
   [junit4]   2> 1100652 T5382 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1100652 T5382 oass.SolrIndexSearcher.<init> Opening Searcher@6a1f8d9a[collection1] main
   [junit4]   2> 1100652 T5382 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-001\.\collection1\conf
   [junit4]   2> 1100653 T5382 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-001\.\collection1\conf}
   [junit4]   2> 1100653 T5382 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-001\.\collection1\conf
   [junit4]   2> 1100653 T5382 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1100653 T5382 oash.ReplicationHandler.inform Replication enabled for following config files: schema-replication2.xml:schema.xml
   [junit4]   2> 1100653 T5382 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1100654 T5382 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1100654 T5383 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6a1f8d9a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1100654 T5372 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1100654 T5372 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C738 name=collection1 org.apache.solr.core.SolrCore@322e648d
   [junit4]   2> 1100658 T5379 C738 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1100659 T5379 C738 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:*} 0 1
   [junit4]   2> 1100665 T5375 C738 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0]} 0 2
   [junit4]   2> 1100668 T5374 C738 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[1]} 0 0
   [junit4]   2> 1100673 T5376 C738 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[2]} 0 0
   [junit4]   2> 1100678 T5379 C738 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[3]} 0 0
   [junit4]   2> 1100684 T5377 C738 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[4]} 0 0
   [junit4]   2> 1100687 T5378 C738 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[5]} 0 0
   [junit4]   2> 1100691 T5375 C738 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[6]} 0 0
   [junit4]   2> 1100693 T5374 C738 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[7]} 0 0
   [junit4]   2> 1100697 T5376 C738 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[8]} 0 0
   [junit4]   2> 1100700 T5379 C738 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[9]} 0 0
   [junit4]   2> 1100704 T5377 C738 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[10]} 0 0
   [junit4]   2> 1100707 T5378 C738 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[11]} 0 0
   [junit4]   2> 1100733 T5375 C738 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[12]} 0 22
   [junit4]   2> 1100739 T5374 C738 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[13]} 0 0
   [junit4]   2> 1100743 T5376 C738 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[14]} 0 0
   [junit4]   2> 1100747 T5379 C738 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[15]} 0 0
   [junit4]   2> 1100750 T5377 C738 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[16]} 0 0
   [junit4]   2> 1100754 T5378 C738 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[17]} 0 0
   [junit4]   2> 1100758 T5375 C738 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[18]} 0 0
   [junit4]   2> 1100769 T5374 C738 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[19]} 0 0
   [junit4]   2> 1100771 T5376 C738 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[20]} 0 0
   [junit4]   2> 1100775 T5379 C738 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[21]} 0 0
   [junit4]   2> 1100779 T5377 C738 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[22]} 0 0
   [junit4]   2> 1100782 T5378 C738 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[23]} 0 0
   [junit4]   2> 1100786 T5375 C738 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[24]} 0 0
   [junit4]   2> 1100789 T5374 C738 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[25]} 0 0
   [junit4]   2> 1100793 T5376 C738 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[26]} 0 0
   [junit4]   2> 1100796 T5379 C738 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[27]} 0 0
   [junit4]   2> 1100800 T5377 C738 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[28]} 0 0
   [junit4]   2> 1100804 T5375 C738 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[29]} 0 0
   [junit4]   2> 1100807 T5374 C738 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[30]} 0 0
   [junit4]   2> 1100813 T5376 C738 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[31]} 0 1
   [junit4]   2> 1100817 T5379 C738 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[32]} 0 0
   [junit4]   2> 1100819 T5378 C738 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[33]} 0 0
   [junit4]   2> 1100823 T5377 C738 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[34]} 0 0
   [junit4]   2> 1100826 T5375 C738 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[35]} 0 0
   [junit4]   2> 1100830 T5374 C738 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[36]} 0 0
   [junit4]   2> 1100833 T5376 C738 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[37]} 0 0
   [junit4]   2> 1100837 T5379 C738 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[38]} 0 0
   [junit4]   2> 1100840 T5378 C738 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[39]} 0 0
   [junit4]   2> 1100844 T5377 C738 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[40]} 0 0
   [junit4]   2> 1100847 T5375 C738 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[41]} 0 0
   [junit4]   2> 1100851 T5374 C738 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[42]} 0 0
   [junit4]   2> 1100855 T5376 C738 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[43]} 0 0
   [junit4]   2> 1100858 T5379 C738 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[44]} 0 0
   [junit4]   2> 1100860 T5378 C738 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[45]} 0 0
   [junit4]   2> 1100863 T5377 C738 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[46]} 0 0
   [junit4]   2> 1100865 T5375 C738 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[47]} 0 0
   [junit4]   2> 1100868 T5374 C738 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[48]} 0 0
   [junit4]   2> 1100871 T5376 C738 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[49]} 0 0
   [junit4]   2> 1100874 T5379 C738 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[50]} 0 0
   [junit4]   2> 1100876 T5378 C738 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[51]} 0 0
   [junit4]   2> 1100879 T5377 C738 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1100882 T5377 C738 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@5f561c01 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@79209717),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@5f561c01 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@79209717),segFN=segments_2,generation=2}
   [junit4]   2> 1100883 T5377 C738 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 1100917 T5377 C738 oass.SolrIndexSearcher.<init> Opening Searcher@455aa085[collection1] main
   [junit4]   2> 1100919 T5377 C738 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1100919 T5385 oash.SnapShooter.createSnapshot Creating backup snapshot...
   [junit4]   2> 1100919 T5383 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@455aa085[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.1.0):C52)))}
   [junit4]   2> 1100919 T5377 C738 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 40
   [junit4]   2> 1100941 T5375 C738 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=2 
   [junit4]   2> 1100947 T5385 oash.SnapShooter.createSnapshot Done creating backup snapshot: <not named>
   [junit4]   2> 1102160 T5374 C738 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 1103414 T5372 oas.SolrTestCaseJ4.tearDown ###Ending testBackupOnCommit
   [junit4]   2> 1103430 T5372 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=712765832
   [junit4]   2> 1103433 T5372 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@322e648d
   [junit4]   2> 1103433 T5372 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=52,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0}
   [junit4]   2> 1103433 T5372 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 1103433 T5372 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1103433 T5372 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1103436 T5372 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 1103436 T5372 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1103436 T5372 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-001\collection1\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-001\collection1\data\index;done=false>>]
   [junit4]   2> 1103436 T5372 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-001\collection1\data\index
   [junit4]   2> 1103436 T5372 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-001\collection1\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-001\collection1\data\;done=false>>]
   [junit4]   2> 1103436 T5372 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-001\collection1\data\
   [junit4]   2> 1103439 T5372 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 1103669 T5372 oas.SolrTestCaseJ4.setUp ###Starting doTestBackup
   [junit4]   2> 1103672 T5372 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-002\collection1
   [junit4]   2> 1103699 T5372 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1103706 T5372 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:65390
   [junit4]   2> 1103707 T5372 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 1103708 T5372 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1103708 T5372 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-002
   [junit4]   2> 1103709 T5372 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-002\'
   [junit4]   2> 1103779 T5372 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-002\solr.xml
   [junit4]   2> 1103797 T5372 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-002\.
   [junit4]   2> 1103798 T5372 oasc.CoreContainer.<init> New CoreContainer 1738700070
   [junit4]   2> 1103800 T5372 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-002\]
   [junit4]   2> 1103801 T5372 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1103801 T5372 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1103802 T5372 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1103802 T5372 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1103803 T5372 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1103803 T5372 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1103804 T5372 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1103804 T5372 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1103804 T5372 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1103805 T5372 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1103805 T5372 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1103807 T5372 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1103808 T5372 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1103808 T5372 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1103809 T5372 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1103811 T5372 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-002\.
   [junit4]   2> 1103814 T5372 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-002\.\collection1\
   [junit4]   2> 1103815 T5372 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1103820 T5395 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-002\.\collection1\'
   [junit4]   2> 1103889 T5395 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1103896 T5395 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 1103909 T5395 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1103909 T5395 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-002\.\collection1\conf\schema.xml
   [junit4]   2> 1103915 T5395 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1103923 T5395 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1103925 T5395 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-002\.\collection1\
   [junit4]   2> 1103925 T5395 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1103927 T5395 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-002\.\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-002\collection1\data\
   [junit4]   2> 1103927 T5395 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 1103928 T5395 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-002\collection1\data\
   [junit4]   2> 1103928 T5395 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-002\collection1\data\index/
   [junit4]   2> 1103928 T5395 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-002\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1103929 T5395 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-002\collection1\data\index
   [junit4]   2> 1103930 T5395 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=46, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=57.78515625, floorSegmentMB=1.4599609375, forceMergeDeletesPctAllowed=16.83224160951047, segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7720456777707357
   [junit4]   2> 1103931 T5395 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@4b8c3c07 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6703b815),segFN=segments_1,generation=1}
   [junit4]   2> 1103931 T5395 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1103932 T5395 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1103934 T5395 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1103935 T5395 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1103935 T5395 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1103935 T5395 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1103936 T5395 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1103936 T5395 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 1103936 T5395 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1103937 T5395 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 1103937 T5395 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 1103938 T5395 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 1103938 T5395 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 1103940 T5395 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 1103940 T5395 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 1103940 T5395 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 1103941 T5395 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 1103942 T5395 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 1103942 T5395 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 1103942 T5395 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1103953 T5395 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1103955 T5395 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1103956 T5395 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1103960 T5395 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1103960 T5395 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1103962 T5395 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1103962 T5395 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1103962 T5395 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=29, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1103963 T5395 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@4b8c3c07 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6703b815),segFN=segments_1,generation=1}
   [junit4]   2> 1103963 T5395 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1103963 T5395 oass.SolrIndexSearcher.<init> Opening Searcher@106f55ee[collection1] main
   [junit4]   2> 1103963 T5395 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-002\.\collection1\conf
   [junit4]   2> 1103963 T5395 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-002\.\collection1\conf}
   [junit4]   2> 1103965 T5395 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-002\.\collection1\conf
   [junit4]   2> 1103966 T5395 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1103966 T5395 oash.ReplicationHandler.inform Replication enabled for following config files: schema-replication2.xml:schema.xml
   [junit4]   2> 1103966 T5395 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1103966 T5395 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1103969 T5372 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1103974 T5372 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1103974 T5396 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@106f55ee[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> ASYNC  NEW_CORE C739 name=collection1 org.apache.solr.core.SolrCore@2171040c
   [junit4]   2> 1103979 T5389 C739 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1103980 T5389 C739 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:*} 0 1
   [junit4]   2> 1103985 T5391 C739 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0]} 0 2
   [junit4]   2> 1103991 T5393 C739 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1103994 T5393 C739 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@4b8c3c07 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6703b815),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@4b8c3c07 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6703b815),segFN=segments_2,generation=2}
   [junit4]   2> 1103995 T5393 C739 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 1103998 T5393 C739 oass.SolrIndexSearcher.<init> Opening Searcher@198a3dd0[collection1] main
   [junit4]   2> 1103998 T5393 C739 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1103999 T5396 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@198a3dd0[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.1.0):C1)))}
   [junit4]   2> 1104000 T5393 C739 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 9
   [junit4]   2> 1104002 T5398 oash.SnapShooter.createSnapshot Creating backup snapshot...
   [junit4]   2> 1104021 T5398 oash.SnapShooter.createSnapshot Done creating backup snapshot: <not named>
   [junit4]   2> 1104027 T5394 C739 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=backup} status=0 QTime=20 
   [junit4]   2> 1104029 T5399 oash.SnapShooter.createSnapshot Creating backup snapshot...
   [junit4]   2> 1104046 T5399 oash.SnapShooter.createSnapshot Done creating backup snapshot: <not named>
   [junit4]   2> 1104050 T5392 C739 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 1105276 T5401 oash.SnapShooter.createSnapshot Creating backup snapshot...
   [junit4]   2> 1105277 T5389 C739 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=backup} status=0 QTime=4 
   [junit4]   2> 1105287 T5391 C739 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 1105294 T5401 oash.SnapShooter.createSnapshot Done creating backup snapshot: <not named>
   [junit4]   2> 1106450 T5394 C739 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=backup} status=0 QTime=2 
   [junit4]   2> 1106453 T5402 oash.SnapShooter.createSnapshot Creating backup snapshot...
   [junit4]   2> 1106464 T5392 C739 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 1106472 T5402 oash.SnapShooter.createSnapshot Done creating backup snapshot: <not named>
   [junit4]   2> 1107585 T5390 C739 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=backup} status=0 QTime=2 
   [junit4]   2> 1107587 T5403 oash.SnapShooter.createSnapshot Creating backup snapshot...
   [junit4]   2> 1107596 T5389 C739 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 1107610 T5403 oash.SnapShooter.createSnapshot Done creating backup snapshot: <not named>
   [junit4]   2> 1108698 T5372 oas.SolrTestCaseJ4.tearDown ###Ending doTestBackup
   [junit4]   2> 1108715 T5372 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1738700070
   [junit4]   2> 1108717 T5372 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@2171040c
   [junit4]   2> 1108717 T5372 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=1,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0}
   [junit4]   2> 1108717 T5372 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 1108717 T5372 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1108717 T5372 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1108721 T5372 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 1108721 T5372 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1108721 T5372 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-002\collection1\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-002\collection1\data\index;done=false>>]
   [junit4]   2> 1108721 T5372 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-002\collection1\data\index
   [junit4]   2> 1108721 T5372 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-002\collection1\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-002\collection1\data\;done=false>>]
   [junit4]   2> 1108721 T5372 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-002\collection1\data\
   [junit4]   2> 1108723 T5372 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 1108921 T5372 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=tr, timezone=Canada/Newfoundland
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0_31 (64-bit)/cpus=2,threads=1,free=233874920,total=513802240
   [junit4]   2> NOTE: All tests run in this JVM: [TestShortCircuitedRequests, ResponseLogComponentTest, TestPivotHelperCode, LoggingHandlerTest, TestConfigOverlay, ReturnFieldsTest, TestValueSourceCache, TestReRankQParserPlugin, ZkNodePropsTest, DistribDocExpirationUpdateProcessorTest, TestTolerantSearch, TestLuceneMatchVersion, TestFieldResource, UnloadDistributedZkTest, DistributedFacetPivotSmallTest, BlockCacheTest, TestSolrIndexConfig, TestDocSet, SolrPluginUtilsTest, SolrIndexSplitterTest, TestIndexSearcher, TestOrdValues, PeerSyncTest, TestReqParamsAPI, ZkControllerTest, NumericFieldsTest, SoftAutoCommitTest, MultiThreadedOCPTest, SpatialFilterTest, OverriddenZkACLAndCredentialsProvidersTest, NoCacheHeaderTest, TestMiniSolrCloudClusterSSL, TestSurroundQueryParser, XsltUpdateRequestHandlerTest, RollingRestartTest, LukeRequestHandlerTest, SolrIndexConfigTest, CachingDirectoryFactoryTest, TestCollectionAPI, DistributedFacetPivotLongTailTest, CollectionsAPIDistributedZkTest, DirectUpdateHandlerOptimizeTest, TestCloudInspectUtil, TestSolrConfigHandler, DocValuesTest, TestZkChroot, TestReloadAndDeleteDocs, TestPerFieldSimilarity, SpellCheckComponentTest, TestSolr4Spatial, TestBM25SimilarityFactory, UpdateRequestProcessorFactoryTest, TestQueryUtils, TestHighFrequencyDictionaryFactory, PrimUtilsTest, TestRemoteStreaming, CustomCollectionTest, TestJmxMonitoredMap, TermsComponentTest, DistributedMLTComponentTest, TestExactSharedStatsCache, TestFastLRUCache, DistributedFacetPivotSmallAdvancedTest, TestCustomSort, TestHashPartitioner, DateRangeFieldTest, DefaultValueUpdateProcessorTest, SolrTestCaseJ4Test, StandardRequestHandlerTest, TestTrie, AutoCommitTest, DistributedQueueTest, TestFoldingMultitermQuery, SimpleMLTQParserTest, CloudMLTQParserTest, SolrRequestParserTest, TestMaxScoreQueryParser, UUIDFieldTest, URLClassifyProcessorTest, TestSchemaNameResource, TestFaceting, TestCloudManagedSchema, SimpleCollectionCreateDeleteTest, InfoHandlerTest, TestSweetSpotSimilarityFactory, ResponseHeaderTest, FileUtilsTest, TestRandomMergePolicy, TestSchemaVersionResource, ClusterStateUpdateTest, ConnectionManagerTest, FileBasedSpellCheckerTest, TestDynamicFieldCollectionResource, DistributedTermsComponentTest, EchoParamsTest, IndexBasedSpellCheckerTest, TestImplicitCoreProperties, TestSearcherReuse, FieldAnalysisRequestHandlerTest, MBeansHandlerTest, SortByFunctionTest, HdfsChaosMonkeySafeLeaderTest, DistributedSuggestComponentTest, ExternalCollectionsTest, TestFuzzyAnalyzedSuggestions, ShowFileRequestHandlerTest, AsyncMigrateRouteKeyTest, SearchHandlerTest, DirectSolrConnectionTest, TestFastOutputStream, TestPostingsSolrHighlighter, DateFieldTest, TestAtomicUpdateErrorCases, HdfsWriteToMultipleCollectionsTest, CursorMarkTest, TestPseudoReturnFields, TestReplicationHandlerBackup]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestReplicationHandlerBackup -Dtests.seed=50B89A8CE6089DDA -Dtests.slow=true -Dtests.locale=tr -Dtests.timezone=Canada/Newfoundland -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s | TestReplicationHandlerBackup (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the following files (in the order of attempts):
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-002\collection1
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-002
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-001\collection1
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-001
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-001\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-001\collection1\data
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-001
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-002\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-002\collection1\data
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001\solr-instance-002
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 50B89A8CE6089DDA-001
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([50B89A8CE6089DDA]:0)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed in 8.70s, 2 tests, 1 error <<< FAILURES!

[...truncated 369 lines...]
   [junit4] Suite: org.apache.solr.cloud.BasicDistributedZk2Test
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 50B89A8CE6089DDA-001\init-core-data-001
   [junit4]   2> 2496885 T10985 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /_z/j
   [junit4]   2> 2496889 T10985 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2496890 T10986 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 2496988 T10985 oasc.ZkTestServer.run start zk server on port:52208
   [junit4]   2> 2496988 T10985 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2496991 T10985 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2496999 T10993 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3479f7b7 name:ZooKeeperConnection Watcher:127.0.0.1:52208 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2497000 T10985 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2497000 T10985 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2497000 T10985 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 2497009 T10985 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2497011 T10985 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2497013 T10996 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2ada31ed name:ZooKeeperConnection Watcher:127.0.0.1:52208/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2497013 T10985 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2497014 T10985 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2497014 T10985 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 2497021 T10985 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 2497023 T10985 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 2497025 T10985 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 2497028 T10985 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 2497029 T10985 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 2497034 T10985 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 2497034 T10985 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 2497040 T10985 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2497040 T10985 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2497044 T10985 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 2497044 T10985 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 2497049 T10985 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 2497049 T10985 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 2497053 T10985 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 2497053 T10985 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 2497058 T10985 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2497058 T10985 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 2497065 T10985 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2497065 T10985 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2497075 T10985 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2497075 T10985 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2497082 T10985 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2497082 T10985 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 2497088 T10985 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 2497089 T10985 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 2498693 T10985 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 50B89A8CE6089DDA-001\control-001\cores\collection1
   [junit4]   2> 2498697 T10985 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2498710 T10985 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52215
   [junit4]   2> 2498711 T10985 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 2498711 T10985 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2498711 T10985 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 50B89A8CE6089DDA-001\control-001
   [junit4]   2> 2498711 T10985 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 50B89A8CE6089DDA-001\control-001\'
   [junit4]   2> 2498752 T10985 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 50B89A8CE6089DDA-001\control-001\solr.xml
   [junit4]   2> 2498758 T10985 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 50B89A8CE6089DDA-001\control-001\cores
   [junit4]   2> 2498758 T10985 oasc.CoreContainer.<init> New CoreContainer 934565209
   [junit4]   2> 2498760 T10985 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 50B89A8CE6089DDA-001\control-001\]
   [junit4]   2> 2498761 T10985 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2498761 T10985 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2498761 T10985 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2498761 T10985 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2498761 T10985 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 2498761 T10985 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2498761 T10985 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2498763 T10985 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2498763 T10985 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2498763 T10985 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2498763 T10985 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 2498763 T10985 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2498763 T10985 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2498763 T10985 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2498765 T10985 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2498765 T10985 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:52208/solr
   [junit4]   2> 2498765 T10985 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2498765 T10985 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2498767 T10985 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2498769 T11008 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7ee5e584 name:ZooKeeperConnection Watcher:127.0.0.1:52208 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2498770 T10985 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2498770 T10985 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2498775 T10985 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2498777 T11011 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@28b4f92e name:ZooKeeperConnection Watcher:127.0.0.1:52208/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2498777 T10985 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2498779 T10985 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 2498783 T10985 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 2498787 T10985 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 2498789 T10985 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 2498793 T10985 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 2498797 T10985 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 2498799 T10985 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52215__z%2Fj
   [junit4]   2> 2498800 T10985 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52215__z%2Fj
   [junit4]   2> 2498804 T10985 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 2498809 T10985 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 2498813 T10985 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2498815 T10985 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:52215__z%2Fj
   [junit4]   2> 2498815 T10985 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 2498818 T10985 oasc.Overseer.start Overseer (id=93331075684564995-127.0.0.1:52215__z%2Fj-n_0000000000) starting
   [junit4]   2> 2498822 T10985 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 2498834 T10985 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 2498835 T11013 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 2498836 T10985 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 2498839 T10985 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 2498840 T10985 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2498846 T11012 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 2498847 T10985 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 50B89A8CE6089DDA-001\control-001\cores
   [junit4]   2> 2498849 T10985 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 50B89A8CE6089DDA-001\control-001\cores\collection1\
   [junit4]   2> 2498850 T10985 oasc.CorePropertiesLocator.discover Found 1 core d

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

rollerTest, NumericFieldsTest, SoftAutoCommitTest, MultiThreadedOCPTest, SpatialFilterTest, OverriddenZkACLAndCredentialsProvidersTest, NoCacheHeaderTest, TestMiniSolrCloudClusterSSL, TestSurroundQueryParser, XsltUpdateRequestHandlerTest, RollingRestartTest, LukeRequestHandlerTest, SolrIndexConfigTest, CachingDirectoryFactoryTest, TestCollectionAPI, DistributedFacetPivotLongTailTest, CollectionsAPIDistributedZkTest, DirectUpdateHandlerOptimizeTest, TestCloudInspectUtil, TestSolrConfigHandler, DocValuesTest, TestZkChroot, TestReloadAndDeleteDocs, TestPerFieldSimilarity, SpellCheckComponentTest, TestSolr4Spatial, TestBM25SimilarityFactory, UpdateRequestProcessorFactoryTest, TestQueryUtils, TestHighFrequencyDictionaryFactory, PrimUtilsTest, TestRemoteStreaming, CustomCollectionTest, TestJmxMonitoredMap, TermsComponentTest, DistributedMLTComponentTest, TestExactSharedStatsCache, TestFastLRUCache, DistributedFacetPivotSmallAdvancedTest, TestCustomSort, TestHashPartitioner, DateRangeFieldTest, DefaultValueUpdateProcessorTest, SolrTestCaseJ4Test, StandardRequestHandlerTest, TestTrie, AutoCommitTest, DistributedQueueTest, TestFoldingMultitermQuery, SimpleMLTQParserTest, CloudMLTQParserTest, SolrRequestParserTest, TestMaxScoreQueryParser, UUIDFieldTest, URLClassifyProcessorTest, TestSchemaNameResource, TestFaceting, TestCloudManagedSchema, SimpleCollectionCreateDeleteTest, InfoHandlerTest, TestSweetSpotSimilarityFactory, ResponseHeaderTest, FileUtilsTest, TestRandomMergePolicy, TestSchemaVersionResource, ClusterStateUpdateTest, ConnectionManagerTest, FileBasedSpellCheckerTest, TestDynamicFieldCollectionResource, DistributedTermsComponentTest, EchoParamsTest, IndexBasedSpellCheckerTest, TestImplicitCoreProperties, TestSearcherReuse, FieldAnalysisRequestHandlerTest, MBeansHandlerTest, SortByFunctionTest, HdfsChaosMonkeySafeLeaderTest, DistributedSuggestComponentTest, ExternalCollectionsTest, TestFuzzyAnalyzedSuggestions, ShowFileRequestHandlerTest, AsyncMigrateRouteKeyTest, SearchHandlerTest, DirectSolrConnectionTest, TestFastOutputStream, TestPostingsSolrHighlighter, DateFieldTest, TestAtomicUpdateErrorCases, HdfsWriteToMultipleCollectionsTest, CursorMarkTest, TestPseudoReturnFields, TestReplicationHandlerBackup, TestFastWriter, FieldMutatingUpdateProcessorTest, DistributedIntervalFacetingTest, TestManagedStopFilterFactory, TestIBSimilarityFactory, TestUpdate, DisMaxRequestHandlerTest, BadCopyFieldTest, PolyFieldTest, SSLMigrationTest, TestCollationField, SuggesterTSTTest, MigrateRouteKeyTest, SaslZkACLProviderTest, TestSolrQueryParserDefaultOperatorResource, UUIDUpdateProcessorFallbackTest, TestFunctionQuery, BasicDistributedZkTest, RAMDirectoryFactoryTest, HttpPartitionTest, HighlighterTest, DistributedFacetPivotLargeTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestDefaultStatsCache, TestBlendedInfixSuggestions, NotRequiredUniqueKeyTest, TestRebalanceLeaders, BasicFunctionalityTest, BufferStoreTest, OutOfBoxZkACLAndCredentialsProvidersTest, TestReplicationHandler, VMParamsZkACLAndCredentialsProvidersTest, TestQuerySenderListener, ConvertedLegacyTest, TestFileDictionaryLookup, SimpleFacetsTest, TestCoreDiscovery, TestManagedSchemaDynamicFieldResource, TestLMDirichletSimilarityFactory, SuggesterTest, TestJmxIntegration, ParsingFieldUpdateProcessorsTest, TestSchemaManager, XmlUpdateRequestHandlerTest, TestPHPSerializedResponseWriter, TestPhraseSuggestions, AddSchemaFieldsUpdateProcessorFactoryTest, TriLevelCompositeIdRoutingTest, SystemInfoHandlerTest, OverseerStatusTest, TestSerializedLuceneMatchVersion, LeaderInitiatedRecoveryOnCommitTest, TestSolr4Spatial2, TestCopyFieldCollectionResource, CoreMergeIndexesAdminHandlerTest, TestDocBasedVersionConstraints, FullSolrCloudDistribCmdsTest, SyncSliceTest, PreAnalyzedFieldTest, TestNoOpRegenerator, OpenExchangeRatesOrgProviderTest, DocumentBuilderTest, TermVectorComponentDistributedTest, CSVRequestHandlerTest, TestFieldSortValues, TestBlobHandler, AtomicUpdatesTest, JsonLoaderTest, TestSolrJ, TestCodecSupport, BasicZkTest, TestCollapseQParserPlugin, AnalysisAfterCoreReloadTest, TestManagedSchemaFieldTypeResource, DistribJoinFromCollectionTest, CurrencyFieldXmlFileTest, OpenCloseCoreStressTest, TestDynamicFieldResource, PreAnalyzedUpdateProcessorTest, TestSimpleQParserPlugin, CollectionsAPIAsyncDistributedZkTest, EnumFieldTest, TestBinaryResponseWriter, OverseerCollectionProcessorTest, TestIntervalFaceting, TestStressRecovery, DistanceFunctionTest, RegexBoostProcessorTest, TestRealTimeGet, TestUtils, StatsComponentTest, DistributedQueryComponentCustomSortTest, TestCharFilters, TestSolrDeletionPolicy2, IndexSchemaRuntimeFieldTest, SignatureUpdateProcessorFactoryTest, TestJoin, LeaderElectionIntegrationTest, TestRecovery, HdfsRecoveryZkTest, ResourceLoaderTest, TestCSVLoader, PingRequestHandlerTest, TestInitParams, CoreAdminHandlerTest, TestQueryTypes, TestShardHandlerFactory, TestFiltering, TestInfoStreamLogging, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, OverseerTest, ShardRoutingTest, RecoveryZkTest, TestRandomFaceting, LeaderElectionTest, ZkSolrClientTest, TestRandomDVFaceting, ZkCLITest, ShardRoutingCustomTest, TestDistributedSearch, TestDistributedGrouping, DistributedSpellCheckComponentTest, TestStressReorder, TestReload, TestStressVersions, HardAutoCommitTest, TestRangeQuery, TestCoreContainer, SolrCoreTest, TestGroupingSearch, SolrCmdDistributorTest, QueryElevationComponentTest, BadIndexSchemaTest, TestSort, TestLazyCores]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores -Dtests.seed=50B89A8CE6089DDA -Dtests.slow=true -Dtests.locale=in -Dtests.timezone=Australia/Melbourne -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s | TestLazyCores (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ERROR: SolrIndexSearcher opens=51 closes=50
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([50B89A8CE6089DDA]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:466)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:212)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 
   [junit4]    >    1) Thread[id=13568, name=searcherExecutor-6793-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([50B89A8CE6089DDA]:0)Throwable #3: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=13568, name=searcherExecutor-6793-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([50B89A8CE6089DDA]:0)
   [junit4] Completed in 141.07s, 7 tests, 1 failure, 2 errors <<< FAILURES!

[...truncated 633 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:508: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1368: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:975: There were test failures: 466 suites, 1863 tests, 5 suite-level errors, 738 ignored (28 assumptions)

Total time: 89 minutes 9 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.8.0_31 -XX:-UseCompressedOops -XX:+UseG1GC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (64bit/jdk1.7.0_76) - Build # 4385 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4385/
Java: 64bit/jdk1.7.0_76 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

4 tests failed.
FAILED:  org.apache.solr.handler.TestSolrConfigHandlerCloud.test

Error Message:
Could not get expected value  'null' for path 'config/valueSourceParser/cu' full output: {   "responseHeader":{     "status":0,     "QTime":1},   "config":{     "znodeVersion":0,     "luceneMatchVersion":"org.apache.lucene.util.Version:5.1.0",     "updateHandler":{       "class":"solr.DirectUpdateHandler2",       "autoCommmitMaxDocs":-1,       "indexWriterCloseWaitsForMerges":true,       "openSearcher":true,       "commitIntervalLowerBound":-1,       "commitWithinSoftCommit":true,       "autoCommit":{         "maxDocs":-1,         "maxTime":-1,         "commitIntervalLowerBound":-1},       "autoSoftCommit":{         "maxDocs":-1,         "maxTime":-1}},     "query":{       "useFilterForSortedQuery":false,       "queryResultWindowSize":1,       "queryResultMaxDocsCached":2147483647,       "enableLazyFieldLoading":false,       "maxBooleanClauses":1024,       "":{         "size":"10000",         "name":"fieldValueCache",         "showItems":"-1",         "initialSize":"10"}},     "requestHandler":{       "standard":{         "class":"solr.StandardRequestHandler",         "name":"standard"},       "/admin/file":{         "class":"solr.admin.ShowFileRequestHandler",         "name":"/admin/file",         "invariants":{"hidden":"bogus.txt"}},       "/update":{         "name":"/update",         "class":"org.apache.solr.handler.UpdateRequestHandler",         "defaults":{}},       "/update/json":{         "name":"/update/json",         "class":"org.apache.solr.handler.UpdateRequestHandler",         "defaults":{"update.contentType":"application/json"}},       "/update/csv":{         "name":"/update/csv",         "class":"org.apache.solr.handler.UpdateRequestHandler",         "defaults":{"update.contentType":"application/csv"}},       "/update/json/docs":{         "name":"/update/json/docs",         "class":"org.apache.solr.handler.UpdateRequestHandler",         "defaults":{           "update.contentType":"application/json",           "json.command":"false"}},       "/config":{         "name":"/config",         "class":"org.apache.solr.handler.SolrConfigHandler",         "defaults":{}},       "/schema":{         "name":"/schema",         "class":"org.apache.solr.handler.SchemaHandler",         "defaults":{}},       "/replication":{         "name":"/replication",         "class":"org.apache.solr.handler.ReplicationHandler",         "defaults":{}},       "/get":{         "name":"/get",         "class":"org.apache.solr.handler.RealTimeGetHandler",         "defaults":{           "omitHeader":"true",           "wt":"json",           "indent":"true"}},       "/admin/luke":{         "name":"/admin/luke",         "class":"org.apache.solr.handler.admin.LukeRequestHandler",         "defaults":{}},       "/admin/system":{         "name":"/admin/system",         "class":"org.apache.solr.handler.admin.SystemInfoHandler",         "defaults":{}},       "/admin/mbeans":{         "name":"/admin/mbeans",         "class":"org.apache.solr.handler.admin.SolrInfoMBeanHandler",         "defaults":{}},       "/admin/plugins":{         "name":"/admin/plugins",         "class":"org.apache.solr.handler.admin.PluginInfoHandler",         "defaults":{}},       "/admin/threads":{         "name":"/admin/threads",         "class":"org.apache.solr.handler.admin.ThreadDumpHandler",         "defaults":{}},       "/admin/properties":{         "name":"/admin/properties",         "class":"org.apache.solr.handler.admin.PropertiesRequestHandler",         "defaults":{}},       "/admin/logging":{         "name":"/admin/logging",         "class":"org.apache.solr.handler.admin.LoggingHandler",         "defaults":{}},       "/admin/ping":{         "name":"/admin/ping",         "class":"org.apache.solr.handler.PingRequestHandler",         "defaults":{},         "invariants":{           "echoParams":"all",           "q":"solrpingquery"}}},     "valueSourceParser":{"cu":{         "name":"cu",         "class":"org.apache.solr.search.function.NvlValueSourceParser"}},     "directoryFactory":{       "class":"org.apache.solr.core.MockDirectoryFactory",       "name":"DirectoryFactory",       "solr.hdfs.blockcache.enabled":true,       "solr.hdfs.blockcache.blocksperbank":1024,       "solr.hdfs.home":"",       "solr.hdfs.confdir":"",       "solr.hdfs.blockcache.global":"false"},     "updateRequestProcessorChain":[       {         "name":"nodistrib",         "":[           {"class":"solr.NoOpDistributingUpdateProcessorFactory"},           {"class":"solr.RunUpdateProcessorFactory"}]},       {         "name":"dedupe",         "":[           {             "class":"org.apache.solr.update.processor.SignatureUpdateProcessorFactory",             "enabled":true,             "overwriteDupes":true,             "fields":"v_t,t_field",             "signatureClass":"org.apache.solr.update.processor.TextProfileSignature"},           {"class":"solr.RunUpdateProcessorFactory"}]},       {         "name":"stored_sig",         "":[           {             "class":"org.apache.solr.update.processor.SignatureUpdateProcessorFactory",             "enabled":true,             "signatureField":"non_indexed_signature_sS",             "overwriteDupes":false,             "fields":"v_t,t_field",             "signatureClass":"org.apache.solr.update.processor.TextProfileSignature"},           {"class":"solr.RunUpdateProcessorFactory"}]},       {         "name":"distrib-dup-test-chain-explicit",         "":[           {"class":"solr.RegexReplaceProcessorFactory"},           {"class":"solr.DistributedUpdateProcessorFactory"},           {"class":"solr.RegexReplaceProcessorFactory"},           {"class":"solr.RunUpdateProcessorFactory"}]},       {         "name":"distrib-dup-test-chain-implicit",         "":[           {"class":"solr.RegexReplaceProcessorFactory"},           {"class":"solr.RegexReplaceProcessorFactory"},           {"class":"solr.RunUpdateProcessorFactory"}]}],     "updateHandlerupdateLog":{"dir":""},     "jmx":{       "agentId":null,       "serviceUrl":null,       "rootName":null},     "requestDispatcher":{       "handleSelect":true,       "httpCaching":{         "never304":false,         "etagSeed":"Solr",         "lastModFrom":"opentime",         "cacheControl":null},       "requestParsers":{         "multipartUploadLimitKB":2048,         "formUploadLimitKB":2048,         "addHttpRequestToContext":false}},     "indexConfig":{       "maxBufferedDocs":243,       "maxMergeDocs":-1,       "maxIndexingThreads":2,       "mergeFactor":-1,       "ramBufferSizeMB":16.0,       "writeLockTimeout":1000,       "lockType":"single",       "mergeScheduler":{"class":"org.apache.solr.util.RandomMergePolicy"}}}}

Stack Trace:
java.lang.AssertionError: Could not get expected value  'null' for path 'config/valueSourceParser/cu' full output: {
  "responseHeader":{
    "status":0,
    "QTime":1},
  "config":{
    "znodeVersion":0,
    "luceneMatchVersion":"org.apache.lucene.util.Version:5.1.0",
    "updateHandler":{
      "class":"solr.DirectUpdateHandler2",
      "autoCommmitMaxDocs":-1,
      "indexWriterCloseWaitsForMerges":true,
      "openSearcher":true,
      "commitIntervalLowerBound":-1,
      "commitWithinSoftCommit":true,
      "autoCommit":{
        "maxDocs":-1,
        "maxTime":-1,
        "commitIntervalLowerBound":-1},
      "autoSoftCommit":{
        "maxDocs":-1,
        "maxTime":-1}},
    "query":{
      "useFilterForSortedQuery":false,
      "queryResultWindowSize":1,
      "queryResultMaxDocsCached":2147483647,
      "enableLazyFieldLoading":false,
      "maxBooleanClauses":1024,
      "":{
        "size":"10000",
        "name":"fieldValueCache",
        "showItems":"-1",
        "initialSize":"10"}},
    "requestHandler":{
      "standard":{
        "class":"solr.StandardRequestHandler",
        "name":"standard"},
      "/admin/file":{
        "class":"solr.admin.ShowFileRequestHandler",
        "name":"/admin/file",
        "invariants":{"hidden":"bogus.txt"}},
      "/update":{
        "name":"/update",
        "class":"org.apache.solr.handler.UpdateRequestHandler",
        "defaults":{}},
      "/update/json":{
        "name":"/update/json",
        "class":"org.apache.solr.handler.UpdateRequestHandler",
        "defaults":{"update.contentType":"application/json"}},
      "/update/csv":{
        "name":"/update/csv",
        "class":"org.apache.solr.handler.UpdateRequestHandler",
        "defaults":{"update.contentType":"application/csv"}},
      "/update/json/docs":{
        "name":"/update/json/docs",
        "class":"org.apache.solr.handler.UpdateRequestHandler",
        "defaults":{
          "update.contentType":"application/json",
          "json.command":"false"}},
      "/config":{
        "name":"/config",
        "class":"org.apache.solr.handler.SolrConfigHandler",
        "defaults":{}},
      "/schema":{
        "name":"/schema",
        "class":"org.apache.solr.handler.SchemaHandler",
        "defaults":{}},
      "/replication":{
        "name":"/replication",
        "class":"org.apache.solr.handler.ReplicationHandler",
        "defaults":{}},
      "/get":{
        "name":"/get",
        "class":"org.apache.solr.handler.RealTimeGetHandler",
        "defaults":{
          "omitHeader":"true",
          "wt":"json",
          "indent":"true"}},
      "/admin/luke":{
        "name":"/admin/luke",
        "class":"org.apache.solr.handler.admin.LukeRequestHandler",
        "defaults":{}},
      "/admin/system":{
        "name":"/admin/system",
        "class":"org.apache.solr.handler.admin.SystemInfoHandler",
        "defaults":{}},
      "/admin/mbeans":{
        "name":"/admin/mbeans",
        "class":"org.apache.solr.handler.admin.SolrInfoMBeanHandler",
        "defaults":{}},
      "/admin/plugins":{
        "name":"/admin/plugins",
        "class":"org.apache.solr.handler.admin.PluginInfoHandler",
        "defaults":{}},
      "/admin/threads":{
        "name":"/admin/threads",
        "class":"org.apache.solr.handler.admin.ThreadDumpHandler",
        "defaults":{}},
      "/admin/properties":{
        "name":"/admin/properties",
        "class":"org.apache.solr.handler.admin.PropertiesRequestHandler",
        "defaults":{}},
      "/admin/logging":{
        "name":"/admin/logging",
        "class":"org.apache.solr.handler.admin.LoggingHandler",
        "defaults":{}},
      "/admin/ping":{
        "name":"/admin/ping",
        "class":"org.apache.solr.handler.PingRequestHandler",
        "defaults":{},
        "invariants":{
          "echoParams":"all",
          "q":"solrpingquery"}}},
    "valueSourceParser":{"cu":{
        "name":"cu",
        "class":"org.apache.solr.search.function.NvlValueSourceParser"}},
    "directoryFactory":{
      "class":"org.apache.solr.core.MockDirectoryFactory",
      "name":"DirectoryFactory",
      "solr.hdfs.blockcache.enabled":true,
      "solr.hdfs.blockcache.blocksperbank":1024,
      "solr.hdfs.home":"",
      "solr.hdfs.confdir":"",
      "solr.hdfs.blockcache.global":"false"},
    "updateRequestProcessorChain":[
      {
        "name":"nodistrib",
        "":[
          {"class":"solr.NoOpDistributingUpdateProcessorFactory"},
          {"class":"solr.RunUpdateProcessorFactory"}]},
      {
        "name":"dedupe",
        "":[
          {
            "class":"org.apache.solr.update.processor.SignatureUpdateProcessorFactory",
            "enabled":true,
            "overwriteDupes":true,
            "fields":"v_t,t_field",
            "signatureClass":"org.apache.solr.update.processor.TextProfileSignature"},
          {"class":"solr.RunUpdateProcessorFactory"}]},
      {
        "name":"stored_sig",
        "":[
          {
            "class":"org.apache.solr.update.processor.SignatureUpdateProcessorFactory",
            "enabled":true,
            "signatureField":"non_indexed_signature_sS",
            "overwriteDupes":false,
            "fields":"v_t,t_field",
            "signatureClass":"org.apache.solr.update.processor.TextProfileSignature"},
          {"class":"solr.RunUpdateProcessorFactory"}]},
      {
        "name":"distrib-dup-test-chain-explicit",
        "":[
          {"class":"solr.RegexReplaceProcessorFactory"},
          {"class":"solr.DistributedUpdateProcessorFactory"},
          {"class":"solr.RegexReplaceProcessorFactory"},
          {"class":"solr.RunUpdateProcessorFactory"}]},
      {
        "name":"distrib-dup-test-chain-implicit",
        "":[
          {"class":"solr.RegexReplaceProcessorFactory"},
          {"class":"solr.RegexReplaceProcessorFactory"},
          {"class":"solr.RunUpdateProcessorFactory"}]}],
    "updateHandlerupdateLog":{"dir":""},
    "jmx":{
      "agentId":null,
      "serviceUrl":null,
      "rootName":null},
    "requestDispatcher":{
      "handleSelect":true,
      "httpCaching":{
        "never304":false,
        "etagSeed":"Solr",
        "lastModFrom":"opentime",
        "cacheControl":null},
      "requestParsers":{
        "multipartUploadLimitKB":2048,
        "formUploadLimitKB":2048,
        "addHttpRequestToContext":false}},
    "indexConfig":{
      "maxBufferedDocs":243,
      "maxMergeDocs":-1,
      "maxIndexingThreads":2,
      "mergeFactor":-1,
      "ramBufferSizeMB":16.0,
      "writeLockTimeout":1000,
      "lockType":"single",
      "mergeScheduler":{"class":"org.apache.solr.util.RandomMergePolicy"}}}}
	at __randomizedtesting.SeedInfo.seed([B92E5FC22CB851AC:317A601882443C54]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:399)
	at org.apache.solr.core.TestSolrConfigHandler.reqhandlertests(TestSolrConfigHandler.java:324)
	at org.apache.solr.handler.TestSolrConfigHandlerCloud.testReqHandlerAPIs(TestSolrConfigHandlerCloud.java:90)
	at org.apache.solr.handler.TestSolrConfigHandlerCloud.test(TestSolrConfigHandlerCloud.java:76)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:940)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:915)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.BasicDistributedZk2Test

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test B92E5FC22CB851AC-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test B92E5FC22CB851AC-001\tempDir-002    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test B92E5FC22CB851AC-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test B92E5FC22CB851AC-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test B92E5FC22CB851AC-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test B92E5FC22CB851AC-001\tempDir-002
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test B92E5FC22CB851AC-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test B92E5FC22CB851AC-001

	at __randomizedtesting.SeedInfo.seed([B92E5FC22CB851AC]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:170)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


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

Error Message:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:58870/kza/repfacttest_c8n_1x3_shard1_replica1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:58870/kza/repfacttest_c8n_1x3_shard1_replica1
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:575)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:884)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:787)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:730)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:283)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:940)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:915)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	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:58870/kza/repfacttest_c8n_1x3_shard1_replica1
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:572)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:572)
	... 47 more
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
	... 52 more


FAILED:  junit.framework.TestSuite.org.apache.solr.handler.TestReplicationHandlerBackup

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B92E5FC22CB851AC-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B92E5FC22CB851AC-001\solr-instance-002\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B92E5FC22CB851AC-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B92E5FC22CB851AC-001\solr-instance-002    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B92E5FC22CB851AC-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B92E5FC22CB851AC-001\solr-instance-001\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B92E5FC22CB851AC-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B92E5FC22CB851AC-001\solr-instance-001    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B92E5FC22CB851AC-001\solr-instance-001\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B92E5FC22CB851AC-001\solr-instance-001\collection1\data    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B92E5FC22CB851AC-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B92E5FC22CB851AC-001\solr-instance-001    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B92E5FC22CB851AC-001\solr-instance-002\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B92E5FC22CB851AC-001\solr-instance-002\collection1\data    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B92E5FC22CB851AC-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B92E5FC22CB851AC-001\solr-instance-002    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B92E5FC22CB851AC-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B92E5FC22CB851AC-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B92E5FC22CB851AC-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B92E5FC22CB851AC-001\solr-instance-002\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B92E5FC22CB851AC-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B92E5FC22CB851AC-001\solr-instance-002
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B92E5FC22CB851AC-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B92E5FC22CB851AC-001\solr-instance-001\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B92E5FC22CB851AC-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B92E5FC22CB851AC-001\solr-instance-001
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B92E5FC22CB851AC-001\solr-instance-001\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B92E5FC22CB851AC-001\solr-instance-001\collection1\data
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B92E5FC22CB851AC-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B92E5FC22CB851AC-001\solr-instance-001
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B92E5FC22CB851AC-001\solr-instance-002\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B92E5FC22CB851AC-001\solr-instance-002\collection1\data
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B92E5FC22CB851AC-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B92E5FC22CB851AC-001\solr-instance-002
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B92E5FC22CB851AC-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B92E5FC22CB851AC-001

	at __randomizedtesting.SeedInfo.seed([B92E5FC22CB851AC]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:170)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 9486 lines...]
   [junit4] Suite: org.apache.solr.cloud.BasicDistributedZk2Test
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test B92E5FC22CB851AC-001\init-core-data-001
   [junit4]   2> 999049 T3381 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /pbgmz/
   [junit4]   2> 999055 T3381 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 999056 T3382 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 999156 T3381 oasc.ZkTestServer.run start zk server on port:52947
   [junit4]   2> 999156 T3381 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 999158 T3381 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 999164 T3389 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6443c0a8 name:ZooKeeperConnection Watcher:127.0.0.1:52947 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 999165 T3381 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 999166 T3381 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 999166 T3381 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 999171 T3383 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14b91bf1be60000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 999172 T3381 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 999175 T3381 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 999178 T3392 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2900b83 name:ZooKeeperConnection Watcher:127.0.0.1:52947/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 999178 T3381 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 999178 T3381 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 999178 T3381 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 999184 T3381 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 999188 T3381 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 999192 T3381 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 999195 T3381 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 999195 T3381 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 999201 T3381 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 999202 T3381 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 999208 T3381 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 999208 T3381 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 999212 T3381 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 999212 T3381 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 999218 T3381 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 999218 T3381 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 999223 T3381 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 999223 T3381 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 999227 T3381 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 999227 T3381 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 999232 T3381 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 999233 T3381 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 999237 T3381 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 999237 T3381 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 999242 T3381 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 999243 T3381 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 999247 T3381 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 999249 T3381 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1001253 T3381 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test B92E5FC22CB851AC-001\control-001\cores\collection1
   [junit4]   2> 1001260 T3381 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1001272 T3381 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52954
   [junit4]   2> 1001274 T3381 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1fe91485
   [junit4]   2> 1001274 T3381 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1001275 T3381 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test B92E5FC22CB851AC-001\control-001
   [junit4]   2> 1001275 T3381 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test B92E5FC22CB851AC-001\control-001\'
   [junit4]   2> 1001360 T3381 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test B92E5FC22CB851AC-001\control-001\solr.xml
   [junit4]   2> 1001412 T3381 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test B92E5FC22CB851AC-001\control-001\cores
   [junit4]   2> 1001412 T3381 oasc.CoreContainer.<init> New CoreContainer 1978008213
   [junit4]   2> 1001412 T3381 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test B92E5FC22CB851AC-001\control-001\]
   [junit4]   2> 1001417 T3381 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1001417 T3381 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1001417 T3381 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1001417 T3381 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1001417 T3381 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1001417 T3381 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1001417 T3381 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1001420 T3381 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1001420 T3381 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1001420 T3381 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1001420 T3381 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1001422 T3381 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1001422 T3381 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1001422 T3381 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1001422 T3381 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1001422 T3381 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:52947/solr
   [junit4]   2> 1001422 T3381 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1001422 T3381 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1001428 T3381 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1001432 T3404 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7d1edd8a name:ZooKeeperConnection Watcher:127.0.0.1:52947 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1001433 T3381 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1001433 T3381 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1001436 T3383 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14b91bf1be60002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 1001440 T3381 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1001443 T3407 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5da19ba2 name:ZooKeeperConnection Watcher:127.0.0.1:52947/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1001444 T3381 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1001445 T3381 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1001452 T3381 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1001461 T3381 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 1001470 T3381 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 1001477 T3381 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 1001483 T3381 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1001487 T3381 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52954_pbgmz
   [junit4]   2> 1001488 T3381 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52954_pbgmz
   [junit4]   2> 1001495 T3381 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 1001499 T3381 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1001504 T3381 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1001509 T3381 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:52954_pbgmz
   [junit4]   2> 1001509 T3381 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1001514 T3381 oasc.Overseer.start Overseer (id=93328467284066307-127.0.0.1:52954_pbgmz-n_0000000000) starting
   [junit4]   2> 1001521 T3381 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1001541 T3381 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1001543 T3409 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1001545 T3381 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1001550 T3381 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1001554 T3381 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1001563 T3408 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1001566 T3381 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test B92E5FC22CB851AC-001\control-001\cores
   [junit4]   2> 1001569 T3381 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test B92E5FC22CB851AC-001\control-001\cores\collection1\
   [junit4]   2> 1001570 T3381 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1001571 T3411 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 1001571 T3411 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1001573 T3407 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1001573 T3411 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1001582 T3408 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 0, message = {
   [junit4]   2> 	  "base_url":"http://127.0.0.1:52954/pbgmz",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:52954_pbgmz",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "core":"collection1"} current state version: 0
   [junit4]   2> 1001584 T3408 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "base_url":"http://127.0.0.1:52954/pbgmz",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:52954_pbgmz",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 1001584 T3408 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 1001585 T3408 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1001588 T3407 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1002574 T3411 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1002574 T3411 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 1002576 T3411 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1002576 T3411 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1002578 T3411 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1002578 T3411 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test B92E5FC22CB851AC-001\control-001\cores\collection1\'
   [junit4]   2> 1002606 T3411 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1002611 T3411 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1002639 T3411 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1002671 T3411 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 1002751 T3411 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1002753 T3411 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1002767 T3411 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1003406 T3411 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1003414 T3411 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1003417 T3411 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1003439 T3411 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1003445 T3411 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1003462 T3411 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1003465 T3411 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1003466 T3411 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1003466 T3411 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1003467 T3411 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1003467 T3411 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1003467 T3411 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 1003467 T3411 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1003469 T3411 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test B92E5FC22CB851AC-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test B92E5FC22CB851AC-001\tempDir-001/control/data\
   [junit4]   2> 1003469 T3411 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@c0c4929
   [junit4]   2> 1003469 T3411 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test B92E5FC22CB851AC-001\tempDir-001/control/data\
   [junit4]   2> 1003469 T3411 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test B92E5FC22CB851AC-001\tempDir-001/control/data\index/
   [junit4]   2> 1003469 T3411 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test B92E5FC22CB851AC-001\tempDir-001\control\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1003470 T3411 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test B92E5FC22CB851AC-001\tempDir-001/control/data\index
   [junit4]   2> 1003470 T3411 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=39, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=35.8623046875, floorSegmentMB=2.1669921875, forceMergeDeletesPctAllowed=28.622276290603036, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1003471 T3411 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@330e737d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@79c02dba),segFN=segments_1,generation=1}
   [junit4]   2> 1003471 T3411 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1003476 T3411 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1003476 T3411 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1003477 T3411 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1003477 T3411 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1003477 T3411 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1003477 T3411 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1003478 T3411 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1003478 T3411 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1003478 T3411 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1003479 T3411 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1003479 T3411 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1003479 T3411 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1003479 T3411 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1003481 T3411 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1003481 T3411 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 1003482 T3411 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 1003482 T3411 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 1003483 T3411 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 1003484 T3411 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 1003484 T3411 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 1003485 T3411 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 1003485 T3411 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 1003486 T3411 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 1003486 T3411 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 1003487 T3411 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1003487 T3411 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 1003488 T3411 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1003497 T3411 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1003498 T3411 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1003501 T3411 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1003503 T3411 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1003505 T3411 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1003509 T3411 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1003509 T3411 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1003510 T3411 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=50, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=15.9208984375, floorSegmentMB=0.7119140625, forceMergeDeletesPctAllowed=3.4266100842034852, segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1003510 T3411 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@330e737d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@79c02dba),segFN=segments_1,generation=1}
   [junit4]   2> 1003510 T3411 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1003511 T3411 oass.SolrIndexSearcher.<init> Opening Searcher@33a8d0ad[collection1] main
   [junit4]   2> 1003511 T3411 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1003514 T3411 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1003514 T3411 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1003515 T3411 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1003515 T3411 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1003516 T3411 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1003517 T3411 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1003517 T3411 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1003518 T3411 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1003518 T3411 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1003518 T3411 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1003518 T3412 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@33a8d0ad[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1003520 T3415 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:52954/pbgmz collection:control_collection shard:shard1
   [junit4]   2> 1003521 T3381 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1003521 T3381 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1003523 T3381 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1003524 T3415 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 1003525 T3381 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1003529 T3418 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7f4627db name:ZooKeeperConnection Watcher:127.0.0.1:52947/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1003529 T3381 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1003529 T3381 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1003531 T3381 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1003535 T3415 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1003537 T3407 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1003538 T3415 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1003538 T3415 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1067 name=collection1 org.apache.solr.core.SolrCore@63666755 url=http://127.0.0.1:52954/pbgmz/collection1 node=127.0.0.1:52954_pbgmz C1067_STATE=coll:control_collection core:collection1 props:{base_url=http://127.0.0.1:52954/pbgmz, node_name=127.0.0.1:52954_pbgmz, state=down, core=collection1}
   [junit4]   2> 1003538 T3415 C1067 P52954 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:52954/pbgmz/collection1/
   [junit4]   2> 1003538 T3415 C1067 P52954 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1003539 T3415 C1067 P52954 oasc.SyncStrategy.syncToMe http://127.0.0.1:52954/pbgmz/collection1/ has no replicas
   [junit4]   2> 1003539 T3415 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:52954/pbgmz/collection1/ shard1
   [junit4]   2> 1003539 T3415 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1003539 T3408 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 1003545 T3407 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1003545 T3381 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1003545 T3418 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1003571 T3408 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:52954/pbgmz",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 1003578 T3418 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1003597 T3419 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1003623 T3415 oasc.ZkController.register We are http://127.0.0.1:52954/pbgmz/collection1/ and leader is http://127.0.0.1:52954/pbgmz/collection1/
   [junit4]   2> 1003623 T3415 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:52954/pbgmz
   [junit4]   2> 1003623 T3415 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1003623 T3415 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 1003638 T3415 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1003644 T3419 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1003654 T3408 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:52954/pbgmz",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:52954_pbgmz",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "core":"collection1"} current state version: 3
   [junit4]   2> 1003655 T3408 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:52954/pbgmz",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:52954_pbgmz",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 1003763 T3419 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1003763 T3418 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1005497 T3381 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test B92E5FC22CB851AC-001\shard-1-001\cores\collection1
   [junit4]   2> 1005500 T3381 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 1005500 T3381 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1005504 T3381 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52966
   [junit4]   2> 1005505 T3381 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1fe91485
   [junit4]   2> 1005505 T3381 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1005505 T3381 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test B92E5FC22CB851AC-001\shard-1-001
   [junit4]   2> 1005505 T3381 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test B92E5FC22CB851AC-001\shard-1-001\'
   [junit4]   2> 1005563 T3381 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test B92E5FC22CB851AC-001\shard-1-001\solr.xml
   [junit4]   2> 1005612 T3381 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test B92E5FC22CB851AC-001\shard-1-001\cores
   [junit4]   2> 1005612 T3381 oasc.CoreContainer.<init> New CoreContainer 1118926994
   [junit4]   2> 1005613 T3381 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test B92E5FC22CB851AC-001\shard-1-001\]
   [junit4]   2> 1005615 T3381 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1005615 T3381 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1005615 T3381 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1005616 T3381 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1005616 T3381 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1005616 T3381 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1005616 T3381 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1005617 T3381 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1005617 T3381 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1005617 T3381 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1005618 T3381 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1005618 T3381 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1005618 T3381 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1005618 T3381 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1005618 T3381 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1005618 T3381 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:52947/solr
   [junit4]   2> 1005618 T3381 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1005618 T3381 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1005628 T3381 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1005631 T3431 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6115fcda name:ZooKeeperConnection Watcher:127.0.0.1:52947 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1005632 T3381 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1005633 T3381 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1005636 T3383 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14b91bf1be60005, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 1005639 T3381 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1005646 T3434 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@140b108b name:ZooKeeperConnection Watcher:127.0.0.1:52947/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1005647 T3381 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1005663 T3381 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1006773 T3381 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52966_pbgmz
   [junit4]   2> 1006775 T3381 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52966_pbgmz
   [junit4]   2> 1006785 T3381 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1006793 T3381 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test B92E5FC22CB851AC-001\shard-1-001\cores
   [junit4]   2> 1006795 T3381 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test B92E5FC22CB851AC-001\shard-1-001\cores\collection1\
   [junit4]   2> 1006797 T3381 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1006799 T3435 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1006799 T3435 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1006801 T3419 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1006801 T3435 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1006803 T3408 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "base_url":"http://127.0.0.1:52966/pbgmz",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:52966_pbgmz",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "core":"collection1"} current state version: 4
   [junit4]   2> 1006804 T3408 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "base_url":"http://127.0.0.1:52966/pbgmz",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:52966_pbgmz",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 1006804 T3408 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 1006805 T3408 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 1006807 T3419 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1006807 T3418 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1006807 T3434 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1007901 T3435 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1007901 T3435 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1007902 T3435 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1007903 T3435 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1007904 T3435 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1007905 T3435 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test B92E5FC22CB851AC-001\shard-1-001\cores\collection1\'
   [junit4]   2> 1007932 T3435 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1007937 T3435 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1007958 T3435 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1008016 T3435 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 1008097 T3435 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1008101 T3435 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1008121 T3435 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1008843 T3435 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1008851 T3435 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1008854 T3435 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1008882 T3435 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1008894 T3435 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1008905 T3435 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1008907 T3435 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1008908 T3435 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1008908 T3435 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1008912 T3435 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1008912 T3435 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1008913 T3435 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1008913 T3435 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1008914 T3435 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test B92E5FC22CB851AC-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test B92E5FC22CB851AC-001\tempDir-001/jetty1\
   [junit4]   2> 1008914 T3435 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@c0c4929
   [junit4]   2> 1008916 T3435 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test B92E5FC22CB851AC-001\tempDir-001/jetty1\
   [junit4]   2> 1008916 T3435 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test B92E5FC22CB851AC-001\tempDir-001/jetty1\index/
   [junit4]   2> 1008916 T3435 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test B92E5FC22CB851AC-001\tempDir-001\jetty1\index' doesn't exist. Creating new index...
   [junit4]   2> 1008917 T3435 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test B92E5FC22CB851AC-001\tempDir-001/jetty1\index
   [junit4]   2> 1008918 T3435 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=39, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=35.8623046875, floorSegmentMB=2.1669921875, forceMergeDeletesPctAllowed=28.622276290603036, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1008919 T3435 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@5fdc8bf3 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@8682fb0),segFN=segments_1,generation=1}
   [junit4]   2> 1008919 T3435 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1008946 T3435 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1008946 T3435 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1008946 T3435 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1008947 T3435 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1008947 T3435 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1008947 T3435 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1008948 T3435 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1008948 T3435 oa

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

t, CircularListTest, TestNRTOpen, TestSerializedLuceneMatchVersion, TestRebalanceLeaders, EnumFieldTest, RecoveryZkTest, TestFieldTypeResource, DefaultValueUpdateProcessorTest, TestReqParamsAPI, TestWordDelimiterFilterFactory, TestReversedWildcardFilterFactory, TestFoldingMultitermQuery, XmlUpdateRequestHandlerTest, TestConfigSets, JSONWriterTest, ResponseLogComponentTest, TermsComponentTest, TestBM25SimilarityFactory, PluginInfoTest, TestShardHandlerFactory, BinaryUpdateRequestHandlerTest, TestCloudManagedSchema, TestFileDictionaryLookup, DistributedQueryComponentOptimizationTest, PolyFieldTest, DistributedQueryComponentCustomSortTest, TestReload, TestExpandComponent, TestPHPSerializedResponseWriter, ExitableDirectoryReaderTest, ClusterStateUpdateTest, DistributedQueryElevationComponentTest, ResponseHeaderTest, HdfsRecoveryZkTest, TestChildDocTransformer, StandardRequestHandlerTest, DistributedDebugComponentTest, SOLR749Test, SolrTestCaseJ4Test, TestFieldResource, SuggestComponentTest, TestUtils, DeleteLastCustomShardedReplicaTest, DistributedFacetPivotLongTailTest, DateRangeFieldTest, TestCollationField, DistributedExpandComponentTest, DocValuesTest, TestConfigReload, TestRemoteStreaming, DistributedFacetPivotWhiteBoxTest, ActionThrottleTest, TestIndexingPerformance, TestManagedResource, CloudMLTQParserTest, TestCSVResponseWriter, RecoveryAfterSoftCommitTest, TestManagedStopFilterFactory, ChangedSchemaMergeTest, SliceStateTest, TestRestManager, MergeStrategyTest, BasicZkTest, MultiTermTest, LeaderFailoverAfterPartitionTest, SolrIndexConfigTest, CSVRequestHandlerTest, FileBasedSpellCheckerTest, TestExtendedDismaxParser, DebugComponentTest, ShardRoutingTest, BasicFunctionalityTest, TestTrie, TestNonDefinedSimilarityFactory, StatelessScriptUpdateProcessorFactoryTest, SSLMigrationTest, RequiredFieldsTest, TestBinaryResponseWriter, BasicDistributedZk2Test, RegexBoostProcessorTest, TestSolrQueryParserDefaultOperatorResource, TestSolrConfigHandlerCloud, IndexBasedSpellCheckerTest, TestFuzzyAnalyzedSuggestions, TestElisionMultitermQuery, TestSearchPerf, DistributedFacetPivotLargeTest, TermVectorComponentDistributedTest, TestMissingGroups, SolrPluginUtilsTest, ZkNodePropsTest, ZkControllerTest, TestInitQParser, VMParamsZkACLAndCredentialsProvidersTest, ShardRoutingCustomTest, TestSolrDynamicMBean, FileUtilsTest, PingRequestHandlerTest, SimplePostToolTest, CursorMarkTest, TestCursorMarkWithoutUniqueKey, OverseerRolesTest, TestDocumentBuilder, TestSolr4Spatial, CopyFieldTest, TestHighlightDedupGrouping, TestQuerySenderNoQuery, DirectSolrConnectionTest, OutputWriterTest, TestFieldSortValues, SharedFSAutoReplicaFailoverTest, TestCloudInspectUtil, TestBadConfig, TestReplicaProperties, TestJmxMonitoredMap, TestDynamicFieldCollectionResource, TestShortCircuitedRequests, TestFiltering, RemoteQueryErrorTest, DirectUpdateHandlerTest, BJQParserTest, HdfsUnloadDistributedZkTest, TestBinaryField, TestInfoStreamLogging, ParsingFieldUpdateProcessorsTest, TestComponentsName, QueryResultKeyTest, TestValueSourceCache, TestReloadAndDeleteDocs, DistribJoinFromCollectionTest, TestAnalyzeInfixSuggestions, CollectionsAPIAsyncDistributedZkTest, AtomicUpdatesTest, AnalysisErrorHandlingTest, TestDefaultSimilarityFactory, TestOverriddenPrefixQueryForCustomFieldType, DirectSolrSpellCheckerTest, CacheHeaderTest, TestManagedSchemaDynamicFieldResource, TestReplicationHandlerBackup, TestZkChroot, TestSolrJ, TestXIncludeConfig, HdfsLockFactoryTest, QueryEqualityTest, TestRandomDVFaceting, FieldMutatingUpdateProcessorTest, DistributedFacetPivotSmallTest, SearchHandlerTest, RollingRestartTest, TestManagedSynonymFilterFactory, TestFastWriter, PathHierarchyTokenizerFactoryTest, TestGroupingSearch, XsltUpdateRequestHandlerTest, TestQuerySenderListener, TestPostingsSolrHighlighter, TestArbitraryIndexDir, MigrateRouteKeyTest, TestExceedMaxTermLength, DirectUpdateHandlerOptimizeTest, LukeRequestHandlerTest, ReturnFieldsTest, DocumentBuilderTest, DistributedSpellCheckComponentTest, ShardSplitTest, BadCopyFieldTest, ZkSolrClientTest, TestMiniSolrCloudClusterSSL, DistributedIntervalFacetingTest, TestCopyFieldCollectionResource, TestUniqueKeyFieldResource, URLClassifyProcessorTest, TestClassNameShortening, TestPartialUpdateDeduplication, TestLRUCache, SpellPossibilityIteratorTest, UniqFieldsUpdateProcessorFactoryTest, SimpleMLTQParserTest, CachingDirectoryFactoryTest, AnalyticsQueryTest, WordBreakSolrSpellCheckerTest, SolrCoreTest, NumericFieldsTest, TestExactStatsCache, DocExpirationUpdateProcessorFactoryTest, TestFastOutputStream, ChaosMonkeyNothingIsSafeTest, TestSchemaSimilarityResource, ChaosMonkeySafeLeaderTest, SampleTest, TestIndexSearcher, TestSolrDeletionPolicy1, HdfsChaosMonkeySafeLeaderTest, IndexSchemaRuntimeFieldTest, PrimUtilsTest, HdfsBasicDistributedZk2Test, TestLeaderElectionZkExpiry, TestSystemIdResolver, TestIBSimilarityFactory, HdfsCollectionsAPIDistributedZkTest, TestStressRecovery, TestPhraseSuggestions, HdfsBasicDistributedZkTest, HdfsSyncSliceTest, PeerSyncTest, HighlighterTest, UUIDUpdateProcessorFallbackTest, OverseerCollectionProcessorTest, TestSolrXml, TestConfigOverlay, TestLazyCores, DocumentAnalysisRequestHandlerTest, SuggesterTSTTest, TestStressUserVersions, TestCloudPivotFacet, HdfsDirectoryFactoryTest, BasicDistributedZkTest, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, SyncSliceTest, OpenCloseCoreStressTest, LeaderElectionIntegrationTest, FullSolrCloudDistribCmdsTest, TestReplicationHandler, TestRandomFaceting, LeaderElectionTest, ZkCLITest, TestDistributedSearch, AutoCommitTest, TestDistributedGrouping, TestFaceting, TestRecovery, TestHashPartitioner, TestRealTimeGet, TestStressReorder, TestJoin, TestStressVersions, HardAutoCommitTest, DistributedTermsComponentTest, TestRangeQuery, TestCoreContainer, SimpleFacetsTest, StatsComponentTest, SpellCheckComponentTest, SolrCmdDistributorTest, QueryElevationComponentTest, BadIndexSchemaTest, ConvertedLegacyTest, TestSort, TestFunctionQuery, SoftAutoCommitTest, ShowFileRequestHandlerTest, CurrencyFieldOpenExchangeTest, CurrencyFieldXmlFileTest, SolrIndexSplitterTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest, SpellCheckCollatorTest, SuggesterFSTTest, CoreAdminHandlerTest, SolrRequestParserTest, SuggesterTest, TestStressLucene, SpatialFilterTest, SuggesterWFSTTest, TestCSVLoader, NoCacheHeaderTest, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, TestUpdate, TestAtomicUpdateErrorCases, SortByFunctionTest, DocValuesMultiTest, DistanceFunctionTest, SolrInfoMBeanTest, TestSurroundQueryParser, TestQueryUtils, TestWriterPerf, TestQueryTypes, TestOmitPositions, RequestHandlersTest, TermVectorComponentTest, MoreLikeThisHandlerTest, FieldAnalysisRequestHandlerTest, TestSolrQueryParser, FastVectorHighlighterTest, LoggingHandlerTest, IndexSchemaTest, TestJmxIntegration, UpdateRequestProcessorFactoryTest, MBeansHandlerTest, QueryParsingTest, TestAnalyzedSuggestions, JsonLoaderTest, TestLFUCache, HighlighterConfigTest, UpdateParamsTest, AlternateDirectoryTest, TestSolrIndexConfig, BadComponentTest, TestMergePolicyConfig, TestSolrDeletionPolicy2, TestDocSet, MinimalSchemaTest, TestConfig, ExternalFileFieldSortTest, TestSolrCoreProperties, NotRequiredUniqueKeyTest, TestLuceneMatchVersion, TestCodecSupport, SynonymTokenizerTest, EchoParamsTest, TestSweetSpotSimilarityFactory, TestDFRSimilarityFactory, TestPerFieldSimilarity, TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TimeZoneUtilsTest, ResourceLoaderTest, ScriptEngineTest, OpenExchangeRatesOrgProviderTest, TestFastLRUCache, DateMathParserTest, PreAnalyzedFieldTest, TestSuggestSpellingConverter, DateFieldTest, SpellingQueryConverterTest, DOMUtilTest, RAMDirectoryFactoryTest, ClusterStateTest, SystemInfoHandlerTest, UUIDFieldTest, DistributedMLTComponentTest, TestRTGBase, CursorPagingTest, TestDistributedMissingSort, TestTolerantSearch, AliasIntegrationTest, AssignTest, AsyncMigrateRouteKeyTest, CloudExitableDirectoryReaderTest, ConnectionManagerTest, CustomCollectionTest, DeleteInactiveReplicaTest, DeleteReplicaTest, DeleteShardTest, DistribCursorPagingTest, DistributedQueueTest, ExternalCollectionsTest, HttpPartitionTest, LeaderInitiatedRecoveryOnCommitTest, MultiThreadedOCPTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverriddenZkACLAndCredentialsProvidersTest, ReplicationFactorTest]
   [junit4] Completed in 100.00s, 1 test, 1 error <<< FAILURES!

[...truncated 279 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:508: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1368: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:975: There were test failures: 466 suites, 1863 tests, 2 suite-level errors, 1 error, 1 failure, 55 ignored (30 assumptions)

Total time: 137 minutes 50 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.7.0_76 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (64bit/jdk1.7.0_76) - Build # 4384 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4384/
Java: 64bit/jdk1.7.0_76 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

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

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 23CB06890479D89-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 23CB06890479D89-001\tempDir-002    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 23CB06890479D89-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 23CB06890479D89-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 23CB06890479D89-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 23CB06890479D89-001\tempDir-002
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 23CB06890479D89-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 23CB06890479D89-001

	at __randomizedtesting.SeedInfo.seed([23CB06890479D89]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:170)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


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

Error Message:
org.apache.http.NoHttpResponseException: The target server failed to respond

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.http.NoHttpResponseException: The target server failed to respond
	at __randomizedtesting.SeedInfo.seed([23CB06890479D89:8A688FB23EBBF071]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:865)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:730)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:283)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:940)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:915)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:546)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:543)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	... 1 more


FAILED:  junit.framework.TestSuite.org.apache.solr.handler.TestReplicationHandlerBackup

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 23CB06890479D89-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 23CB06890479D89-001\solr-instance-002\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 23CB06890479D89-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 23CB06890479D89-001\solr-instance-002    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 23CB06890479D89-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 23CB06890479D89-001\solr-instance-001\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 23CB06890479D89-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 23CB06890479D89-001\solr-instance-001    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 23CB06890479D89-001\solr-instance-001\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 23CB06890479D89-001\solr-instance-001\collection1\data    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 23CB06890479D89-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 23CB06890479D89-001\solr-instance-001    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 23CB06890479D89-001\solr-instance-002\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 23CB06890479D89-001\solr-instance-002\collection1\data    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 23CB06890479D89-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 23CB06890479D89-001\solr-instance-002    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 23CB06890479D89-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 23CB06890479D89-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 23CB06890479D89-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 23CB06890479D89-001\solr-instance-002\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 23CB06890479D89-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 23CB06890479D89-001\solr-instance-002
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 23CB06890479D89-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 23CB06890479D89-001\solr-instance-001\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 23CB06890479D89-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 23CB06890479D89-001\solr-instance-001
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 23CB06890479D89-001\solr-instance-001\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 23CB06890479D89-001\solr-instance-001\collection1\data
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 23CB06890479D89-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 23CB06890479D89-001\solr-instance-001
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 23CB06890479D89-001\solr-instance-002\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 23CB06890479D89-001\solr-instance-002\collection1\data
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 23CB06890479D89-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 23CB06890479D89-001\solr-instance-002
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 23CB06890479D89-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 23CB06890479D89-001

	at __randomizedtesting.SeedInfo.seed([23CB06890479D89]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:170)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 9365 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 23CB06890479D89-001\init-core-data-001
   [junit4]   2> 928983 T2952 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 928988 T2952 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 928989 T2953 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 929079 T2952 oasc.ZkTestServer.run start zk server on port:54294
   [junit4]   2> 929079 T2952 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 929081 T2952 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 929085 T2960 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@50d2b948 name:ZooKeeperConnection Watcher:127.0.0.1:54294 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 929086 T2952 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 929086 T2952 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 929086 T2952 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 929093 T2952 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 929095 T2952 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 929097 T2963 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4288ddba name:ZooKeeperConnection Watcher:127.0.0.1:54294/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 929098 T2952 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 929098 T2952 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 929099 T2952 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 929104 T2952 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 929108 T2952 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 929110 T2952 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 929116 T2952 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 929116 T2952 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 929125 T2952 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 929125 T2952 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 929130 T2952 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 929130 T2952 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 929134 T2952 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 929134 T2952 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 929137 T2952 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 929137 T2952 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 929142 T2952 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 929142 T2952 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 929145 T2952 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 929145 T2952 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 929149 T2952 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 929149 T2952 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 929154 T2952 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 929154 T2952 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 929157 T2952 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 929157 T2952 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 929162 T2952 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 929162 T2952 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 930693 T2952 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 23CB06890479D89-001\control-001\cores\collection1
   [junit4]   2> 930697 T2952 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 930702 T2952 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:54302
   [junit4]   2> 930702 T2952 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@2bb0bf9a
   [junit4]   2> 930703 T2952 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 930703 T2952 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 23CB06890479D89-001\control-001
   [junit4]   2> 930703 T2952 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 23CB06890479D89-001\control-001\'
   [junit4]   2> 930737 T2952 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 23CB06890479D89-001\control-001\solr.xml
   [junit4]   2> 930766 T2952 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 23CB06890479D89-001\control-001\cores
   [junit4]   2> 930767 T2952 oasc.CoreContainer.<init> New CoreContainer 1422621677
   [junit4]   2> 930767 T2952 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 23CB06890479D89-001\control-001\]
   [junit4]   2> 930768 T2952 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 930768 T2952 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 930769 T2952 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 930769 T2952 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 930769 T2952 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 930769 T2952 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 930769 T2952 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 930769 T2952 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 930769 T2952 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 930769 T2952 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 930770 T2952 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 930770 T2952 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 930771 T2952 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 930771 T2952 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 930771 T2952 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 930771 T2952 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:54294/solr
   [junit4]   2> 930772 T2952 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 930772 T2952 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 930774 T2952 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 930776 T2975 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4e492a38 name:ZooKeeperConnection Watcher:127.0.0.1:54294 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 930776 T2952 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 930777 T2952 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 930782 T2952 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 930783 T2978 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@eac8c9e name:ZooKeeperConnection Watcher:127.0.0.1:54294/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 930784 T2952 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 930786 T2952 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 930790 T2952 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 930794 T2952 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 930797 T2952 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 930802 T2952 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 930806 T2952 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 930808 T2952 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54301_
   [junit4]   2> 930809 T2952 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54301_
   [junit4]   2> 930812 T2952 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 930815 T2952 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 930816 T2952 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 930819 T2952 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:54301_
   [junit4]   2> 930819 T2952 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 930822 T2952 oasc.Overseer.start Overseer (id=93326014807605251-127.0.0.1:54301_-n_0000000000) starting
   [junit4]   2> 930826 T2952 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 930838 T2952 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 930839 T2980 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 930840 T2952 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 930843 T2952 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 930845 T2952 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 930850 T2952 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 23CB06890479D89-001\control-001\cores
   [junit4]   2> 930851 T2979 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 930852 T2952 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 23CB06890479D89-001\control-001\cores\collection1\
   [junit4]   2> 930853 T2952 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 930854 T2982 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 930854 T2982 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 930855 T2978 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 930855 T2982 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 930860 T2979 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 0, message = {
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:54301_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:54301",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down"} current state version: 0
   [junit4]   2> 930861 T2979 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:54301_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:54301",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down"}
   [junit4]   2> 930861 T2979 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 930861 T2979 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 930863 T2978 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 931747 T2982 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 931747 T2982 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 931747 T2982 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 931747 T2982 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 931749 T2982 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 931749 T2982 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 23CB06890479D89-001\control-001\cores\collection1\'
   [junit4]   2> 931769 T2982 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 931773 T2982 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 931787 T2982 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 931808 T2982 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 931854 T2982 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 931856 T2982 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 931865 T2982 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 932278 T2982 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 932290 T2982 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 932294 T2982 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 932325 T2982 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 932330 T2982 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 932336 T2982 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 932337 T2982 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 932339 T2982 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 932339 T2982 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 932341 T2982 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 932341 T2982 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 932341 T2982 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 932341 T2982 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 932342 T2982 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 23CB06890479D89-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 23CB06890479D89-001\tempDir-001/control/data\
   [junit4]   2> 932342 T2982 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@235d2ca3
   [junit4]   2> 932342 T2982 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 23CB06890479D89-001\tempDir-001/control/data\
   [junit4]   2> 932342 T2982 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 23CB06890479D89-001\tempDir-001/control/data\index/
   [junit4]   2> 932342 T2982 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 23CB06890479D89-001\tempDir-001\control\data\index' doesn't exist. Creating new index...
   [junit4]   2> 932343 T2982 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 23CB06890479D89-001\tempDir-001/control/data\index
   [junit4]   2> 932343 T2982 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=33, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=77.42578125, floorSegmentMB=1.248046875, forceMergeDeletesPctAllowed=15.368468719545303, segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6608164314074604
   [junit4]   2> 932344 T2982 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@67b69b69 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5953fb1),segFN=segments_1,generation=1}
   [junit4]   2> 932344 T2982 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 932348 T2982 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 932348 T2982 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 932348 T2982 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 932348 T2982 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 932349 T2982 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 932349 T2982 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 932350 T2982 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 932350 T2982 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 932350 T2982 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 932350 T2982 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 932350 T2982 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 932351 T2982 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 932351 T2982 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 932351 T2982 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 932352 T2982 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 932352 T2982 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 932353 T2982 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 932353 T2982 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 932354 T2982 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 932355 T2982 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 932355 T2982 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 932357 T2982 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 932357 T2982 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 932357 T2982 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 932357 T2982 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 932357 T2982 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 932358 T2982 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 932368 T2982 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 932368 T2982 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 932371 T2982 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 932376 T2982 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 932379 T2982 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 932384 T2982 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 932384 T2982 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 932386 T2982 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1612031312, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 932386 T2982 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@67b69b69 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5953fb1),segFN=segments_1,generation=1}
   [junit4]   2> 932387 T2982 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 932387 T2982 oass.SolrIndexSearcher.<init> Opening Searcher@21f633ad[collection1] main
   [junit4]   2> 932388 T2982 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 932390 T2982 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 932390 T2982 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 932390 T2982 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 932390 T2982 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 932390 T2982 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 932393 T2982 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 932393 T2982 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 932393 T2982 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 932393 T2982 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 932394 T2983 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@21f633ad[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 932395 T2982 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 932397 T2986 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:54301 collection:control_collection shard:shard1
   [junit4]   2> 932400 T2952 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 932400 T2952 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 932402 T2952 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 932402 T2986 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 932404 T2952 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 932408 T2990 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3aaf5878 name:ZooKeeperConnection Watcher:127.0.0.1:54294/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 932409 T2952 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 932409 T2952 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 932412 T2952 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 932413 T2986 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 932417 T2978 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 932417 T2986 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 932417 T2986 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1460 name=collection1 org.apache.solr.core.SolrCore@73fbcfb7 url=http://127.0.0.1:54301/collection1 node=127.0.0.1:54301_ C1460_STATE=coll:control_collection core:collection1 props:{core=collection1, node_name=127.0.0.1:54301_, base_url=http://127.0.0.1:54301, state=down}
   [junit4]   2> 932418 T2986 C1460 P54301 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:54301/collection1/
   [junit4]   2> 932418 T2986 C1460 P54301 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 932419 T2986 C1460 P54301 oasc.SyncStrategy.syncToMe http://127.0.0.1:54301/collection1/ has no replicas
   [junit4]   2> 932419 T2986 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:54301/collection1/ shard1
   [junit4]   2> 932419 T2979 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 932419 T2986 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 932422 T2952 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 932424 T2978 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 932426 T2990 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 932444 T2991 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 932448 T2979 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:54301",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 932553 T2990 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 932600 T2986 oasc.ZkController.register We are http://127.0.0.1:54301/collection1/ and leader is http://127.0.0.1:54301/collection1/
   [junit4]   2> 932600 T2986 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:54301
   [junit4]   2> 932600 T2986 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 932600 T2986 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 932600 T2986 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 932608 T2978 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 932617 T2979 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:54301_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:54301",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active"} current state version: 3
   [junit4]   2> 932618 T2979 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:54301_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:54301",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active"}
   [junit4]   2> 932729 T2978 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 932730 T2990 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 934711 T2952 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 23CB06890479D89-001\shard-1-001\cores\collection1
   [junit4]   2> 934715 T2952 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 934717 T2952 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 934722 T2952 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:54315
   [junit4]   2> 934724 T2952 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@2bb0bf9a
   [junit4]   2> 934725 T2952 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 934726 T2952 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 23CB06890479D89-001\shard-1-001
   [junit4]   2> 934726 T2952 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 23CB06890479D89-001\shard-1-001\'
   [junit4]   2> 934784 T2952 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 23CB06890479D89-001\shard-1-001\solr.xml
   [junit4]   2> 934818 T2952 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 23CB06890479D89-001\shard-1-001\cores
   [junit4]   2> 934819 T2952 oasc.CoreContainer.<init> New CoreContainer 1977250936
   [junit4]   2> 934819 T2952 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 23CB06890479D89-001\shard-1-001\]
   [junit4]   2> 934842 T2952 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 934842 T2952 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 934842 T2952 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 934842 T2952 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 934842 T2952 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 934842 T2952 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 934842 T2952 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 934842 T2952 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 934845 T2952 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 934845 T2952 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 934845 T2952 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 934845 T2952 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 934845 T2952 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 934845 T2952 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 934846 T2952 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 934848 T2952 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:54294/solr
   [junit4]   2> 934848 T2952 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 934848 T2952 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 934850 T2952 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 934853 T3003 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@312ebbe0 name:ZooKeeperConnection Watcher:127.0.0.1:54294 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 934855 T2952 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 934856 T2952 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 934864 T2952 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 934867 T3006 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5ac08b8d name:ZooKeeperConnection Watcher:127.0.0.1:54294/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 934868 T2952 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 934880 T2952 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 935867 T2952 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54314_
   [junit4]   2> 935868 T2952 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54314_
   [junit4]   2> 935884 T2952 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 935892 T2952 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 23CB06890479D89-001\shard-1-001\cores
   [junit4]   2> 935895 T2952 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 23CB06890479D89-001\shard-1-001\cores\collection1\
   [junit4]   2> 935895 T2952 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 935898 T3007 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 935898 T3007 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 935900 T3007 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 935900 T2978 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 935906 T2979 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:54314_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:54314",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down"} current state version: 4
   [junit4]   2> 935907 T2979 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:54314_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:54314",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down"}
   [junit4]   2> 935907 T2979 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 935907 T2979 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 935910 T2990 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 935911 T2978 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 935911 T3006 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 936880 T3007 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 936880 T3007 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 936882 T3007 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 936882 T3007 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 936885 T3007 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 936885 T3007 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 23CB06890479D89-001\shard-1-001\cores\collection1\'
   [junit4]   2> 936909 T3007 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 936913 T3007 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 936927 T3007 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 936949 T3007 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 937003 T3007 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 937006 T3007 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 937015 T3007 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 937457 T3007 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 937465 T3007 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 937469 T3007 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 937490 T3007 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 937495 T3007 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 937501 T3007 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 937503 T3007 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 937504 T3007 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 937504 T3007 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 937506 T3007 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 937506 T3007 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 937507 T3007 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 937507 T3007 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 937508 T3007 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 23CB06890479D89-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 23CB06890479D89-001\tempDir-001/jetty1\
   [junit4]   2> 937508 T3007 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@235d2ca3
   [junit4]   2> 937509 T3007 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 23CB06890479D89-001\tempDir-001/jetty1\
   [junit4]   2> 937509 T3007 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 23CB06890479D89-001\tempDir-001/jetty1\index/
   [junit4]   2> 937509 T3007 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 23CB06890479D89-001\tempDir-001\jetty1\index' doesn't exist. Creating new index...
   [junit4]   2> 937509 T3007 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 23CB06890479D89-001\tempDir-001/jetty1\index
   [junit4]   2> 937510 T3007 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=33, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=77.42578125, floorSegmentMB=1.248046875, forceMergeDeletesPctAllowed=15.368468719545303, segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6608164314074604
   [junit4]   2> 937511 T3007 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@48815797 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@239d9fb1),segFN=segments_1,generation=1}
   [junit4]   2> 937511 T3007 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 937516 T3007 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 937516 T3007 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 937517 T3007 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 937517 T3007 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 937518 T3007 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 937518 T3007 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 937519 T3007 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 937520 T3007 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 937520 T3007 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 937521 T3007 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 937522 T3007 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 937523 T3007 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 937524 T3007 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 937524 T3007 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 937525 T3007 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 937525 T3007 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 937527 T3007 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 937527 T3007 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 937529 T3007 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 937529 T3007 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 937530 T3007 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 937531 T3007 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 937532 T3007 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 937532 T3007 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 937533 T3007 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 937533 T3007 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 937534 T3007 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 937545 T3007 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 937547 T3007 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 937548 T3007 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 937549 T3007 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 937553 T3007 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 937557 T3007 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 937557 T3007 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 937560 T3007 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1612031312, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 937561 T3007 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@48815797 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@239d9fb1),segFN=segments_1,generation=1}
   [junit4]   2> 937561 T3007 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 937562 T3007 oass.SolrIndexSearcher.<init> Opening Searcher@1ef52898[collection1] main
   [junit4]   2> 937562 T3007 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 937564 T3007 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 937564 T3007 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 937566 T3007 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 937566 T3007 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 937566 T3007 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 937568 T3007 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 937568 T3007 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 937568 T3007 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 937568 T3007 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 937570 T3008 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1ef52898[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 937571 T3007 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 937573 T3011 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:54314 collection:collection1 shard:shard3
   [junit4]   2> 937573 T2952 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 937574 T2952 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 937575 T3011 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard3/election
   [junit4]   2> 937588 T3011 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard3
   [junit4]   2> 937596 T2978 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 937597 T3011 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 937598 T3011 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1461 name=collection1 org.apache.solr.core.SolrCore@5d4d9ffa url=http://127.0.0.1:54314/collection1 node=127.0.0.1:54314_ C1461_STATE=coll:collection1 core:collection1 props:{core=collection1, node_name=127.0.0.1:54314_, base_url=http://127.0.0.1:54314, state=down}
   [junit4]   2> 937598 T3011 C1461 P54314 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:54314/collection1/
   [junit4]   2> 937599 T3011 C1461 P54314 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 937599 T3011 C1461 P54314 oasc.SyncStrategy.syncToMe http://127.0.0.1:54314/collection1/ has no replicas
   [junit4]   2> 937599 T3011 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:54314/collection1/ shard3
   [junit4]   2> 937599 T3011 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard3
   [junit4]   2> 937606 T2979 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "collection":"collection1"} current state version: 5
   [junit4]   2> 937610 T2978 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 937611 T3006 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 937612 T2990 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 937631 T2979 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:54314",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 6
   [junit4]   2> 937635 T2991 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 937736 T2990 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 937737 T3006 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 937780 T3011 oasc.ZkController.register We are http://127.0.0.1:54314/collection1/ and leader is http://127.0.0.1:54314/collection1/
   [junit4]   2> 937780 T3011 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:54314
   [junit4]   2> 937780 T3011 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 937780 T3011 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 937780 T3011 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 937784 T2978 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 937787 T2979 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:54314_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:54314",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active"} current state version: 7
   [junit4]   2> 937789 T2979 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:54314_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:54314",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active"}
   [junit4]   2> 937895 T2978 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 937895 T3006 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 937895 T2990 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 939340 T2952 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 23CB06890479D89-001\shard-2-001\cores\collection1
   [junit4]   2> 939345 T2952 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 939347 T2952 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 939352 T2952 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:54325
   [junit4]   2> 939354 T2952 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@2bb0bf9a
   [junit4]   2> 939355 T2952 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 939355 T2952 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 23CB06890479D89-001\shard-2-001
   [junit4]   2> 939355 T2952 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 23CB06890479D89-001\shard-2-001\'
   [junit4]   2> 939395 T2952 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 23CB06890479D89-001\shard-2-001\solr.xml
   [junit4]   2> 939427 T2952 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 23CB06890479D89-001\shard-2-001\cores
   [junit4]   2> 939427 T2952 oasc.CoreContainer.<init> New CoreContainer 1715731103
   [junit4]   2> 939427 T2952 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 23CB06890479D89-001\shard-2-001\]
   [junit4]   2> 939430 T2952 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 939430 T2952 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 939430 T2952 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 939430 T2952 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 939430 T2952 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 939430 T2952 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 939430 T2952 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 939430 T2952 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 939430 T2952 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 939430 T2952 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 939430 T2952 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 939433 T2952 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 939433 T2952 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 939433 T2952 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 939433 T2952 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 939435 T2952 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:54294/solr
   [junit4]   2> 939435 T2952 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 939435 T2952 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 939437 T2952 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 939442 T3024 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@350d49f2 name:ZooKeeperConnection Watcher:127.0.0.1:54294 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 939443 T2952 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 939443 T2952 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 939448 T2952 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 939451 T3027 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3a768304 name:ZooKeeperConnection Watcher:127.0.0.1:54294/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 939452 T2952 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 939463 T2952 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 940450 T2952 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54324_
   [junit4]   2> 940451 T2952 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54324_
   [junit4]   2> 940464 T2952 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 940469 T2952 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 23CB06890479D89-001\shard-2-001\cores
   [junit4]   2> 940470 T2952 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 23CB06890479D89-001\shard-2-001\cores\collection1\
   [junit4]   2> 940470 T2952 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 940474 T3028 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 940474 T3028 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 940476 T3028 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 940476 T2978 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 940479 T2979 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:54324_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:54324",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down"} current state version: 8
   [junit4]   2> 940480 T2979 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:54324_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:54324",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down"}
   [junit4]   2> 940480 T2979 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 940480 T2979 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 940484 T2978 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 940485 T3027 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updat

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

stProcessorTest, TestStressRecovery, FieldMutatingUpdateProcessorTest, DocValuesMissingTest, TestCoreDiscovery, DistributedFacetPivotWhiteBoxTest, DistributedDebugComponentTest, ResourceLoaderTest, TriLevelCompositeIdRoutingTest, StressHdfsTest, ShardSplitTest, SolrTestCaseJ4Test, TestFieldResource, TestSystemIdResolver, SuggesterFSTTest, SharedFSAutoReplicaFailoverTest, SoftAutoCommitTest, OpenExchangeRatesOrgProviderTest, TestClassNameShortening, TestManagedStopFilterFactory, TermVectorComponentTest, PreAnalyzedUpdateProcessorTest, UniqFieldsUpdateProcessorFactoryTest, TestConfigOverlay, TimeZoneUtilsTest, BasicDistributedZkTest, BasicDistributedZk2Test, UnloadDistributedZkTest, SyncSliceTest, LeaderElectionIntegrationTest, RecoveryZkTest, TestReplicationHandler, ClusterStateUpdateTest, TestRandomFaceting, LeaderElectionTest, TestZkChroot, AutoCommitTest, TestFaceting, TestRecovery, TestRealTimeGet, TestJoin, TestReload, TestStressVersions, DistributedTermsComponentTest, SolrCoreTest, StatsComponentTest, SolrCmdDistributorTest, QueryElevationComponentTest, TestFunctionQuery, BasicFunctionalityTest, TestLazyCores, TestIndexSearcher, CurrencyFieldOpenExchangeTest, DistributedQueryElevationComponentTest, CurrencyFieldXmlFileTest, TestExtendedDismaxParser, SpellCheckCollatorTest, CoreAdminHandlerTest, TestFoldingMultitermQuery, SuggesterTest, TestStressLucene, TestTrie, SpatialFilterTest, SuggesterWFSTTest, TestCSVLoader, PolyFieldTest, SolrCoreCheckLockOnStartupTest, TestUpdate, TestWordDelimiterFilterFactory, SortByFunctionTest, TestRemoteStreaming, TestSolrDeletionPolicy1, XsltUpdateRequestHandlerTest, DebugComponentTest, IndexBasedSpellCheckerTest, LukeRequestHandlerTest, TestQueryUtils, StandardRequestHandlerTest, TestWriterPerf, DirectSolrSpellCheckerTest, DocumentAnalysisRequestHandlerTest, TestQueryTypes, DocumentBuilderTest, TestValueSourceCache, PathHierarchyTokenizerFactoryTest, MoreLikeThisHandlerTest, RequiredFieldsTest, TestSolrQueryParser, TestArbitraryIndexDir, IndexSchemaTest, TestJmxIntegration, UpdateRequestProcessorFactoryTest, JSONWriterTest, TestCSVResponseWriter, MBeansHandlerTest, QueryParsingTest, CSVRequestHandlerTest, TestLFUCache, SOLR749Test, TestQuerySenderListener, UpdateParamsTest, TestSolrIndexConfig, TestQuerySenderNoQuery, CopyFieldTest, ResponseLogComponentTest, SolrIndexConfigTest, TestMergePolicyConfig, TestSolrDeletionPolicy2, MultiTermTest, SampleTest, TestSearchPerf, MinimalSchemaTest, TestElisionMultitermQuery, TestConfig, OutputWriterTest, TestSolrCoreProperties, TestPostingsSolrHighlighter, TestLuceneMatchVersion, SpellPossibilityIteratorTest, TestCharFilters, SynonymTokenizerTest, TestXIncludeConfig, TestDFRSimilarityFactory, TestPerFieldSimilarity, TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestJmxMonitoredMap, URLClassifyProcessorTest, TestFastLRUCache, DateFieldTest, RAMDirectoryFactoryTest, ClusterStateTest, TestLRUCache, TestDocumentBuilder, ZkNodePropsTest, SliceStateTest, SystemInfoHandlerTest, FileUtilsTest, TestRTGBase, CursorPagingTest, TestCursorMarkWithoutUniqueKey, TestHighlightDedupGrouping, AliasIntegrationTest, ConnectionManagerTest, DeleteLastCustomShardedReplicaTest, DeleteShardTest, DistribCursorPagingTest, DistribDocExpirationUpdateProcessorTest, DistributedQueueTest, LeaderFailoverAfterPartitionTest, MigrateRouteKeyTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverriddenZkACLAndCredentialsProvidersTest, RecoveryAfterSoftCommitTest, RollingRestartTest, SaslZkACLProviderTest, SharedFSAutoReplicaFailoverUtilsTest, SolrXmlInZkTest, TestCloudInspectUtil, TestDistribDocBasedVersion, TestLeaderElectionZkExpiry, TestRebalanceLeaders, HdfsBasicDistributedZk2Test, HdfsBasicDistributedZkTest, HdfsCollectionsAPIDistributedZkTest, HdfsRecoveryZkTest, HdfsSyncSliceTest, HdfsUnloadDistributedZkTest, QueryResultKeyTest, TestConfigSets, TestDynamicLoading, TestImplicitCoreProperties, TestInitParams, TestReloadAndDeleteDocs, TestSolrConfigHandler, TestSolrDynamicMBean, TestSolrXml, RequestLoggingTest, TestBlobHandler, TestReplicationHandlerBackup]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestReplicationHandlerBackup -Dtests.seed=23CB06890479D89 -Dtests.slow=true -Dtests.locale=zh_TW -Dtests.timezone=Etc/GMT+10 -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s | TestReplicationHandlerBackup (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the following files (in the order of attempts):
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 23CB06890479D89-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 23CB06890479D89-001\solr-instance-002\collection1
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 23CB06890479D89-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 23CB06890479D89-001\solr-instance-002
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 23CB06890479D89-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 23CB06890479D89-001\solr-instance-001\collection1
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 23CB06890479D89-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 23CB06890479D89-001\solr-instance-001
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 23CB06890479D89-001\solr-instance-001\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 23CB06890479D89-001\solr-instance-001\collection1\data
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 23CB06890479D89-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 23CB06890479D89-001\solr-instance-001
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 23CB06890479D89-001\solr-instance-002\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 23CB06890479D89-001\solr-instance-002\collection1\data
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 23CB06890479D89-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 23CB06890479D89-001\solr-instance-002
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 23CB06890479D89-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 23CB06890479D89-001
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([23CB06890479D89]:0)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed in 6.78s, 2 tests, 1 error <<< FAILURES!

[...truncated 246 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:508: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1368: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:975: There were test failures: 466 suites, 1863 tests, 2 suite-level errors, 1 error, 55 ignored (30 assumptions)

Total time: 142 minutes 22 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.7.0_76 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (32bit/jdk1.8.0_31) - Build # 4383 - Still Failing!

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

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

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 8BF2EE5757EBB328-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 8BF2EE5757EBB328-001\tempDir-002    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 8BF2EE5757EBB328-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 8BF2EE5757EBB328-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 8BF2EE5757EBB328-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 8BF2EE5757EBB328-001\tempDir-002
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 8BF2EE5757EBB328-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 8BF2EE5757EBB328-001

	at __randomizedtesting.SeedInfo.seed([8BF2EE5757EBB328]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:170)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


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

Error Message:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:53020/pg/repfacttest_c8n_1x3_shard1_replica3

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:53020/pg/repfacttest_c8n_1x3_shard1_replica3
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:575)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:884)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:787)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:730)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	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:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:940)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:915)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	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:53020/pg/repfacttest_c8n_1x3_shard1_replica3
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:573)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:572)
	... 47 more
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
	... 52 more


FAILED:  junit.framework.TestSuite.org.apache.solr.handler.TestReplicationHandlerBackup

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8BF2EE5757EBB328-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8BF2EE5757EBB328-001\solr-instance-002\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8BF2EE5757EBB328-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8BF2EE5757EBB328-001\solr-instance-002    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8BF2EE5757EBB328-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8BF2EE5757EBB328-001\solr-instance-001\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8BF2EE5757EBB328-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8BF2EE5757EBB328-001\solr-instance-001    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8BF2EE5757EBB328-001\solr-instance-001\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8BF2EE5757EBB328-001\solr-instance-001\collection1\data    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8BF2EE5757EBB328-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8BF2EE5757EBB328-001\solr-instance-001    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8BF2EE5757EBB328-001\solr-instance-002\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8BF2EE5757EBB328-001\solr-instance-002\collection1\data    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8BF2EE5757EBB328-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8BF2EE5757EBB328-001\solr-instance-002    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8BF2EE5757EBB328-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8BF2EE5757EBB328-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8BF2EE5757EBB328-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8BF2EE5757EBB328-001\solr-instance-002\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8BF2EE5757EBB328-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8BF2EE5757EBB328-001\solr-instance-002
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8BF2EE5757EBB328-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8BF2EE5757EBB328-001\solr-instance-001\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8BF2EE5757EBB328-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8BF2EE5757EBB328-001\solr-instance-001
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8BF2EE5757EBB328-001\solr-instance-001\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8BF2EE5757EBB328-001\solr-instance-001\collection1\data
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8BF2EE5757EBB328-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8BF2EE5757EBB328-001\solr-instance-001
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8BF2EE5757EBB328-001\solr-instance-002\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8BF2EE5757EBB328-001\solr-instance-002\collection1\data
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8BF2EE5757EBB328-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8BF2EE5757EBB328-001\solr-instance-002
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8BF2EE5757EBB328-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8BF2EE5757EBB328-001

	at __randomizedtesting.SeedInfo.seed([8BF2EE5757EBB328]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:170)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 9772 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 8BF2EE5757EBB328-001\init-core-data-001
   [junit4]   2> 2630858 T9339 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /pg/
   [junit4]   2> 2630866 T9339 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2630867 T9340 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 2630977 T9339 oasc.ZkTestServer.run start zk server on port:52980
   [junit4]   2> 2630977 T9339 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2630980 T9339 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2630987 T9347 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3ba648 name:ZooKeeperConnection Watcher:127.0.0.1:52980 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2630987 T9339 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2630987 T9339 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2630987 T9339 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 2631011 T9339 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2631013 T9339 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2631016 T9350 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@10e505a name:ZooKeeperConnection Watcher:127.0.0.1:52980/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2631017 T9339 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2631017 T9339 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2631018 T9339 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 2631028 T9339 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 2631036 T9339 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 2631042 T9339 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 2631053 T9339 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 2631058 T9339 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 2631069 T9339 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 2631071 T9339 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 2631078 T9339 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2631078 T9339 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2631087 T9339 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 2631089 T9339 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 2631098 T9339 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 2631098 T9339 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 2631108 T9339 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 2631108 T9339 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 2631121 T9339 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2631121 T9339 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 2631128 T9339 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2631128 T9339 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2631143 T9339 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2631145 T9339 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2631154 T9339 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2631154 T9339 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 2631164 T9339 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 2631164 T9339 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 2633303 T9339 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 8BF2EE5757EBB328-001\control-001\cores\collection1
   [junit4]   2> 2633309 T9339 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2633315 T9339 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52988
   [junit4]   2> 2633315 T9339 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 2633318 T9339 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2633318 T9339 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 8BF2EE5757EBB328-001\control-001
   [junit4]   2> 2633319 T9339 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 8BF2EE5757EBB328-001\control-001\'
   [junit4]   2> 2633398 T9339 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 8BF2EE5757EBB328-001\control-001\solr.xml
   [junit4]   2> 2633415 T9339 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 8BF2EE5757EBB328-001\control-001\cores
   [junit4]   2> 2633415 T9339 oasc.CoreContainer.<init> New CoreContainer 23563056
   [junit4]   2> 2633415 T9339 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 8BF2EE5757EBB328-001\control-001\]
   [junit4]   2> 2633418 T9339 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2633418 T9339 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2633418 T9339 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2633418 T9339 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2633421 T9339 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 2633421 T9339 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2633422 T9339 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2633422 T9339 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2633423 T9339 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2633423 T9339 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2633423 T9339 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 2633423 T9339 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2633423 T9339 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2633426 T9339 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2633426 T9339 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2633426 T9339 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:52980/solr
   [junit4]   2> 2633426 T9339 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2633426 T9339 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2633433 T9339 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2633436 T9362 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5c79ae name:ZooKeeperConnection Watcher:127.0.0.1:52980 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2633436 T9339 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2633438 T9339 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2633441 T9341 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14b8d5f713b0002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 2633444 T9339 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2633449 T9365 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a8b6a2 name:ZooKeeperConnection Watcher:127.0.0.1:52980/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2633450 T9339 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2633454 T9339 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 2633462 T9339 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 2633469 T9339 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 2633477 T9339 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 2633485 T9339 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 2633492 T9339 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 2633495 T9339 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52987_pg
   [junit4]   2> 2633497 T9339 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52987_pg
   [junit4]   2> 2633505 T9339 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 2633510 T9339 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 2633516 T9339 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2633521 T9339 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:52987_pg
   [junit4]   2> 2633521 T9339 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 2633531 T9339 oasc.Overseer.start Overseer (id=93323658352328707-127.0.0.1:52987_pg-n_0000000000) starting
   [junit4]   2> 2633538 T9339 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 2633563 T9339 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 2633567 T9367 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 2633567 T9339 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 2633578 T9339 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 2633585 T9339 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2633597 T9339 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 8BF2EE5757EBB328-001\control-001\cores
   [junit4]   2> 2633598 T9366 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 2633600 T9339 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 8BF2EE5757EBB328-001\control-001\cores\collection1\
   [junit4]   2> 2633601 T9339 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 2633604 T9369 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 2633605 T9369 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2633610 T9365 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2633610 T9369 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2633623 T9366 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 0, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:52987/pg",
   [junit4]   2> 	  "node_name":"127.0.0.1:52987_pg",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 0
   [junit4]   2> 2633625 T9366 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:52987/pg",
   [junit4]   2> 	  "node_name":"127.0.0.1:52987_pg",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 2633625 T9366 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 2633625 T9366 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 2633629 T9365 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 2634596 T9369 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2634596 T9369 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 2634599 T9369 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 2634599 T9369 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 2634601 T9369 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2634601 T9369 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 8BF2EE5757EBB328-001\control-001\cores\collection1\'
   [junit4]   2> 2634638 T9369 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 2634644 T9369 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 2634661 T9369 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 2634667 T9369 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 2634693 T9369 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2634697 T9369 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 2634723 T9369 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 2634918 T9369 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2634933 T9369 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2634936 T9369 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2634971 T9369 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2634977 T9369 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2634983 T9369 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2634987 T9369 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2634987 T9369 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2634987 T9369 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2634992 T9369 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2634992 T9369 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2634994 T9369 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 2634994 T9369 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2634995 T9369 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 8BF2EE5757EBB328-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 8BF2EE5757EBB328-001\tempDir-001/control/data\
   [junit4]   2> 2634995 T9369 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@d5efa9
   [junit4]   2> 2634996 T9369 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 8BF2EE5757EBB328-001\tempDir-001/control/data\
   [junit4]   2> 2634996 T9369 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 8BF2EE5757EBB328-001\tempDir-001/control/data\index/
   [junit4]   2> 2634996 T9369 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 8BF2EE5757EBB328-001\tempDir-001\control\data\index' doesn't exist. Creating new index...
   [junit4]   2> 2634997 T9369 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 8BF2EE5757EBB328-001\tempDir-001/control/data\index
   [junit4]   2> 2634998 T9369 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=16, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 2634999 T9369 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@16bb376 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1b03294),segFN=segments_1,generation=1}
   [junit4]   2> 2634999 T9369 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2635004 T9369 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2635005 T9369 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2635007 T9369 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2635007 T9369 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2635007 T9369 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2635008 T9369 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2635012 T9369 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2635013 T9369 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2635013 T9369 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2635015 T9369 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2635016 T9369 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2635020 T9369 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2635021 T9369 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2635022 T9369 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 2635023 T9369 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 2635025 T9369 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 2635026 T9369 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 2635029 T9369 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 2635033 T9369 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 2635035 T9369 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 2635036 T9369 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 2635037 T9369 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 2635039 T9369 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 2635040 T9369 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 2635042 T9369 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 2635043 T9369 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 2635044 T9369 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2635051 T9369 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2635053 T9369 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2635054 T9369 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2635057 T9369 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2635057 T9369 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2635063 T9369 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2635064 T9369 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2635066 T9369 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=598259993, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 2635067 T9369 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@16bb376 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1b03294),segFN=segments_1,generation=1}
   [junit4]   2> 2635068 T9369 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2635068 T9369 oass.SolrIndexSearcher.<init> Opening Searcher@1e9bdd2[collection1] main
   [junit4]   2> 2635069 T9369 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 2635072 T9369 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2635072 T9369 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2635074 T9369 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2635075 T9369 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 2635075 T9369 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2635077 T9369 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2635077 T9369 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2635077 T9369 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 2635077 T9369 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 2635079 T9369 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 2635081 T9370 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1e9bdd2[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2635082 T9373 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:52987/pg collection:control_collection shard:shard1
   [junit4]   2> 2635083 T9339 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2635084 T9339 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2635085 T9339 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2635087 T9373 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 2635091 T9339 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2635099 T9377 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ebb214 name:ZooKeeperConnection Watcher:127.0.0.1:52980/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2635103 T9339 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2635106 T9339 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2635112 T9339 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2635120 T9373 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 2635128 T9365 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2635128 T9373 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 2635129 T9373 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 2635128 T9339 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> ASYNC  NEW_CORE C9403 name=collection1 org.apache.solr.core.SolrCore@e05ff8 url=http://127.0.0.1:52987/pg/collection1 node=127.0.0.1:52987_pg C9403_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:52987/pg, node_name=127.0.0.1:52987_pg, state=down}
   [junit4]   2> 2635130 T9373 C9403 P52987 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:52987/pg/collection1/
   [junit4]   2> 2635130 T9373 C9403 P52987 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 2635130 T9373 C9403 P52987 oasc.SyncStrategy.syncToMe http://127.0.0.1:52987/pg/collection1/ has no replicas
   [junit4]   2> 2635130 T9373 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:52987/pg/collection1/ shard1
   [junit4]   2> 2635132 T9373 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 2635136 T9366 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 2635148 T9377 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 2635150 T9365 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 2635197 T9366 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:52987/pg",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 2635204 T9378 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2635207 T9377 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 2635246 T9373 oasc.ZkController.register We are http://127.0.0.1:52987/pg/collection1/ and leader is http://127.0.0.1:52987/pg/collection1/
   [junit4]   2> 2635246 T9373 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:52987/pg
   [junit4]   2> 2635246 T9373 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 2635246 T9373 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 2635246 T9373 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2635250 T9365 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2635258 T9366 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:52987/pg",
   [junit4]   2> 	  "node_name":"127.0.0.1:52987_pg",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 3
   [junit4]   2> 2635260 T9366 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:52987/pg",
   [junit4]   2> 	  "node_name":"127.0.0.1:52987_pg",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 2635375 T9365 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 2635375 T9377 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 2637246 T9339 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 8BF2EE5757EBB328-001\shard-1-001\cores\collection1
   [junit4]   2> 2637250 T9339 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 2637252 T9339 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2637258 T9339 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53001
   [junit4]   2> 2637260 T9339 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 2637262 T9339 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2637262 T9339 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 8BF2EE5757EBB328-001\shard-1-001
   [junit4]   2> 2637265 T9339 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 8BF2EE5757EBB328-001\shard-1-001\'
   [junit4]   2> 2637336 T9339 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 8BF2EE5757EBB328-001\shard-1-001\solr.xml
   [junit4]   2> 2637354 T9339 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 8BF2EE5757EBB328-001\shard-1-001\cores
   [junit4]   2> 2637355 T9339 oasc.CoreContainer.<init> New CoreContainer 11722355
   [junit4]   2> 2637355 T9339 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 8BF2EE5757EBB328-001\shard-1-001\]
   [junit4]   2> 2637356 T9339 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2637356 T9339 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2637356 T9339 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2637359 T9339 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2637359 T9339 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 2637359 T9339 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2637359 T9339 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2637359 T9339 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2637359 T9339 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2637359 T9339 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2637363 T9339 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 2637363 T9339 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2637364 T9339 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2637365 T9339 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2637365 T9339 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2637365 T9339 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:52980/solr
   [junit4]   2> 2637365 T9339 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2637365 T9339 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2637369 T9339 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2637373 T9390 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1cb510a name:ZooKeeperConnection Watcher:127.0.0.1:52980 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2637374 T9339 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2637374 T9339 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2637383 T9341 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14b8d5f713b0005, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 2637386 T9339 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2637390 T9393 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b73c35 name:ZooKeeperConnection Watcher:127.0.0.1:52980/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2637391 T9339 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2637419 T9339 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2638414 T9339 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53000_pg
   [junit4]   2> 2638420 T9339 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53000_pg
   [junit4]   2> 2638429 T9339 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2638435 T9339 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 8BF2EE5757EBB328-001\shard-1-001\cores
   [junit4]   2> 2638440 T9339 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 8BF2EE5757EBB328-001\shard-1-001\cores\collection1\
   [junit4]   2> 2638441 T9339 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 2638443 T9394 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 2638443 T9394 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2638445 T9394 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2638445 T9365 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2638447 T9366 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53000/pg",
   [junit4]   2> 	  "node_name":"127.0.0.1:53000_pg",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 4
   [junit4]   2> 2638449 T9366 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53000/pg",
   [junit4]   2> 	  "node_name":"127.0.0.1:53000_pg",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 2638450 T9366 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 2638450 T9366 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 2638452 T9365 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2638452 T9393 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2638452 T9377 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2639430 T9394 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2639430 T9394 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 2639431 T9394 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 2639432 T9394 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 2639433 T9394 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2639433 T9394 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 8BF2EE5757EBB328-001\shard-1-001\cores\collection1\'
   [junit4]   2> 2639462 T9394 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 2639467 T9394 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 2639481 T9394 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 2639486 T9394 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 2639499 T9394 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2639502 T9394 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 2639511 T9394 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 2639691 T9394 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2639705 T9394 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2639708 T9394 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2639741 T9394 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2639750 T9394 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2639756 T9394 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2639759 T9394 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2639760 T9394 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2639760 T9394 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2639763 T9394 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2639763 T9394 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2639765 T9394 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 2639765 T9394 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2639766 T9394 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 8BF2EE5757EBB328-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 8BF2EE5757EBB328-001\tempDir-001/jetty1\
   [junit4]   2> 2639766 T9394 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@d5efa9
   [junit4]   2> 2639767 T9394 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 8BF2EE5757EBB328-001\tempDir-001/jetty1\
   [junit4]   2> 2639767 T9394 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 8BF2EE5757EBB328-001\tempDir-001/jetty1\index/
   [junit4]   2> 2639767 T9394 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 8BF2EE5757EBB328-001\tempDir-001\jetty1\index' doesn't exist. Creating new index...
   [junit4]   2> 2639768 T9394 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 8BF2EE5757EBB328-001\tempDir-001/jetty1\index
   [junit4]   2> 2639769 T9394 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=16, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 2639770 T9394 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@309f88 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@f97c61),segFN=segments_1,generation=1}
   [junit4]   2> 2639770 T9394 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2639776 T9394 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2639776 T9394 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2639776 T9394 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2639776 T9394 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2639777 T9394 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2639777 T9394 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2639778 T9394 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2639778 T9394 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2639779 T9394 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2639780 T9394 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2639782 T9394 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2639784 T9394 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2639785 T9394 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2639785 T9394 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 2639786 T9394 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 2639786 T9394 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 2639788 T9394 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 2639789 T9394 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 2639793 T9394 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 2639795 T9394 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 2639796 T9394 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 2639797 T9394 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 2639798 T9394 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 2639799 T9394 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 2639801 T9394 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 2639803 T9394 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 2639806 T9394 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2639812 T9394 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2639813 T9394 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2639816 T9394 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2639818 T9394 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2639819 T9394 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2639824 T9394 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2639825 T9394 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2639827 T9394 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=598259993, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 2639828 T9394 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@309f88 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@f97c61),segFN=segments_1,generation=1}
   [junit4]   2> 2639828 T9394 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2639829 T9394 oass.SolrIndexSearcher.<init> Opening Searcher@1fb0622[collection1] main
   [junit4]   2> 2639829 T9394 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 2639832 T9394 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2639832 T9394 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2639834 T9394 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2639834 T9394 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 2639834 T9394 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2639836 T9394 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2639837 T9394 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2639837 T9394 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 2639837 T9394 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 2639839 T9395 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1fb0622[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2639842 T9394 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 2639844 T9398 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:53000/pg collection:collection1 shard:shard2
   [junit4]   2> 2639847 T9339 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2639847 T9339 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2639850 T9398 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 2639873 T9398 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 2639880 T9365 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2639883 T9398 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 2639884 T9398 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C9404 name=collection1 org.apache.solr.core.SolrCore@15cfa76 url=http://127.0.0.1:53000/pg/collection1 node=127.0.0.1:53000_pg C9404_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:53000/pg, node_name=127.0.0.1:53000_pg, state=down}
   [junit4]   2> 2639885 T9398 C9404 P53000 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:53000/pg/collection1/
   [junit4]   2> 2639885 T9398 C9404 P53000 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 2639885 T9398 C9404 P53000 oasc.SyncStrategy.syncToMe http://127.0.0.1:53000/pg/collection1/ has no replicas
   [junit4]   2> 2639885 T9398 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:53000/pg/collection1/ shard2
   [junit4]   2> 2639886 T9398 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 2639888 T9366 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1"} current state version: 5
   [junit4]   2> 2639907 T9365 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2639912 T9366 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53000/pg",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 5
   [junit4]   2> 2639918 T9365 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2639920 T9393 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2639921 T9377 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2639962 T9398 oasc.ZkController.register We are http://127.0.0.1:53000/pg/collection1/ and leader is http://127.0.0.1:53000/pg/collection1/
   [junit4]   2> 2639962 T9398 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:53000/pg
   [junit4]   2> 2639962 T9398 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 2639962 T9398 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 2639962 T9398 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2639968 T9378 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2639986 T9366 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53000/pg",
   [junit4]   2> 	  "node_name":"127.0.0.1:53000_pg",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 6
   [junit4]   2> 2639987 T9366 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53000/pg",
   [junit4]   2> 	  "node_name":"127.0.0.1:53000_pg",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 2640102 T9393 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2640104 T9377 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2641944 T9339 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 8BF2EE5757EBB328-001\shard-2-001\cores\collection1
   [junit4]   2> 2641949 T9339 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 2641950 T9339 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2641955 T9339 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53011
   [junit4]   2> 2641956 T9339 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 2641956 T9339 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2641958 T9339 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 8BF2EE5757EBB328-001\shard-2-001
   [junit4]   2> 2641959 T9339 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 8BF2EE5757EBB328-001\shard-2-001\'
   [junit4]   2> 2642029 T9339 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 8BF2EE5757EBB328-001\shard-2-001\solr.xml
   [junit4]   2> 2642050 T9339 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 8BF2EE5757EBB328-001\shard-2-001\cores
   [junit4]   2> 2642051 T9339 oasc.CoreContainer.<init> New CoreContainer 32691108
   [junit4]   2> 2642052 T9339 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 8BF2EE5757EBB328-001\shard-2-001\]
   [junit4]   2> 2642054 T9339 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2642054 T9339 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2642054 T9339 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2642056 T9339 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2642056 T9339 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 2642056 T9339 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2642056 T9339 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2642056 T9339 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2642056 T9339 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2642056 T9339 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2642058 T9339 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 2642058 T9339 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2642058 T9339 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2642059 T9339 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2642059 T9339 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2642059 T9339 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:52980/solr
   [junit4]   2> 2642059 T9339 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2642059 T9339 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2642064 T9339 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2642067 T9411 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7e5fb8 name:ZooKeeperConnection Watcher:127.0.0.1:52980 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2642067 T9339 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2642069 T9339 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2642074 T9341 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14b8d5f713b0007, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 2642076 T9339 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2642080 T9414 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@8a1068 name:ZooKeeperConnection Watcher:127.0.0.1:52980/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2642081 T9339 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2642097 T9339 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2642993 T9339 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53010_pg
   [junit4]   2> 2642996 T9339 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53010_pg
   [junit4]   2> 2643007 T9339 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2643015 T9339 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 8BF2EE5757EBB328-001\shard-2-001\cores
   [junit4]   2> 2643017 T9339 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 8BF2EE5757EBB328-001\shard-2-001\cores\collection1\
   [junit4]   2> 2643018 T9339 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 2643020 T9415 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 2643020 T9415 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2643024 T9365 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2643026 T9415 oasc.ZkController.waitForCoreNodeName l

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

QParserTest, SolrXmlInZkTest, TestRandomDVFaceting, PeerSyncTest, SharedFSAutoReplicaFailoverTest, QueryParsingTest, BasicZkTest, TestReplicaProperties, ActionThrottleTest, TestFieldCollectionResource, TestSchemaSimilarityResource, HdfsBasicDistributedZk2Test, TestSolrDeletionPolicy1, PreAnalyzedFieldTest, MinimalSchemaTest, TestRTGBase, OverriddenZkACLAndCredentialsProvidersTest, TestRealTimeGet, TestDynamicFieldResource, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest, SyncSliceTest, LeaderElectionIntegrationTest, ShardRoutingTest, RecoveryZkTest, TestReplicationHandler, TestRandomFaceting, LeaderElectionTest, ZkSolrClientTest, ShardRoutingCustomTest, TestDistributedSearch, TestDistributedGrouping, TestRecovery, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, ZkControllerTest, TestStressReorder, TestReload, TestStressVersions, HardAutoCommitTest, TestRangeQuery, TestCoreContainer, SimpleFacetsTest, TestSolr4Spatial, SolrCoreTest, SpellCheckComponentTest, QueryElevationComponentTest, BadIndexSchemaTest, TestSort, BasicFunctionalityTest, TestLazyCores, HighlighterTest, SoftAutoCommitTest, ShowFileRequestHandlerTest, CurrencyFieldOpenExchangeTest, DistributedQueryElevationComponentTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, DocValuesTest, SuggesterWFSTTest, TestCSVLoader, NoCacheHeaderTest, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, StatelessScriptUpdateProcessorFactoryTest, TestRemoteStreaming, DocValuesMultiTest, DistanceFunctionTest, XsltUpdateRequestHandlerTest, CacheHeaderTest, IndexBasedSpellCheckerTest, TestSurroundQueryParser, DisMaxRequestHandlerTest, TestQueryUtils, TestWriterPerf, DocumentAnalysisRequestHandlerTest, TestQueryTypes, TestOmitPositions, TermsComponentTest, XmlUpdateRequestHandlerTest, TestValueSourceCache, RequiredFieldsTest, FieldAnalysisRequestHandlerTest, TestSolrQueryParser, TestArbitraryIndexDir, LoggingHandlerTest, IndexSchemaTest, TestJmxIntegration, ReturnFieldsTest, JSONWriterTest, TestCSVResponseWriter, MBeansHandlerTest, TestAnalyzedSuggestions, TestPHPSerializedResponseWriter, PingRequestHandlerTest, TestComponentsName, TestBinaryResponseWriter, HighlighterConfigTest, SOLR749Test, AlternateDirectoryTest, TestSolrIndexConfig, TestQuerySenderNoQuery, CopyFieldTest, ResponseLogComponentTest, TestMergePolicyConfig, TestSolrDeletionPolicy2, MultiTermTest, TestBinaryField, TestSearchPerf, TestConfig, OutputWriterTest, ExternalFileFieldSortTest, TestSolrCoreProperties, DirectSolrConnectionTest, TestPhraseSuggestions, TestXIncludeConfig, EchoParamsTest, TestLMDirichletSimilarityFactory, TestFastWriter, ResourceLoaderTest, TestFastOutputStream, ScriptEngineTest, OpenExchangeRatesOrgProviderTest, URLClassifyProcessorTest, PluginInfoTest, TestFastLRUCache, TestSystemIdResolver, PrimUtilsTest, TestSuggestSpellingConverter, ClusterStateTest, FileUtilsTest, DistributedMLTComponentTest, CursorPagingTest, DistributedIntervalFacetingTest, TestCursorMarkWithoutUniqueKey, TestHighlightDedupGrouping, TestTolerantSearch, AliasIntegrationTest, CloudExitableDirectoryReaderTest, CollectionsAPIAsyncDistributedZkTest, ConnectionManagerTest, CustomCollectionTest, DeleteLastCustomShardedReplicaTest, DistribCursorPagingTest, DistribDocExpirationUpdateProcessorTest, MigrateRouteKeyTest, OutOfBoxZkACLAndCredentialsProvidersTest, SaslZkACLProviderTest, SharedFSAutoReplicaFailoverUtilsTest, TestCloudInspectUtil, TestCollectionAPI, TestDistribDocBasedVersion, TestLeaderElectionZkExpiry, TestMiniSolrCloudCluster, TestMiniSolrCloudClusterSSL, TestRequestStatusCollectionAPI, TestShortCircuitedRequests, HdfsChaosMonkeySafeLeaderTest, HdfsCollectionsAPIDistributedZkTest, HdfsRecoveryZkTest, HdfsUnloadDistributedZkTest, HdfsWriteToMultipleCollectionsTest, StressHdfsTest, TestClusterStateMutator, ZkStateWriterTest, QueryResultKeyTest, TestConfigOverlay, TestDynamicLoading, TestShardHandlerFactory, TestSolrConfigHandler, TestSolrDynamicMBean, TestSolrXml, TestBlobHandler, TestReplicationHandlerBackup]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestReplicationHandlerBackup -Dtests.seed=8BF2EE5757EBB328 -Dtests.slow=true -Dtests.locale=es_PA -Dtests.timezone=Asia/Amman -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s | TestReplicationHandlerBackup (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the following files (in the order of attempts):
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8BF2EE5757EBB328-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8BF2EE5757EBB328-001\solr-instance-002\collection1
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8BF2EE5757EBB328-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8BF2EE5757EBB328-001\solr-instance-002
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8BF2EE5757EBB328-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8BF2EE5757EBB328-001\solr-instance-001\collection1
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8BF2EE5757EBB328-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8BF2EE5757EBB328-001\solr-instance-001
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8BF2EE5757EBB328-001\solr-instance-001\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8BF2EE5757EBB328-001\solr-instance-001\collection1\data
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8BF2EE5757EBB328-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8BF2EE5757EBB328-001\solr-instance-001
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8BF2EE5757EBB328-001\solr-instance-002\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8BF2EE5757EBB328-001\solr-instance-002\collection1\data
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8BF2EE5757EBB328-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8BF2EE5757EBB328-001\solr-instance-002
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8BF2EE5757EBB328-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 8BF2EE5757EBB328-001
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([8BF2EE5757EBB328]:0)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed in 7.16s, 2 tests, 1 error <<< FAILURES!

[...truncated 215 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:508: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1368: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:975: There were test failures: 466 suites, 1863 tests, 2 suite-level errors, 1 error, 55 ignored (30 assumptions)

Total time: 136 minutes 38 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.8.0_31 -client -XX:+UseSerialGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (64bit/jdk1.8.0_31) - Build # 4382 - Still Failing!

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

4 tests failed.
FAILED:  org.apache.solr.handler.TestReplicationHandlerBackup.doTestBackup

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
	at __randomizedtesting.SeedInfo.seed([DD8D2F39CEEBAFA]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.BasicDistributedZk2Test

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test DD8D2F39CEEBAFA-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test DD8D2F39CEEBAFA-001\tempDir-002    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test DD8D2F39CEEBAFA-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test DD8D2F39CEEBAFA-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test DD8D2F39CEEBAFA-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test DD8D2F39CEEBAFA-001\tempDir-002
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test DD8D2F39CEEBAFA-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test DD8D2F39CEEBAFA-001

	at __randomizedtesting.SeedInfo.seed([DD8D2F39CEEBAFA]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:170)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


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

Error Message:
org.apache.http.NoHttpResponseException: The target server failed to respond

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:865)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:730)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	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:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:940)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:915)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:546)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:543)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	... 1 more


FAILED:  junit.framework.TestSuite.org.apache.solr.handler.TestReplicationHandlerBackup

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
	at __randomizedtesting.SeedInfo.seed([DD8D2F39CEEBAFA]:0)




Build Log:
[...truncated 9594 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReplicationHandlerBackup
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DD8D2F39CEEBAFA-001\init-core-data-001
   [junit4]   2> 672174 T2795 oas.SolrTestCaseJ4.setUp ###Starting doTestBackup
   [junit4]   2> 672176 T2795 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DD8D2F39CEEBAFA-001\solr-instance-001\collection1
   [junit4]   2> 672189 T2795 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 672203 T2795 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:60888
   [junit4]   2> 672204 T2795 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 672204 T2795 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 672204 T2795 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DD8D2F39CEEBAFA-001\solr-instance-001
   [junit4]   2> 672204 T2795 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DD8D2F39CEEBAFA-001\solr-instance-001\'
   [junit4]   2> 672227 T2795 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DD8D2F39CEEBAFA-001\solr-instance-001\solr.xml
   [junit4]   2> 672233 T2795 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DD8D2F39CEEBAFA-001\solr-instance-001\.
   [junit4]   2> 672233 T2795 oasc.CoreContainer.<init> New CoreContainer 235388342
   [junit4]   2> 672233 T2795 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DD8D2F39CEEBAFA-001\solr-instance-001\]
   [junit4]   2> 672234 T2795 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 672234 T2795 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 672235 T2795 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 672235 T2795 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 672235 T2795 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 672235 T2795 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 672235 T2795 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 672235 T2795 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 672235 T2795 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 672235 T2795 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 672236 T2795 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 672236 T2795 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 672236 T2795 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 672237 T2795 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 672237 T2795 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 672237 T2795 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DD8D2F39CEEBAFA-001\solr-instance-001\.
   [junit4]   2> 672239 T2795 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DD8D2F39CEEBAFA-001\solr-instance-001\.\collection1\
   [junit4]   2> 672241 T2795 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 672241 T2805 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DD8D2F39CEEBAFA-001\solr-instance-001\.\collection1\'
   [junit4]   2> 672266 T2805 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 672269 T2805 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 672273 T2805 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 672273 T2805 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DD8D2F39CEEBAFA-001\solr-instance-001\.\collection1\conf\schema.xml
   [junit4]   2> 672276 T2805 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 672279 T2805 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 672279 T2805 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DD8D2F39CEEBAFA-001\solr-instance-001\.\collection1\
   [junit4]   2> 672279 T2805 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 672281 T2805 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DD8D2F39CEEBAFA-001\solr-instance-001\.\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DD8D2F39CEEBAFA-001\solr-instance-001\collection1\data\
   [junit4]   2> 672281 T2805 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 672281 T2805 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DD8D2F39CEEBAFA-001\solr-instance-001\collection1\data\
   [junit4]   2> 672281 T2805 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DD8D2F39CEEBAFA-001\solr-instance-001\collection1\data\index/
   [junit4]   2> 672281 T2805 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DD8D2F39CEEBAFA-001\solr-instance-001\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 672281 T2805 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DD8D2F39CEEBAFA-001\solr-instance-001\collection1\data\index
   [junit4]   2> 672287 T2805 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@75059367
   [junit4]   2> 672288 T2805 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@4421f8b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@62b2ac5e),segFN=segments_1,generation=1}
   [junit4]   2> 672288 T2805 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 672289 T2805 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 672289 T2805 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 672289 T2805 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 672289 T2805 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 672289 T2805 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 672290 T2805 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 672290 T2805 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 672298 T2805 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 672298 T2805 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 672298 T2805 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 672298 T2805 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 672298 T2805 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 672299 T2805 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 672299 T2805 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 672299 T2805 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 672299 T2805 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 672300 T2805 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 672300 T2805 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 672300 T2805 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 672303 T2805 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 672304 T2805 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 672304 T2805 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 672305 T2805 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 672306 T2805 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 672306 T2805 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 672306 T2805 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 672306 T2805 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=37, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.30929018745718206]
   [junit4]   2> 672306 T2805 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@4421f8b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@62b2ac5e),segFN=segments_1,generation=1}
   [junit4]   2> 672307 T2805 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 672307 T2805 oass.SolrIndexSearcher.<init> Opening Searcher@27ff06e4[collection1] main
   [junit4]   2> 672307 T2805 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DD8D2F39CEEBAFA-001\solr-instance-001\.\collection1\conf
   [junit4]   2> 672308 T2805 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DD8D2F39CEEBAFA-001\solr-instance-001\.\collection1\conf}
   [junit4]   2> 672308 T2805 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DD8D2F39CEEBAFA-001\solr-instance-001\.\collection1\conf
   [junit4]   2> 672308 T2805 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 672308 T2805 oash.ReplicationHandler.inform Replication enabled for following config files: schema-replication2.xml:schema.xml
   [junit4]   2> 672308 T2805 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 672308 T2806 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@27ff06e4[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 672308 T2805 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 672309 T2795 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 672309 T2795 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C460 name=collection1 org.apache.solr.core.SolrCore@1d49d5f2
   [junit4]   2> 672311 T2804 C460 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 672312 T2804 C460 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:*} 0 1
   [junit4]   2> 672314 T2801 C460 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0]} 0 1
   [junit4]   2> 672316 T2803 C460 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[1]} 0 0
   [junit4]   2> 672319 T2802 C460 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[2]} 0 0
   [junit4]   2> 672321 T2800 C460 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[3]} 0 0
   [junit4]   2> 672323 T2798 C460 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[4]} 0 0
   [junit4]   2> 672325 T2804 C460 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[5]} 0 0
   [junit4]   2> 672330 T2801 C460 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[6]} 0 1
   [junit4]   2> 672331 T2803 C460 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[7]} 0 0
   [junit4]   2> 672333 T2802 C460 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[8]} 0 0
   [junit4]   2> 672337 T2800 C460 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[9]} 0 0
   [junit4]   2> 672339 T2798 C460 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[10]} 0 0
   [junit4]   2> 672340 T2804 C460 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[11]} 0 0
   [junit4]   2> 672342 T2801 C460 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[12]} 0 0
   [junit4]   2> 672344 T2803 C460 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[13]} 0 0
   [junit4]   2> 672346 T2802 C460 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[14]} 0 0
   [junit4]   2> 672348 T2800 C460 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[15]} 0 0
   [junit4]   2> 672350 T2798 C460 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[16]} 0 0
   [junit4]   2> 672352 T2804 C460 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[17]} 0 0
   [junit4]   2> 672354 T2801 C460 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[18]} 0 0
   [junit4]   2> 672357 T2803 C460 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[19]} 0 0
   [junit4]   2> 672360 T2802 C460 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[20]} 0 0
   [junit4]   2> 672361 T2800 C460 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[21]} 0 0
   [junit4]   2> 672364 T2798 C460 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[22]} 0 0
   [junit4]   2> 672366 T2804 C460 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 672368 T2804 C460 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@4421f8b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@62b2ac5e),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@4421f8b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@62b2ac5e),segFN=segments_2,generation=2}
   [junit4]   2> 672369 T2804 C460 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 672381 T2808 oash.SnapShooter.createSnapshot Creating backup snapshot...
   [junit4]   2> 672392 T2804 C460 oass.SolrIndexSearcher.<init> Opening Searcher@7b1fb51a[collection1] main
   [junit4]   2> 672392 T2804 C460 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 672392 T2806 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7b1fb51a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.1.0):c23)))}
   [junit4]   2> 672392 T2804 C460 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 27
   [junit4]   2> 672393 T2808 oash.SnapShooter.createSnapshot Done creating backup snapshot: <not named>
   [junit4]   2> 672492 T2803 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={name=eeq&command=backup} status=0 QTime=8 
   [junit4]   2> 672492 T2809 oash.SnapShooter.createSnapshot Creating backup snapshot...
   [junit4]   2> 672500 T2809 oash.SnapShooter.createSnapshot Done creating backup snapshot: eeq
   [junit4]   2> 672512 T2804 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 673202 T2801 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={name=oiqkrzrklynx&command=backup} status=0 QTime=1 
   [junit4]   2> 673203 T2811 oash.SnapShooter.createSnapshot Creating backup snapshot...
   [junit4]   2> 673205 T2802 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 673209 T2811 oash.SnapShooter.createSnapshot Done creating backup snapshot: oiqkrzrklynx
   [junit4]   2> 673886 T2800 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={name=odfsgoltcxneuhyenrp&command=backup} status=0 QTime=2 
   [junit4]   2> 673886 T2812 oash.SnapShooter.createSnapshot Creating backup snapshot...
   [junit4]   2> 673892 T2812 oash.SnapShooter.createSnapshot Done creating backup snapshot: odfsgoltcxneuhyenrp
   [junit4]   2> 673893 T2798 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 674574 T2804 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={name=rkmzuudlirieekv&command=backup} status=0 QTime=2 
   [junit4]   2> 674575 T2813 oash.SnapShooter.createSnapshot Creating backup snapshot...
   [junit4]   2> 674581 T2801 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=4 
   [junit4]   2> 674584 T2813 oash.SnapShooter.createSnapshot Done creating backup snapshot: rkmzuudlirieekv
   [junit4]   2> 675271 T2802 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={name=eeq&command=deletebackup} status=0 QTime=7 
   [junit4]   2> 675272 T2814 oash.SnapShooter.deleteNamedSnapshot Deleting snapshot: eeq
   [junit4]   2> 675277 T2800 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 675952 T2798 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={name=oiqkrzrklynx&command=deletebackup} status=0 QTime=1 
   [junit4]   2> 675952 T2815 oash.SnapShooter.deleteNamedSnapshot Deleting snapshot: oiqkrzrklynx
   [junit4]   2> 675955 T2801 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 676092 T2801 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 676229 T2804 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 676376 T2802 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 676527 T2803 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 676677 T2798 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 676830 T2801 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 676980 T2800 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 677130 T2802 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 677282 T2803 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 677433 T2798 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 677584 T2804 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 677735 T2801 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 677885 T2802 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 678036 T2803 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 678188 T2803 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 678339 T2804 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 678490 T2800 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 678641 T2801 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 678791 T2798 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 678941 T2798 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 679091 T2803 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 679245 T2800 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 679396 T2802 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 679546 T2802 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 679695 T2798 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 679846 T2804 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 679996 T2803 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 680145 T2801 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 680296 T2802 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 680447 T2798 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 680598 T2800 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 680749 T2803 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 680899 T2803 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 681050 T2802 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 681202 T2804 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 681352 T2804 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 681503 T2800 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 681653 T2801 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 681803 T2801 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 681953 T2802 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 682104 T2804 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 682255 T2798 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 682404 T2800 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 682555 T2803 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 682706 T2801 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 682857 T2804 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 683007 T2804 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 683157 T2804 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 683308 T2800 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 683458 T2803 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 683607 T2802 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 683768 T2798 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 683933 T2804 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 684098 T2800 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 684263 T2801 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 684427 T2802 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 684593 T2804 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 684758 T2803 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 684923 T2803 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 685088 T2800 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 685254 T2802 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 685422 T2798 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 685586 T2798 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 685751 T2801 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 685917 T2803 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 686082 T2800 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 686246 T2804 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 686412 T2798 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 686576 T2801 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 686741 T2802 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 686905 T2800 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 687070 T2804 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 687234 T2804 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 687399 T2803 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 687564 T2801 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 687728 T2800 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 687893 T2798 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 688057 T2804 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 688222 T2804 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 688387 T2802 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 688552 T2801 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 688718 T2798 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 688882 T2798 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 689046 T2803 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 689213 T2802 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 689377 T2800 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 689542 T2801 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 689706 T2801 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 689871 T2804 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 690036 T2803 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 690200 T2803 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 690365 T2800 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 690532 T2798 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 690696 T2804 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 690861 T2802 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 691027 T2803 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 691192 T2801 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 691356 T2801 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 691521 T2801 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 691686 T2801 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 691857 T2801 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 692038 T2804 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 692219 T2800 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 692401 T2803 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 692582 T2798 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 692762 T2802 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 692943 T2802 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 693124 T2802 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 693305 T2803 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 693486 T2801 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 693667 T2800 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 693849 T2800 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 694031 T2804 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 694212 T2804 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 694394 T2804 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 694575 T2803 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 694756 T2803 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 694938 T2803 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 695120 T2803 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 695302 T2798 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 695484 T2802 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 695667 T2802 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 695849 T2804 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 696030 T2804 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 696211 T2804 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 696392 T2804 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 696573 T2804 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 696754 T2800 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 696935 T2800 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 697115 T2800 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 697297 T2800 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 697478 T2802 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 697660 T2802 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=2 
   [junit4]   2> 697841 T2803 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 698022 T2803 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 698203 T2798 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 698384 T2800 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 698565 T2800 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 698746 T2802 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 698927 T2804 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 699108 T2803 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 699288 T2803 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 699469 T2801 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 699650 T2800 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 699832 T2804 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 700013 T2804 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 700194 T2798 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 700375 T2803 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 700556 T2800 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 700737 T2802 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 700936 T2802 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 701135 T2801 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 701334 T2801 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 701533 T2803 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 701732 T2804 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 701931 T2800 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 702130 T2801 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 702329 T2798 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 702528 T2803 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 702727 T2802 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 702926 T2800 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 703126 T2801 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 703324 T2804 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 703523 T2803 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 703722 T2802 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 703921 T2798 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 704120 T2798 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 704319 T2798 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 704518 T2798 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 704717 T2804 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 704916 T2803 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 705115 T2800 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 705314 T2801 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 705513 T2798 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 705713 T2804 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 705913 T2802 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 706113 T2800 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 706314 T2801 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 706513 T2803 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 706713 T2803 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 706912 T2804 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 707112 T2802 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 707311 T2802 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 707510 T2801 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 707710 T2801 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 707910 T2803 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 708109 T2804 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 708309 T2800 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 708508 T2800 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 708708 T2802 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 708908 T2802 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 709108 T2802 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 709309 T2798 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 709509 T2798 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 709709 T2804 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 709909 T2803 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 710108 T2801 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 710308 T2802 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 710508 T2798 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 710721 T2798 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 710942 T2803 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 711162 T2800 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 711385 T2802 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=2 
   [junit4]   2> 711604 T2801 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 711824 T2798 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 712045 T2798 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 712267 T2800 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 712487 T2804 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 712706 T2801 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 712925 T2798 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 713145 T2802 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 713364 T2804 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 713583 T2803 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 713803 T2798 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 714023 T2800 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 714243 T2800 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 714463 T2800 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 714682 T2801 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 714905 T2803 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 715125 T2803 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 715343 T2802 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 715563 T2800 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 715786 T2800 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=3 
   [junit4]   2> 716007 T2800 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 716226 T2798 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 716444 T2798 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 716665 T2798 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 716885 T2798 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=2 
   [junit4]   2> 717104 T2802 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 717324 T2800 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 717544 T2803 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 717763 T2798 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 717983 T2801 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 718203 T2801 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 718422 T2802 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 718643 T2803 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 718862 T2803 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 719081 T2798 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 719300 T2801 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 719519 T2802 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 719738 T2802 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 719957 T2802 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 720176 T2802 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 720395 T2803 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 720614 T2798 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 720832 T2798 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 721052 T2804 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 721303 T2801 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 721529 T2800 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 721748 T2803 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 721970 T2802 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 722211 T2804 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 722454 T2801 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 722695 T2801 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 722939 T2803 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 723181 T2803 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 723426 T2802 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=4 
   [junit4]   2> 723667 T2800 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=2 
   [junit4]   2> 723906 T2800 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 724147 T2798 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 724388 T2803 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 724629 T2803 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 724881 T2803 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=10 
   [junit4]   2> 725122 T2801 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 725364 T2801 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 725606 T2798 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 725848 T2804 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 726090 T2803 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 726331 T2803 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 726573 T2803 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 726814 T2803 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 727056 T2803 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 727298 T2798 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 727539 T2798 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 727781 T2804 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 728023 T2801 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 728264 T2803 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 728506 T2798 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 728747 T2798 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 728989 T2804 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 729231 T2804 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 729473 T2801 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 729714 T2803 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 729954 T2803 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 730194 T2800 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 730445 T2800 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=9 
   [junit4]   2> 730685 T2804 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 730927 T2801 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 731168 T2803 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 731409 T2800 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 731650 T2804 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 731891 T2801 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 732133 T2801 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 732375 T2801 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=2 
   [junit4]   2> 732615 T2801 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 732856 T2801 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 733097 T2801 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 733338 T2801 C460 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> ASYNC  NEW_CORE C461 name=collection1 org.apache.solr.core.SolrCore@1d49d5f2
   [junit4]   2> 733602 T2798 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 733843 T2802 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 734105 T2803 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 734370 T2801 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=2 
   [junit4]   2> 734634 T2800 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 734901 T2802 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=2 
   [junit4]   2> 735175 T2804 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 735437 T2801 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 735703 T2803 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 735969 T2800 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 736249 T2802 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 736517 T2801 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 736782 T2801 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 737049 T2803 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 737317 T2800 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=2 
   [junit4]   2> 737583 T2802 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 737849 T2802 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 738114 T2802 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 738379 T2798 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 738645 T2798 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 738910 T2804 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 739174 T2804 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 739438 T2804 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 739705 T2802 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 739973 T2803 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 740238 T2803 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 740507 T2800 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 740772 T2801 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 741037 T2804 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 741302 T2798 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 741567 T2803 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 741834 T2801 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 742102 T2802 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 742372 T2798 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 742638 T2800 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=2 
   [junit4]   2> 742906 T2801 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 743170 T2801 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 743436 T2802 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 743702 T2798 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 743967 T2800 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 744235 T2803 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 744500 T2801 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 744765 T2802 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=2 
   [junit4]   2> 745028 T2798 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 745293 T2800 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 745559 T2800 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 745825 T2802 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 746090 T2802 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 746355 T2803 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 746620 T2804 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 746886 T2800 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 747174 T2801 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=2 
   [junit4]   2> 747467 T2802 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=2 
   [junit4]   2> 747758 T2802 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 748052 T2798 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 748344 T2800 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 748638 T2801 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=2 
   [junit4]   2> 748929 T2801 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 749222 T2804 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 749515 T2798 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=2 
   [junit4]   2> 749806 T2800 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 750098 T2802 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=2 
   [junit4]   2> 750390 T2801 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 750685 T2803 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 750977 T2798 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 751269 T2802 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 751560 T2802 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 751853 T2801 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 752146 T2800 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 752437 T2800 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 752730 T2798 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 753021 T2802 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 753316 T2801 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 753606 T2800 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 753897 T2804 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 754188 T2798 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 754488 T2803 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=7 
   [junit4]   2> 754787 T2800 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=2 
   [junit4]   2> 755078 T2800 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 755371 T2804 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 755665 T2798 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 755957 T2798 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 756249 T2798 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 756542 T2798 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 756835 T2802 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 757131 T2802 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 757423 T2802 C461 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 757715 T2804 C461 oasc.SolrCore.execute [collection1] webapp=/solr pa

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

collection1/leader_elect/shard1/election/93321358345175052-core_node4-n_0000000001
   [junit4]   2> 		3	/solr/overseer_elect/election/93321358345175046-127.0.0.1:49550_-n_0000000001
   [junit4]   2> 		3	/solr/overseer_elect/election/93321358345175052-127.0.0.1:49578_-n_0000000004
   [junit4]   2> 	
   [junit4]   2> 	Maximum concurrent children watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		10	/solr/live_nodes
   [junit4]   2> 		3	/solr/overseer/queue
   [junit4]   2> 		3	/solr/overseer/collection-queue-work
   [junit4]   2> 	
   [junit4]   2> 10606505 T12591 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {other_tl1=BlockTreeOrds(blocksize=128), SubjectTerms_mfacet=BlockTreeOrds(blocksize=128), n_l1=Lucene50(blocksize=128), multiDefault=Lucene50(blocksize=128), intDefault=BlockTreeOrds(blocksize=128), n_td1=BlockTreeOrds(blocksize=128), n_d1=Lucene50(blocksize=128), range_facet_l=Lucene50(blocksize=128), n_f1=BlockTreeOrds(blocksize=128), n_tl1=BlockTreeOrds(blocksize=128), oddField_s=FST50, n_tf1=Lucene50(blocksize=128), a_t=Lucene50(blocksize=128), id=FST50, text=FSTOrd50, timestamp=Lucene50(blocksize=128), n_dt1=BlockTreeOrds(blocksize=128), a_i1=Lucene50(blocksize=128), n_ti1=FST50, rnd_b=FST50, _version_=BlockTreeOrds(blocksize=128), foo_b=FSTOrd50, n_tdt1=BlockTreeOrds(blocksize=128), foo_d=FST50, foo_f=FSTOrd50}, docValues:{timestamp=DocValuesFormat(name=Memory)}, sim=DefaultSimilarity, locale=es_UY, timezone=Asia/Singapore
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0_31 (64-bit)/cpus=2,threads=1,free=246569488,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [DistributedDebugComponentTest, DOMUtilTest, NoCacheHeaderTest, CurrencyFieldOpenExchangeTest, HdfsCollectionsAPIDistributedZkTest, TestConfigReload, TestReRankQParserPlugin, TestCloudPivotFacet, TestFoldingMultitermQuery, BadComponentTest, TestDocumentBuilder, ResponseLogComponentTest, OverseerStatusTest, LeaderElectionTest, TestSolrDeletionPolicy2, ReturnFieldsTest, TestBadConfig, TermsComponentTest, TestWordDelimiterFilterFactory, TestSolr4Spatial2, TestFastWriter, CacheHeaderTest, SolrCmdDistributorTest, TestQueryTypes, TestDistributedGrouping, PreAnalyzedUpdateProcessorTest, TestQuerySenderListener, IndexSchemaRuntimeFieldTest, DisMaxRequestHandlerTest, TestManagedSchema, HdfsBasicDistributedZk2Test, FileUtilsTest, DistribDocExpirationUpdateProcessorTest, SharedFSAutoReplicaFailoverTest, TestFaceting, FieldAnalysisRequestHandlerTest, TestCollationFieldDocValues, TestCollapseQParserPlugin, AnalyticsQueryTest, HdfsLockFactoryTest, MergeStrategyTest, TestBlendedInfixSuggestions, TestRecoveryHdfs, RequestHandlersTest, OverseerRolesTest, TestManagedStopFilterFactory, PreAnalyzedFieldTest, TestStressVersions, TimeZoneUtilsTest, DistributedFacetPivotWhiteBoxTest, DateFieldTest, TestJmxMonitoredMap, CoreAdminHandlerTest, TestSolrConfigHandler, CursorMarkTest, TestReload, HdfsBasicDistributedZkTest, TestSolrDeletionPolicy1, SimpleMLTQParserTest, ZkStateWriterTest, TestDocBasedVersionConstraints, TestHighlightDedupGrouping, TestCopyFieldCollectionResource, CopyFieldTest, DocumentAnalysisRequestHandlerTest, TestAnalyzeInfixSuggestions, TestQuerySenderNoQuery, DistributedQueryElevationComponentTest, DeleteReplicaTest, TestRestManager, SolrPluginUtilsTest, TestObjectReleaseTracker, SpellingQueryConverterTest, TestCloudInspectUtil, DistribJoinFromCollectionTest, TestSolrQueryParserDefaultOperatorResource, HighlighterTest, TestZkChroot, TestInitParams, TestInitQParser, TestFiltering, IndexBasedSpellCheckerTest, MinimalSchemaTest, TestOrdValues, TestDistributedMissingSort, AnalysisErrorHandlingTest, TestHighFrequencyDictionaryFactory, TestRTGBase, TestReplicationHandlerBackup, TestManagedResource, HdfsChaosMonkeySafeLeaderTest, ChaosMonkeyNothingIsSafeTest, CloudExitableDirectoryReaderTest, ResponseHeaderTest, DistributedQueryComponentOptimizationTest, TestPhraseSuggestions, URLClassifyProcessorTest, TestMaxScoreQueryParser, LoggingHandlerTest, DocValuesTest, OverseerTest, MultiTermTest, DistanceUnitsTest, TestValueSourceCache, TestSchemaVersionResource, ShardRoutingCustomTest, TestManagedSchemaFieldTypeResource, VMParamsZkACLAndCredentialsProvidersTest, QueryParsingTest, TestExpandComponent, TestLMDirichletSimilarityFactory, RequestLoggingTest, TestSolrDynamicMBean, SolrCoreCheckLockOnStartupTest, BufferStoreTest, TestRawResponseWriter, TestFieldResource, TestSerializedLuceneMatchVersion, TestPseudoReturnFields, DirectUpdateHandlerOptimizeTest, UUIDFieldTest, DateMathParserTest, SuggesterFSTTest, TestDistributedSearch, SuggestComponentTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, OverseerCollectionProcessorTest, TestAddFieldRealTimeGet, SolrCoreTest, AddSchemaFieldsUpdateProcessorFactoryTest, BlockCacheTest, DistributedFacetPivotSmallAdvancedTest, TestSolrConfigHandlerConcurrent, SharedFSAutoReplicaFailoverUtilsTest, ZkCLITest, TestSolr4Spatial, SimplePostToolTest, TestSortingResponseWriter, TestLRUCache, MBeansHandlerTest, TestStandardQParsers, SSLMigrationTest, TestExactSharedStatsCache, TestConfigOverlay, TestUpdate, HdfsWriteToMultipleCollectionsTest, TermVectorComponentDistributedTest, TestElisionMultitermQuery, TestJoin, OverriddenZkACLAndCredentialsProvidersTest, MultiThreadedOCPTest, AsyncMigrateRouteKeyTest, ShardSplitTest, TestDefaultSimilarityFactory, NotRequiredUniqueKeyTest, SchemaVersionSpecificBehaviorTest, TestSchemaManager, QueryEqualityTest, ScriptEngineTest, TestWriterPerf, FullSolrCloudDistribCmdsTest, AnalysisAfterCoreReloadTest, MigrateRouteKeyTest, TestBinaryField, TestCursorMarkWithoutUniqueKey, TestCodecSupport, SaslZkACLProviderTest, DistributedQueueTest, TestDocSet, InfoHandlerTest, BasicDistributedZkTest, TestShortCircuitedRequests, DistanceFunctionTest, MoreLikeThisHandlerTest, IndexSchemaTest, ZkSolrClientTest, DirectSolrSpellCheckerTest, TestNRTOpen, TestCustomSort, TestRebalanceLeaders, TestDistribDocBasedVersion, SystemInfoHandlerTest, TestFieldCollectionResource, AliasIntegrationTest, ReplicationFactorTest, TestAtomicUpdateErrorCases, SpatialHeatmapFacetsTest, DebugComponentTest, TestReplicationHandler, TestCoreDiscovery, TestLazyCores, SOLR749Test, ConvertedLegacyTest, OpenExchangeRatesOrgProviderTest, UpdateRequestProcessorFactoryTest, TestSolrJ, LeaderFailoverAfterPartitionTest, TestClusterStateMutator, UniqFieldsUpdateProcessorFactoryTest, TestBM25SimilarityFactory, TestUtils, DateRangeFieldTest, TestInfoStreamLogging, SyncSliceTest, ExternalFileFieldSortTest, DocumentBuilderTest, TestNonDefinedSimilarityFactory, SortByFunctionTest, DistributedFacetPivotLongTailTest, TestStressLucene, TestRemoteStreaming, BasicFunctionalityTest, SuggesterWFSTTest, TriLevelCompositeIdRoutingTest, CoreAdminCreateDiscoverTest, TestIntervalFaceting, SampleTest, AtomicUpdatesTest, TestSolrQueryParserResource, TestCloudManagedSchemaConcurrent, TestGroupingSearch, TermVectorComponentTest, SolrIndexConfigTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicDistributedZk2Test -Dtests.seed=DD8D2F39CEEBAFA -Dtests.slow=true -Dtests.locale=es_UY -Dtests.timezone=Asia/Singapore -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s | BasicDistributedZk2Test (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the following files (in the order of attempts):
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test DD8D2F39CEEBAFA-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test DD8D2F39CEEBAFA-001\tempDir-002
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test DD8D2F39CEEBAFA-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test DD8D2F39CEEBAFA-001
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([DD8D2F39CEEBAFA]:0)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed in 69.14s, 1 test, 1 error <<< FAILURES!

[...truncated 737 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:508: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1368: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:975: There were test failures: 466 suites, 1862 tests, 2 suite-level errors, 2 errors, 55 ignored (30 assumptions)

Total time: 249 minutes 32 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.8.0_31 -XX:-UseCompressedOops -XX:+UseG1GC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (32bit/jdk1.7.0_76) - Build # 4381 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4381/
Java: 32bit/jdk1.7.0_76 -server -XX:+UseConcMarkSweepGC

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

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F73EC41C956634FE-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F73EC41C956634FE-001\tempDir-002    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F73EC41C956634FE-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F73EC41C956634FE-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F73EC41C956634FE-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F73EC41C956634FE-001\tempDir-002
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F73EC41C956634FE-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F73EC41C956634FE-001

	at __randomizedtesting.SeedInfo.seed([F73EC41C956634FE]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:170)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


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

Error Message:
org.apache.http.NoHttpResponseException: The target server failed to respond

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:865)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:730)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:283)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:940)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:915)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:546)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:543)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	... 1 more


FAILED:  junit.framework.TestSuite.org.apache.solr.handler.TestReplicationHandlerBackup

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-002\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-002    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-001\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-001    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-001\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-001\collection1\data    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-001    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-002\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-002\collection1\data    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-002    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-002\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-002
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-001\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-001
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-001\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-001\collection1\data
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-001
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-002\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-002\collection1\data
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-002
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001

	at __randomizedtesting.SeedInfo.seed([F73EC41C956634FE]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:170)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 9194 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReplicationHandlerBackup
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\init-core-data-001
   [junit4]   2> 379523 T1014 oas.SolrTestCaseJ4.setUp ###Starting testBackupOnCommit
   [junit4]   2> 379525 T1014 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-001\collection1
   [junit4]   2> 379555 T1014 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 379564 T1014 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:64269
   [junit4]   2> 379565 T1014 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@a6aa31
   [junit4]   2> 379565 T1014 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 379565 T1014 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-001
   [junit4]   2> 379565 T1014 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-001\'
   [junit4]   2> 379619 T1014 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-001\solr.xml
   [junit4]   2> 379675 T1014 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-001\.
   [junit4]   2> 379675 T1014 oasc.CoreContainer.<init> New CoreContainer 22069267
   [junit4]   2> 379675 T1014 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-001\]
   [junit4]   2> 379679 T1014 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 379679 T1014 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 379679 T1014 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 379679 T1014 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 379679 T1014 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 379679 T1014 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 379679 T1014 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 379679 T1014 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 379683 T1014 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 379683 T1014 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 379683 T1014 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 379684 T1014 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 379684 T1014 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 379684 T1014 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 379684 T1014 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 379690 T1014 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-001\.
   [junit4]   2> 379694 T1014 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-001\.\collection1\
   [junit4]   2> 379697 T1014 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 379701 T1024 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-001\.\collection1\'
   [junit4]   2> 379753 T1024 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 379798 T1024 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 379879 T1024 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 379879 T1024 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-001\.\collection1\conf\schema.xml
   [junit4]   2> 379888 T1024 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 379910 T1024 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 379913 T1024 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-001\.\collection1\
   [junit4]   2> 379913 T1024 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 379914 T1024 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-001\.\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-001\collection1\data\
   [junit4]   2> 379915 T1024 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 379915 T1024 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-001\collection1\data\
   [junit4]   2> 379915 T1024 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-001\collection1\data\index/
   [junit4]   2> 379915 T1024 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-001\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 379916 T1024 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-001\collection1\data\index
   [junit4]   2> 379916 T1024 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=283322747, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 379917 T1024 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1293a0e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1a2ac4d),segFN=segments_1,generation=1}
   [junit4]   2> 379917 T1024 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 379919 T1024 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 379920 T1024 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 379920 T1024 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 379920 T1024 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 379922 T1024 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 379922 T1024 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 379923 T1024 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 379952 T1024 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 379953 T1024 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 379953 T1024 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 379954 T1024 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 379955 T1024 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 379956 T1024 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 379956 T1024 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 379957 T1024 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 379957 T1024 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 379959 T1024 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 379959 T1024 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 379960 T1024 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 379971 T1024 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 379973 T1024 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 379977 T1024 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 379979 T1024 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 379981 T1024 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 379981 T1024 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 379982 T1024 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 379982 T1024 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=44, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 379983 T1024 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1293a0e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1a2ac4d),segFN=segments_1,generation=1}
   [junit4]   2> 379983 T1024 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 379984 T1024 oass.SolrIndexSearcher.<init> Opening Searcher@7ad5a0[collection1] main
   [junit4]   2> 379984 T1024 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-001\.\collection1\conf
   [junit4]   2> 379986 T1024 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-001\.\collection1\conf}
   [junit4]   2> 379986 T1024 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-001\.\collection1\conf
   [junit4]   2> 379986 T1024 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 379987 T1024 oash.ReplicationHandler.inform Replication enabled for following config files: schema-replication2.xml:schema.xml
   [junit4]   2> 379987 T1024 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 379987 T1024 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 379987 T1025 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7ad5a0[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 379988 T1014 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 379988 T1014 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C772 name=collection1 org.apache.solr.core.SolrCore@12767ed
   [junit4]   2> 379995 T1020 C772 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 379996 T1020 C772 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:*} 0 1
   [junit4]   2> 380000 T1018 C772 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0]} 0 2
   [junit4]   2> 380007 T1023 C772 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[1]} 0 0
   [junit4]   2> 380015 T1019 C772 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[2]} 0 0
   [junit4]   2> 380019 T1016 C772 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[3]} 0 1
   [junit4]   2> 380025 T1020 C772 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[4]} 0 0
   [junit4]   2> 380034 T1018 C772 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[5]} 0 0
   [junit4]   2> 380038 T1023 C772 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[6]} 0 1
   [junit4]   2> 380043 T1021 C772 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[7]} 0 1
   [junit4]   2> 380047 T1019 C772 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[8]} 0 1
   [junit4]   2> 380051 T1016 C772 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[9]} 0 0
   [junit4]   2> 380059 T1020 C772 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[10]} 0 2
   [junit4]   2> 380063 T1018 C772 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[11]} 0 1
   [junit4]   2> 380068 T1023 C772 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[12]} 0 2
   [junit4]   2> 380073 T1021 C772 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[13]} 0 2
   [junit4]   2> 380078 T1019 C772 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[14]} 0 1
   [junit4]   2> 380082 T1016 C772 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[15]} 0 1
   [junit4]   2> 380087 T1020 C772 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[16]} 0 1
   [junit4]   2> 380091 T1018 C772 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[17]} 0 1
   [junit4]   2> 380098 T1023 C772 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[18]} 0 0
   [junit4]   2> 380105 T1021 C772 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[19]} 0 0
   [junit4]   2> 380114 T1019 C772 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[20]} 0 0
   [junit4]   2> 380119 T1016 C772 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[21]} 0 0
   [junit4]   2> 380125 T1020 C772 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[22]} 0 1
   [junit4]   2> 380132 T1018 C772 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[23]} 0 0
   [junit4]   2> 380141 T1023 C772 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[24]} 0 1
   [junit4]   2> 380145 T1021 C772 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[25]} 0 1
   [junit4]   2> 380150 T1019 C772 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[26]} 0 1
   [junit4]   2> 380154 T1016 C772 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[27]} 0 1
   [junit4]   2> 380159 T1020 C772 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[28]} 0 2
   [junit4]   2> 380163 T1018 C772 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[29]} 0 1
   [junit4]   2> 380169 T1023 C772 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[30]} 0 0
   [junit4]   2> 380173 T1021 C772 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[31]} 0 1
   [junit4]   2> 380178 T1019 C772 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[32]} 0 1
   [junit4]   2> 380182 T1016 C772 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[33]} 0 1
   [junit4]   2> 380187 T1020 C772 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[34]} 0 1
   [junit4]   2> 380191 T1018 C772 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[35]} 0 0
   [junit4]   2> 380197 T1023 C772 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[36]} 0 1
   [junit4]   2> 380202 T1021 C772 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[37]} 0 1
   [junit4]   2> 380207 T1019 C772 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[38]} 0 1
   [junit4]   2> 380211 T1016 C772 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[39]} 0 0
   [junit4]   2> 380218 T1020 C772 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[40]} 0 1
   [junit4]   2> 380223 T1018 C772 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[41]} 0 0
   [junit4]   2> ASYNC  NEW_CORE C773 name=collection1 org.apache.solr.core.SolrCore@12767ed
   [junit4]   2> 380234 T1023 C773 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[42]} 0 0
   [junit4]   2> 380240 T1021 C773 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[43]} 0 2
   [junit4]   2> 380244 T1019 C773 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[44]} 0 1
   [junit4]   2> 380249 T1016 C773 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[45]} 0 2
   [junit4]   2> 380253 T1020 C773 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[46]} 0 1
   [junit4]   2> 380257 T1018 C773 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[47]} 0 1
   [junit4]   2> 380263 T1023 C773 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[48]} 0 1
   [junit4]   2> 380268 T1021 C773 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[49]} 0 0
   [junit4]   2> 380272 T1019 C773 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[50]} 0 1
   [junit4]   2> 380274 T1016 C773 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[51]} 0 0
   [junit4]   2> 380278 T1020 C773 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[52]} 0 0
   [junit4]   2> 380282 T1018 C773 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[53]} 0 1
   [junit4]   2> 380288 T1023 C773 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[54]} 0 1
   [junit4]   2> 380292 T1021 C773 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[55]} 0 1
   [junit4]   2> 380297 T1019 C773 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[56]} 0 1
   [junit4]   2> 380301 T1016 C773 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[57]} 0 1
   [junit4]   2> 380305 T1020 C773 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 380309 T1020 C773 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1293a0e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1a2ac4d),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1293a0e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1a2ac4d),segFN=segments_2,generation=2}
   [junit4]   2> 380311 T1020 C773 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 380327 T1027 oash.SnapShooter.createSnapshot Creating backup snapshot...
   [junit4]   2> 380328 T1020 C773 oass.SolrIndexSearcher.<init> Opening Searcher@2c25e9[collection1] main
   [junit4]   2> 380328 T1020 C773 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 380329 T1025 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2c25e9[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.1.0):c58)))}
   [junit4]   2> 380329 T1020 C773 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&waitSearcher=true&version=2&commit=true&softCommit=false} {commit=} 0 24
   [junit4]   2> 380337 T1027 oash.SnapShooter.createSnapshot Done creating backup snapshot: <not named>
   [junit4]   2> 380350 T1018 C773 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 381509 T1014 oas.SolrTestCaseJ4.tearDown ###Ending testBackupOnCommit
   [junit4]   2> 381525 T1014 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=22069267
   [junit4]   2> 381527 T1014 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@12767ed
   [junit4]   2> 381527 T1014 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=58,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0}
   [junit4]   2> 381528 T1014 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 381528 T1014 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 381530 T1014 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 381532 T1014 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 381532 T1014 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 381532 T1014 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-001\collection1\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-001\collection1\data\index;done=false>>]
   [junit4]   2> 381532 T1014 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-001\collection1\data\index
   [junit4]   2> 381532 T1014 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-001\collection1\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-001\collection1\data\;done=false>>]
   [junit4]   2> 381532 T1014 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-001\collection1\data\
   [junit4]   2> 381534 T1014 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 381750 T1014 oas.SolrTestCaseJ4.setUp ###Starting doTestBackup
   [junit4]   2> 381754 T1014 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-002\collection1
   [junit4]   2> 381773 T1014 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 381780 T1014 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:64273
   [junit4]   2> 381781 T1014 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@a6aa31
   [junit4]   2> 381782 T1014 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 381782 T1014 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-002
   [junit4]   2> 381783 T1014 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-002\'
   [junit4]   2> 381844 T1014 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-002\solr.xml
   [junit4]   2> 381896 T1014 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-002\.
   [junit4]   2> 381896 T1014 oasc.CoreContainer.<init> New CoreContainer 23712913
   [junit4]   2> 381896 T1014 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-002\]
   [junit4]   2> 381899 T1014 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 381899 T1014 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 381899 T1014 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 381899 T1014 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 381899 T1014 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 381899 T1014 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 381899 T1014 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 381899 T1014 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 381903 T1014 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 381903 T1014 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 381903 T1014 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 381903 T1014 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 381905 T1014 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 381905 T1014 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 381905 T1014 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 381909 T1014 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-002\.
   [junit4]   2> 381913 T1014 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-002\.\collection1\
   [junit4]   2> 381916 T1014 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 381921 T1037 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-002\.\collection1\'
   [junit4]   2> 381975 T1037 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 382005 T1037 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 382067 T1037 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 382067 T1037 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-002\.\collection1\conf\schema.xml
   [junit4]   2> 382079 T1037 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 382109 T1037 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 382110 T1037 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-002\.\collection1\
   [junit4]   2> 382110 T1037 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 382112 T1037 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-002\.\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-002\collection1\data\
   [junit4]   2> 382112 T1037 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 382113 T1037 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-002\collection1\data\
   [junit4]   2> 382113 T1037 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-002\collection1\data\index/
   [junit4]   2> 382113 T1037 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-002\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 382114 T1037 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-002\collection1\data\index
   [junit4]   2> 382114 T1037 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=283322747, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 382115 T1037 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@f00e14 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2c74c4),segFN=segments_1,generation=1}
   [junit4]   2> 382116 T1037 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 382117 T1037 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 382122 T1037 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 382123 T1037 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 382123 T1037 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 382123 T1037 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 382124 T1037 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 382124 T1037 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 382124 T1037 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 382125 T1037 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 382125 T1037 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 382126 T1037 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 382126 T1037 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 382131 T1037 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 382132 T1037 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 382132 T1037 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 382132 T1037 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 382133 T1037 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 382133 T1037 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 382133 T1037 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 382144 T1037 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 382145 T1037 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 382149 T1037 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 382152 T1037 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 382157 T1037 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 382159 T1037 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 382159 T1037 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 382159 T1037 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=44, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 382160 T1037 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@f00e14 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2c74c4),segFN=segments_1,generation=1}
   [junit4]   2> 382160 T1037 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 382160 T1037 oass.SolrIndexSearcher.<init> Opening Searcher@137239d[collection1] main
   [junit4]   2> 382160 T1037 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-002\.\collection1\conf
   [junit4]   2> 382160 T1037 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-002\.\collection1\conf}
   [junit4]   2> 382160 T1037 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-002\.\collection1\conf
   [junit4]   2> 382160 T1037 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 382162 T1037 oash.ReplicationHandler.inform Replication enabled for following config files: schema-replication2.xml:schema.xml
   [junit4]   2> 382162 T1037 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 382163 T1037 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 382163 T1038 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@137239d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 382164 T1014 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 382164 T1014 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C774 name=collection1 org.apache.solr.core.SolrCore@ffb1e8
   [junit4]   2> 382169 T1034 C774 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 382171 T1034 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:*} 0 2
   [junit4]   2> 382178 T1032 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0]} 0 2
   [junit4]   2> 382184 T1033 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[1]} 0 0
   [junit4]   2> 382189 T1035 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[2]} 0 0
   [junit4]   2> 382195 T1036 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[3]} 0 0
   [junit4]   2> 382200 T1034 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[4]} 0 1
   [junit4]   2> 382205 T1031 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[5]} 0 0
   [junit4]   2> 382210 T1032 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[6]} 0 1
   [junit4]   2> 382215 T1033 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[7]} 0 0
   [junit4]   2> 382219 T1035 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[8]} 0 1
   [junit4]   2> 382224 T1036 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[9]} 0 1
   [junit4]   2> 382228 T1034 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[10]} 0 1
   [junit4]   2> 382234 T1031 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[11]} 0 1
   [junit4]   2> 382239 T1032 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[12]} 0 2
   [junit4]   2> 382243 T1033 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[13]} 0 1
   [junit4]   2> 382248 T1035 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[14]} 0 2
   [junit4]   2> 382252 T1036 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[15]} 0 0
   [junit4]   2> 382257 T1034 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[16]} 0 2
   [junit4]   2> 382261 T1031 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[17]} 0 1
   [junit4]   2> 382266 T1032 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[18]} 0 2
   [junit4]   2> 382271 T1033 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[19]} 0 1
   [junit4]   2> 382276 T1035 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[20]} 0 1
   [junit4]   2> 382280 T1036 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[21]} 0 1
   [junit4]   2> 382284 T1034 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[22]} 0 0
   [junit4]   2> 382289 T1031 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[23]} 0 1
   [junit4]   2> 382294 T1032 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[24]} 0 1
   [junit4]   2> 382298 T1033 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[25]} 0 1
   [junit4]   2> 382303 T1035 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[26]} 0 1
   [junit4]   2> 382309 T1036 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[27]} 0 0
   [junit4]   2> 382315 T1034 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[28]} 0 1
   [junit4]   2> 382319 T1031 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[29]} 0 0
   [junit4]   2> 382325 T1032 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[30]} 0 1
   [junit4]   2> 382331 T1033 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[31]} 0 0
   [junit4]   2> 382336 T1035 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[32]} 0 0
   [junit4]   2> 382341 T1036 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[33]} 0 0
   [junit4]   2> 382345 T1034 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[34]} 0 1
   [junit4]   2> 382350 T1031 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[35]} 0 0
   [junit4]   2> 382354 T1032 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[36]} 0 1
   [junit4]   2> 382358 T1033 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[37]} 0 0
   [junit4]   2> 382362 T1035 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[38]} 0 0
   [junit4]   2> 382366 T1036 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[39]} 0 0
   [junit4]   2> 382371 T1034 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[40]} 0 1
   [junit4]   2> 382375 T1031 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[41]} 0 0
   [junit4]   2> 382378 T1032 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[42]} 0 0
   [junit4]   2> 382381 T1033 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[43]} 0 0
   [junit4]   2> 382385 T1035 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[44]} 0 0
   [junit4]   2> 382389 T1036 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[45]} 0 0
   [junit4]   2> 382394 T1034 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[46]} 0 0
   [junit4]   2> 382398 T1031 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[47]} 0 0
   [junit4]   2> 382403 T1032 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[48]} 0 0
   [junit4]   2> 382407 T1033 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[49]} 0 0
   [junit4]   2> 382412 T1035 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[50]} 0 0
   [junit4]   2> 382418 T1036 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[51]} 0 1
   [junit4]   2> 382422 T1034 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[52]} 0 0
   [junit4]   2> 382426 T1031 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[53]} 0 0
   [junit4]   2> 382432 T1032 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[54]} 0 0
   [junit4]   2> 382436 T1033 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[55]} 0 1
   [junit4]   2> 382442 T1035 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[56]} 0 0
   [junit4]   2> 382446 T1036 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[57]} 0 0
   [junit4]   2> 382451 T1034 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[58]} 0 1
   [junit4]   2> 382455 T1031 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[59]} 0 0
   [junit4]   2> 382462 T1032 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[60]} 0 0
   [junit4]   2> 382468 T1033 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[61]} 0 1
   [junit4]   2> 382472 T1035 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[62]} 0 0
   [junit4]   2> 382478 T1036 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[63]} 0 1
   [junit4]   2> 382482 T1034 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[64]} 0 1
   [junit4]   2> 382488 T1031 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[65]} 0 1
   [junit4]   2> 382493 T1032 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[66]} 0 2
   [junit4]   2> 382497 T1033 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[67]} 0 1
   [junit4]   2> 382502 T1035 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[68]} 0 2
   [junit4]   2> 382506 T1036 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[69]} 0 1
   [junit4]   2> 382511 T1034 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[70]} 0 2
   [junit4]   2> 382516 T1031 C774 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[71]} 0 1
   [junit4]   2> ASYNC  NEW_CORE C775 name=collection1 org.apache.solr.core.SolrCore@ffb1e8
   [junit4]   2> 382524 T1032 C775 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[72]} 0 0
   [junit4]   2> 382528 T1033 C775 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[73]} 0 1
   [junit4]   2> 382533 T1035 C775 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[74]} 0 1
   [junit4]   2> 382537 T1036 C775 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[75]} 0 1
   [junit4]   2> 382542 T1034 C775 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[76]} 0 1
   [junit4]   2> 382544 T1031 C775 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[77]} 0 0
   [junit4]   2> 382549 T1032 C775 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[78]} 0 1
   [junit4]   2> 382553 T1033 C775 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[79]} 0 1
   [junit4]   2> 382558 T1035 C775 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[80]} 0 1
   [junit4]   2> 382562 T1036 C775 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[81]} 0 1
   [junit4]   2> 382564 T1034 C775 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[82]} 0 0
   [junit4]   2> 382569 T1031 C775 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[83]} 0 0
   [junit4]   2> 382573 T1032 C775 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[84]} 0 1
   [junit4]   2> 382578 T1033 C775 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[85]} 0 1
   [junit4]   2> 382580 T1035 C775 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[86]} 0 0
   [junit4]   2> 382585 T1034 C775 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[87]} 0 0
   [junit4]   2> 382589 T1031 C775 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[88]} 0 0
   [junit4]   2> 382594 T1032 C775 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[89]} 0 1
   [junit4]   2> 382596 T1033 C775 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[90]} 0 0
   [junit4]   2> 382599 T1035 C775 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[91]} 0 0
   [junit4]   2> 382603 T1036 C775 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[92]} 0 0
   [junit4]   2> 382606 T1034 C775 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[93]} 0 0
   [junit4]   2> 382611 T1031 C775 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[94]} 0 2
   [junit4]   2> 382613 T1032 C775 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[95]} 0 0
   [junit4]   2> 382616 T1033 C775 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 382623 T1033 C775 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@f00e14 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2c74c4),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@f00e14 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2c74c4),segFN=segments_2,generation=2}
   [junit4]   2> 382624 T1033 C775 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 382627 T1040 oash.SnapShooter.createSnapshot Creating backup snapshot...
   [junit4]   2> 382627 T1033 C775 oass.SolrIndexSearcher.<init> Opening Searcher@9973ba[collection1] main
   [junit4]   2> 382627 T1033 C775 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 382631 T1038 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@9973ba[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.1.0):c96)))}
   [junit4]   2> 382631 T1033 C775 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&waitSearcher=true&version=2&commit=true&softCommit=false} {commit=} 0 15
   [junit4]   2> 382637 T1040 oash.SnapShooter.createSnapshot Done creating backup snapshot: <not named>
   [junit4]   2> 382693 T1036 C775 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=backup&name=kxkioxxs} status=0 QTime=3 
   [junit4]   2> 382693 T1041 oash.SnapShooter.createSnapshot Creating backup snapshot...
   [junit4]   2> 382703 T1041 oash.SnapShooter.createSnapshot Done creating backup snapshot: kxkioxxs
   [junit4]   2> 382704 T1034 C775 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 383863 T1032 C775 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=backup&name=gpbcnamzlje} status=0 QTime=3 
   [junit4]   2> 383863 T1043 oash.SnapShooter.createSnapshot Creating backup snapshot...
   [junit4]   2> 383869 T1033 C775 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 383872 T1043 oash.SnapShooter.createSnapshot Done creating backup snapshot: gpbcnamzlje
   [junit4]   2> 385028 T1036 C775 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=backup&name=obvkaaufkjadnhq} status=0 QTime=3 
   [junit4]   2> 385028 T1044 oash.SnapShooter.createSnapshot Creating backup snapshot...
   [junit4]   2> 385031 T1034 C775 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 385034 T1044 oash.SnapShooter.createSnapshot Done creating backup snapshot: obvkaaufkjadnhq
   [junit4]   2> 386192 T1032 C775 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=backup&name=slp} status=0 QTime=2 
   [junit4]   2> 386194 T1045 oash.SnapShooter.createSnapshot Creating backup snapshot...
   [junit4]   2> 386197 T1033 C775 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 386202 T1045 oash.SnapShooter.createSnapshot Done creating backup snapshot: slp
   [junit4]   2> 387365 T1034 C775 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=deletebackup&name=kxkioxxs} status=0 QTime=7 
   [junit4]   2> 387365 T1046 oash.SnapShooter.deleteNamedSnapshot Deleting snapshot: kxkioxxs
   [junit4]   2> 387374 T1036 C775 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 388528 T1031 C775 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=deletebackup&name=gpbcnamzlje} status=0 QTime=1 
   [junit4]   2> 388528 T1047 oash.SnapShooter.deleteNamedSnapshot Deleting snapshot: gpbcnamzlje
   [junit4]   2> 388531 T1032 C775 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 388765 T1032 C775 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 388766 T1014 oas.SolrTestCaseJ4.tearDown ###Ending doTestBackup
   [junit4]   2> 388781 T1014 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=23712913
   [junit4]   2> 388783 T1014 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@ffb1e8
   [junit4]   2> 388783 T1014 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=96,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0}
   [junit4]   2> 388785 T1014 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 388785 T1014 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 388785 T1014 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 388791 T1014 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 388792 T1014 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 388792 T1014 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-002\collection1\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-002\collection1\data\index;done=false>>]
   [junit4]   2> 388792 T1014 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-002\collection1\data\index
   [junit4]   2> 388793 T1014 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-002\collection1\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-002\collection1\data\;done=false>>]
   [junit4]   2> 388793 T1014 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-002\collection1\data\
   [junit4]   2> 388794 T1014 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 389001 T1014 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Lucene50, sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=pt, timezone=Europe/Andorra
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_76 (32-bit)/cpus=2,threads=1,free=75029288,total=141086720
   [junit4]   2> NOTE: All tests run in this JVM: [SyncSliceTest, TestManagedStopFilterFactory, TestCoreDiscovery, TestDynamicFieldResource, UnloadDistributedZkTest, ShardSplitTest, TestCollectionAPI, TestReplicationHandlerBackup]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestReplicationHandlerBackup -Dtests.seed=F73EC41C956634FE -Dtests.slow=true -Dtests.locale=pt -Dtests.timezone=Europe/Andorra -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] ERROR   0.00s | TestReplicationHandlerBackup (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the following files (in the order of attempts):
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-002\collection1
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-002
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-001\collection1
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-001
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-001\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-001\collection1\data
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-001
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-002\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-002\collection1\data
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001\solr-instance-002
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F73EC41C956634FE-001
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F73EC41C956634FE]:0)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed in 9.65s, 2 tests, 1 error <<< FAILURES!

[...truncated 520 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F73EC41C956634FE-001\init-core-data-001
   [junit4]   2> 2116515 T7931 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /wv_buc/kh
   [junit4]   2> 2116521 T7931 oasc.ZkTestServer.

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

> 		3	/solr/overseer/queue
   [junit4]   2> 		3	/solr/overseer/collection-queue-work
   [junit4]   2> 	
   [junit4]   2> 2859649 T10906 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {timestamp=PostingsFormat(name=MockRandom), SubjectTerms_mfacet=PostingsFormat(name=MockRandom), foo_d=PostingsFormat(name=LuceneVarGapDocFreqInterval), n_d1=PostingsFormat(name=MockRandom), text=FSTOrd50, _version_=PostingsFormat(name=MockRandom), n_tl1=PostingsFormat(name=Memory doPackFST= false), n_td1=PostingsFormat(name=Memory doPackFST= false), foo_f=FSTOrd50, n_tdt1=PostingsFormat(name=MockRandom), n_f1=PostingsFormat(name=Memory doPackFST= false), foo_b=FSTOrd50, n_ti1=PostingsFormat(name=LuceneVarGapDocFreqInterval), id=PostingsFormat(name=LuceneVarGapDocFreqInterval), oddField_s=FSTOrd50, range_facet_l=PostingsFormat(name=MockRandom), rnd_b=PostingsFormat(name=LuceneVarGapDocFreqInterval), a_i1=PostingsFormat(name=MockRandom), other_tl1=PostingsFormat(name=MockRandom), multiDefault=PostingsFormat(name=Memory doPackFST= false), n_tf1=PostingsFormat(name=MockRandom), a_t=PostingsFormat(name=MockRandom), intDefault=PostingsFormat(name=MockRandom), n_l1=PostingsFormat(name=MockRandom), n_dt1=PostingsFormat(name=Memory doPackFST= false)}, docValues:{timestamp=DocValuesFormat(name=Direct)}, sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=ar_EG, timezone=Antarctica/Vostok
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_76 (32-bit)/cpus=2,threads=1,free=153343960,total=523501568
   [junit4]   2> NOTE: All tests run in this JVM: [SyncSliceTest, TestManagedStopFilterFactory, TestCoreDiscovery, TestDynamicFieldResource, UnloadDistributedZkTest, ShardSplitTest, TestCollectionAPI, TestReplicationHandlerBackup, TestCodecSupport, URLClassifyProcessorTest, TestStressRecovery, JsonLoaderTest, TestCloudManagedSchema, TestSolrQueryParser, IgnoreCommitOptimizeUpdateProcessorFactoryTest, DistributedSuggestComponentTest, PrimitiveFieldTypeTest, FileBasedSpellCheckerTest, TestStressReorder, QueryParsingTest, TestDistributedMissingSort, TestBM25SimilarityFactory, BlockDirectoryTest, OpenExchangeRatesOrgProviderTest, TestDistributedGrouping, SuggesterWFSTTest, TestLRUCache, TestZkChroot, StatsComponentTest, TestLFUCache, NoCacheHeaderTest, TestSort, TestSolrConfigHandler, TestSolrCoreProperties, TestOrdValues, TestReload, XmlUpdateRequestHandlerTest, FileUtilsTest, TestMissingGroups, TestSweetSpotSimilarityFactory, EchoParamsTest, TestManagedResource, PingRequestHandlerTest, BinaryUpdateRequestHandlerTest, AddSchemaFieldsUpdateProcessorFactoryTest, LukeRequestHandlerTest, DistributedTermsComponentTest, TestFileDictionaryLookup, TestRandomDVFaceting, TestRecovery, HdfsRecoveryZkTest, TestHighFrequencyDictionaryFactory, UUIDFieldTest, UUIDUpdateProcessorFallbackTest, DistanceUnitsTest, WordBreakSolrSpellCheckerTest, DirectSolrSpellCheckerTest, ScriptEngineTest, TestJmxIntegration, TestManagedSchemaFieldResource, CSVRequestHandlerTest, HardAutoCommitTest, DistribCursorPagingTest, TestDefaultStatsCache, TestCoreContainer, TestManagedResourceStorage, PluginInfoTest, SolrPluginUtilsTest, TestRemoteStreaming, PreAnalyzedUpdateProcessorTest, TestFastLRUCache, TestAtomicUpdateErrorCases, CopyFieldTest, TestExpandComponent, DebugComponentTest, CollectionsAPIAsyncDistributedZkTest, ChangedSchemaMergeTest, BasicFunctionalityTest, TestReqParamsAPI, MoreLikeThisHandlerTest, TestImplicitCoreProperties, TestUpdate, SpatialFilterTest, TestDFRSimilarityFactory, CacheHeaderTest, SolrXmlInZkTest, HighlighterConfigTest, MultiThreadedOCPTest, DirectSolrConnectionTest, TestIBSimilarityFactory, TestOmitPositions, TestReplicaProperties, TestReRankQParserPlugin, ResponseHeaderTest, SSLMigrationTest, ShardRoutingTest, SolrCoreTest, TestIndexingPerformance, CollectionsAPIDistributedZkTest, IndexSchemaRuntimeFieldTest, TestAnalyzedSuggestions, FieldMutatingUpdateProcessorTest, TestIndexSearcher, TestSolrJ, TestFastOutputStream, TestDynamicLoading, TestWriterPerf, MultiTermTest, TestPivotHelperCode, HighlighterTest, LeaderElectionTest, StandardRequestHandlerTest, TestLMJelinekMercerSimilarityFactory, TestCollationFieldDocValues, TimeZoneUtilsTest, TestShardHandlerFactory, SynonymTokenizerTest, SimpleCollectionCreateDeleteTest, TestMergePolicyConfig, SpellingQueryConverterTest, TestMaxScoreQueryParser, PathHierarchyTokenizerFactoryTest, TestValueSourceCache, TestArbitraryIndexDir, DocValuesTest, DirectUpdateHandlerOptimizeTest, HighlighterMaxOffsetTest, CurrencyFieldXmlFileTest, TestCSVLoader, TestReloadAndDeleteDocs, TestUniqueKeyFieldResource, ClusterStateTest, SpellCheckComponentTest, TestLeaderElectionZkExpiry, DateFieldTest, DistributedExpandComponentTest, TestRangeQuery, FullSolrCloudDistribCmdsTest, DistributedQueryComponentOptimizationTest, TestBlendedInfixSuggestions, TestSerializedLuceneMatchVersion, TestLRUStatsCache, TestManagedSchema, TestRestManager, TestSolrConfigHandlerCloud, BlockCacheTest, TestFieldResource, SignatureUpdateProcessorFactoryTest, SaslZkACLProviderTest, TestAddFieldRealTimeGet, TestFieldSortValues, QueryEqualityTest, TestLuceneMatchVersion, HdfsDirectoryTest, SearchHandlerTest, OverseerRolesTest, TestDocBasedVersionConstraints, NotRequiredUniqueKeyTest, TestMiniSolrCloudClusterSSL, TestConfigReload, OverriddenZkACLAndCredentialsProvidersTest, SpellCheckCollatorTest, TestExactSharedStatsCache, CursorPagingTest, SuggesterTest, TestSortingResponseWriter, TriLevelCompositeIdRoutingTest, EnumFieldTest, TestChildDocTransformer, RankQueryTest, OverseerCollectionProcessorTest, TestQuerySenderListener, ReplicationFactorTest, TestSystemIdResolver, MigrateRouteKeyTest, TestSolrXml, HdfsBasicDistributedZkTest, SpellPossibilityIteratorTest, DateRangeFieldTest, SpatialHeatmapFacetsTest, TestQueryUtils, SampleTest, DistributedQueueTest, RecoveryAfterSoftCommitTest, MBeansHandlerTest, DefaultValueUpdateProcessorTest, TestSchemaNameResource, StressHdfsTest, TestPHPSerializedResponseWriter, TestTolerantSearch, ExternalCollectionsTest, BJQParserTest, TestDistribDocBasedVersion, HdfsCollectionsAPIDistributedZkTest, TestStressVersions, TermVectorComponentDistributedTest, CoreAdminCreateDiscoverTest, DocValuesMultiTest, CoreAdminRequestStatusTest, TestConfig, TestFastWriter, OutOfBoxZkACLAndCredentialsProvidersTest, ParsingFieldUpdateProcessorsTest, VMParamsZkACLAndCredentialsProvidersTest, TestFreeTextSuggestions, TestReversedWildcardFilterFactory, TestBinaryResponseWriter, UpdateRequestProcessorFactoryTest, SolrCmdDistributorTest, TestObjectReleaseTracker, TestSimpleQParserPlugin, TestConfigSets, AnalyticsQueryTest, TestExtendedDismaxParser, TestCloudInspectUtil, TestFieldCollectionResource, TestUtils, TestDynamicFieldCollectionResource, NumericFieldsTest, SharedFSAutoReplicaFailoverTest, TestRandomFaceting, TestJoin, DocumentBuilderTest, TestMiniSolrCloudCluster, TestNoOpRegenerator, TestSchemaSimilarityResource, TestBlobHandler, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicDistributedZk2Test -Dtests.seed=F73EC41C956634FE -Dtests.slow=true -Dtests.locale=ar_EG -Dtests.timezone=Antarctica/Vostok -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] ERROR   0.00s | BasicDistributedZk2Test (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the following files (in the order of attempts):
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F73EC41C956634FE-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F73EC41C956634FE-001\tempDir-002
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F73EC41C956634FE-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F73EC41C956634FE-001
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F73EC41C956634FE]:0)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed in 71.43s, 1 test, 1 error <<< FAILURES!

[...truncated 741 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:508: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1368: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:975: There were test failures: 466 suites, 1864 tests, 2 suite-level errors, 1 error, 55 ignored (30 assumptions)

Total time: 144 minutes 26 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.7.0_76 -server -XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (64bit/jdk1.7.0_76) - Build # 4380 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4380/
Java: 64bit/jdk1.7.0_76 -XX:-UseCompressedOops -XX:+UseParallelGC

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

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 5844E5103F5BC913-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 5844E5103F5BC913-001\tempDir-002    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 5844E5103F5BC913-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 5844E5103F5BC913-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 5844E5103F5BC913-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 5844E5103F5BC913-001\tempDir-002
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 5844E5103F5BC913-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 5844E5103F5BC913-001

	at __randomizedtesting.SeedInfo.seed([5844E5103F5BC913]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:170)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


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

Error Message:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:50372/repfacttest_c8n_1x3_shard1_replica2

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:50372/repfacttest_c8n_1x3_shard1_replica2
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:575)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:884)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:787)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:730)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:283)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:940)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:915)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	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:50372/repfacttest_c8n_1x3_shard1_replica2
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:572)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:572)
	... 47 more
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
	... 52 more


FAILED:  junit.framework.TestSuite.org.apache.solr.handler.TestReplicationHandlerBackup

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 5844E5103F5BC913-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 5844E5103F5BC913-001\solr-instance-002\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 5844E5103F5BC913-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 5844E5103F5BC913-001\solr-instance-002    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 5844E5103F5BC913-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 5844E5103F5BC913-001\solr-instance-001\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 5844E5103F5BC913-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 5844E5103F5BC913-001\solr-instance-001    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 5844E5103F5BC913-001\solr-instance-001\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 5844E5103F5BC913-001\solr-instance-001\collection1\data    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 5844E5103F5BC913-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 5844E5103F5BC913-001\solr-instance-001    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 5844E5103F5BC913-001\solr-instance-002\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 5844E5103F5BC913-001\solr-instance-002\collection1\data    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 5844E5103F5BC913-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 5844E5103F5BC913-001\solr-instance-002    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 5844E5103F5BC913-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 5844E5103F5BC913-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 5844E5103F5BC913-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 5844E5103F5BC913-001\solr-instance-002\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 5844E5103F5BC913-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 5844E5103F5BC913-001\solr-instance-002
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 5844E5103F5BC913-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 5844E5103F5BC913-001\solr-instance-001\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 5844E5103F5BC913-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 5844E5103F5BC913-001\solr-instance-001
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 5844E5103F5BC913-001\solr-instance-001\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 5844E5103F5BC913-001\solr-instance-001\collection1\data
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 5844E5103F5BC913-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 5844E5103F5BC913-001\solr-instance-001
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 5844E5103F5BC913-001\solr-instance-002\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 5844E5103F5BC913-001\solr-instance-002\collection1\data
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 5844E5103F5BC913-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 5844E5103F5BC913-001\solr-instance-002
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 5844E5103F5BC913-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 5844E5103F5BC913-001

	at __randomizedtesting.SeedInfo.seed([5844E5103F5BC913]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:170)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 9626 lines...]
   [junit4] Suite: org.apache.solr.cloud.BasicDistributedZk2Test
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 5844E5103F5BC913-001\init-core-data-001
   [junit4]   2> 2216374 T9821 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /ov_/h
   [junit4]   2> 2216380 T9821 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2216381 T9822 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 2216489 T9821 oasc.ZkTestServer.run start zk server on port:63285
   [junit4]   2> 2216489 T9821 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2216491 T9821 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2216497 T9829 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@c77d6fa name:ZooKeeperConnection Watcher:127.0.0.1:63285 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2216497 T9821 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2216498 T9821 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2216498 T9821 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 2216505 T9821 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2216508 T9821 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2216510 T9832 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2a902dfd name:ZooKeeperConnection Watcher:127.0.0.1:63285/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2216511 T9821 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2216511 T9821 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2216511 T9821 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 2216517 T9821 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 2216522 T9821 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 2216525 T9821 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 2216531 T9821 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 2216531 T9821 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 2216539 T9821 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 2216540 T9821 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 2216545 T9821 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2216547 T9821 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2216551 T9821 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 2216551 T9821 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 2216557 T9821 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 2216558 T9821 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 2216563 T9821 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 2216563 T9821 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 2216574 T9821 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2216574 T9821 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 2216584 T9821 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2216585 T9821 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2216592 T9821 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2216593 T9821 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2216598 T9821 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2216598 T9821 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 2216602 T9821 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 2216602 T9821 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 2218447 T9821 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 5844E5103F5BC913-001\control-001\cores\collection1
   [junit4]   2> 2218454 T9821 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2218463 T9821 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:63292
   [junit4]   2> 2218465 T9821 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@25b8737f
   [junit4]   2> 2218465 T9821 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2218465 T9821 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 5844E5103F5BC913-001\control-001
   [junit4]   2> 2218465 T9821 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 5844E5103F5BC913-001\control-001\'
   [junit4]   2> 2218502 T9821 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 5844E5103F5BC913-001\control-001\solr.xml
   [junit4]   2> 2218535 T9821 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 5844E5103F5BC913-001\control-001\cores
   [junit4]   2> 2218535 T9821 oasc.CoreContainer.<init> New CoreContainer 1941128555
   [junit4]   2> 2218535 T9821 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 5844E5103F5BC913-001\control-001\]
   [junit4]   2> 2218537 T9821 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2218537 T9821 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2218537 T9821 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2218537 T9821 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2218537 T9821 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 2218537 T9821 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2218537 T9821 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2218537 T9821 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2218537 T9821 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2218541 T9821 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2218541 T9821 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 2218541 T9821 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2218541 T9821 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2218541 T9821 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2218541 T9821 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2218541 T9821 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:63285/solr
   [junit4]   2> 2218541 T9821 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2218541 T9821 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2218544 T9821 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2218547 T9844 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4239ccd9 name:ZooKeeperConnection Watcher:127.0.0.1:63285 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2218547 T9821 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2218548 T9821 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2218551 T9821 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2218556 T9847 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3b1a9b81 name:ZooKeeperConnection Watcher:127.0.0.1:63285/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2218556 T9821 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2218558 T9821 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 2218564 T9821 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 2218570 T9821 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 2218575 T9821 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 2218582 T9821 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 2218590 T9821 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 2218593 T9821 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63292_ov_%2Fh
   [junit4]   2> 2218594 T9821 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:63292_ov_%2Fh
   [junit4]   2> 2218599 T9821 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 2218602 T9821 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 2218606 T9821 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2218608 T9821 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:63292_ov_%2Fh
   [junit4]   2> 2218609 T9821 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 2218613 T9821 oasc.Overseer.start Overseer (id=93314300783493123-127.0.0.1:63292_ov_%2Fh-n_0000000000) starting
   [junit4]   2> 2218616 T9821 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 2218632 T9821 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 2218634 T9849 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 2218636 T9821 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 2218639 T9821 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 2218642 T9821 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2218652 T9848 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 2218653 T9821 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 5844E5103F5BC913-001\control-001\cores
   [junit4]   2> 2218656 T9821 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 5844E5103F5BC913-001\control-001\cores\collection1\
   [junit4]   2> 2218656 T9821 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 2218658 T9851 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 2218658 T9851 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2218659 T9851 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2218659 T9847 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2218666 T9848 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 0, message = {
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63292/ov_/h",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:63292_ov_%2Fh",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down"} current state version: 0
   [junit4]   2> 2218667 T9848 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63292/ov_/h",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:63292_ov_%2Fh",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down"}
   [junit4]   2> 2218667 T9848 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 2218667 T9848 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 2218671 T9847 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 2219845 T9851 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2219845 T9851 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 2219846 T9851 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 2219846 T9851 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 2219847 T9851 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2219848 T9851 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 5844E5103F5BC913-001\control-001\cores\collection1\'
   [junit4]   2> 2219877 T9851 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 2219882 T9851 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 2219901 T9851 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 2219939 T9851 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 2220000 T9851 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2220004 T9851 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 2220016 T9851 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 2220519 T9851 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2220529 T9851 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2220533 T9851 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2220555 T9851 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2220562 T9851 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2220568 T9851 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2220570 T9851 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2220571 T9851 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2220571 T9851 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2220575 T9851 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2220575 T9851 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2220575 T9851 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 2220575 T9851 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2220576 T9851 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 5844E5103F5BC913-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 5844E5103F5BC913-001\tempDir-001/control/data\
   [junit4]   2> 2220576 T9851 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@31899fd8
   [junit4]   2> 2220577 T9851 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 5844E5103F5BC913-001\tempDir-001/control/data\
   [junit4]   2> 2220577 T9851 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 5844E5103F5BC913-001\tempDir-001/control/data\index/
   [junit4]   2> 2220577 T9851 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 5844E5103F5BC913-001\tempDir-001\control\data\index' doesn't exist. Creating new index...
   [junit4]   2> 2220578 T9851 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 5844E5103F5BC913-001\tempDir-001/control/data\index
   [junit4]   2> 2220579 T9851 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=16, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7043616179333376]
   [junit4]   2> 2220579 T9851 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@196be2b4 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@79f0a475),segFN=segments_1,generation=1}
   [junit4]   2> 2220579 T9851 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2220585 T9851 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2220586 T9851 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2220586 T9851 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2220586 T9851 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2220587 T9851 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2220587 T9851 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2220588 T9851 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2220590 T9851 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2220590 T9851 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2220590 T9851 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2220591 T9851 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2220591 T9851 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2220592 T9851 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2220593 T9851 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 2220593 T9851 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 2220594 T9851 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 2220594 T9851 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 2220597 T9851 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 2220598 T9851 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 2220599 T9851 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 2220599 T9851 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 2220600 T9851 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 2220600 T9851 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 2220601 T9851 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 2220602 T9851 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 2220602 T9851 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 2220604 T9851 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2220620 T9851 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2220622 T9851 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2220626 T9851 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2220629 T9851 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2220632 T9851 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2220634 T9851 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2220634 T9851 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2220634 T9851 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=21, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6664657044409295]
   [junit4]   2> 2220634 T9851 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@196be2b4 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@79f0a475),segFN=segments_1,generation=1}
   [junit4]   2> 2220634 T9851 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2220637 T9851 oass.SolrIndexSearcher.<init> Opening Searcher@27a5b128[collection1] main
   [junit4]   2> 2220637 T9851 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 2220639 T9851 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2220641 T9851 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2220642 T9851 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2220642 T9851 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 2220642 T9851 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2220643 T9851 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2220644 T9851 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2220644 T9851 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 2220644 T9851 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 2220645 T9851 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 2220645 T9852 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@27a5b128[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2220648 T9855 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:63292/ov_/h collection:control_collection shard:shard1
   [junit4]   2> 2220649 T9821 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2220649 T9821 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2220651 T9821 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2220652 T9855 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 2220653 T9821 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2220659 T9858 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1610d29c name:ZooKeeperConnection Watcher:127.0.0.1:63285/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2220660 T9821 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2220661 T9821 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2220665 T9855 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 2220666 T9821 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2220668 T9847 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2220671 T9855 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 2220671 T9855 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1494 name=collection1 org.apache.solr.core.SolrCore@a9b2292 url=http://127.0.0.1:63292/ov_/h/collection1 node=127.0.0.1:63292_ov_%2Fh C1494_STATE=coll:control_collection core:collection1 props:{base_url=http://127.0.0.1:63292/ov_/h, core=collection1, node_name=127.0.0.1:63292_ov_%2Fh, state=down}
   [junit4]   2> 2220671 T9855 C1494 P63292 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:63292/ov_/h/collection1/
   [junit4]   2> 2220671 T9855 C1494 P63292 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 2220671 T9855 C1494 P63292 oasc.SyncStrategy.syncToMe http://127.0.0.1:63292/ov_/h/collection1/ has no replicas
   [junit4]   2> 2220671 T9855 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:63292/ov_/h/collection1/ shard1
   [junit4]   2> 2220672 T9855 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 2220672 T9848 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 2220675 T9858 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 2220678 T9847 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 2220679 T9821 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 2220695 T9848 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63292/ov_/h",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 2220703 T9859 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2220704 T9858 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 2220756 T9855 oasc.ZkController.register We are http://127.0.0.1:63292/ov_/h/collection1/ and leader is http://127.0.0.1:63292/ov_/h/collection1/
   [junit4]   2> 2220756 T9855 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:63292/ov_/h
   [junit4]   2> 2220756 T9855 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 2220756 T9855 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 2220756 T9855 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2220769 T9847 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2220770 T9848 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63292/ov_/h",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "node_name":"127.0.0.1:63292_ov_%2Fh",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active"} current state version: 3
   [junit4]   2> 2220771 T9848 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63292/ov_/h",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "node_name":"127.0.0.1:63292_ov_%2Fh",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active"}
   [junit4]   2> 2220900 T9847 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 2220901 T9858 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 2222738 T9821 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 5844E5103F5BC913-001\shard-1-001\cores\collection1
   [junit4]   2> 2222743 T9821 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 2222744 T9821 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2222747 T9821 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:63304
   [junit4]   2> 2222747 T9821 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@25b8737f
   [junit4]   2> 2222747 T9821 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2222747 T9821 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 5844E5103F5BC913-001\shard-1-001
   [junit4]   2> 2222751 T9821 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 5844E5103F5BC913-001\shard-1-001\'
   [junit4]   2> 2222807 T9821 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 5844E5103F5BC913-001\shard-1-001\solr.xml
   [junit4]   2> 2222866 T9821 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 5844E5103F5BC913-001\shard-1-001\cores
   [junit4]   2> 2222868 T9821 oasc.CoreContainer.<init> New CoreContainer 1740928781
   [junit4]   2> 2222869 T9821 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 5844E5103F5BC913-001\shard-1-001\]
   [junit4]   2> 2222871 T9821 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2222872 T9821 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2222872 T9821 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2222872 T9821 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2222873 T9821 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 2222873 T9821 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2222873 T9821 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2222875 T9821 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2222875 T9821 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2222875 T9821 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2222876 T9821 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 2222877 T9821 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2222878 T9821 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2222878 T9821 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2222879 T9821 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2222879 T9821 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:63285/solr
   [junit4]   2> 2222880 T9821 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2222880 T9821 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2222883 T9821 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2222887 T9871 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@233feec4 name:ZooKeeperConnection Watcher:127.0.0.1:63285 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2222887 T9821 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2222887 T9821 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2222895 T9821 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2222900 T9874 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@37ecb233 name:ZooKeeperConnection Watcher:127.0.0.1:63285/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2222901 T9821 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2222919 T9821 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2224115 T9821 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63304_ov_%2Fh
   [junit4]   2> 2224116 T9821 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:63304_ov_%2Fh
   [junit4]   2> 2224125 T9821 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2224132 T9821 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 5844E5103F5BC913-001\shard-1-001\cores
   [junit4]   2> 2224135 T9821 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 5844E5103F5BC913-001\shard-1-001\cores\collection1\
   [junit4]   2> 2224135 T9821 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 2224137 T9875 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 2224138 T9875 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2224139 T9875 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2224139 T9847 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2224143 T9848 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63304/ov_/h",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:63304_ov_%2Fh",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down"} current state version: 4
   [junit4]   2> 2224144 T9848 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63304/ov_/h",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:63304_ov_%2Fh",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down"}
   [junit4]   2> 2224144 T9848 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 2224145 T9848 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 2224147 T9874 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2224147 T9858 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2224147 T9847 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2225325 T9875 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2225325 T9875 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 2225327 T9875 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 2225327 T9875 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 2225330 T9875 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2225330 T9875 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 5844E5103F5BC913-001\shard-1-001\cores\collection1\'
   [junit4]   2> 2225361 T9875 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 2225367 T9875 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 2225391 T9875 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 2225424 T9875 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 2225486 T9875 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2225493 T9875 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 2225510 T9875 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 2226044 T9875 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2226056 T9875 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2226059 T9875 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2226085 T9875 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2226092 T9875 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2226099 T9875 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2226101 T9875 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2226102 T9875 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2226102 T9875 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2226105 T9875 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2226105 T9875 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2226105 T9875 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 2226106 T9875 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2226106 T9875 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 5844E5103F5BC913-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 5844E5103F5BC913-001\tempDir-001/jetty1\
   [junit4]   2> 2226106 T9875 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@31899fd8
   [junit4]   2> 2226107 T9875 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 5844E5103F5BC913-001\tempDir-001/jetty1\
   [junit4]   2> 2226107 T9875 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 5844E5103F5BC913-001\tempDir-001/jetty1\index/
   [junit4]   2> 2226107 T9875 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 5844E5103F5BC913-001\tempDir-001\jetty1\index' doesn't exist. Creating new index...
   [junit4]   2> 2226108 T9875 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 5844E5103F5BC913-001\tempDir-001/jetty1\index
   [junit4]   2> 2226108 T9875 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=16, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7043616179333376]
   [junit4]   2> 2226109 T9875 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@b31e73 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6f941060),segFN=segments_1,generation=1}
   [junit4]   2> 2226109 T9875 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2226115 T9875 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2226116 T9875 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2226116 T9875 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2226116 T9875 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2226116 T9875 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2226117 T9875 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2226117 T9875 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2226117 T9875 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2226118 T9875 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2226118 T9875 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2226120 T9875 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2226120 T9875 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2226121 T9875 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2226121 T9875 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 2226122 T9875 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 2226123 T9875 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 2226123 T9875 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 2226124 T9875 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 2226125 T9875 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 2226127 T9875 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 2226127 T9875 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 2226128 T9875 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 2226128 T9875 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 2226129 T9875 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 2226129 T9875 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 2226130 T9875 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 2226130 T9875 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2226143 T9875 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2226146 T9875 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2226149 T9875 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2226152 T9875 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2226155 T9875 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2226159 T9875 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2226160 T9875 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2226160 T9875 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=21, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6664657044409295]
   [junit4]   2> 2226161 T9875 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@b31e73 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6f941060),segFN=segments_1,generation=1}
   [junit4]   2> 2226161 T9875 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2226161 T9875 oass.SolrIndexSearcher.<init> Opening Searcher@22bec5a0[collection1] main
   [junit4]   2> 2226162 T9875 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 2226165 T9875 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2226165 T9875 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2226166 T9875 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2226166 T9875 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 2226166 T9875 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2226167 T9875 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2226167 T9875 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2226167 T9875 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 2226168 T9875 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 2226169 T9876 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@22bec5a0[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2226171 T9875 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 2226172 T9879 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:63304/ov_/h collection:collection1 shard:shard2
   [junit4]   2> 2226173 T9821 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2226173 T9821 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2226174 T9879 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 2226189 T9879 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 2226194 T9847 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2226197 T9848 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1"} current state version: 5
   [junit4]   2> 2226198 T9879 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 2226198 T9879 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1495 name=collection1 org.apache.solr.core.SolrCore@58daeb15 url=http://127.0.0.1:63304/ov_/h/collection1 node=127.0.0.1:63304_ov_%2Fh C1495_STATE=coll:collection1 core:collection1 props:{base_url=http://127.0.0.1:63304/ov_/h, core=collection1, node_name=127.0.0.1:63304_ov_%2Fh, state=down}
   [junit4]   2> 2226198 T9879 C1495 P63304 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:63304/ov_/h/collection1/
   [junit4]   2> 2226198 T9879 C1495 P63304 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 2226198 T9879 C1495 P63304 oasc.SyncStrategy.syncToMe http://127.0.0.1:63304/ov_/h/collection1/ has no replicas
   [junit4]   2> 2226198 T9879 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:63304/ov_/h/collection1/ shard2
   [junit4]   2> 2226201 T9879 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 2226208 T9847 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2226210 T9874 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2226210 T9858 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2226232 T9859 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2226235 T9848 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63304/ov_/h",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 6
   [junit4]   2> 2226363 T9858 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2226363 T9874 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2226371 T9879 oasc.ZkController.register We are http://127.0.0.1:63304/ov_/h/collection1/ and leader is http://127.0.0.1:63304/ov_/h/collection1/
   [junit4]   2> 2226371 T9879 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:63304/ov_/h
   [junit4]   2> 2226371 T9879 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 2226371 T9879 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 2226371 T9879 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2226373 T9847 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2226376 T9848 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63304/ov_/h",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "node_name":"127.0.0.1:63304_ov_%2Fh",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active"} current state version: 7
   [junit4]   2> 2226377 T9848 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63304/ov_/h",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "node_name":"127.0.0.1:63304_ov_%2Fh",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active"}
   [junit4]   2> 2226513 T9858 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2226514 T9847 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2226514 T9874 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2228125 T9821 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 5844E5103F5BC913-001\shard-2-001\cores\collection1
   [junit4]   2> 2228130 T9821 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 2228131 T9821 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2228137 T9821 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:63313
   [junit4]   2> 2228137 T9821 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@25b8737f
   [junit4]   2> 2228137 T9821 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2228137 T9821 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 5844E5103F5BC913-001\shard-2-001
   [junit4]   2> 2228137 T9821 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 5844E5103F5BC913-001\shard-2-001\'
   [junit4]   2> 2228191 T9821 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 5844E5103F5BC913-001\shard-2-001\solr.xml
   [junit4]   2> 2228244 T9821 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 5844E5103F5BC913-001\shard-2-001\cores
   [junit4]   2> 2228244 T9821 oasc.CoreContainer.<init> New CoreContainer 532367495
   [junit4]   2> 2228244 T9821 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 5844E5103F5BC913-001\shard-2-001\]
   [junit4]   2> 2228247 T9821 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2228247 T9821 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2228247 T9821 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2228247 T9821 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2228247 T9821 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 2228247 T9821 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2228247 T9821 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2228247 T9821 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2228250 T9821 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2228250 T9821 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2228250 T9821 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 2228250 T9821 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2228250 T9821 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2228250 T9821 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2228250 T9821 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2228250 T9821 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:63285/solr
   [junit4]   2> 2228250 T9821 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2228255 T9821 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2228257 T9821 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2228260 T9891 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@290883f0 name:ZooKeeperConnection Watcher:127.0.0.1:63285 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2228261 T9821 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2228262 T9821 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2228268 T9821 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2228272 T9894 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6d0df3ab name:ZooKeeperConnection Watcher:127.0.0.1:63285/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2228272 T9821 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2228290 T9821 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2229401 T9821 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63313_ov_%2Fh
   [junit4]   2> 2229402 T9821 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:63313_ov_%2Fh
   [junit4]   2> 2229410 T9821 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2229418 T9821 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 5844E5103F5BC913-001\shard-2-001\cores
   [junit4]   2> 2229419 T9821 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 5844E5103F5BC913-001\shard-2-001\cores\collection1\
   [junit4]   2> 2229420 T9821 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 2229422 T9895 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 2229422 T9895 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2229423 T9895 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2229423 T9847

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

eldUpdateProcessorsTest, TestComponentsName, TestSolrQueryParser, TestSchemaSimilarityResource, TestDefaultStatsCache, TestSolr4Spatial2, CachingDirectoryFactoryTest, TestFieldSortValues, CursorPagingTest, TestExactStatsCache, TestManagedSynonymFilterFactory, TestBinaryResponseWriter, RankQueryTest, OpenCloseCoreStressTest, LeaderElectionIntegrationTest, TestZkChroot, TestRandomDVFaceting, ZkCLITest, ShardRoutingCustomTest, TestDistributedSearch, AutoCommitTest, TestDistributedGrouping, TestHashPartitioner, DistributedSpellCheckComponentTest, ZkControllerTest, TestStressReorder, TestJoin, TestStressVersions, HardAutoCommitTest, TestCoreContainer, SolrCoreTest, BadIndexSchemaTest, ConvertedLegacyTest, TestSort, TestLazyCores, TestBadConfig, OverseerCollectionProcessorTest, SoftAutoCommitTest, CurrencyFieldXmlFileTest, SolrIndexSplitterTest, SimplePostToolTest, AnalysisAfterCoreReloadTest, TestFoldingMultitermQuery, DocValuesTest, SuggesterTest, TestStressLucene, TestTrie, TestCSVLoader, SolrCoreCheckLockOnStartupTest, TestUpdate, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory, QueryEqualityTest, DirectUpdateHandlerOptimizeTest, DefaultValueUpdateProcessorTest, TestRemoteStreaming, DistanceFunctionTest, TestSolrDeletionPolicy1, DebugComponentTest, IndexBasedSpellCheckerTest, TestSurroundQueryParser, TestQueryUtils, TestReversedWildcardFilterFactory, DocumentAnalysisRequestHandlerTest, TestQueryTypes, TestOmitPositions, RequestHandlersTest, DocumentBuilderTest, PathHierarchyTokenizerFactoryTest, TermVectorComponentTest, TestIndexingPerformance, MoreLikeThisHandlerTest, FieldAnalysisRequestHandlerTest, TestArbitraryIndexDir, FastVectorHighlighterTest, IndexSchemaRuntimeFieldTest, RegexBoostProcessorTest, SolrPluginUtilsTest, IndexSchemaTest, TestCollationField, UpdateRequestProcessorFactoryTest, TestCSVResponseWriter, MBeansHandlerTest, QueryParsingTest, JsonLoaderTest, TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, SearchHandlerTest, HighlighterConfigTest, TestQuerySenderListener, UpdateParamsTest, AlternateDirectoryTest, TestSolrIndexConfig, TestQuerySenderNoQuery, CopyFieldTest, ResponseLogComponentTest, TestStressRecovery, TestMergePolicyConfig, SampleTest, TestDocSet, TestSearchPerf, NumericFieldsTest, MinimalSchemaTest, TestConfig, NotRequiredUniqueKeyTest, TestLuceneMatchVersion, TestCodecSupport, SynonymTokenizerTest, EchoParamsTest, TestLMJelinekMercerSimilarityFactory, TestBM25SimilarityFactory, TestFastWriter, TestJmxMonitoredMap, TimeZoneUtilsTest, ResourceLoaderTest, TestFastOutputStream, PluginInfoTest, TestFastLRUCache, DateMathParserTest, ChaosMonkeyNothingIsSafeTest, SpellingQueryConverterTest, TestSolrJ, TestLRUCache, TestUtils, UUIDFieldTest, CircularListTest, DistributedIntervalFacetingTest, SolrTestCaseJ4Test, TestDistributedMissingSort, TestHighlightDedupGrouping, AsyncMigrateRouteKeyTest, CloudExitableDirectoryReaderTest, CustomCollectionTest, DeleteInactiveReplicaTest, DeleteLastCustomShardedReplicaTest, DistribDocExpirationUpdateProcessorTest, DistributedQueueTest, HttpPartitionTest, LeaderFailoverAfterPartitionTest, MigrateRouteKeyTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerRolesTest, RecoveryAfterSoftCommitTest, ReplicationFactorTest, SaslZkACLProviderTest, SharedFSAutoReplicaFailoverTest, SimpleCollectionCreateDeleteTest, TestCloudInspectUtil, TestCloudPivotFacet, TestCollectionAPI, TestDistribDocBasedVersion, TestLeaderElectionZkExpiry, TestMiniSolrCloudCluster, TestRebalanceLeaders, VMParamsZkACLAndCredentialsProvidersTest, HdfsBasicDistributedZk2Test, HdfsBasicDistributedZkTest, HdfsChaosMonkeySafeLeaderTest, HdfsCollectionsAPIDistributedZkTest, HdfsRecoveryZkTest, HdfsUnloadDistributedZkTest, HdfsWriteToMultipleCollectionsTest, StressHdfsTest, QueryResultKeyTest, TestDynamicLoading, TestInfoStreamLogging, TestInitParams, TestNRTOpen, TestReloadAndDeleteDocs, TestSolrConfigHandler, TestSolrXml, TestBlobHandler, TestConfigReload, TestReplicationHandlerBackup]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestReplicationHandlerBackup -Dtests.seed=5844E5103F5BC913 -Dtests.slow=true -Dtests.locale=el_GR -Dtests.timezone=America/Rankin_Inlet -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] ERROR   0.00s | TestReplicationHandlerBackup (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the following files (in the order of attempts):
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 5844E5103F5BC913-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 5844E5103F5BC913-001\solr-instance-002\collection1
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 5844E5103F5BC913-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 5844E5103F5BC913-001\solr-instance-002
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 5844E5103F5BC913-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 5844E5103F5BC913-001\solr-instance-001\collection1
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 5844E5103F5BC913-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 5844E5103F5BC913-001\solr-instance-001
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 5844E5103F5BC913-001\solr-instance-001\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 5844E5103F5BC913-001\solr-instance-001\collection1\data
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 5844E5103F5BC913-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 5844E5103F5BC913-001\solr-instance-001
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 5844E5103F5BC913-001\solr-instance-002\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 5844E5103F5BC913-001\solr-instance-002\collection1\data
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 5844E5103F5BC913-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 5844E5103F5BC913-001\solr-instance-002
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 5844E5103F5BC913-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 5844E5103F5BC913-001
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([5844E5103F5BC913]:0)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed in 8.80s, 2 tests, 1 error <<< FAILURES!

[...truncated 214 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:508: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1368: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:975: There were test failures: 466 suites, 1864 tests, 2 suite-level errors, 1 error, 55 ignored (30 assumptions)

Total time: 129 minutes 59 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.7.0_76 -XX:-UseCompressedOops -XX:+UseParallelGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (64bit/jdk1.8.0_31) - Build # 4379 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4379/
Java: 64bit/jdk1.8.0_31 -XX:-UseCompressedOops -XX:+UseSerialGC

1 tests failed.
FAILED:  org.apache.lucene.facet.TestRandomSamplingFacetsCollector.testRandomSampling

Error Message:
52

Stack Trace:
java.lang.ArrayIndexOutOfBoundsException: 52
	at __randomizedtesting.SeedInfo.seed([B4C362BAD9CA7EFF:5EDB0BA7689D8948]:0)
	at org.apache.lucene.facet.TestRandomSamplingFacetsCollector.testRandomSampling(TestRandomSamplingFacetsCollector.java:133)
	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:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 6371 lines...]
   [junit4] Suite: org.apache.lucene.facet.TestRandomSamplingFacetsCollector
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestRandomSamplingFacetsCollector -Dtests.method=testRandomSampling -Dtests.seed=B4C362BAD9CA7EFF -Dtests.slow=true -Dtests.locale=sr_RS -Dtests.timezone=America/Fortaleza -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] ERROR   1.21s | TestRandomSamplingFacetsCollector.testRandomSampling <<<
   [junit4]    > Throwable #1: java.lang.ArrayIndexOutOfBoundsException: 52
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([B4C362BAD9CA7EFF:5EDB0BA7689D8948]:0)
   [junit4]    > 	at org.apache.lucene.facet.TestRandomSamplingFacetsCollector.testRandomSampling(TestRandomSamplingFacetsCollector.java:133)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {$full_path$=BlockTreeOrds(blocksize=128), $facets=PostingsFormat(name=MockRandom), $payloads$=BlockTreeOrds(blocksize=128), EvenOdd=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))}, docValues:{$facets=DocValuesFormat(name=Lucene50)}, sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {EvenOdd=DFR GB3(800.0)}, locale=sr_RS, timezone=America/Fortaleza
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0_31 (64-bit)/cpus=2,threads=1,free=22058376,total=42717184
   [junit4]   2> NOTE: All tests run in this JVM: [TestFacetsConfig, TestDrillSideways, TestAddTaxonomy, TestRandomSamplingFacetsCollector]
   [junit4] Completed in 1.30s, 1 test, 1 error <<< FAILURES!

[...truncated 66 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\build.xml:456: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:2164: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\module-build.xml:58: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1368: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:975: There were test failures: 23 suites, 154 tests, 1 error

Total time: 27 minutes 53 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.8.0_31 -XX:-UseCompressedOops -XX:+UseSerialGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (32bit/jdk1.8.0_31) - Build # 4378 - Still Failing!

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

4 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestSolrConfigHandler

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler F6361BB219E1C4D5-001\tempDir-010\collection1\conf\configoverlay.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler F6361BB219E1C4D5-001\tempDir-010\collection1\conf\configoverlay.json: The process cannot access the file because it is being used by another process.     C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler F6361BB219E1C4D5-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler F6361BB219E1C4D5-001\tempDir-010\collection1\conf    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler F6361BB219E1C4D5-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler F6361BB219E1C4D5-001\tempDir-010\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler F6361BB219E1C4D5-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler F6361BB219E1C4D5-001\tempDir-010 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler F6361BB219E1C4D5-001\tempDir-010\collection1\conf\configoverlay.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler F6361BB219E1C4D5-001\tempDir-010\collection1\conf\configoverlay.json: The process cannot access the file because it is being used by another process.

   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler F6361BB219E1C4D5-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler F6361BB219E1C4D5-001\tempDir-010\collection1\conf
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler F6361BB219E1C4D5-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler F6361BB219E1C4D5-001\tempDir-010\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler F6361BB219E1C4D5-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler F6361BB219E1C4D5-001\tempDir-010

	at __randomizedtesting.SeedInfo.seed([F6361BB219E1C4D5]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:170)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.handler.TestReplicationHandlerBackup

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F6361BB219E1C4D5-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F6361BB219E1C4D5-001\solr-instance-002\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F6361BB219E1C4D5-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F6361BB219E1C4D5-001\solr-instance-002    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F6361BB219E1C4D5-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F6361BB219E1C4D5-001\solr-instance-001\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F6361BB219E1C4D5-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F6361BB219E1C4D5-001\solr-instance-001    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F6361BB219E1C4D5-001\solr-instance-001\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F6361BB219E1C4D5-001\solr-instance-001\collection1\data    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F6361BB219E1C4D5-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F6361BB219E1C4D5-001\solr-instance-001    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F6361BB219E1C4D5-001\solr-instance-002\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F6361BB219E1C4D5-001\solr-instance-002\collection1\data    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F6361BB219E1C4D5-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F6361BB219E1C4D5-001\solr-instance-002    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F6361BB219E1C4D5-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F6361BB219E1C4D5-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F6361BB219E1C4D5-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F6361BB219E1C4D5-001\solr-instance-002\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F6361BB219E1C4D5-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F6361BB219E1C4D5-001\solr-instance-002
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F6361BB219E1C4D5-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F6361BB219E1C4D5-001\solr-instance-001\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F6361BB219E1C4D5-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F6361BB219E1C4D5-001\solr-instance-001
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F6361BB219E1C4D5-001\solr-instance-001\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F6361BB219E1C4D5-001\solr-instance-001\collection1\data
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F6361BB219E1C4D5-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F6361BB219E1C4D5-001\solr-instance-001
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F6361BB219E1C4D5-001\solr-instance-002\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F6361BB219E1C4D5-001\solr-instance-002\collection1\data
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F6361BB219E1C4D5-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F6361BB219E1C4D5-001\solr-instance-002
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F6361BB219E1C4D5-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F6361BB219E1C4D5-001

	at __randomizedtesting.SeedInfo.seed([F6361BB219E1C4D5]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:170)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.BasicDistributedZk2Test

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F6361BB219E1C4D5-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F6361BB219E1C4D5-001\tempDir-002    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F6361BB219E1C4D5-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F6361BB219E1C4D5-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F6361BB219E1C4D5-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F6361BB219E1C4D5-001\tempDir-002
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F6361BB219E1C4D5-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test F6361BB219E1C4D5-001

	at __randomizedtesting.SeedInfo.seed([F6361BB219E1C4D5]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:170)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


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

Error Message:
org.apache.http.NoHttpResponseException: The target server failed to respond

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:865)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:730)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	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:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:940)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:915)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:546)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:543)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	... 1 more




Build Log:
[...truncated 9468 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6361BB219E1C4D5-001\init-core-data-001
   [junit4]   2> 899524 T3888 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /ohy/z
   [junit4]   2> 899528 T3888 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 899531 T3889 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 899609 T3888 oasc.ZkTestServer.run start zk server on port:58739
   [junit4]   2> 899610 T3888 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 899612 T3888 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 899621 T3896 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@150ee6b name:ZooKeeperConnection Watcher:127.0.0.1:58739 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 899622 T3888 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 899622 T3888 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 899622 T3888 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 899629 T3890 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14b8095e15c0000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 899629 T3888 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 899635 T3888 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 899640 T3899 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@134e3fc name:ZooKeeperConnection Watcher:127.0.0.1:58739/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 899640 T3888 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 899640 T3888 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 899640 T3888 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 899646 T3888 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 899649 T3888 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 899652 T3888 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 899657 T3888 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 899657 T3888 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 899664 T3888 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 899664 T3888 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 899672 T3888 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 899672 T3888 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 899676 T3888 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 899676 T3888 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 899681 T3888 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 899681 T3888 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 899686 T3888 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 899686 T3888 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 899691 T3888 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 899691 T3888 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 899696 T3888 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 899696 T3888 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 899701 T3888 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 899702 T3888 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 899706 T3888 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 899706 T3888 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 899712 T3888 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 899712 T3888 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 901112 T3888 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6361BB219E1C4D5-001\control-001\cores\collection1
   [junit4]   2> 901118 T3888 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 901149 T3888 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:58747
   [junit4]   2> 901151 T3888 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 901151 T3888 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 901152 T3888 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6361BB219E1C4D5-001\control-001
   [junit4]   2> 901152 T3888 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6361BB219E1C4D5-001\control-001\'
   [junit4]   2> 901200 T3888 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6361BB219E1C4D5-001\control-001\solr.xml
   [junit4]   2> 901216 T3888 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6361BB219E1C4D5-001\control-001\cores
   [junit4]   2> 901216 T3888 oasc.CoreContainer.<init> New CoreContainer 30949263
   [junit4]   2> 901219 T3888 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6361BB219E1C4D5-001\control-001\]
   [junit4]   2> 901219 T3888 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 901219 T3888 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 901220 T3888 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 901220 T3888 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 901220 T3888 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 901221 T3888 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 901221 T3888 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 901221 T3888 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 901221 T3888 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 901222 T3888 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 901222 T3888 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 901222 T3888 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 901222 T3888 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 901222 T3888 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 901222 T3888 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 901225 T3888 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:58739/solr
   [junit4]   2> 901225 T3888 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 901225 T3888 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 901227 T3888 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 901231 T3911 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3b47a5 name:ZooKeeperConnection Watcher:127.0.0.1:58739 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 901232 T3888 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 901233 T3888 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 901242 T3888 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 901249 T3914 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@15bb7aa name:ZooKeeperConnection Watcher:127.0.0.1:58739/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 901250 T3888 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 901253 T3888 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 901262 T3888 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 901267 T3888 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 901278 T3888 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 901286 T3888 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 901291 T3888 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 901296 T3888 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58746_ohy%2Fz
   [junit4]   2> 901299 T3888 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58746_ohy%2Fz
   [junit4]   2> 901301 T3888 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 901303 T3888 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 901310 T3888 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 901314 T3888 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:58746_ohy%2Fz
   [junit4]   2> 901314 T3888 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 901318 T3888 oasc.Overseer.start Overseer (id=93309598510612483-127.0.0.1:58746_ohy%2Fz-n_0000000000) starting
   [junit4]   2> 901318 T3888 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 901334 T3888 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 901336 T3916 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 901337 T3888 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 901346 T3888 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 901349 T3888 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 901358 T3915 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 901361 T3888 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6361BB219E1C4D5-001\control-001\cores
   [junit4]   2> 901363 T3888 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6361BB219E1C4D5-001\control-001\cores\collection1\
   [junit4]   2> 901363 T3888 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 901366 T3918 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 901366 T3918 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 901368 T3914 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 901368 T3918 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 901375 T3915 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 0, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58746/ohy/z",
   [junit4]   2> 	  "node_name":"127.0.0.1:58746_ohy%2Fz",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 0
   [junit4]   2> 901377 T3915 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58746/ohy/z",
   [junit4]   2> 	  "node_name":"127.0.0.1:58746_ohy%2Fz",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 901377 T3915 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 901377 T3915 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 901380 T3914 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 902157 T3918 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 902157 T3918 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 902159 T3918 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 902159 T3918 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 902161 T3918 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 902162 T3918 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6361BB219E1C4D5-001\control-001\cores\collection1\'
   [junit4]   2> 902196 T3918 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 902199 T3918 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 902210 T3918 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 902215 T3918 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 902224 T3918 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 902228 T3918 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 902239 T3918 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 902377 T3918 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 902388 T3918 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 902390 T3918 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 902424 T3918 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 902430 T3918 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 902436 T3918 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 902438 T3918 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 902438 T3918 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 902439 T3918 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 902441 T3918 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 902441 T3918 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 902441 T3918 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 902441 T3918 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 902443 T3918 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6361BB219E1C4D5-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6361BB219E1C4D5-001\tempDir-001/control/data\
   [junit4]   2> 902443 T3918 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@cd1671
   [junit4]   2> 902444 T3918 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6361BB219E1C4D5-001\tempDir-001/control/data\
   [junit4]   2> 902444 T3918 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6361BB219E1C4D5-001\tempDir-001/control/data\index/
   [junit4]   2> 902444 T3918 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6361BB219E1C4D5-001\tempDir-001\control\data\index' doesn't exist. Creating new index...
   [junit4]   2> 902445 T3918 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6361BB219E1C4D5-001\tempDir-001/control/data\index
   [junit4]   2> 902447 T3918 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=49, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.13324621708210627]
   [junit4]   2> 902448 T3918 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@b150bd lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@118b1c),segFN=segments_1,generation=1}
   [junit4]   2> 902448 T3918 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 902454 T3918 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 902454 T3918 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 902455 T3918 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 902455 T3918 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 902455 T3918 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 902455 T3918 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 902455 T3918 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 902456 T3918 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 902456 T3918 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 902457 T3918 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 902459 T3918 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 902459 T3918 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 902460 T3918 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 902460 T3918 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 902461 T3918 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 902461 T3918 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 902462 T3918 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 902463 T3918 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 902464 T3918 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 902465 T3918 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 902465 T3918 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 902466 T3918 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 902467 T3918 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 902467 T3918 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 902468 T3918 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 902469 T3918 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 902470 T3918 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 902477 T3918 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 902479 T3918 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 902481 T3918 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 902482 T3918 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 902482 T3918 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 902487 T3918 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 902487 T3918 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 902489 T3918 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1340992893, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 902489 T3918 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@b150bd lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@118b1c),segFN=segments_1,generation=1}
   [junit4]   2> 902489 T3918 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 902490 T3918 oass.SolrIndexSearcher.<init> Opening Searcher@1066923[collection1] main
   [junit4]   2> 902490 T3918 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 902493 T3918 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 902493 T3918 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 902494 T3918 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 902494 T3918 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 902494 T3918 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 902495 T3918 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 902496 T3918 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 902496 T3918 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 902497 T3918 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 902497 T3919 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1066923[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 902499 T3918 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 902500 T3922 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:58746/ohy/z collection:control_collection shard:shard1
   [junit4]   2> 902502 T3888 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 902502 T3888 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 902504 T3922 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 902507 T3888 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 902511 T3888 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 902515 T3926 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1167358 name:ZooKeeperConnection Watcher:127.0.0.1:58739/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 902516 T3888 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 902516 T3888 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 902522 T3888 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 902525 T3922 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 902533 T3914 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 902533 T3888 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 902534 T3922 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 902534 T3922 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C680 name=collection1 org.apache.solr.core.SolrCore@190ce3c url=http://127.0.0.1:58746/ohy/z/collection1 node=127.0.0.1:58746_ohy%2Fz C680_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:58746/ohy/z, node_name=127.0.0.1:58746_ohy%2Fz, state=down}
   [junit4]   2> 902534 T3922 C680 P58746 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:58746/ohy/z/collection1/
   [junit4]   2> 902534 T3922 C680 P58746 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 902536 T3922 C680 P58746 oasc.SyncStrategy.syncToMe http://127.0.0.1:58746/ohy/z/collection1/ has no replicas
   [junit4]   2> 902537 T3922 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:58746/ohy/z/collection1/ shard1
   [junit4]   2> 902537 T3922 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 902544 T3915 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 902552 T3926 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 902553 T3914 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 902593 T3915 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58746/ohy/z",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 902601 T3927 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 902606 T3926 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 902636 T3922 oasc.ZkController.register We are http://127.0.0.1:58746/ohy/z/collection1/ and leader is http://127.0.0.1:58746/ohy/z/collection1/
   [junit4]   2> 902636 T3922 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:58746/ohy/z
   [junit4]   2> 902636 T3922 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 902636 T3922 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 902636 T3922 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 902656 T3914 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 902668 T3915 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58746/ohy/z",
   [junit4]   2> 	  "node_name":"127.0.0.1:58746_ohy%2Fz",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 3
   [junit4]   2> 902671 T3915 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58746/ohy/z",
   [junit4]   2> 	  "node_name":"127.0.0.1:58746_ohy%2Fz",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 902771 T3926 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 902771 T3914 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 904342 T3888 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6361BB219E1C4D5-001\shard-1-001\cores\collection1
   [junit4]   2> 904344 T3888 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 904346 T3888 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 904351 T3888 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:58760
   [junit4]   2> 904353 T3888 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 904354 T3888 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 904354 T3888 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6361BB219E1C4D5-001\shard-1-001
   [junit4]   2> 904355 T3888 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6361BB219E1C4D5-001\shard-1-001\'
   [junit4]   2> 904396 T3888 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6361BB219E1C4D5-001\shard-1-001\solr.xml
   [junit4]   2> 904406 T3888 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6361BB219E1C4D5-001\shard-1-001\cores
   [junit4]   2> 904407 T3888 oasc.CoreContainer.<init> New CoreContainer 21800593
   [junit4]   2> 904408 T3888 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6361BB219E1C4D5-001\shard-1-001\]
   [junit4]   2> 904409 T3888 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 904409 T3888 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 904409 T3888 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 904409 T3888 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 904409 T3888 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 904409 T3888 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 904409 T3888 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 904409 T3888 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 904409 T3888 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 904409 T3888 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 904410 T3888 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 904410 T3888 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 904412 T3888 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 904412 T3888 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 904413 T3888 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 904413 T3888 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:58739/solr
   [junit4]   2> 904413 T3888 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 904413 T3888 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 904415 T3888 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 904419 T3939 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@135a6c5 name:ZooKeeperConnection Watcher:127.0.0.1:58739 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 904420 T3888 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 904420 T3888 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 904426 T3888 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 904428 T3942 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@9b3a5b name:ZooKeeperConnection Watcher:127.0.0.1:58739/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 904428 T3888 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 904442 T3888 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 905318 T3888 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58759_ohy%2Fz
   [junit4]   2> 905322 T3888 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58759_ohy%2Fz
   [junit4]   2> 905338 T3888 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 905345 T3888 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6361BB219E1C4D5-001\shard-1-001\cores
   [junit4]   2> 905346 T3888 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6361BB219E1C4D5-001\shard-1-001\cores\collection1\
   [junit4]   2> 905346 T3888 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 905349 T3943 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 905349 T3943 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 905352 T3943 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 905352 T3914 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 905354 T3915 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58759/ohy/z",
   [junit4]   2> 	  "node_name":"127.0.0.1:58759_ohy%2Fz",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 4
   [junit4]   2> 905355 T3915 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58759/ohy/z",
   [junit4]   2> 	  "node_name":"127.0.0.1:58759_ohy%2Fz",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 905355 T3915 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 905355 T3915 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 905359 T3926 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 905360 T3942 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 905359 T3914 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 906220 T3943 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 906220 T3943 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 906221 T3943 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 906221 T3943 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 906225 T3943 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 906225 T3943 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6361BB219E1C4D5-001\shard-1-001\cores\collection1\'
   [junit4]   2> 906253 T3943 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 906257 T3943 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 906271 T3943 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 906275 T3943 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 906299 T3943 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 906302 T3943 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 906315 T3943 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 906447 T3943 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 906454 T3943 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 906454 T3943 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 906477 T3943 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 906482 T3943 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 906485 T3943 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 906488 T3943 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 906488 T3943 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 906488 T3943 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 906491 T3943 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 906491 T3943 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 906491 T3943 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 906491 T3943 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 906493 T3943 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6361BB219E1C4D5-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6361BB219E1C4D5-001\tempDir-001/jetty1\
   [junit4]   2> 906493 T3943 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@cd1671
   [junit4]   2> 906494 T3943 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6361BB219E1C4D5-001\tempDir-001/jetty1\
   [junit4]   2> 906494 T3943 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6361BB219E1C4D5-001\tempDir-001/jetty1\index/
   [junit4]   2> 906494 T3943 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6361BB219E1C4D5-001\tempDir-001\jetty1\index' doesn't exist. Creating new index...
   [junit4]   2> 906495 T3943 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6361BB219E1C4D5-001\tempDir-001/jetty1\index
   [junit4]   2> 906495 T3943 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=49, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.13324621708210627]
   [junit4]   2> 906496 T3943 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@a90cf7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@485d80),segFN=segments_1,generation=1}
   [junit4]   2> 906496 T3943 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 906504 T3943 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 906504 T3943 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 906505 T3943 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 906505 T3943 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 906505 T3943 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 906505 T3943 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 906505 T3943 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 906506 T3943 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 906506 T3943 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 906508 T3943 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 906509 T3943 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 906510 T3943 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 906511 T3943 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 906512 T3943 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 906513 T3943 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 906514 T3943 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 906516 T3943 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 906516 T3943 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 906520 T3943 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 906521 T3943 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 906522 T3943 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 906522 T3943 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 906524 T3943 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 906525 T3943 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 906526 T3943 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 906527 T3943 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 906527 T3943 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 906533 T3943 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 906534 T3943 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 906535 T3943 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 906537 T3943 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 906538 T3943 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 906541 T3943 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 906542 T3943 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 906544 T3943 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1340992893, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 906544 T3943 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@a90cf7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@485d80),segFN=segments_1,generation=1}
   [junit4]   2> 906545 T3943 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 906545 T3943 oass.SolrIndexSearcher.<init> Opening Searcher@d697c1[collection1] main
   [junit4]   2> 906545 T3943 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 906547 T3943 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 906547 T3943 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 906549 T3943 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 906549 T3943 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 906549 T3943 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 906550 T3943 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 906550 T3943 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 906550 T3943 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 906550 T3943 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 906555 T3944 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@d697c1[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 906555 T3943 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 906558 T3888 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 906558 T3888 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 906560 T3947 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:58759/ohy/z collection:collection1 shard:shard2
   [junit4]   2> 906563 T3947 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 906587 T3947 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 906589 T3914 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 906592 T3947 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 906592 T3947 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C681 name=collection1 org.apache.solr.core.SolrCore@1a6e56 url=http://127.0.0.1:58759/ohy/z/collection1 node=127.0.0.1:58759_ohy%2Fz C681_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:58759/ohy/z, node_name=127.0.0.1:58759_ohy%2Fz, state=down}
   [junit4]   2> 906592 T3947 C681 P58759 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:58759/ohy/z/collection1/
   [junit4]   2> 906592 T3947 C681 P58759 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 906592 T3947 C681 P58759 oasc.SyncStrategy.syncToMe http://127.0.0.1:58759/ohy/z/collection1/ has no replicas
   [junit4]   2> 906593 T3947 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:58759/ohy/z/collection1/ shard2
   [junit4]   2> 906593 T3947 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 906595 T3915 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1"} current state version: 5
   [junit4]   2> 906606 T3914 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 906610 T3915 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58759/ohy/z",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 5
   [junit4]   2> 906706 T3914 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 906708 T3926 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 906709 T3942 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 906742 T3947 oasc.ZkController.register We are http://127.0.0.1:58759/ohy/z/collection1/ and leader is http://127.0.0.1:58759/ohy/z/collection1/
   [junit4]   2> 906742 T3947 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:58759/ohy/z
   [junit4]   2> 906742 T3947 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 906742 T3947 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 906742 T3947 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 906745 T3914 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 906750 T3915 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58759/ohy/z",
   [junit4]   2> 	  "node_name":"127.0.0.1:58759_ohy%2Fz",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 6
   [junit4]   2> 906751 T3915 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58759/ohy/z",
   [junit4]   2> 	  "node_name":"127.0.0.1:58759_ohy%2Fz",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 906848 T3926 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 906849 T3942 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 906848 T3914 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 908283 T3888 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6361BB219E1C4D5-001\shard-2-001\cores\collection1
   [junit4]   2> 908288 T3888 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 908290 T3888 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 908297 T3888 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:58770
   [junit4]   2> 908298 T3888 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 908298 T3888 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 908300 T3888 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6361BB219E1C4D5-001\shard-2-001
   [junit4]   2> 908300 T3888 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6361BB219E1C4D5-001\shard-2-001\'
   [junit4]   2> 908362 T3888 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6361BB219E1C4D5-001\shard-2-001\solr.xml
   [junit4]   2> 908377 T3888 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6361BB219E1C4D5-001\shard-2-001\cores
   [junit4]   2> 908379 T3888 oasc.CoreContainer.<init> New CoreContainer 20464520
   [junit4]   2> 908379 T3888 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6361BB219E1C4D5-001\shard-2-001\]
   [junit4]   2> 908381 T3888 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 908381 T3888 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 908382 T3888 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 908382 T3888 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 908382 T3888 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 908382 T3888 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 908383 T3888 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 908383 T3888 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 908384 T3888 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 908385 T3888 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 908385 T3888 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 908386 T3888 oasu.UpdateShardHandler.<init> Creating Up

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

nkeySafeLeaderTest, BasicDistributedZk2Test, CollectionsAPIDistributedZkTest, LeaderElectionIntegrationTest, ShardRoutingTest, RecoveryZkTest, TestRandomFaceting, LeaderElectionTest, ZkSolrClientTest, ZkCLITest, TestDistributedSearch, AutoCommitTest, TestHashPartitioner, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, ZkControllerTest, TestRealTimeGet, HardAutoCommitTest, DistributedTermsComponentTest, TestCoreContainer, TestSolr4Spatial, SolrCoreTest, StatsComponentTest, QueryElevationComponentTest, BadIndexSchemaTest, TestFiltering, BasicFunctionalityTest, TestBadConfig, OverseerCollectionProcessorTest, TestIndexSearcher, HighlighterTest, ShowFileRequestHandlerTest, CurrencyFieldOpenExchangeTest, DistributedQueryElevationComponentTest, SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser, SpellCheckCollatorTest, SuggesterFSTTest, CoreAdminHandlerTest, SolrRequestParserTest, SuggesterTest, TestStressLucene, SpatialFilterTest, PolyFieldTest, NoCacheHeaderTest, WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, TestUpdate, FieldMutatingUpdateProcessorTest, TestWordDelimiterFilterFactory, DirectUpdateHandlerOptimizeTest, StatelessScriptUpdateProcessorFactoryTest, SortByFunctionTest, TestRemoteStreaming, DistanceFunctionTest, TestSolrDeletionPolicy1, DebugComponentTest, CacheHeaderTest, TestSurroundQueryParser, LukeRequestHandlerTest, TestQueryUtils, DirectSolrSpellCheckerTest, DocumentAnalysisRequestHandlerTest, TestQueryTypes, PrimitiveFieldTypeTest, TestOmitPositions, RequestHandlersTest, DocumentBuilderTest, TestValueSourceCache, PathHierarchyTokenizerFactoryTest, RequiredFieldsTest, FieldAnalysisRequestHandlerTest, TestSolrQueryParser, TestArbitraryIndexDir, FastVectorHighlighterTest, IndexSchemaRuntimeFieldTest, LoggingHandlerTest, UpdateRequestProcessorFactoryTest, JSONWriterTest, TestCSVResponseWriter, QueryParsingTest, TestAnalyzedSuggestions, UniqFieldsUpdateProcessorFactoryTest, JsonLoaderTest, BinaryUpdateRequestHandlerTest, PingRequestHandlerTest, CSVRequestHandlerTest, TestBinaryResponseWriter, TestQuerySenderListener, UpdateParamsTest, AlternateDirectoryTest, BadComponentTest, TestMergePolicyConfig, TestBinaryField, TestConfig, OutputWriterTest, ExternalFileFieldSortTest, TestSolrCoreProperties, NotRequiredUniqueKeyTest, SpellPossibilityIteratorTest, TestCodecSupport, SynonymTokenizerTest, TestSweetSpotSimilarityFactory, TestPerFieldSimilarity, TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory, TestBM25SimilarityFactory, TestDefaultSimilarityFactory, TestFastWriter, TestJmxMonitoredMap, TimeZoneUtilsTest, ResourceLoaderTest, ScriptEngineTest, PluginInfoTest, DateMathParserTest, PrimUtilsTest, TestSuggestSpellingConverter, SpellingQueryConverterTest, RAMDirectoryFactoryTest, TestSolrJ, TestDocumentBuilder, ZkNodePropsTest, SliceStateTest, CircularListTest, DistributedMLTComponentTest, CursorPagingTest, DistributedIntervalFacetingTest, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, AliasIntegrationTest, AssignTest, CloudExitableDirectoryReaderTest, DeleteShardTest, HttpPartitionTest, LeaderFailoverAfterPartitionTest, LeaderInitiatedRecoveryOnCommitTest, MigrateRouteKeyTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverriddenZkACLAndCredentialsProvidersTest, RecoveryAfterSoftCommitTest, RemoteQueryErrorTest, RollingRestartTest, SSLMigrationTest, SharedFSAutoReplicaFailoverUtilsTest, SimpleCollectionCreateDeleteTest, SolrXmlInZkTest, TestDistribDocBasedVersion, TestLeaderElectionZkExpiry, TestMiniSolrCloudClusterSSL, TestRebalanceLeaders, TestReplicaProperties, TestShortCircuitedRequests, HdfsSyncSliceTest, HdfsUnloadDistributedZkTest, HdfsWriteToMultipleCollectionsTest, TestClusterStateMutator, CachingDirectoryFactoryTest, ExitableDirectoryReaderTest, QueryResultKeyTest, TestDynamicLoading, TestImplicitCoreProperties, TestInitParams, TestNRTOpen, TestSolrConfigHandler, TestSolrDynamicMBean, RequestLoggingTest, TestBlobHandler, TestConfigReload, TestReplicationHandlerBackup]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestReplicationHandlerBackup -Dtests.seed=F6361BB219E1C4D5 -Dtests.slow=true -Dtests.locale=ms_MY -Dtests.timezone=Pacific/Kiritimati -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s | TestReplicationHandlerBackup (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the following files (in the order of attempts):
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F6361BB219E1C4D5-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F6361BB219E1C4D5-001\solr-instance-002\collection1
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F6361BB219E1C4D5-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F6361BB219E1C4D5-001\solr-instance-002
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F6361BB219E1C4D5-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F6361BB219E1C4D5-001\solr-instance-001\collection1
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F6361BB219E1C4D5-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F6361BB219E1C4D5-001\solr-instance-001
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F6361BB219E1C4D5-001\solr-instance-001\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F6361BB219E1C4D5-001\solr-instance-001\collection1\data
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F6361BB219E1C4D5-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F6361BB219E1C4D5-001\solr-instance-001
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F6361BB219E1C4D5-001\solr-instance-002\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F6361BB219E1C4D5-001\solr-instance-002\collection1\data
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F6361BB219E1C4D5-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F6361BB219E1C4D5-001\solr-instance-002
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F6361BB219E1C4D5-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup F6361BB219E1C4D5-001
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F6361BB219E1C4D5]:0)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed in 8.57s, 2 tests, 1 error <<< FAILURES!

[...truncated 183 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:508: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1368: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:975: There were test failures: 466 suites, 1864 tests, 3 suite-level errors, 1 error, 55 ignored (30 assumptions)

Total time: 135 minutes 42 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.8.0_31 -client -XX:+UseParallelGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (64bit/jdk1.7.0_76) - Build # 4377 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4377/
Java: 64bit/jdk1.7.0_76 -XX:+UseCompressedOops -XX:+UseSerialGC

3 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.handler.TestReplicationHandlerBackup

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup D80B5F13B5BE9E5-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup D80B5F13B5BE9E5-001\solr-instance-002\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup D80B5F13B5BE9E5-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup D80B5F13B5BE9E5-001\solr-instance-002    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup D80B5F13B5BE9E5-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup D80B5F13B5BE9E5-001\solr-instance-001\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup D80B5F13B5BE9E5-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup D80B5F13B5BE9E5-001\solr-instance-001    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup D80B5F13B5BE9E5-001\solr-instance-001\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup D80B5F13B5BE9E5-001\solr-instance-001\collection1\data    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup D80B5F13B5BE9E5-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup D80B5F13B5BE9E5-001\solr-instance-001    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup D80B5F13B5BE9E5-001\solr-instance-002\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup D80B5F13B5BE9E5-001\solr-instance-002\collection1\data    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup D80B5F13B5BE9E5-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup D80B5F13B5BE9E5-001\solr-instance-002    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup D80B5F13B5BE9E5-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup D80B5F13B5BE9E5-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup D80B5F13B5BE9E5-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup D80B5F13B5BE9E5-001\solr-instance-002\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup D80B5F13B5BE9E5-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup D80B5F13B5BE9E5-001\solr-instance-002
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup D80B5F13B5BE9E5-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup D80B5F13B5BE9E5-001\solr-instance-001\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup D80B5F13B5BE9E5-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup D80B5F13B5BE9E5-001\solr-instance-001
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup D80B5F13B5BE9E5-001\solr-instance-001\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup D80B5F13B5BE9E5-001\solr-instance-001\collection1\data
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup D80B5F13B5BE9E5-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup D80B5F13B5BE9E5-001\solr-instance-001
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup D80B5F13B5BE9E5-001\solr-instance-002\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup D80B5F13B5BE9E5-001\solr-instance-002\collection1\data
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup D80B5F13B5BE9E5-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup D80B5F13B5BE9E5-001\solr-instance-002
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup D80B5F13B5BE9E5-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup D80B5F13B5BE9E5-001

	at __randomizedtesting.SeedInfo.seed([D80B5F13B5BE9E5]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:170)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.BasicDistributedZk2Test

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test D80B5F13B5BE9E5-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test D80B5F13B5BE9E5-001\tempDir-002    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test D80B5F13B5BE9E5-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test D80B5F13B5BE9E5-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test D80B5F13B5BE9E5-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test D80B5F13B5BE9E5-001\tempDir-002
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test D80B5F13B5BE9E5-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test D80B5F13B5BE9E5-001

	at __randomizedtesting.SeedInfo.seed([D80B5F13B5BE9E5]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:170)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


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

Error Message:
org.apache.http.NoHttpResponseException: The target server failed to respond

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:865)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:730)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:283)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:940)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:915)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:546)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:543)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	... 1 more




Build Log:
[...truncated 9195 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D80B5F13B5BE9E5-001\init-core-data-001
   [junit4]   2> 104646 T270 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 104653 T270 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 104655 T271 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 104752 T270 oasc.ZkTestServer.run start zk server on port:49367
   [junit4]   2> 104752 T270 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 104754 T270 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 104759 T278 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@79d12f98 name:ZooKeeperConnection Watcher:127.0.0.1:49367 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 104759 T270 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 104759 T270 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 104759 T270 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 104765 T270 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 104767 T270 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 104770 T281 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@71506d9a name:ZooKeeperConnection Watcher:127.0.0.1:49367/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 104770 T270 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 104770 T270 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 104770 T270 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 104776 T270 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 104780 T270 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 104783 T270 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 104787 T270 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 104788 T270 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 104795 T270 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 104796 T270 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 104801 T270 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 104802 T270 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 104806 T270 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 104806 T270 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 104812 T270 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 104812 T270 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 104818 T270 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 104818 T270 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 104822 T270 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 104822 T270 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 104827 T270 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 104828 T270 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 104832 T270 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 104832 T270 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 104837 T270 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 104838 T270 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 104842 T270 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 104843 T270 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 106400 T270 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D80B5F13B5BE9E5-001\control-001\cores\collection1
   [junit4]   2> 106405 T270 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 106411 T270 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49375
   [junit4]   2> 106411 T270 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@4defb0be
   [junit4]   2> 106411 T270 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 106411 T270 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D80B5F13B5BE9E5-001\control-001
   [junit4]   2> 106411 T270 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D80B5F13B5BE9E5-001\control-001\'
   [junit4]   2> 106447 T270 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D80B5F13B5BE9E5-001\control-001\solr.xml
   [junit4]   2> 106476 T270 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D80B5F13B5BE9E5-001\control-001\cores
   [junit4]   2> 106476 T270 oasc.CoreContainer.<init> New CoreContainer 126108252
   [junit4]   2> 106477 T270 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D80B5F13B5BE9E5-001\control-001\]
   [junit4]   2> 106486 T270 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 106487 T270 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 106487 T270 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 106487 T270 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 106487 T270 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 106487 T270 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 106487 T270 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 106488 T270 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 106488 T270 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 106488 T270 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 106489 T270 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 106490 T270 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 106490 T270 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 106490 T270 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 106491 T270 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 106491 T270 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49367/solr
   [junit4]   2> 106491 T270 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 106492 T270 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 106494 T270 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 106496 T293 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5eef166e name:ZooKeeperConnection Watcher:127.0.0.1:49367 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 106497 T270 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 106497 T270 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 106500 T272 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14b7e16376c0002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 106502 T270 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 106504 T296 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@407da4f0 name:ZooKeeperConnection Watcher:127.0.0.1:49367/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 106505 T270 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 106510 T270 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 106513 T270 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 106520 T270 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 106527 T270 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 106532 T270 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 106538 T270 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 106539 T270 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49374_
   [junit4]   2> 106541 T270 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49374_
   [junit4]   2> 106545 T270 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 106549 T270 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 106552 T270 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 106554 T270 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:49374_
   [junit4]   2> 106554 T270 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 106558 T270 oasc.Overseer.start Overseer (id=93306851175432195-127.0.0.1:49374_-n_0000000000) starting
   [junit4]   2> 106562 T270 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 106576 T270 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 106578 T298 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 106579 T297 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 106583 T270 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 106591 T270 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 106592 T270 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 106604 T270 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D80B5F13B5BE9E5-001\control-001\cores
   [junit4]   2> 106605 T270 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D80B5F13B5BE9E5-001\control-001\cores\collection1\
   [junit4]   2> 106606 T270 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 106610 T300 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 106610 T300 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 106615 T300 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 106616 T296 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 106623 T297 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 0, message = {
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:49374_",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49374",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "operation":"state"} current state version: 0
   [junit4]   2> 106625 T297 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:49374_",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49374",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 106625 T297 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 106625 T297 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 106628 T296 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 107566 T300 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 107566 T300 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 107567 T300 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 107567 T300 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 107569 T300 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 107569 T300 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D80B5F13B5BE9E5-001\control-001\cores\collection1\'
   [junit4]   2> 107593 T300 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 107595 T300 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 107609 T300 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 107642 T300 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 107711 T300 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 107714 T300 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 107734 T300 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 108193 T300 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 108207 T300 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 108212 T300 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 108247 T300 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 108254 T300 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 108259 T300 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 108262 T300 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 108263 T300 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 108263 T300 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 108266 T300 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 108266 T300 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 108266 T300 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 108266 T300 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 108266 T300 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D80B5F13B5BE9E5-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D80B5F13B5BE9E5-001\tempDir-001/control/data\
   [junit4]   2> 108266 T300 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@78536317
   [junit4]   2> 108266 T300 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D80B5F13B5BE9E5-001\tempDir-001/control/data\
   [junit4]   2> 108266 T300 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D80B5F13B5BE9E5-001\tempDir-001/control/data\index/
   [junit4]   2> 108268 T300 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D80B5F13B5BE9E5-001\tempDir-001\control\data\index' doesn't exist. Creating new index...
   [junit4]   2> 108270 T300 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D80B5F13B5BE9E5-001\tempDir-001/control/data\index
   [junit4]   2> 108271 T300 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=802800907, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 108272 T300 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@20067107 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6e692fe),segFN=segments_1,generation=1}
   [junit4]   2> 108272 T300 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 108280 T300 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 108281 T300 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 108281 T300 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 108282 T300 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 108283 T300 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 108283 T300 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 108284 T300 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 108284 T300 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 108284 T300 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 108285 T300 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 108286 T300 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 108287 T300 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 108287 T300 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 108289 T300 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 108289 T300 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 108290 T300 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 108292 T300 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 108292 T300 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 108294 T300 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 108294 T300 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 108296 T300 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 108297 T300 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 108297 T300 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 108298 T300 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 108298 T300 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 108300 T300 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 108301 T300 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 108311 T300 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 108315 T300 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 108319 T300 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 108319 T300 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 108324 T300 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 108330 T300 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 108330 T300 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 108332 T300 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=40, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=62.51953125, floorSegmentMB=1.046875, forceMergeDeletesPctAllowed=3.2801501791291043, segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 108333 T300 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@20067107 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6e692fe),segFN=segments_1,generation=1}
   [junit4]   2> 108333 T300 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 108334 T300 oass.SolrIndexSearcher.<init> Opening Searcher@70ea8975[collection1] main
   [junit4]   2> 108335 T300 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 108337 T300 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 108338 T300 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 108341 T300 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 108341 T300 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 108341 T300 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 108345 T300 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 108345 T300 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 108345 T300 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 108345 T300 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 108347 T300 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 108348 T301 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@70ea8975[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 108351 T270 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 108351 T270 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 108356 T270 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 108359 T270 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 108370 T304 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49374 collection:control_collection shard:shard1
   [junit4]   2> 108377 T304 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 108384 T308 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2b427032 name:ZooKeeperConnection Watcher:127.0.0.1:49367/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 108385 T270 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 108386 T270 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 108389 T270 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 108392 T304 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 108396 T296 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 108398 T304 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 108398 T304 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C27 name=collection1 org.apache.solr.core.SolrCore@72884f4f url=http://127.0.0.1:49374/collection1 node=127.0.0.1:49374_ C27_STATE=coll:control_collection core:collection1 props:{core=collection1, node_name=127.0.0.1:49374_, state=down, base_url=http://127.0.0.1:49374}
   [junit4]   2> 108398 T304 C27 P49374 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49374/collection1/
   [junit4]   2> 108399 T304 C27 P49374 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 108399 T304 C27 P49374 oasc.SyncStrategy.syncToMe http://127.0.0.1:49374/collection1/ has no replicas
   [junit4]   2> 108400 T304 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49374/collection1/ shard1
   [junit4]   2> 108400 T297 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 108400 T304 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 108402 T270 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 108415 T308 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 108415 T296 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 108441 T309 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 108444 T297 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49374",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 108547 T308 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 108588 T304 oasc.ZkController.register We are http://127.0.0.1:49374/collection1/ and leader is http://127.0.0.1:49374/collection1/
   [junit4]   2> 108588 T304 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49374
   [junit4]   2> 108588 T304 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 108588 T304 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 108588 T304 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 108594 T296 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 108605 T297 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:49374_",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49374",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "operation":"state"} current state version: 3
   [junit4]   2> 108609 T297 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:49374_",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49374",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 108723 T296 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 108724 T308 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 110264 T270 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D80B5F13B5BE9E5-001\shard-1-001\cores\collection1
   [junit4]   2> 110267 T270 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 110270 T270 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 110274 T270 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49388
   [junit4]   2> 110275 T270 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@4defb0be
   [junit4]   2> 110275 T270 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 110276 T270 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D80B5F13B5BE9E5-001\shard-1-001
   [junit4]   2> 110276 T270 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D80B5F13B5BE9E5-001\shard-1-001\'
   [junit4]   2> 110318 T270 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D80B5F13B5BE9E5-001\shard-1-001\solr.xml
   [junit4]   2> 110368 T270 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D80B5F13B5BE9E5-001\shard-1-001\cores
   [junit4]   2> 110369 T270 oasc.CoreContainer.<init> New CoreContainer 145407788
   [junit4]   2> 110369 T270 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D80B5F13B5BE9E5-001\shard-1-001\]
   [junit4]   2> 110371 T270 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 110371 T270 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 110372 T270 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 110372 T270 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 110372 T270 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 110373 T270 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 110373 T270 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 110373 T270 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 110374 T270 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 110374 T270 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 110374 T270 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 110375 T270 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 110375 T270 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 110376 T270 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 110376 T270 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 110377 T270 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49367/solr
   [junit4]   2> 110377 T270 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 110377 T270 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 110382 T270 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 110385 T321 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@63fe86fc name:ZooKeeperConnection Watcher:127.0.0.1:49367 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 110385 T270 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 110385 T270 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 110388 T272 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14b7e16376c0005, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 110395 T270 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 110397 T324 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@219fa975 name:ZooKeeperConnection Watcher:127.0.0.1:49367/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 110398 T270 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 110420 T270 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 111483 T270 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49387_
   [junit4]   2> 111485 T270 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49387_
   [junit4]   2> 111494 T270 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 111499 T270 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D80B5F13B5BE9E5-001\shard-1-001\cores
   [junit4]   2> 111501 T270 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D80B5F13B5BE9E5-001\shard-1-001\cores\collection1\
   [junit4]   2> 111501 T270 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 111504 T325 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 111505 T325 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 111506 T325 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 111506 T296 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 111510 T297 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:49387_",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49387",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "operation":"state"} current state version: 4
   [junit4]   2> 111511 T297 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:49387_",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49387",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 111511 T297 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 111511 T297 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 111513 T324 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 111514 T296 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 111514 T308 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 112552 T325 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 112552 T325 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 112554 T325 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 112554 T325 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 112559 T325 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 112559 T325 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D80B5F13B5BE9E5-001\shard-1-001\cores\collection1\'
   [junit4]   2> 112600 T325 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 112605 T325 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 112624 T325 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 112668 T325 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 112744 T325 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 112748 T325 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 112766 T325 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 113362 T325 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 113374 T325 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 113378 T325 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 113409 T325 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 113417 T325 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 113423 T325 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 113426 T325 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 113426 T325 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 113426 T325 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 113428 T325 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 113428 T325 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 113428 T325 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 113428 T325 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 113430 T325 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D80B5F13B5BE9E5-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D80B5F13B5BE9E5-001\tempDir-001/jetty1\
   [junit4]   2> 113430 T325 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@78536317
   [junit4]   2> 113431 T325 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D80B5F13B5BE9E5-001\tempDir-001/jetty1\
   [junit4]   2> 113431 T325 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D80B5F13B5BE9E5-001\tempDir-001/jetty1\index/
   [junit4]   2> 113431 T325 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D80B5F13B5BE9E5-001\tempDir-001\jetty1\index' doesn't exist. Creating new index...
   [junit4]   2> 113431 T325 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D80B5F13B5BE9E5-001\tempDir-001/jetty1\index
   [junit4]   2> 113433 T325 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=802800907, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 113434 T325 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@5513de9b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@b7bbdc0),segFN=segments_1,generation=1}
   [junit4]   2> 113434 T325 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 113441 T325 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 113442 T325 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 113442 T325 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 113442 T325 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 113443 T325 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 113443 T325 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 113443 T325 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 113444 T325 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 113444 T325 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 113445 T325 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 113446 T325 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 113447 T325 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 113452 T325 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 113452 T325 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 113453 T325 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 113455 T325 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 113457 T325 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 113458 T325 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 113461 T325 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 113462 T325 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 113465 T325 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 113466 T325 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 113467 T325 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 113468 T325 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 113469 T325 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 113471 T325 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 113472 T325 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 113487 T325 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 113488 T325 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 113492 T325 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 113498 T325 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 113502 T325 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 113506 T325 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 113506 T325 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 113508 T325 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=40, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=62.51953125, floorSegmentMB=1.046875, forceMergeDeletesPctAllowed=3.2801501791291043, segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 113509 T325 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@5513de9b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@b7bbdc0),segFN=segments_1,generation=1}
   [junit4]   2> 113509 T325 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 113510 T325 oass.SolrIndexSearcher.<init> Opening Searcher@213a53b[collection1] main
   [junit4]   2> 113510 T325 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 113515 T325 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 113515 T325 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 113519 T325 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 113520 T325 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 113520 T325 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 113521 T325 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 113522 T325 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 113522 T325 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 113522 T325 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 113523 T326 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@213a53b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 113525 T325 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 113526 T329 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49387 collection:collection1 shard:shard3
   [junit4]   2> 113528 T270 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 113528 T270 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 113531 T329 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard3/election
   [junit4]   2> 113546 T329 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard3
   [junit4]   2> 113551 T296 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 113551 T329 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 113552 T329 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C28 name=collection1 org.apache.solr.core.SolrCore@3c4d0f08 url=http://127.0.0.1:49387/collection1 node=127.0.0.1:49387_ C28_STATE=coll:collection1 core:collection1 props:{core=collection1, node_name=127.0.0.1:49387_, state=down, base_url=http://127.0.0.1:49387}
   [junit4]   2> 113552 T329 C28 P49387 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49387/collection1/
   [junit4]   2> 113552 T329 C28 P49387 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 113552 T329 C28 P49387 oasc.SyncStrategy.syncToMe http://127.0.0.1:49387/collection1/ has no replicas
   [junit4]   2> 113552 T329 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49387/collection1/ shard3
   [junit4]   2> 113553 T329 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard3
   [junit4]   2> 113556 T297 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "collection":"collection1"} current state version: 5
   [junit4]   2> 113564 T296 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 113566 T308 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 113566 T324 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 113587 T297 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49387",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 6
   [junit4]   2> 113616 T309 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 113621 T324 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 113621 T308 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 113639 T329 oasc.ZkController.register We are http://127.0.0.1:49387/collection1/ and leader is http://127.0.0.1:49387/collection1/
   [junit4]   2> 113639 T329 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49387
   [junit4]   2> 113639 T329 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 113639 T329 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 113639 T329 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 113644 T296 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 113648 T297 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:49387_",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49387",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "operation":"state"} current state version: 7
   [junit4]   2> 113651 T297 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:49387_",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49387",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 113768 T296 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 113769 T308 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 113771 T324 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 115398 T270 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D80B5F13B5BE9E5-001\shard-2-001\cores\collection1
   [junit4]   2> 115405 T270 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 115406 T270 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 115412 T270 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49398
   [junit4]   2> 115412 T270 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@4defb0be
   [junit4]   2> 115412 T270 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 115412 T270 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D80B5F13B5BE9E5-001\shard-2-001
   [junit4]   2> 115415 T270 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D80B5F13B5BE9E5-001\shard-2-001\'
   [junit4]   2> 115474 T270 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D80B5F13B5BE9E5-001\shard-2-001\solr.xml
   [junit4]   2> 115530 T270 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D80B5F13B5BE9E5-001\shard-2-001\cores
   [junit4]   2> 115530 T270 oasc.CoreContainer.<init> New CoreContainer 407655939
   [junit4]   2> 115530 T270 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D80B5F13B5BE9E5-001\shard-2-001\]
   [junit4]   2> 115534 T270 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 115534 T270 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 115534 T270 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 115534 T270 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 115534 T270 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 115534 T270 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 115534 T270 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 115538 T270 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 115538 T270 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 115538 T270 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 115538 T270 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 115540 T270 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 115540 T270 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 115540 T270 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 115542 T270 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 115542 T270 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49367/solr
   [junit4]   2> 115542 T270 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 115542 T270 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 115548 T270 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 115658 T344 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@46c2cba name:ZooKeeperConnection Watcher:127.0.0.1:49367 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 115659 T270 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 115659 T270 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 115673 T270 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 115679 T347 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@49aae991 name:ZooKeeperConnection Watcher:127.0.0.1:49367/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 115679 T270 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 115698 T270 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 116767 T270 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49397_
   [junit4]   2> 116768 T270 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49397_
   [junit4]   2> 116780 T270 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 116785 T270 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D80B5F13B5BE9E5-001\shard-2-001\cores
   [junit4]   2> 116785 T270 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D80B5F13B5BE9E5-001\shard-2-001\cores\collection1\
   [junit4]   2> 116788 T270 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 116791 T348 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 116792 T348 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 116793 T348 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 116793 T296 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 116796 T297 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:49397_",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49397",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "operation":"state"} current state version: 8
   [junit4]   2> 116797 T297 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:49397_",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49397",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 116797 T297 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 116797 T297 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4

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

ad, TestInitParams, SOLR749Test, DeleteReplicaTest, SolrPluginUtilsTest, SpellCheckCollatorTest, RemoteQueryErrorTest, DateFieldTest, CachingDirectoryFactoryTest, JsonLoaderTest, TestDistributedMissingSort, SSLMigrationTest, MergeStrategyTest, SuggesterTSTTest, TestStressReorder, TestDocSet, TestIndexSearcher, SchemaVersionSpecificBehaviorTest, HdfsWriteToMultipleCollectionsTest, TestJoin, SystemInfoHandlerTest, TestSolrCoreProperties, TestWordDelimiterFilterFactory, TestBinaryResponseWriter, BJQParserTest, DistributedFacetPivotLargeTest, TestSolrIndexConfig, RegexBoostProcessorTest, TestFieldSortValues, TermVectorComponentTest, TestClassNameShortening, DistanceUnitsTest, NumericFieldsTest, LeaderInitiatedRecoveryOnCommitTest, DefaultValueUpdateProcessorTest, CollectionsAPIAsyncDistributedZkTest, TestZkChroot, MinimalSchemaTest, CustomCollectionTest, SuggesterWFSTTest, LeaderElectionIntegrationTest, NoCacheHeaderTest, SaslZkACLProviderTest, TestExactSharedStatsCache, TestDynamicFieldResource, TestManagedStopFilterFactory, EchoParamsTest, TestFaceting, TestAddFieldRealTimeGet, TestCollectionAPI, TestExceedMaxTermLength, TestJmxIntegration, TermVectorComponentDistributedTest, TestDynamicFieldCollectionResource, SpatialHeatmapFacetsTest, AnalyticsQueryTest, HdfsCollectionsAPIDistributedZkTest, TestArbitraryIndexDir, TestManagedSchema, ShardRoutingTest, TestSolrConfigHandlerCloud, TestManagedResourceStorage, TestAnalyzedSuggestions, TestFuzzyAnalyzedSuggestions, TestReplicaProperties, StressHdfsTest, TestElisionMultitermQuery, ParsingFieldUpdateProcessorsTest, TestRTGBase, TestOverriddenPrefixQueryForCustomFieldType, IndexSchemaTest, TestConfigOverlay, TestCoreContainer, TestRemoteStreaming, CursorMarkTest, TestCollationFieldDocValues, TestSortingResponseWriter, TestCSVLoader, ZkControllerTest, AddSchemaFieldsUpdateProcessorFactoryTest, CoreAdminCreateDiscoverTest, TestChildDocTransformer, StandardRequestHandlerTest, TestHashPartitioner, TestLazyCores, TestRawResponseWriter, TestLMJelinekMercerSimilarityFactory, TestMissingGroups, AssignTest, BasicDistributedZkTest, TestRebalanceLeaders, TestDefaultStatsCache, StatelessScriptUpdateProcessorFactoryTest, DistributedQueryElevationComponentTest, UnloadDistributedZkTest, PrimitiveFieldTypeTest, DistributedFacetPivotSmallAdvancedTest, HttpPartitionTest, TestStandardQParsers, LeaderElectionTest, BadCopyFieldTest, ChangedSchemaMergeTest, SampleTest, TestInfoStreamLogging, TestSolr4Spatial, DistribDocExpirationUpdateProcessorTest, CloudExitableDirectoryReaderTest, TestDefaultSearchFieldResource, TestCursorMarkWithoutUniqueKey, TestCollapseQParserPlugin, QueryParsingTest, TestFiltering, TestSolrJ, FacetPivotSmallTest, RankQueryTest, SolrTestCaseJ4Test, BlockCacheTest, HdfsLockFactoryTest, TestPHPSerializedResponseWriter, AnalyticsMergeStrategyTest, TestDocBasedVersionConstraints, DocExpirationUpdateProcessorFactoryTest, CoreAdminRequestStatusTest, AliasIntegrationTest, TestManagedSchemaFieldTypeResource, TestPostingsSolrHighlighter, TestSolrDeletionPolicy2, AutoCommitTest, TestImplicitCoreProperties, SharedFSAutoReplicaFailoverUtilsTest, DirectSolrConnectionTest, TestUtils, BasicDistributedZk2Test, CacheHeaderTest, XsltUpdateRequestHandlerTest, TestStressLucene, WordBreakSolrSpellCheckerTest, ClusterStateTest, DeleteLastCustomShardedReplicaTest, ZkNodePropsTest, TestSweetSpotSimilarityFactory, TestStressUserVersions, ResponseLogComponentTest, SuggestComponentTest, TestGroupingSearch, MBeansHandlerTest, SpatialRPTFieldTypeTest, PreAnalyzedUpdateProcessorTest, ClusterStateUpdateTest, TestCharFilters, FileUtilsTest, DocumentBuilderTest, TestIndexingPerformance, StatsComponentTest, DistributedQueueTest, ZkSolrClientTest, TestDFRSimilarityFactory, RecoveryAfterSoftCommitTest, IndexBasedSpellCheckerTest, SpellingQueryConverterTest, PeerSyncTest, SliceStateTest, TestBlobHandler, SolrCoreCheckLockOnStartupTest, TestReloadAndDeleteDocs, InfoHandlerTest, ExternalFileFieldSortTest, TestOrdValues, TestJmxMonitoredMap, TestQueryUtils, TestCloudInspectUtil, CollectionsAPIDistributedZkTest, TestReplicationHandlerBackup]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestReplicationHandlerBackup -Dtests.seed=D80B5F13B5BE9E5 -Dtests.slow=true -Dtests.locale=iw -Dtests.timezone=ART -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s | TestReplicationHandlerBackup (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the following files (in the order of attempts):
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup D80B5F13B5BE9E5-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup D80B5F13B5BE9E5-001\solr-instance-002\collection1
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup D80B5F13B5BE9E5-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup D80B5F13B5BE9E5-001\solr-instance-002
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup D80B5F13B5BE9E5-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup D80B5F13B5BE9E5-001\solr-instance-001\collection1
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup D80B5F13B5BE9E5-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup D80B5F13B5BE9E5-001\solr-instance-001
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup D80B5F13B5BE9E5-001\solr-instance-001\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup D80B5F13B5BE9E5-001\solr-instance-001\collection1\data
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup D80B5F13B5BE9E5-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup D80B5F13B5BE9E5-001\solr-instance-001
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup D80B5F13B5BE9E5-001\solr-instance-002\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup D80B5F13B5BE9E5-001\solr-instance-002\collection1\data
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup D80B5F13B5BE9E5-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup D80B5F13B5BE9E5-001\solr-instance-002
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup D80B5F13B5BE9E5-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup D80B5F13B5BE9E5-001
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([D80B5F13B5BE9E5]:0)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed in 8.13s, 2 tests, 1 error <<< FAILURES!

[...truncated 852 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:508: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1368: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:975: There were test failures: 466 suites, 1864 tests, 2 suite-level errors, 1 error, 55 ignored (30 assumptions)

Total time: 140 minutes 38 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.7.0_76 -XX:+UseCompressedOops -XX:+UseSerialGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (32bit/jdk1.8.0_31) - Build # 4376 - Still Failing!

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

4 tests failed.
FAILED:  org.apache.solr.handler.TestReplicationHandlerBackup.testBackupOnCommit

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 218E0D13768560B5-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 218E0D13768560B5-001\solr-instance-001\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 218E0D13768560B5-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 218E0D13768560B5-001\solr-instance-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 218E0D13768560B5-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 218E0D13768560B5-001\solr-instance-001\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 218E0D13768560B5-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 218E0D13768560B5-001\solr-instance-001

	at __randomizedtesting.SeedInfo.seed([218E0D13768560B5:866E3F8097DDCAC]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.solr.handler.TestReplicationHandler$SolrInstance.tearDown(TestReplicationHandler.java:1509)
	at org.apache.solr.handler.TestReplicationHandlerBackup.tearDown(TestReplicationHandlerBackup.java:115)
	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:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:885)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.BasicDistributedZk2Test

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 218E0D13768560B5-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 218E0D13768560B5-001\tempDir-002    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 218E0D13768560B5-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 218E0D13768560B5-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 218E0D13768560B5-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 218E0D13768560B5-001\tempDir-002
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 218E0D13768560B5-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 218E0D13768560B5-001

	at __randomizedtesting.SeedInfo.seed([218E0D13768560B5]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:170)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.handler.TestReplicationHandlerBackup.doTestBackup

Error Message:
no segments* file found in SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 218E0D13768560B5-001\solr-instance-002\collection1\data\snapshot.20150212141238689 lockFactory=org.apache.lucene.store.NativeFSLockFactory@118587a: files: [_0.fdt, _0.fnm, _0.nvm, _0_Asserting_0.doc, _0_Asserting_0.tim, _0_Asserting_0.tip]

Stack Trace:
org.apache.lucene.index.IndexNotFoundException: no segments* file found in SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 218E0D13768560B5-001\solr-instance-002\collection1\data\snapshot.20150212141238689 lockFactory=org.apache.lucene.store.NativeFSLockFactory@118587a: files: [_0.fdt, _0.fnm, _0.nvm, _0_Asserting_0.doc, _0_Asserting_0.tim, _0_Asserting_0.tip]
	at org.apache.lucene.index.SegmentInfos$FindSegmentsFile.run(SegmentInfos.java:632)
	at org.apache.lucene.index.StandardDirectoryReader.open(StandardDirectoryReader.java:68)
	at org.apache.lucene.index.DirectoryReader.open(DirectoryReader.java:63)
	at org.apache.solr.handler.TestReplicationHandlerBackup.verify(TestReplicationHandlerBackup.java:139)
	at org.apache.solr.handler.TestReplicationHandlerBackup.doTestBackup(TestReplicationHandlerBackup.java:205)
	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:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


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

Error Message:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:57038/repfacttest_c8n_1x3_shard1_replica2

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:57038/repfacttest_c8n_1x3_shard1_replica2
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:575)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:884)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:787)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:730)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	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:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:940)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:915)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	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:57038/repfacttest_c8n_1x3_shard1_replica2
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:573)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:572)
	... 47 more
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
	... 52 more




Build Log:
[...truncated 9288 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 218E0D13768560B5-001\init-core-data-001
   [junit4]   2> 569503 T2332 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 569516 T2332 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 569520 T2333 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 569630 T2332 oasc.ZkTestServer.run start zk server on port:57015
   [junit4]   2> 569631 T2332 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 569637 T2332 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 569653 T2340 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@156ae2c name:ZooKeeperConnection Watcher:127.0.0.1:57015 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 569653 T2332 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 569653 T2332 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 569660 T2332 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 569673 T2332 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 569673 T2334 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14b7ba61cb30000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 569677 T2332 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 569682 T2343 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@198cf4 name:ZooKeeperConnection Watcher:127.0.0.1:57015/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 569685 T2332 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 569685 T2332 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 569685 T2332 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 569694 T2332 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 569700 T2332 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 569704 T2332 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 569711 T2332 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 569711 T2332 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 569723 T2332 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 569723 T2332 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 569731 T2332 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 569731 T2332 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 569740 T2332 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 569740 T2332 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 569748 T2332 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 569748 T2332 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 569757 T2332 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 569757 T2332 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 569767 T2332 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 569768 T2332 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 569776 T2332 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 569777 T2332 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 569785 T2332 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 569785 T2332 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 569793 T2332 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 569795 T2332 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 569805 T2332 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 569805 T2332 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 571806 T2332 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 218E0D13768560B5-001\control-001\cores\collection1
   [junit4]   2> 571813 T2332 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 571817 T2332 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:57023
   [junit4]   2> 571817 T2332 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 571817 T2332 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 571820 T2332 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 218E0D13768560B5-001\control-001
   [junit4]   2> 571820 T2332 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 218E0D13768560B5-001\control-001\'
   [junit4]   2> 571883 T2332 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 218E0D13768560B5-001\control-001\solr.xml
   [junit4]   2> 571907 T2332 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 218E0D13768560B5-001\control-001\cores
   [junit4]   2> 571909 T2332 oasc.CoreContainer.<init> New CoreContainer 3214203
   [junit4]   2> 571910 T2332 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 218E0D13768560B5-001\control-001\]
   [junit4]   2> 571911 T2332 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 571911 T2332 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 571912 T2332 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 571912 T2332 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 571912 T2332 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 571913 T2332 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 571913 T2332 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 571913 T2332 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 571913 T2332 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 571915 T2332 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 571915 T2332 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 571916 T2332 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 571916 T2332 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 571917 T2332 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 571917 T2332 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 571917 T2332 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:57015/solr
   [junit4]   2> 571918 T2332 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 571918 T2332 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 571920 T2332 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 571926 T2355 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a3a5b9 name:ZooKeeperConnection Watcher:127.0.0.1:57015 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 571927 T2332 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 571928 T2332 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 571935 T2332 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 571940 T2358 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@19d71d1 name:ZooKeeperConnection Watcher:127.0.0.1:57015/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 571941 T2332 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 571948 T2332 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 571958 T2332 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 571964 T2332 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 571971 T2332 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 571978 T2332 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 571986 T2332 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 571990 T2332 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57022_
   [junit4]   2> 571991 T2332 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:57022_
   [junit4]   2> 571998 T2332 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 572003 T2332 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 572010 T2332 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 572013 T2332 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:57022_
   [junit4]   2> 572014 T2332 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 572018 T2332 oasc.Overseer.start Overseer (id=93304170667507715-127.0.0.1:57022_-n_0000000000) starting
   [junit4]   2> 572025 T2332 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 572044 T2332 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 572046 T2360 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 572047 T2332 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 572056 T2332 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 572060 T2332 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 572072 T2359 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 572074 T2332 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 218E0D13768560B5-001\control-001\cores
   [junit4]   2> 572077 T2332 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 218E0D13768560B5-001\control-001\cores\collection1\
   [junit4]   2> 572077 T2332 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 572079 T2362 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 572079 T2362 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 572081 T2358 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 572081 T2362 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 572090 T2359 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 0, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:57022",
   [junit4]   2> 	  "node_name":"127.0.0.1:57022_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 0
   [junit4]   2> 572091 T2359 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:57022",
   [junit4]   2> 	  "node_name":"127.0.0.1:57022_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 572091 T2359 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 572091 T2359 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 572094 T2358 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 573184 T2362 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 573185 T2362 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 573189 T2362 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 573190 T2362 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 573195 T2362 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 573197 T2362 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 218E0D13768560B5-001\control-001\cores\collection1\'
   [junit4]   2> 573246 T2362 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 573256 T2362 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 573278 T2362 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 573308 T2362 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 573345 T2362 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 573351 T2362 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 573377 T2362 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 573735 T2362 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 573756 T2362 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 573758 T2362 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 573795 T2362 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 573806 T2362 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 573817 T2362 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 573820 T2362 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 573820 T2362 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 573821 T2362 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 573823 T2362 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 573824 T2362 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 573824 T2362 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 573825 T2362 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 573825 T2362 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 218E0D13768560B5-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 218E0D13768560B5-001\tempDir-001/control/data\
   [junit4]   2> 573826 T2362 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@d7b479
   [junit4]   2> 573827 T2362 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 218E0D13768560B5-001\tempDir-001/control/data\
   [junit4]   2> 573828 T2362 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 218E0D13768560B5-001\tempDir-001/control/data\index/
   [junit4]   2> 573828 T2362 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 218E0D13768560B5-001\tempDir-001\control\data\index' doesn't exist. Creating new index...
   [junit4]   2> 573829 T2362 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 218E0D13768560B5-001\tempDir-001/control/data\index
   [junit4]   2> 573829 T2362 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=22, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3312377087509961]
   [junit4]   2> 573831 T2362 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@14dbc31 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1871583),segFN=segments_1,generation=1}
   [junit4]   2> 573831 T2362 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 573840 T2362 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 573842 T2362 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 573843 T2362 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 573844 T2362 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 573844 T2362 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 573845 T2362 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 573846 T2362 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 573849 T2362 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 573849 T2362 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 573852 T2362 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 573853 T2362 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 573854 T2362 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 573855 T2362 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 573856 T2362 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 573857 T2362 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 573863 T2362 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 573864 T2362 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 573864 T2362 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 573866 T2362 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 573866 T2362 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 573867 T2362 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 573868 T2362 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 573868 T2362 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 573869 T2362 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 573870 T2362 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 573870 T2362 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 573871 T2362 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 573883 T2362 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 573887 T2362 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 573890 T2362 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 573895 T2362 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 573897 T2362 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 573903 T2362 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 573904 T2362 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 573910 T2362 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=41, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 573911 T2362 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@14dbc31 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1871583),segFN=segments_1,generation=1}
   [junit4]   2> 573911 T2362 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 573912 T2362 oass.SolrIndexSearcher.<init> Opening Searcher@cea011[collection1] main
   [junit4]   2> 573912 T2362 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 573916 T2362 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 573916 T2362 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 573918 T2362 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 573918 T2362 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 573918 T2362 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 573922 T2362 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 573923 T2362 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 573923 T2362 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 573924 T2362 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 573926 T2363 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@cea011[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 573930 T2362 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 573932 T2366 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:57022 collection:control_collection shard:shard1
   [junit4]   2> 573934 T2332 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 573934 T2332 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 573937 T2366 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 573940 T2332 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 573943 T2332 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 573961 T2370 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1db31f6 name:ZooKeeperConnection Watcher:127.0.0.1:57015/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 573962 T2332 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 573963 T2332 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 573971 T2332 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 573975 T2366 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 573980 T2358 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 573982 T2366 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 573983 T2366 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C2457 name=collection1 org.apache.solr.core.SolrCore@de791b url=http://127.0.0.1:57022/collection1 node=127.0.0.1:57022_ C2457_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:57022, node_name=127.0.0.1:57022_, state=down}
   [junit4]   2> 573983 T2366 C2457 P57022 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:57022/collection1/
   [junit4]   2> 573983 T2366 C2457 P57022 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 573985 T2366 C2457 P57022 oasc.SyncStrategy.syncToMe http://127.0.0.1:57022/collection1/ has no replicas
   [junit4]   2> 573986 T2366 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:57022/collection1/ shard1
   [junit4]   2> 573984 T2332 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 573987 T2332 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2
   [junit4]   2> 573987 T2366 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 573986 T2359 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 573987 T2332 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 573991 T2332 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 573996 T2358 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 573996 T2370 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 574014 T2373 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ba5734 name:ZooKeeperConnection Watcher:127.0.0.1:57015/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 574015 T2332 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 574015 T2332 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 574017 T2359 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:57022",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 574024 T2374 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 574033 T2370 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 574061 T2359 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "name":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "stateFormat":"2"} current state version: 3
   [junit4]   2> 574062 T2359 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 574073 T2358 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 574076 T2366 oasc.ZkController.register We are http://127.0.0.1:57022/collection1/ and leader is http://127.0.0.1:57022/collection1/
   [junit4]   2> 574076 T2366 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:57022
   [junit4]   2> 574076 T2366 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 574076 T2366 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 574076 T2366 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 574083 T2358 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 574087 T2359 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:57022",
   [junit4]   2> 	  "node_name":"127.0.0.1:57022_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 3
   [junit4]   2> 574089 T2359 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:57022",
   [junit4]   2> 	  "node_name":"127.0.0.1:57022_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 574091 T2359 oasco.ZkStateWriter.writePendingUpdates going to create_collection /collections/collection1/state.json
   [junit4]   2> 574098 T2370 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 574099 T2358 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 574228 T2370 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 576050 T2332 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 218E0D13768560B5-001\shard-1-001\cores\collection1
   [junit4]   2> 576052 T2332 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 576054 T2332 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 576059 T2332 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:57039
   [junit4]   2> 576060 T2332 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 576060 T2332 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 576061 T2332 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 218E0D13768560B5-001\shard-1-001
   [junit4]   2> 576062 T2332 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 218E0D13768560B5-001\shard-1-001\'
   [junit4]   2> 576134 T2332 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 218E0D13768560B5-001\shard-1-001\solr.xml
   [junit4]   2> 576159 T2332 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 218E0D13768560B5-001\shard-1-001\cores
   [junit4]   2> 576159 T2332 oasc.CoreContainer.<init> New CoreContainer 5257375
   [junit4]   2> 576160 T2332 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 218E0D13768560B5-001\shard-1-001\]
   [junit4]   2> 576166 T2332 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 576167 T2332 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 576167 T2332 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 576167 T2332 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 576167 T2332 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 576168 T2332 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 576168 T2332 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 576168 T2332 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 576168 T2332 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 576170 T2332 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 576170 T2332 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 576172 T2332 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 576174 T2332 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 576174 T2332 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 576174 T2332 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 576174 T2332 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:57015/solr
   [junit4]   2> 576175 T2332 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 576176 T2332 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 576178 T2332 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 576183 T2386 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1b0d8e name:ZooKeeperConnection Watcher:127.0.0.1:57015 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 576185 T2332 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 576189 T2332 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 576195 T2332 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 576201 T2389 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@187a9d8 name:ZooKeeperConnection Watcher:127.0.0.1:57015/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 576202 T2332 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 576220 T2332 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 577239 T2332 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57038_
   [junit4]   2> 577243 T2332 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:57038_
   [junit4]   2> 577262 T2332 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 577274 T2332 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 218E0D13768560B5-001\shard-1-001\cores
   [junit4]   2> 577277 T2332 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 218E0D13768560B5-001\shard-1-001\cores\collection1\
   [junit4]   2> 577277 T2332 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 577282 T2390 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 577282 T2390 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 577285 T2358 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 577287 T2390 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 577287 T2390 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 577288 T2359 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:57038",
   [junit4]   2> 	  "node_name":"127.0.0.1:57038_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 577289 T2390 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 577290 T2359 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:57038",
   [junit4]   2> 	  "node_name":"127.0.0.1:57038_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 577290 T2359 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 577291 T2359 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 577295 T2390 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 0 
   [junit4]   2> 577296 T2390 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 577297 T2359 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 577299 T2389 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 577301 T2389 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 1 
   [junit4]   2> 578286 T2390 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 578287 T2390 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 578288 T2390 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 578289 T2390 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 578292 T2390 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 578292 T2390 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 218E0D13768560B5-001\shard-1-001\cores\collection1\'
   [junit4]   2> 578344 T2390 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 578348 T2390 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 578370 T2390 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 578388 T2390 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 578419 T2390 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 578422 T2390 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 578443 T2390 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 578732 T2390 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 578750 T2390 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 578752 T2390 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 578796 T2390 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 578801 T2390 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 578807 T2390 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 578809 T2390 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 578810 T2390 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 578810 T2390 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 578812 T2390 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 578812 T2390 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 578812 T2390 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 578814 T2390 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 578817 T2390 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 218E0D13768560B5-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 218E0D13768560B5-001\tempDir-001/jetty1\
   [junit4]   2> 578817 T2390 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@d7b479
   [junit4]   2> 578819 T2390 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 218E0D13768560B5-001\tempDir-001/jetty1\
   [junit4]   2> 578819 T2390 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 218E0D13768560B5-001\tempDir-001/jetty1\index/
   [junit4]   2> 578820 T2390 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 218E0D13768560B5-001\tempDir-001\jetty1\index' doesn't exist. Creating new index...
   [junit4]   2> 578820 T2390 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 218E0D13768560B5-001\tempDir-001/jetty1\index
   [junit4]   2> 578821 T2390 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=22, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3312377087509961]
   [junit4]   2> 578822 T2390 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@118b0ed lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@b0ee43),segFN=segments_1,generation=1}
   [junit4]   2> 578822 T2390 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 578830 T2390 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 578831 T2390 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 578832 T2390 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 578833 T2390 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 578834 T2390 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 578834 T2390 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 578835 T2390 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 578835 T2390 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 578835 T2390 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 578838 T2390 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 578839 T2390 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 578845 T2390 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 578847 T2390 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 578848 T2390 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 578849 T2390 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 578850 T2390 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 578852 T2390 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 578854 T2390 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 578856 T2390 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 578857 T2390 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 578859 T2390 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 578860 T2390 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 578868 T2390 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 578870 T2390 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 578872 T2390 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 578874 T2390 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 578877 T2390 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 578890 T2390 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 578894 T2390 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 578898 T2390 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 578903 T2390 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 578905 T2390 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 578909 T2390 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 578911 T2390 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 578914 T2390 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=41, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 578915 T2390 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@118b0ed lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@b0ee43),segFN=segments_1,generation=1}
   [junit4]   2> 578915 T2390 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 578917 T2390 oass.SolrIndexSearcher.<init> Opening Searcher@1e78c11[collection1] main
   [junit4]   2> 578917 T2390 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 578919 T2390 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 578919 T2390 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 578922 T2390 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 578922 T2390 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 578926 T2390 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 578928 T2390 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 578928 T2390 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 578928 T2390 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 578928 T2390 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 578935 T2391 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1e78c11[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 578936 T2390 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 578938 T2394 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:57038 collection:collection1 shard:shard2
   [junit4]   2> 578939 T2332 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 578940 T2332 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 578942 T2394 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 578965 T2394 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 578971 T2358 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 578973 T2394 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 578973 T2394 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C2458 name=collection1 org.apache.solr.core.SolrCore@386b25 url=http://127.0.0.1:57038/collection1 node=127.0.0.1:57038_ C2458_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:57038, node_name=127.0.0.1:57038_, state=down}
   [junit4]   2> 578973 T2394 C2458 P57038 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:57038/collection1/
   [junit4]   2> 578973 T2394 C2458 P57038 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 578973 T2394 C2458 P57038 oasc.SyncStrategy.syncToMe http://127.0.0.1:57038/collection1/ has no replicas
   [junit4]   2> 578973 T2394 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:57038/collection1/ shard2
   [junit4]   2> 578975 T2394 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 578985 T2359 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1"} current state version: 5
   [junit4]   2> 578999 T2359 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 579002 T2389 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 579004 T2389 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 2 
   [junit4]   2> 579019 T2359 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:57038",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 5
   [junit4]   2> 579025 T2359 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 2
   [junit4]   2> 579027 T2389 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 579030 T2389 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 579036 T2358 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 579065 T2394 oasc.ZkController.register We are http://127.0.0.1:57038/collection1/ and leader is http://127.0.0.1:57038/collection1/
   [junit4]   2> 579065 T2394 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:57038
   [junit4]   2> 579065 T2394 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 579065 T2394 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 579066 T2394 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 579069 T2358 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 579075 T2359 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:57038",
   [junit4]   2> 	  "node_name":"127.0.0.1:57038_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 579081 T2359 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:57038",
   [junit4]   2> 	  "node_name":"127.0.0.1:57038_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 579102 T2359 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 3
   [junit4]   2> 579105 T2394 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 579106 T2389 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 579109 T2389 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 581147 T2332 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 218E0D13768560B5-001\shard-2-001\cores\collection1
   [junit4]   2> 581152 T2332 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 581154 T2332 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 581159 T2332 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:57049
   [junit4]   2> 581160 T2332 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 581160 T2332 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 581163 T2332 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 218E0D13768560B5-001\shard-2-001
   [junit4]   2> 581167 T2332 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 218E0D13768560B5-001\shard-2-001\'
   [junit4]   2> 581235 T2332 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 218E0D13768560B5-001\shard-2-001\solr.xml
   [junit4]   2> 581261 T2332 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 218E0D13768560B5-001\shard-2-001\cores
   [junit4]   2> 581261 T2332 oasc.CoreContainer.<init> New CoreContainer 33101665
   [junit4]   2> 581261 T2332 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 218E0D13768560B5-001\shard-2-001\]
   [junit4]   2> 581264 T2332 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 581264 T2332 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 581264 T2332 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 581264 T2332 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 581264 T2332 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 581264 T2332 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 581264 T2332 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 581268 T2332 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleT

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

]   2> 		13	/solr/aliases.json
   [junit4]   2> 		13	/solr/clusterstate.json
   [junit4]   2> 		7	/solr/collections/collection1/state.json
   [junit4]   2> 		7	/solr/configs/conf1
   [junit4]   2> 	
   [junit4]   2> 	Maximum concurrent data watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		3	/solr/overseer_elect/election/93304361943760909-127.0.0.1:62297_-n_0000000004
   [junit4]   2> 		3	/solr/collections/collection1/leader_elect/shard1/election/93304361943760909-core_node4-n_0000000001
   [junit4]   2> 		3	/solr/overseer_elect/election/93304361943760903-127.0.0.1:62269_-n_0000000001
   [junit4]   2> 	
   [junit4]   2> 	Maximum concurrent children watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		10	/solr/live_nodes
   [junit4]   2> 		3	/solr/overseer/queue
   [junit4]   2> 		3	/solr/overseer/collection-queue-work
   [junit4]   2> 	
   [junit4]   2> 3552034 T13981 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: test params are: codec=FastDecompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=6776, maxDocsPerChunk=624, blockSize=7), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=6776, blockSize=7)), sim=DefaultSimilarity, locale=uk_UA, timezone=Pacific/Johnston
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0_31 (32-bit)/cpus=2,threads=1,free=301040120,total=523501568
   [junit4]   2> NOTE: All tests run in this JVM: [TestDocSet, PathHierarchyTokenizerFactoryTest, TestImplicitCoreProperties, TestManagedSchemaDynamicFieldResource, TestInitQParser, CollectionsAPIAsyncDistributedZkTest, TestSolrConfigHandler, SyncSliceTest, TestCopyFieldCollectionResource, PrimUtilsTest, TestLazyCores, ResponseHeaderTest, ShardSplitTest, DistributedSpellCheckComponentTest, DirectUpdateHandlerTest, DOMUtilTest, BadComponentTest, TestCSVLoader, HdfsDirectoryTest, JSONWriterTest, TestRebalanceLeaders, TestFastWriter, TestReplicaProperties, TestReplicationHandler, TestDynamicFieldCollectionResource, NumericFieldsTest, DirectSolrSpellCheckerTest, TestChildDocTransformer, ReplicationFactorTest, UnloadDistributedZkTest, TestSolrQueryParserDefaultOperatorResource, TestCollationField, TestBlobHandler, TestFieldCollectionResource, DistributedFacetPivotSmallTest, AlternateDirectoryTest, DebugComponentTest, TestNonDefinedSimilarityFactory, CustomCollectionTest, SuggesterTSTTest, HdfsBasicDistributedZkTest, SharedFSAutoReplicaFailoverTest, TestReqParamsAPI, DisMaxRequestHandlerTest, QueryEqualityTest, LeaderElectionIntegrationTest, ChaosMonkeyNothingIsSafeTest, RAMDirectoryFactoryTest, TestDocBasedVersionConstraints, TestFastOutputStream, TestFiltering, TestNRTOpen, FieldMutatingUpdateProcessorTest, TestOrdValues, LeaderInitiatedRecoveryOnCommitTest, BlockDirectoryTest, TestManagedSchemaFieldResource, ReturnFieldsTest, TestAtomicUpdateErrorCases, TestStressRecovery, BasicDistributedZkTest, SOLR749Test, TestExactStatsCache, WordBreakSolrSpellCheckerTest, CircularListTest, DateFieldTest, TestSchemaVersionResource, MoreLikeThisHandlerTest, TestLMDirichletSimilarityFactory, TestDefaultSearchFieldResource, HighlighterMaxOffsetTest, TestShortCircuitedRequests, AliasIntegrationTest, HdfsLockFactoryTest, TestBlendedInfixSuggestions, SolrRequestParserTest, TestFileDictionaryLookup, TestValueSourceCache, TestSystemIdResolver, TestSearcherReuse, HighlighterTest, SpatialHeatmapFacetsTest, TestLeaderElectionZkExpiry, DeleteInactiveReplicaTest, BlockCacheTest, TestIntervalFaceting, TestSuggestSpellingConverter, TestComplexPhraseQParserPlugin, DeleteLastCustomShardedReplicaTest, TestCollectionAPI, ClusterStateTest, InfoHandlerTest, TestSortingResponseWriter, TestCSVResponseWriter, ShardRoutingCustomTest, RequiredFieldsTest, CloudMLTQParserTest, TestSearchPerf, DistribJoinFromCollectionTest, DistribCursorPagingTest, DistributedQueryComponentCustomSortTest, TestQueryTypes, EnumFieldTest, CursorMarkTest, PrimitiveFieldTypeTest, PreAnalyzedUpdateProcessorTest, DistributedQueryComponentOptimizationTest, TestMaxScoreQueryParser, StandardRequestHandlerTest, RequestLoggingTest, FileUtilsTest, SimpleMLTQParserTest, DeleteReplicaTest, SpellCheckCollatorTest, SpellCheckComponentTest, TestJmxMonitoredMap, TestCollapseQParserPlugin, JsonLoaderTest, TestCloudManagedSchemaConcurrent, FacetPivotSmallTest, TestSchemaManager, TestFuzzyAnalyzedSuggestions, TestDistributedMissingSort, TestSolrConfigHandlerConcurrent, TestRandomFaceting, ExternalFileFieldSortTest, ResponseLogComponentTest, HighlighterConfigTest, TestManagedSynonymFilterFactory, SpellPossibilityIteratorTest, FileBasedSpellCheckerTest, ScriptEngineTest, TestComponentsName, ZkControllerTest, DistanceUnitsTest, TestQuerySenderNoQuery, TestBulkSchemaAPI, TestReplicationHandlerBackup, TestSolrQueryParserResource, TestSurroundQueryParser, CoreMergeIndexesAdminHandlerTest, HdfsCollectionsAPIDistributedZkTest, NoCacheHeaderTest, SimplePostToolTest, TermVectorComponentDistributedTest, RecoveryZkTest, HardAutoCommitTest, TestSolr4Spatial2, TestGroupingSearch, TestLuceneMatchVersion, CurrencyFieldOpenExchangeTest, CoreAdminHandlerTest, TestLRUCache, TestPHPSerializedResponseWriter, URLClassifyProcessorTest, PeerSyncTest, QueryParsingTest, ShardRoutingTest, SolrIndexConfigTest, TestFaceting, DistanceFunctionTest, SolrXmlInZkTest, TestSolrDeletionPolicy1, HdfsDirectoryFactoryTest, DocValuesTest, TestUpdate, DistributedDebugComponentTest, XmlUpdateRequestHandlerTest, UniqFieldsUpdateProcessorFactoryTest, TestExtendedDismaxParser, CoreAdminRequestStatusTest, PluginInfoTest, DirectSolrConnectionTest, SchemaVersionSpecificBehaviorTest, FieldAnalysisRequestHandlerTest, TestIBSimilarityFactory, HdfsBasicDistributedZk2Test, AnalysisAfterCoreReloadTest, TestFunctionQuery, AddSchemaFieldsUpdateProcessorFactoryTest, TestArbitraryIndexDir, HdfsChaosMonkeySafeLeaderTest, TestMissingGroups, ZkStateWriterTest, TestExactSharedStatsCache, OpenExchangeRatesOrgProviderTest, MBeansHandlerTest, TestSerializedLuceneMatchVersion, HdfsRecoveryZkTest, DistributedExpandComponentTest, RecoveryAfterSoftCommitTest, TestReversedWildcardFilterFactory, TermsComponentTest, OverseerCollectionProcessorTest, TestAddFieldRealTimeGet, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestCloudSchemaless, CSVRequestHandlerTest, TestSort, TestStressUserVersions, TestConfigSets, DefaultValueUpdateProcessorTest, DistributedIntervalFacetingTest, TestRemoteStreaming, DistribDocExpirationUpdateProcessorTest, SearchHandlerTest, TestDefaultSimilarityFactory, TestClassNameShortening, TestSolr4Spatial, RequestHandlersTest, TestTolerantSearch, TestInitParams, TestStressVersions, HdfsSyncSliceTest, TermVectorComponentTest, IndexSchemaTest, TestSchemaNameResource, CollectionsAPIDistributedZkTest, TestConfig, ExternalCollectionsTest, SaslZkACLProviderTest, RankQueryTest, AnalysisErrorHandlingTest, ParsingFieldUpdateProcessorsTest, NotRequiredUniqueKeyTest, TestSolrCoreProperties, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicDistributedZk2Test -Dtests.seed=218E0D13768560B5 -Dtests.slow=true -Dtests.locale=uk_UA -Dtests.timezone=Pacific/Johnston -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s | BasicDistributedZk2Test (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the following files (in the order of attempts):
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 218E0D13768560B5-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 218E0D13768560B5-001\tempDir-002
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 218E0D13768560B5-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 218E0D13768560B5-001
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([218E0D13768560B5]:0)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed in 65.85s, 1 test, 1 error <<< FAILURES!

[...truncated 734 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:508: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1368: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:975: There were test failures: 466 suites, 1864 tests, 1 suite-level error, 3 errors, 55 ignored (30 assumptions)

Total time: 136 minutes 30 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.8.0_31 -client -XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (64bit/jdk1.8.0_31) - Build # 4375 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4375/
Java: 64bit/jdk1.8.0_31 -XX:+UseCompressedOops -XX:+UseSerialGC

5 tests failed.
FAILED:  org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.test

Error Message:
There were too many update fails - we expect it can happen, but shouldn't easily

Stack Trace:
java.lang.AssertionError: There were too many update fails - we expect it can happen, but shouldn't easily
	at __randomizedtesting.SeedInfo.seed([6029226F8A9430BA:E87D1DB524685D42]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertFalse(Assert.java:68)
	at org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.test(ChaosMonkeyNothingIsSafeTest.java:220)
	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:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:940)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:915)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.handler.TestReplicationHandlerBackup.testBackupOnCommit

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-001\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-001\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-001

	at __randomizedtesting.SeedInfo.seed([6029226F8A9430BA:49C1CC84F56C8CA3]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.solr.handler.TestReplicationHandler$SolrInstance.tearDown(TestReplicationHandler.java:1509)
	at org.apache.solr.handler.TestReplicationHandlerBackup.tearDown(TestReplicationHandlerBackup.java:115)
	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:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:885)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.BasicDistributedZk2Test

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 6029226F8A9430BA-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 6029226F8A9430BA-001\tempDir-002    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 6029226F8A9430BA-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 6029226F8A9430BA-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 6029226F8A9430BA-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 6029226F8A9430BA-001\tempDir-002
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 6029226F8A9430BA-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 6029226F8A9430BA-001

	at __randomizedtesting.SeedInfo.seed([6029226F8A9430BA]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:170)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.handler.TestReplicationHandlerBackup.doTestBackup

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-002\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-002 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-002\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-002

	at __randomizedtesting.SeedInfo.seed([6029226F8A9430BA:21A2020AAD2AC3F5]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.solr.handler.TestReplicationHandler$SolrInstance.tearDown(TestReplicationHandler.java:1509)
	at org.apache.solr.handler.TestReplicationHandlerBackup.tearDown(TestReplicationHandlerBackup.java:115)
	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:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:885)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


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

Error Message:
org.apache.http.NoHttpResponseException: The target server failed to respond

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:865)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:730)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	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:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:940)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:915)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:546)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:543)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	... 1 more




Build Log:
[...truncated 9319 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReplicationHandlerBackup
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\init-core-data-001
   [junit4]   2> 421645 T1643 oas.SolrTestCaseJ4.setUp ###Starting testBackupOnCommit
   [junit4]   2> 421648 T1643 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-001\collection1
   [junit4]   2> 421670 T1643 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 421686 T1643 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52563
   [junit4]   2> 421686 T1643 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 421686 T1643 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 421687 T1643 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-001
   [junit4]   2> 421687 T1643 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-001\'
   [junit4]   2> 421719 T1643 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-001\solr.xml
   [junit4]   2> 421727 T1643 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-001\.
   [junit4]   2> 421727 T1643 oasc.CoreContainer.<init> New CoreContainer 2073022711
   [junit4]   2> 421727 T1643 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-001\]
   [junit4]   2> 421729 T1643 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 421729 T1643 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 421729 T1643 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 421729 T1643 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 421729 T1643 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 421729 T1643 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 421729 T1643 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 421729 T1643 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 421731 T1643 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 421731 T1643 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 421731 T1643 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 421731 T1643 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 421731 T1643 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 421731 T1643 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 421731 T1643 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 421741 T1643 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-001\.
   [junit4]   2> 421745 T1643 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-001\.\collection1\
   [junit4]   2> 421761 T1643 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 421762 T1653 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-001\.\collection1\'
   [junit4]   2> 421802 T1653 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 421805 T1653 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 421824 T1653 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 421824 T1653 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-001\.\collection1\conf\schema.xml
   [junit4]   2> 421832 T1653 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 421839 T1653 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 421839 T1653 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-001\.\collection1\
   [junit4]   2> 421839 T1653 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 421843 T1653 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-001\.\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-001\collection1\data\
   [junit4]   2> 421843 T1653 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 421844 T1653 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-001\collection1\data\
   [junit4]   2> 421844 T1653 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-001\collection1\data\index/
   [junit4]   2> 421844 T1653 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-001\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 421845 T1653 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-001\collection1\data\index
   [junit4]   2> 421846 T1653 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=49, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=57.0419921875, floorSegmentMB=0.4462890625, forceMergeDeletesPctAllowed=27.507542581919342, segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8025803873360319
   [junit4]   2> 421847 T1653 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@12e359cd lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@8add666),segFN=segments_1,generation=1}
   [junit4]   2> 421847 T1653 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 421848 T1653 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 421849 T1653 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 421850 T1653 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 421851 T1653 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 421851 T1653 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 421852 T1653 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 421853 T1653 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 421889 T1653 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 421890 T1653 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 421890 T1653 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 421891 T1653 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 421891 T1653 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 421891 T1653 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 421892 T1653 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 421892 T1653 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 421892 T1653 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 421892 T1653 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 421895 T1653 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 421895 T1653 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 421908 T1653 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 421910 T1653 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 421912 T1653 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 421914 T1653 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 421915 T1653 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 421916 T1653 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 421916 T1653 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 421916 T1653 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=38, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=87.5400390625, floorSegmentMB=1.96484375, forceMergeDeletesPctAllowed=17.283345550774573, segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 421917 T1653 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@12e359cd lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@8add666),segFN=segments_1,generation=1}
   [junit4]   2> 421917 T1653 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 421918 T1653 oass.SolrIndexSearcher.<init> Opening Searcher@6389a512[collection1] main
   [junit4]   2> 421918 T1653 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-001\.\collection1\conf
   [junit4]   2> 421919 T1653 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-001\.\collection1\conf}
   [junit4]   2> 421919 T1653 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-001\.\collection1\conf
   [junit4]   2> 421921 T1653 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 421921 T1653 oash.ReplicationHandler.inform Replication enabled for following config files: schema-replication2.xml:schema.xml
   [junit4]   2> 421921 T1653 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 421922 T1653 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 421922 T1654 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6389a512[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 421922 T1643 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 421923 T1643 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C610 name=collection1 org.apache.solr.core.SolrCore@473f16ad
   [junit4]   2> 421926 T1651 C610 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 421928 T1651 C610 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:*} 0 2
   [junit4]   2> 421934 T1652 C610 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0]} 0 2
   [junit4]   2> 421936 T1648 C610 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[1]} 0 0
   [junit4]   2> 421940 T1646 C610 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[2]} 0 0
   [junit4]   2> 421943 T1650 C610 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[3]} 0 0
   [junit4]   2> 421957 T1649 C610 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[4]} 0 0
   [junit4]   2> 421961 T1651 C610 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[5]} 0 0
   [junit4]   2> 421966 T1652 C610 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[6]} 0 1
   [junit4]   2> 421970 T1648 C610 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[7]} 0 0
   [junit4]   2> 421973 T1646 C610 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[8]} 0 0
   [junit4]   2> 421976 T1650 C610 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[9]} 0 0
   [junit4]   2> 421980 T1649 C610 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[10]} 0 0
   [junit4]   2> 421983 T1651 C610 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[11]} 0 0
   [junit4]   2> 421986 T1652 C610 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[12]} 0 0
   [junit4]   2> 421991 T1648 C610 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[13]} 0 2
   [junit4]   2> 421995 T1646 C610 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[14]} 0 0
   [junit4]   2> 422004 T1650 C610 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[15]} 0 0
   [junit4]   2> 422008 T1649 C610 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[16]} 0 0
   [junit4]   2> 422016 T1651 C610 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[17]} 0 5
   [junit4]   2> 422025 T1652 C610 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[18]} 0 5
   [junit4]   2> 422028 T1648 C610 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[19]} 0 0
   [junit4]   2> 422033 T1646 C610 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[20]} 0 3
   [junit4]   2> 422052 T1650 C610 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[21]} 0 0
   [junit4]   2> 422056 T1649 C610 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[22]} 0 0
   [junit4]   2> 422058 T1651 C610 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[23]} 0 0
   [junit4]   2> 422061 T1652 C610 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[24]} 0 0
   [junit4]   2> 422063 T1648 C610 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[25]} 0 0
   [junit4]   2> 422065 T1646 C610 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[26]} 0 0
   [junit4]   2> 422067 T1650 C610 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[27]} 0 0
   [junit4]   2> 422069 T1649 C610 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[28]} 0 0
   [junit4]   2> 422071 T1651 C610 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[29]} 0 0
   [junit4]   2> 422075 T1652 C610 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[30]} 0 1
   [junit4]   2> 422077 T1648 C610 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[31]} 0 0
   [junit4]   2> 422080 T1646 C610 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[32]} 0 0
   [junit4]   2> 422082 T1650 C610 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[33]} 0 0
   [junit4]   2> 422084 T1649 C610 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[34]} 0 0
   [junit4]   2> 422086 T1652 C610 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[35]} 0 0
   [junit4]   2> 422088 T1648 C610 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[36]} 0 0
   [junit4]   2> 422090 T1646 C610 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[37]} 0 0
   [junit4]   2> 422092 T1650 C610 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[38]} 0 0
   [junit4]   2> 422094 T1649 C610 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[39]} 0 0
   [junit4]   2> 422097 T1651 C610 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[40]} 0 0
   [junit4]   2> 422100 T1652 C610 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[41]} 0 0
   [junit4]   2> 422102 T1648 C610 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[42]} 0 0
   [junit4]   2> 422104 T1646 C610 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[43]} 0 0
   [junit4]   2> 422107 T1650 C610 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[44]} 0 0
   [junit4]   2> 422110 T1649 C610 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[45]} 0 0
   [junit4]   2> 422113 T1651 C610 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[46]} 0 0
   [junit4]   2> 422116 T1652 C610 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[47]} 0 0
   [junit4]   2> 422120 T1648 C610 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[48]} 0 0
   [junit4]   2> 422123 T1646 C610 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[49]} 0 0
   [junit4]   2> 422126 T1650 C610 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 422130 T1650 C610 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@12e359cd lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@8add666),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@12e359cd lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@8add666),segFN=segments_2,generation=2}
   [junit4]   2> 422131 T1650 C610 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 422143 T1650 C610 oass.SolrIndexSearcher.<init> Opening Searcher@7d204fb1[collection1] main
   [junit4]   2> 422143 T1650 C610 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 422144 T1654 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7d204fb1[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.1.0):c50)))}
   [junit4]   2> 422144 T1650 C610 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 18
   [junit4]   2> 422165 T1656 oash.SnapShooter.createSnapshot Creating backup snapshot...
   [junit4]   2> 422178 T1656 oash.SnapShooter.createSnapshot Done creating backup snapshot: <not named>
   [junit4]   2> 422197 T1649 C610 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=10 
   [junit4]   2> 423312 T1643 oas.SolrTestCaseJ4.tearDown ###Ending testBackupOnCommit
   [junit4]   2> 423328 T1643 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=2073022711
   [junit4]   2> 423329 T1643 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@473f16ad
   [junit4]   2> 423329 T1643 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=50,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0}
   [junit4]   2> 423330 T1643 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 423330 T1643 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 423330 T1643 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 423332 T1643 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 423332 T1643 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 423332 T1643 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-001\collection1\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-001\collection1\data\index;done=false>>]
   [junit4]   2> 423332 T1643 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-001\collection1\data\index
   [junit4]   2> 423332 T1643 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-001\collection1\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-001\collection1\data\;done=false>>]
   [junit4]   2> 423332 T1643 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-001\collection1\data\
   [junit4]   2> 423332 T1643 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestReplicationHandlerBackup -Dtests.method=testBackupOnCommit -Dtests.seed=6029226F8A9430BA -Dtests.slow=true -Dtests.locale=en_ZA -Dtests.timezone=America/Yakutat -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] ERROR   1.91s | TestReplicationHandlerBackup.testBackupOnCommit <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the following files (in the order of attempts):
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-001\collection1
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-001
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([6029226F8A9430BA:49C1CC84F56C8CA3]:0)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
   [junit4]    > 	at org.apache.solr.handler.TestReplicationHandler$SolrInstance.tearDown(TestReplicationHandler.java:1509)
   [junit4]    > 	at org.apache.solr.handler.TestReplicationHandlerBackup.tearDown(TestReplicationHandlerBackup.java:115)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 423558 T1643 oas.SolrTestCaseJ4.setUp ###Starting doTestBackup
   [junit4]   2> 423560 T1643 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-002\collection1
   [junit4]   2> 423572 T1643 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 423583 T1643 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52567
   [junit4]   2> 423583 T1643 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 423583 T1643 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 423583 T1643 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-002
   [junit4]   2> 423583 T1643 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-002\'
   [junit4]   2> 423619 T1643 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-002\solr.xml
   [junit4]   2> 423630 T1643 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-002\.
   [junit4]   2> 423630 T1643 oasc.CoreContainer.<init> New CoreContainer 1785935865
   [junit4]   2> 423633 T1643 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-002\]
   [junit4]   2> 423635 T1643 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 423635 T1643 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 423635 T1643 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 423635 T1643 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 423635 T1643 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 423635 T1643 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 423635 T1643 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 423635 T1643 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 423635 T1643 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 423635 T1643 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 423635 T1643 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 423635 T1643 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 423635 T1643 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 423639 T1643 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 423639 T1643 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 423640 T1643 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-002\.
   [junit4]   2> 423643 T1643 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-002\.\collection1\
   [junit4]   2> 423644 T1643 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 423646 T1666 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-002\.\collection1\'
   [junit4]   2> 423682 T1666 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 423697 T1666 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 423706 T1666 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 423708 T1666 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-002\.\collection1\conf\schema.xml
   [junit4]   2> 423715 T1666 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 423723 T1666 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 423724 T1666 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-002\.\collection1\
   [junit4]   2> 423724 T1666 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 423724 T1666 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-002\.\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-002\collection1\data\
   [junit4]   2> 423724 T1666 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 423725 T1666 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-002\collection1\data\
   [junit4]   2> 423725 T1666 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-002\collection1\data\index/
   [junit4]   2> 423725 T1666 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-002\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 423726 T1666 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-002\collection1\data\index
   [junit4]   2> 423727 T1666 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=49, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=57.0419921875, floorSegmentMB=0.4462890625, forceMergeDeletesPctAllowed=27.507542581919342, segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8025803873360319
   [junit4]   2> 423727 T1666 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@4fb04431 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7894652b),segFN=segments_1,generation=1}
   [junit4]   2> 423728 T1666 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 423729 T1666 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 423729 T1666 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 423729 T1666 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 423729 T1666 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 423729 T1666 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 423730 T1666 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 423730 T1666 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 423730 T1666 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 423730 T1666 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 423731 T1666 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 423732 T1666 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 423732 T1666 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 423732 T1666 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 423732 T1666 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 423733 T1666 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 423733 T1666 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 423733 T1666 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 423733 T1666 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 423735 T1666 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 423735 T1666 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 423735 T1666 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 423735 T1666 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 423741 T1666 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 423742 T1666 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 423743 T1666 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 423745 T1666 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 423745 T1666 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 423745 T1666 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 423746 T1666 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 423746 T1666 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=38, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=87.5400390625, floorSegmentMB=1.96484375, forceMergeDeletesPctAllowed=17.283345550774573, segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 423748 T1666 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@4fb04431 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7894652b),segFN=segments_1,generation=1}
   [junit4]   2> 423748 T1666 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 423749 T1666 oass.SolrIndexSearcher.<init> Opening Searcher@155356c0[collection1] main
   [junit4]   2> 423749 T1666 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-002\.\collection1\conf
   [junit4]   2> 423749 T1666 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-002\.\collection1\conf}
   [junit4]   2> 423749 T1666 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-002\.\collection1\conf
   [junit4]   2> 423751 T1666 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 423751 T1666 oash.ReplicationHandler.inform Replication enabled for following config files: schema-replication2.xml:schema.xml
   [junit4]   2> 423751 T1666 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 423752 T1666 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 423752 T1667 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@155356c0[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 423753 T1643 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 423753 T1643 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C611 name=collection1 org.apache.solr.core.SolrCore@56318ff5
   [junit4]   2> 423757 T1662 C611 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 423758 T1662 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:*} 0 1
   [junit4]   2> 423764 T1664 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0]} 0 2
   [junit4]   2> 423767 T1665 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[1]} 0 0
   [junit4]   2> 423771 T1663 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[2]} 0 1
   [junit4]   2> 423777 T1661 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[3]} 0 0
   [junit4]   2> 423782 T1659 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[4]} 0 0
   [junit4]   2> 423786 T1662 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[5]} 0 0
   [junit4]   2> 423791 T1664 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[6]} 0 1
   [junit4]   2> 423795 T1665 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[7]} 0 0
   [junit4]   2> 423798 T1663 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[8]} 0 0
   [junit4]   2> 423802 T1661 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[9]} 0 0
   [junit4]   2> 423806 T1659 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[10]} 0 0
   [junit4]   2> 423811 T1662 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[11]} 0 0
   [junit4]   2> 423816 T1664 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[12]} 0 0
   [junit4]   2> 423818 T1665 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[13]} 0 0
   [junit4]   2> 423822 T1663 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[14]} 0 1
   [junit4]   2> 423825 T1661 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[15]} 0 0
   [junit4]   2> 423829 T1659 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[16]} 0 0
   [junit4]   2> 423832 T1662 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[17]} 0 0
   [junit4]   2> 423838 T1664 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[18]} 0 0
   [junit4]   2> 423841 T1665 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[19]} 0 0
   [junit4]   2> 423845 T1663 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[20]} 0 0
   [junit4]   2> 423860 T1661 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[21]} 0 0
   [junit4]   2> 423865 T1659 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[22]} 0 0
   [junit4]   2> 423870 T1662 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[23]} 0 0
   [junit4]   2> 423875 T1664 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[24]} 0 0
   [junit4]   2> 423878 T1665 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[25]} 0 0
   [junit4]   2> 423882 T1663 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[26]} 0 0
   [junit4]   2> 423886 T1661 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[27]} 0 0
   [junit4]   2> 423889 T1659 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[28]} 0 0
   [junit4]   2> 423893 T1662 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[29]} 0 0
   [junit4]   2> 423897 T1664 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[30]} 0 0
   [junit4]   2> 423901 T1665 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[31]} 0 0
   [junit4]   2> 423906 T1663 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[32]} 0 0
   [junit4]   2> 423911 T1661 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[33]} 0 0
   [junit4]   2> 423917 T1659 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[34]} 0 0
   [junit4]   2> 423922 T1662 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[35]} 0 0
   [junit4]   2> 423926 T1664 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[36]} 0 0
   [junit4]   2> 423929 T1665 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[37]} 0 0
   [junit4]   2> 423934 T1663 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[38]} 0 0
   [junit4]   2> 423937 T1661 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[39]} 0 0
   [junit4]   2> 423942 T1659 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[40]} 0 0
   [junit4]   2> 423944 T1662 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[41]} 0 0
   [junit4]   2> 423947 T1664 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[42]} 0 0
   [junit4]   2> 423950 T1665 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[43]} 0 0
   [junit4]   2> 423954 T1663 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[44]} 0 0
   [junit4]   2> 423957 T1661 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[45]} 0 1
   [junit4]   2> 423961 T1659 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[46]} 0 0
   [junit4]   2> 423965 T1662 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[47]} 0 0
   [junit4]   2> 423976 T1664 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[48]} 0 7
   [junit4]   2> 423979 T1665 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[49]} 0 0
   [junit4]   2> 423982 T1663 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[50]} 0 0
   [junit4]   2> 423985 T1661 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[51]} 0 0
   [junit4]   2> 423988 T1662 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[52]} 0 0
   [junit4]   2> 423991 T1664 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[53]} 0 0
   [junit4]   2> 423995 T1665 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[54]} 0 0
   [junit4]   2> 423999 T1663 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[55]} 0 0
   [junit4]   2> 424002 T1661 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[56]} 0 1
   [junit4]   2> 424006 T1659 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[57]} 0 2
   [junit4]   2> 424009 T1662 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[58]} 0 0
   [junit4]   2> 424012 T1664 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[59]} 0 0
   [junit4]   2> 424018 T1665 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[60]} 0 2
   [junit4]   2> 424022 T1663 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[61]} 0 0
   [junit4]   2> 424025 T1661 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[62]} 0 0
   [junit4]   2> 424028 T1659 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[63]} 0 0
   [junit4]   2> 424031 T1662 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[64]} 0 0
   [junit4]   2> 424035 T1664 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[65]} 0 0
   [junit4]   2> 424039 T1665 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[66]} 0 0
   [junit4]   2> 424041 T1663 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[67]} 0 0
   [junit4]   2> 424045 T1661 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[68]} 0 1
   [junit4]   2> 424048 T1659 C611 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 424057 T1659 C611 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@4fb04431 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7894652b),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@4fb04431 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7894652b),segFN=segments_2,generation=2}
   [junit4]   2> 424060 T1659 C611 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 424064 T1669 oash.SnapShooter.createSnapshot Creating backup snapshot...
   [junit4]   2> 424068 T1659 C611 oass.SolrIndexSearcher.<init> Opening Searcher@1643bfa9[collection1] main
   [junit4]   2> 424068 T1659 C611 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 424069 T1667 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1643bfa9[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.1.0):c69)))}
   [junit4]   2> 424069 T1659 C611 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 21
   [junit4]   2> 424077 T1669 oash.SnapShooter.createSnapshot Done creating backup snapshot: <not named>
   [junit4]   2> 424154 T1664 C611 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=backup&numberToKeep=1} status=0 QTime=3 
   [junit4]   2> 424174 T1670 oash.SnapShooter.createSnapshot Creating backup snapshot...
   [junit4]   2> 424178 T1670 oash.SnapShooter.createSnapshot Done creating backup snapshot: <not named>
   [junit4]   2> 424189 T1665 C611 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 425281 T1661 C611 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=backup&numberToKeep=1} status=0 QTime=3 
   [junit4]   2> 425284 T1659 C611 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 425285 T1672 oash.SnapShooter.createSnapshot Creating backup snapshot...
   [junit4]   2> 425295 T1672 oash.SnapShooter.createSnapshot Done creating backup snapshot: <not named>
   [junit4]   2> 426438 T1643 oas.SolrTestCaseJ4.tearDown ###Ending doTestBackup
   [junit4]   2> 426457 T1643 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1785935865
   [junit4]   2> 426459 T1643 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@56318ff5
   [junit4]   2> 426459 T1643 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=69,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0}
   [junit4]   2> 426463 T1643 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 426463 T1643 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 426463 T1643 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 426466 T1643 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 426466 T1643 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 426466 T1643 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-002\collection1\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-002\collection1\data\index;done=false>>]
   [junit4]   2> 426466 T1643 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-002\collection1\data\index
   [junit4]   2> 426466 T1643 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-002\collection1\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-002\collection1\data\;done=false>>]
   [junit4]   2> 426471 T1643 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-002\collection1\data\
   [junit4]   2> 426473 T1643 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestReplicationHandlerBackup -Dtests.method=doTestBackup -Dtests.seed=6029226F8A9430BA -Dtests.slow=true -Dtests.locale=en_ZA -Dtests.timezone=America/Yakutat -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] ERROR   3.16s | TestReplicationHandlerBackup.doTestBackup <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the following files (in the order of attempts):
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-002\collection1
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001\solr-instance-002
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([6029226F8A9430BA:21A2020AAD2AC3F5]:0)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
   [junit4]    > 	at org.apache.solr.handler.TestReplicationHandler$SolrInstance.tearDown(TestReplicationHandler.java:1509)
   [junit4]    > 	at org.apache.solr.handler.TestReplicationHandlerBackup.tearDown(TestReplicationHandlerBackup.java:115)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 426712 T1643 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 6029226F8A9430BA-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {name=PostingsFormat(name=Asserting), id=PostingsFormat(name=Asserting)}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=en_ZA, timezone=America/Yakutat
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0_31 (64-bit)/cpus=2,threads=1,free=66312168,total=153661440
   [junit4]   2> NOTE: All tests run in this JVM: [ShardSplitTest, TestSchemaNameResource, CloudMLTQParserTest, TestConfigSets, FieldAnalysisRequestHandlerTest, TestExceedM

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

neFixedGap), _version_=PostingsFormat(name=LuceneVarGapFixedInterval), a_t=PostingsFormat(name=LuceneVarGapFixedInterval), a_i=PostingsFormat(name=LuceneFixedGap), id=PostingsFormat(name=LuceneFixedGap)}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=no, timezone=Asia/Chongqing
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0_31 (64-bit)/cpus=2,threads=1,free=219013544,total=411598848
   [junit4]   2> NOTE: All tests run in this JVM: [ShardSplitTest, TestSchemaNameResource, CloudMLTQParserTest, TestConfigSets, FieldAnalysisRequestHandlerTest, TestExceedMaxTermLength, ZkCLITest, TestJmxIntegration, TestSchemaManager, TestManagedResourceStorage, TestDynamicFieldResource, DistributedFacetPivotSmallAdvancedTest, OverseerCollectionProcessorTest, TestLRUCache, WordBreakSolrSpellCheckerTest, CollectionsAPIAsyncDistributedZkTest, SpatialRPTFieldTypeTest, TestObjectReleaseTracker, TestRebalanceLeaders, TestFunctionQuery, TestDistributedSearch, BadIndexSchemaTest, PluginInfoTest, TestLFUCache, SynonymTokenizerTest, DateMathParserTest, TestNonDefinedSimilarityFactory, TestPerFieldSimilarity, LeaderInitiatedRecoveryOnCommitTest, TestSolrJ, TestQueryTypes, TestReplicationHandlerBackup, OpenCloseCoreStressTest, BasicDistributedZkTest, TestPHPSerializedResponseWriter, MultiThreadedOCPTest, TestBlendedInfixSuggestions, HdfsSyncSliceTest, HttpPartitionTest, TestSolrDynamicMBean, TestLRUStatsCache, TestManagedSchema, CoreAdminCreateDiscoverTest, TestFaceting, TestOmitPositions, SpellingQueryConverterTest, DistributedQueryElevationComponentTest, DeleteInactiveReplicaTest, TestPartialUpdateDeduplication, TestDocSet, ChaosMonkeySafeLeaderTest, DistributedQueueTest, CoreMergeIndexesAdminHandlerTest, DateRangeFieldTest, TriLevelCompositeIdRoutingTest, StatelessScriptUpdateProcessorFactoryTest, DistributedQueryComponentCustomSortTest, FieldMutatingUpdateProcessorTest, TestDefaultSimilarityFactory, PolyFieldTest, TestRestManager, TestSolrConfigHandlerConcurrent, TestSimpleQParserPlugin, CursorMarkTest, TestSolr4Spatial2, SolrInfoMBeanTest, TestFieldTypeResource, SharedFSAutoReplicaFailoverTest, NumericFieldsTest, OpenExchangeRatesOrgProviderTest, TestStressReorder, TestElisionMultitermQuery, TestXIncludeConfig, QueryEqualityTest, TestManagedStopFilterFactory, TestManagedSchemaDynamicFieldResource, BasicDistributedZk2Test, FullSolrCloudDistribCmdsTest, TestDFRSimilarityFactory, TestBinaryResponseWriter, TestMissingGroups, TestJmxMonitoredMap, AnalysisErrorHandlingTest, TestPivotHelperCode, DistributedDebugComponentTest, CloudExitableDirectoryReaderTest, ExitableDirectoryReaderTest, ChangedSchemaMergeTest, DisMaxRequestHandlerTest, TestSolrDeletionPolicy2, HardAutoCommitTest, MBeansHandlerTest, AsyncMigrateRouteKeyTest, SolrCoreCheckLockOnStartupTest, TestMiniSolrCloudClusterSSL, TestCollectionAPI, AliasIntegrationTest, TestRawResponseWriter, HdfsBasicDistributedZkTest, TestRemoteStreaming, XmlUpdateRequestHandlerTest, JSONWriterTest, SuggesterWFSTTest, TestTolerantSearch, RequestHandlersTest, TestConfigOverlay, DistribJoinFromCollectionTest, TestFastOutputStream, SpellCheckComponentTest, TestLMJelinekMercerSimilarityFactory, SolrXmlInZkTest, TestHighlightDedupGrouping, HdfsChaosMonkeySafeLeaderTest, TestSearchPerf, SignatureUpdateProcessorFactoryTest, AnalysisAfterCoreReloadTest, BadComponentTest, TestLeaderElectionZkExpiry, TestRealTimeGet, RecoveryAfterSoftCommitTest, HighlighterMaxOffsetTest, TestStressVersions, TestSchemaVersionResource, BasicZkTest, RegexBoostProcessorTest, TestInitParams, SOLR749Test, TestRandomDVFaceting, LukeRequestHandlerTest, ReplicationFactorTest, TestArbitraryIndexDir, DistribCursorPagingTest, SuggesterTest, VMParamsZkACLAndCredentialsProvidersTest, ConnectionManagerTest, TestDocBasedVersionConstraints, XsltUpdateRequestHandlerTest, TestSolrIndexConfig, TestAnalyzedSuggestions, OverseerRolesTest, MinimalSchemaTest, TestIBSimilarityFactory, TestSweetSpotSimilarityFactory, DistributedTermsComponentTest, TestRecoveryHdfs, CoreAdminRequestStatusTest, DeleteReplicaTest, TestZkChroot, ResourceLoaderTest, LeaderElectionTest, DocumentBuilderTest, StatsComponentTest, TestReload, TermVectorComponentTest, TestRequestStatusCollectionAPI, UniqFieldsUpdateProcessorFactoryTest, TestIndexSearcher, ResponseLogComponentTest, HdfsLockFactoryTest, InfoHandlerTest, TestSolrXml, TestShortCircuitedRequests, TestSolrQueryParserResource, SolrRequestParserTest, TestFastLRUCache, TestCharFilters, TestMiniSolrCloudCluster, TestManagedSynonymFilterFactory, SchemaVersionSpecificBehaviorTest, CopyFieldTest, DirectUpdateHandlerOptimizeTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestJoin, TestSuggestSpellingConverter, TestLazyCores, OverseerTest, CachingDirectoryFactoryTest, TestUniqueKeyFieldResource, AnalyticsMergeStrategyTest, SolrPluginUtilsTest, DistribDocExpirationUpdateProcessorTest, JsonLoaderTest, TestLuceneMatchVersion, SpellCheckCollatorTest, RankQueryTest, UpdateRequestProcessorFactoryTest, TestReloadAndDeleteDocs, TestReRankQParserPlugin, ScriptEngineTest, DocValuesTest, BadCopyFieldTest, TestSortingResponseWriter, NoCacheHeaderTest, TestBlobHandler, TestFileDictionaryLookup, BinaryUpdateRequestHandlerTest, UUIDFieldTest, TestDynamicLoading, EnumFieldTest, DistributedIntervalFacetingTest, DistanceUnitsTest, TestTrie, TestReversedWildcardFilterFactory, TestFreeTextSuggestions, TestCloudSchemaless, SpatialHeatmapFacetsTest, ZkStateWriterTest, SimpleCollectionCreateDeleteTest, TestManagedResource, SpatialFilterTest, DistributedSuggestComponentTest, TestCopyFieldCollectionResource, TestSolrQueryParserDefaultOperatorResource, HdfsWriteToMultipleCollectionsTest, TestSolrDeletionPolicy1, TestCloudPivotFacet, SaslZkACLProviderTest, TestReplicaProperties, RequestLoggingTest, SolrIndexConfigTest, DeleteShardTest, TestInitQParser, MergeStrategyTest, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, SyncSliceTest, LeaderElectionIntegrationTest, ShardRoutingTest, RecoveryZkTest, TestReplicationHandler, ClusterStateUpdateTest, TestRandomFaceting, ZkSolrClientTest, ShardRoutingCustomTest, AutoCommitTest, TestDistributedGrouping, TestRecovery, TestHashPartitioner, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, ZkControllerTest, TestRangeQuery, TestCoreContainer, SimpleFacetsTest, TestSolr4Spatial, SolrCoreTest, TestGroupingSearch, SolrCmdDistributorTest, QueryElevationComponentTest, PeerSyncTest, ConvertedLegacyTest, TestSort, TestFiltering, BasicFunctionalityTest, DirectUpdateHandlerTest, TestBadConfig, HighlighterTest, SoftAutoCommitTest, ShowFileRequestHandlerTest, CurrencyFieldOpenExchangeTest, CurrencyFieldXmlFileTest, SolrIndexSplitterTest, SimplePostToolTest, TestCoreDiscovery, TestExtendedDismaxParser, SuggesterFSTTest, CoreAdminHandlerTest, TestFoldingMultitermQuery, SuggesterTSTTest, TestStressLucene, TestCSVLoader, TestPseudoReturnFields, TestUpdate, TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory, DefaultValueUpdateProcessorTest, SortByFunctionTest, DocValuesMultiTest, DistanceFunctionTest, DebugComponentTest, CacheHeaderTest, IndexBasedSpellCheckerTest, TestSurroundQueryParser, TestQueryUtils, StandardRequestHandlerTest, TestWriterPerf, DirectSolrSpellCheckerTest, DocumentAnalysisRequestHandlerTest, PrimitiveFieldTypeTest, FileBasedSpellCheckerTest, TermsComponentTest, TestValueSourceCache, PathHierarchyTokenizerFactoryTest, TestIndexingPerformance, MoreLikeThisHandlerTest, RequiredFieldsTest, TestSolrQueryParser, FastVectorHighlighterTest, IndexSchemaRuntimeFieldTest, LoggingHandlerTest, IndexSchemaTest, TestCollationField, ReturnFieldsTest, TestCSVResponseWriter, QueryParsingTest, PingRequestHandlerTest, CSVRequestHandlerTest, TestComponentsName, SearchHandlerTest, HighlighterConfigTest, TestQuerySenderListener, UpdateParamsTest, AlternateDirectoryTest, TestQuerySenderNoQuery, TestStressRecovery, TestMergePolicyConfig, MultiTermTest, SampleTest, TestBinaryField, TestConfig, OutputWriterTest, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, TestSolrCoreProperties, TestPostingsSolrHighlighter, DirectSolrConnectionTest, NotRequiredUniqueKeyTest, TestPhraseSuggestions, SpellPossibilityIteratorTest, TestCodecSupport, EchoParamsTest, TestLMDirichletSimilarityFactory, TestBM25SimilarityFactory, TestFastWriter, TimeZoneUtilsTest, URLClassifyProcessorTest, ChaosMonkeyNothingIsSafeTest]
   [junit4] Completed in 41.53s, 1 test, 1 failure <<< FAILURES!

[...truncated 383 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:508: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1368: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:975: There were test failures: 466 suites, 1864 tests, 1 suite-level error, 3 errors, 1 failure, 55 ignored (30 assumptions)

Total time: 119 minutes 26 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.8.0_31 -XX:+UseCompressedOops -XX:+UseSerialGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (64bit/jdk1.7.0_76) - Build # 4374 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4374/
Java: 64bit/jdk1.7.0_76 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

5 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestSolrConfigHandler

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-010\collection1\conf\params.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-010\collection1\conf\params.json: The process cannot access the file because it is being used by another process.     C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-010\collection1\conf    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-010\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-010    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-010    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-010\collection1\conf\params.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-010\collection1\conf\params.json: The process cannot access the file because it is being used by another process.

   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-010\collection1\conf
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-010\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-010
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-010
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001

	at __randomizedtesting.SeedInfo.seed([AD84787A92508468]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:170)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.handler.TestReplicationHandlerBackup.testBackupOnCommit

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup AD84787A92508468-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup AD84787A92508468-001\solr-instance-002\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup AD84787A92508468-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup AD84787A92508468-001\solr-instance-002 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup AD84787A92508468-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup AD84787A92508468-001\solr-instance-002\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup AD84787A92508468-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup AD84787A92508468-001\solr-instance-002

	at __randomizedtesting.SeedInfo.seed([AD84787A92508468:846C9691EDA83871]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.solr.handler.TestReplicationHandler$SolrInstance.tearDown(TestReplicationHandler.java:1509)
	at org.apache.solr.handler.TestReplicationHandlerBackup.tearDown(TestReplicationHandlerBackup.java:115)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:885)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.BasicDistributedZk2Test

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test AD84787A92508468-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test AD84787A92508468-001\tempDir-002    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test AD84787A92508468-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test AD84787A92508468-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test AD84787A92508468-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test AD84787A92508468-001\tempDir-002
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test AD84787A92508468-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test AD84787A92508468-001

	at __randomizedtesting.SeedInfo.seed([AD84787A92508468]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:170)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.handler.TestReplicationHandlerBackup.doTestBackup

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup AD84787A92508468-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup AD84787A92508468-001\solr-instance-001\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup AD84787A92508468-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup AD84787A92508468-001\solr-instance-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup AD84787A92508468-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup AD84787A92508468-001\solr-instance-001\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup AD84787A92508468-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup AD84787A92508468-001\solr-instance-001

	at __randomizedtesting.SeedInfo.seed([AD84787A92508468:EC0F581FB5EE7727]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.solr.handler.TestReplicationHandler$SolrInstance.tearDown(TestReplicationHandler.java:1509)
	at org.apache.solr.handler.TestReplicationHandlerBackup.tearDown(TestReplicationHandlerBackup.java:115)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:885)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


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

Error Message:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:65323/repfacttest_c8n_1x3_shard1_replica3

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:65323/repfacttest_c8n_1x3_shard1_replica3
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:575)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:884)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:787)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:730)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:283)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:940)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:915)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	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:65323/repfacttest_c8n_1x3_shard1_replica3
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:572)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:572)
	... 47 more
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
	... 52 more




Build Log:
[...truncated 9290 lines...]
   [junit4] Suite: org.apache.solr.core.TestSolrConfigHandler
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\init-core-data-001
   [junit4]   2> 681577 T2913 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (true)
   [junit4]   2> 681582 T2913 oas.SolrTestCaseJ4.setUp ###Starting testUserProp
   [junit4]   2> 683420 T2913 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 683420 T2913 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 683422 T2913 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-002\cores\core
   [junit4]   2> 683429 T2913 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 683439 T2913 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:58380
   [junit4]   2> 683439 T2913 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@2bb0bf9a
   [junit4]   2> 683439 T2913 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 683439 T2913 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-001
   [junit4]   2> 683439 T2913 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-001\'
   [junit4]   2> 683474 T2913 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-001\solr.xml
   [junit4]   2> 683526 T2913 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-002\cores
   [junit4]   2> 683527 T2913 oasc.CoreContainer.<init> New CoreContainer 1637869648
   [junit4]   2> 683527 T2913 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-001\]
   [junit4]   2> 683529 T2913 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 683530 T2913 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 683530 T2913 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 683530 T2913 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 683531 T2913 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 683531 T2913 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 683532 T2913 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 683532 T2913 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 683532 T2913 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 683533 T2913 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 683533 T2913 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 683534 T2913 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 683535 T2913 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 683535 T2913 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 683535 T2913 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 683541 T2913 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-002\cores
   [junit4]   2> 683543 T2913 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-002\cores\core\
   [junit4]   2> 683544 T2913 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 683546 T2923 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-001\collection1\'
   [junit4]   2> 683551 T2923 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20AD84787A92508468-001/tempDir-001/collection1/lib/.svn/' to classloader
   [junit4]   2> 683553 T2923 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20AD84787A92508468-001/tempDir-001/collection1/lib/classes/' to classloader
   [junit4]   2> 683556 T2923 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20AD84787A92508468-001/tempDir-001/collection1/lib/README' to classloader
   [junit4]   2> 683617 T2923 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 683640 T2923 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 683682 T2923 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-managed-schema.xml
   [junit4]   2> 683686 T2923 oass.ManagedIndexSchemaFactory.readSchemaLocally The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema-rest.xml instead
   [junit4]   2> 683688 T2923 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-001\collection1\conf\schema-rest.xml
   [junit4]   2> 683696 T2923 oass.IndexSchema.readSchema [collection1] Schema name=test-rest
   [junit4]   2> 684080 T2923 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 684081 T2923 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 684083 T2923 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 684085 T2923 oass.IndexSchema.loadCopyFields WARN Field title is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 684099 T2923 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 684099 T2923 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 684099 T2923 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
   [junit4]   2> 684099 T2923 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
   [junit4]   2> 684103 T2923 oass.ManagedIndexSchema.persistManagedSchema Upgraded to managed schema at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-001\collection1\conf\managed-schema
   [junit4]   2> 684106 T2923 oass.ManagedIndexSchemaFactory.upgradeToManagedSchema After upgrading to managed schema, renamed the non-managed schema C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-001\collection1\conf\schema-rest.xml to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-001\collection1\conf\schema-rest.xml.bak
   [junit4]   2> 684106 T2923 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-001\collection1
   [junit4]   2> 684106 T2923 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 684106 T2923 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-001\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-002\cores\core\data\
   [junit4]   2> 684106 T2923 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 684108 T2923 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-002\cores\core\data
   [junit4]   2> 684109 T2923 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-002\cores\core\data\index/
   [junit4]   2> 684110 T2923 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-002\cores\core\data\index' doesn't exist. Creating new index...
   [junit4]   2> 684111 T2923 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-002\cores\core\data\index
   [junit4]   2> 684112 T2923 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=24, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5243269480289351]
   [junit4]   2> 684117 T2923 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-002\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@33592565; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 684117 T2923 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 684118 T2923 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 684119 T2923 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 684119 T2923 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 684119 T2923 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 684119 T2923 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 684120 T2923 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 684120 T2923 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 684120 T2923 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 684121 T2923 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 684121 T2923 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 684122 T2923 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 684122 T2923 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 684122 T2923 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 684123 T2923 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 684123 T2923 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 684123 T2923 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 684124 T2923 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 684124 T2923 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 684124 T2923 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 684124 T2923 oasc.RequestHandlers.initHandlersFromConfig created /dump: DumpRequestHandler
   [junit4]   2> 684133 T2923 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 684136 T2923 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 684136 T2923 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 684139 T2923 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 684140 T2923 oasc.RequestHandlers.applyInitParams WARN INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 684144 T2923 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 684145 T2923 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 684145 T2923 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 684149 T2923 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=146317923, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 684150 T2923 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-002\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@33592565; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 684150 T2923 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 684151 T2923 oass.SolrIndexSearcher.<init> Opening Searcher@69d69b39[collection1] main
   [junit4]   2> 684151 T2923 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-001\collection1\conf
   [junit4]   2> 684151 T2923 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-001\collection1\conf}
   [junit4]   2> 684154 T2923 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-001\collection1\conf
   [junit4]   2> 684155 T2923 oasr.RestManager.init Initializing 4 registered ManagedResources
   [junit4]   2> 684155 T2923 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-001\collection1\conf
   [junit4]   2> 684156 T2923 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/stopwords/english
   [junit4]   2> 684158 T2923 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-001\collection1\conf
   [junit4]   2> 684158 T2923 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 684158 T2923 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/english
   [junit4]   2> 684158 T2923 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-001\collection1\conf
   [junit4]   2> 684159 T2923 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/stopwords/german
   [junit4]   2> 684161 T2923 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-001\collection1\conf
   [junit4]   2> 684161 T2923 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 684161 T2923 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/german
   [junit4]   2> 684161 T2923 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-001\collection1\conf
   [junit4]   2> 684162 T2923 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/english
   [junit4]   2> 684162 T2923 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 684162 T2923 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/english
   [junit4]   2> 684162 T2923 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-001\collection1\conf
   [junit4]   2> 684164 T2923 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/german
   [junit4]   2> 684164 T2923 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/german
   [junit4]   2> 684164 T2923 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/german
   [junit4]   2> 684164 T2923 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 684164 T2923 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 684165 T2913 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 684165 T2913 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 684165 T2913 oas.SolrJettyTestBase.createJetty Jetty Assigned Port#58380
   [junit4]   2> 684168 T2924 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@69d69b39[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> ASYNC  NEW_CORE C1092 name=collection1 org.apache.solr.core.SolrCore@6723c21b
   [junit4]   2> 684181 T2917 C1092 oasc.SolrResourceLoader.persistConfLocally Written confile configoverlay.json
   [junit4]   2> 684183 T2917 C1092 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-001\collection1\'
   [junit4]   2> 684186 T2917 C1092 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20AD84787A92508468-001/tempDir-001/collection1/lib/.svn/' to classloader
   [junit4]   2> 684189 T2917 C1092 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20AD84787A92508468-001/tempDir-001/collection1/lib/classes/' to classloader
   [junit4]   2> 684189 T2917 C1092 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20AD84787A92508468-001/tempDir-001/collection1/lib/README' to classloader
   [junit4]   2> 684259 T2917 C1092 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 684282 T2917 C1092 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 684323 T2917 C1092 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-managed-schema.xml
   [junit4]   2> 684330 T2917 C1092 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-001\collection1\conf\managed-schema
   [junit4]   2> ASYNC  NEW_CORE C1093 name=collection1 org.apache.solr.core.SolrCore@6723c21b
   [junit4]   2> 684355 T2917 C1093 oass.IndexSchema.readSchema [collection1] Schema name=test-rest
   [junit4]   2> ASYNC  NEW_CORE C1094 name=collection1 org.apache.solr.core.SolrCore@6723c21b
   [junit4]   2> 684759 T2917 C1094 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 684760 T2917 C1094 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 684761 T2917 C1094 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 684763 T2917 C1094 oass.IndexSchema.loadCopyFields WARN Field title is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 684765 T2917 C1094 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
   [junit4]   2> 684765 T2917 C1094 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
   [junit4]   2> 684765 T2917 C1094 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 684765 T2917 C1094 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 684779 T2917 C1094 oasc.CoreContainer.reload Reloading SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-001\collection1
   [junit4]   2> 684783 T2917 C1094 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-001\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-002\cores\core\data\
   [junit4]   2> 684783 T2917 C1094 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 684783 T2917 C1094 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-002\cores\core\data\index/
   [junit4]   2> 684786 T2917 C1094 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 684787 T2917 C1094 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 684787 T2917 C1094 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 684788 T2917 C1094 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 684788 T2917 C1094 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 684788 T2917 C1094 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 684789 T2917 C1094 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 684789 T2917 C1094 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 684789 T2917 C1094 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 684790 T2917 C1094 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 684791 T2917 C1094 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 684792 T2917 C1094 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 684792 T2917 C1094 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 684792 T2917 C1094 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 684793 T2917 C1094 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 684793 T2917 C1094 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 684794 T2917 C1094 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 684794 T2917 C1094 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 684794 T2917 C1094 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 684795 T2917 C1094 oasc.RequestHandlers.initHandlersFromConfig created /dump: DumpRequestHandler
   [junit4]   2> 684801 T2917 C1094 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 684804 T2917 C1094 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 684807 T2917 C1094 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 684810 T2917 C1094 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 684811 T2917 C1094 oasc.RequestHandlers.applyInitParams WARN INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=MODIFIEDA,b=MODIFIEDB}}}
   [junit4]   2> 684813 T2917 C1094 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 684814 T2917 C1094 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 684814 T2917 C1094 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 684815 T2917 C1094 oass.SolrIndexSearcher.<init> Opening Searcher@51c22907[collection1] main
   [junit4]   2> 684815 T2917 C1094 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-001\collection1\conf
   [junit4]   2> 684815 T2917 C1094 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-001\collection1\conf}
   [junit4]   2> 684815 T2917 C1094 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-001\collection1\conf
   [junit4]   2> 684817 T2917 C1094 oasr.RestManager.init Initializing 4 registered ManagedResources
   [junit4]   2> 684818 T2917 C1094 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-001\collection1\conf
   [junit4]   2> 684818 T2917 C1094 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-001\collection1\conf
   [junit4]   2> 684818 T2917 C1094 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/english
   [junit4]   2> 684818 T2917 C1094 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 684818 T2917 C1094 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/english
   [junit4]   2> 684818 T2917 C1094 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-001\collection1\conf
   [junit4]   2> 684818 T2917 C1094 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-001\collection1\conf
   [junit4]   2> 684818 T2917 C1094 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/german
   [junit4]   2> 684818 T2917 C1094 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 684818 T2917 C1094 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/german
   [junit4]   2> 684818 T2917 C1094 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-001\collection1\conf
   [junit4]   2> 684821 T2917 C1094 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/english
   [junit4]   2> 684821 T2917 C1094 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 684821 T2917 C1094 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/english
   [junit4]   2> 684821 T2917 C1094 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-001\collection1\conf
   [junit4]   2> 684822 T2917 C1094 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/german
   [junit4]   2> 684822 T2917 C1094 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/german
   [junit4]   2> 684822 T2917 C1094 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/german
   [junit4]   2> 684822 T2917 C1094 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 684823 T2917 C1094 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
   [junit4]   2> 684824 T2917 C1094 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
   [junit4]   2> 684824 T2917 C1094 oasu.DefaultSolrCoreState.newIndexWriter Closing old IndexWriter... core=collection1
   [junit4]   2> 684824 T2926 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@51c22907[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 684826 T2917 C1094 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=24, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5243269480289351]
   [junit4]   2> 684826 T2917 C1094 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-002\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@33592565; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 684828 T2917 C1094 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 684828 T2917 C1094 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
   [junit4]   2> 684828 T2917 C1094 oass.SolrIndexSearcher.<init> Opening Searcher@6e8c2ab8[collection1] main
   [junit4]   2> 684829 T2917 C1094 oasc.CoreContainer.registerCore replacing core: collection1
   [junit4]   2> 684829 T2926 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6e8c2ab8[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 684829 T2917 C1094 oasc.SolrCore.execute [collection1] webapp=/solr path=/config params={wt=json} status=0 QTime=660 
   [junit4]   2> 684830 T2917 C1094 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@6723c21b
   [junit4]   2> 684830 T2917 C1094 oasu.DirectUpdateHandler2.close 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> 684831 T2917 C1094 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> ASYNC  NEW_CORE C1095 name=collection1 org.apache.solr.core.SolrCore@17fc71ce
   [junit4]   2> 684838 T2918 C1095 oasc.SolrCore.execute [collection1] webapp=/solr path=/config/overlay params={wt=json} status=0 QTime=2 
   [junit4]   2> 684842 T2922 C1095 oasc.SolrCore.execute [collection1] webapp=/solr path=/dump params={json.nl=map&initArgs=true&wt=json} status=0 QTime=1 
   [junit4]   2> 684857 T2913 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1637869648
   [junit4]   2> 684859 T2913 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@17fc71ce
   [junit4]   2> 684860 T2913 oasu.DirectUpdateHandler2.close 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> 684861 T2913 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 684863 T2913 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 684863 T2913 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 684867 T2913 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 684868 T2913 oasc.CachingDirectoryFactory.close Closing NRTCachingDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 684868 T2913 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-002\cores\core\data [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-002\cores\core\data;done=false>>]
   [junit4]   2> 684869 T2913 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-002\cores\core\data
   [junit4]   2> 684871 T2913 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-002\cores\core\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-002\cores\core\data\index;done=false>>]
   [junit4]   2> 684871 T2913 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-002\cores\core\data\index
   [junit4]   2> 684873 T2913 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 685055 T2913 oas.SolrTestCaseJ4.tearDown ###Ending testUserProp
   [junit4]   2> 685064 T2913 oas.SolrTestCaseJ4.setUp ###Starting testProperty
   [junit4]   2> 686814 T2913 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 686814 T2913 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 686821 T2913 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-005\cores\core
   [junit4]   2> 686826 T2913 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 686830 T2913 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:58384
   [junit4]   2> 686833 T2913 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@2bb0bf9a
   [junit4]   2> 686834 T2913 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 686835 T2913 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-004
   [junit4]   2> 686835 T2913 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-004\'
   [junit4]   2> 686880 T2913 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-004\solr.xml
   [junit4]   2> 686918 T2913 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-005\cores
   [junit4]   2> 686919 T2913 oasc.CoreContainer.<init> New CoreContainer 1458812937
   [junit4]   2> 686919 T2913 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-004\]
   [junit4]   2> 686920 T2913 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 686922 T2913 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 686922 T2913 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 686922 T2913 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 686923 T2913 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 686923 T2913 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 686923 T2913 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 686924 T2913 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 686924 T2913 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 686924 T2913 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 686924 T2913 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 686925 T2913 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 686925 T2913 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 686926 T2913 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 686926 T2913 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 686928 T2913 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-005\cores
   [junit4]   2> 686929 T2913 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-005\cores\core\
   [junit4]   2> 686930 T2913 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 686931 T2936 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-004\collection1\'
   [junit4]   2> 686934 T2936 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20AD84787A92508468-001/tempDir-004/collection1/lib/.svn/' to classloader
   [junit4]   2> 686937 T2936 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20AD84787A92508468-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 686937 T2936 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20AD84787A92508468-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 686995 T2936 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 687019 T2936 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 687058 T2936 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-managed-schema.xml
   [junit4]   2> 687063 T2936 oass.ManagedIndexSchemaFactory.readSchemaLocally The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema-rest.xml instead
   [junit4]   2> 687063 T2936 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-004\collection1\conf\schema-rest.xml
   [junit4]   2> 687072 T2936 oass.IndexSchema.readSchema [collection1] Schema name=test-rest
   [junit4]   2> 687446 T2936 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 687448 T2936 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 687449 T2936 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 687450 T2936 oass.IndexSchema.loadCopyFields WARN Field title is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 687465 T2936 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 687465 T2936 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 687465 T2936 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
   [junit4]   2> 687465 T2936 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
   [junit4]   2> 687622 T2936 oass.ManagedIndexSchema.persistManagedSchema Upgraded to managed schema at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-004\collection1\conf\managed-schema
   [junit4]   2> 687625 T2936 oass.ManagedIndexSchemaFactory.upgradeToManagedSchema After upgrading to managed schema, renamed the non-managed schema C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-004\collection1\conf\schema-rest.xml to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-004\collection1\conf\schema-rest.xml.bak
   [junit4]   2> 687625 T2936 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-004\collection1
   [junit4]   2> 687625 T2936 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 687625 T2936 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-004\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-005\cores\core\data\
   [junit4]   2> 687625 T2936 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 687628 T2936 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-005\cores\core\data
   [junit4]   2> 687629 T2936 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-005\cores\core\data\index/
   [junit4]   2> 687629 T2936 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-005\cores\core\data\index' doesn't exist. Creating new index...
   [junit4]   2> 687629 T2936 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-005\cores\core\data\index
   [junit4]   2> 687632 T2936 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=24, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5243269480289351]
   [junit4]   2> 687636 T2936 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-005\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@35867309; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 687636 T2936 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 687638 T2936 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 687638 T2936 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 687639 T2936 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 687640 T2936 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 687640 T2936 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 687640 T2936 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 687641 T2936 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 687641 T2936 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 687641 T2936 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 687642 T2936 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 687642 T2936 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 687643 T2936 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 687643 T2936 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 687643 T2936 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 687644 T2936 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 687644 T2936 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 687644 T2936 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 687645 T2936 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 687645 T2936 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 687645 T2936 oasc.RequestHandlers.initHandlersFromConfig created /dump: DumpRequestHandler
   [junit4]   2> 687654 T2936 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 687656 T2936 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 687658 T2936 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 687660 T2936 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 687660 T2936 oasc.RequestHandlers.applyInitParams WARN INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 687665 T2936 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 687666 T2936 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 687666 T2936 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 687671 T2936 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=146317923, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 687673 T2936 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-005\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@35867309; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 687673 T2936 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 687673 T2936 oass.SolrIndexSearcher.<init> Opening Searcher@6e0a2df6[collection1] main
   [junit4]   2> 687673 T2936 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-004\collection1\conf
   [junit4]   2> 687673 T2936 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-004\collection1\conf}
   [junit4]   2> 687673 T2936 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-004\collection1\conf
   [junit4]   2> 687676 T2936 oasr.RestManager.init Initializing 4 registered ManagedResources
   [junit4]   2> 687676 T2936 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-004\collection1\conf
   [junit4]   2> 687677 T2936 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/stopwords/english
   [junit4]   2> 687677 T2936 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-004\collection1\conf
   [junit4]   2> 687677 T2936 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 687677 T2936 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/english
   [junit4]   2> 687677 T2936 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-004\collection1\conf
   [junit4]   2> 687679 T2936 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/stopwords/german
   [junit4]   2> 687679 T2936 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-004\collection1\conf
   [junit4]   2> 687679 T2936 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 687679 T2936 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/german
   [junit4]   2> 687679 T2936 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler AD84787A92508468-001\tempDir-004\collection1\conf
   [junit4]   2> 687680 T2936 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/english
   [junit4]   2> 687680 T2936 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /s

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

, TestImplicitCoreProperties, TestExactStatsCache, SpatialRPTFieldTypeTest, TestBulkSchemaConcurrent, TestSolrConfigHandler, TestWriterPerf, TestQueryUtils, StressHdfsTest, TestSystemIdResolver, HttpPartitionTest, TestAnalyzedSuggestions, ActionThrottleTest, RollingRestartTest, TestMergePolicyConfig, DistributedFacetPivotLargeTest, ExternalCollectionsTest, TestComplexPhraseQParserPlugin, TestBinaryResponseWriter, TestOmitPositions, TestHashPartitioner, TestSolrIndexConfig, TestSchemaSimilarityResource, HdfsBasicDistributedZk2Test, StandardRequestHandlerTest, TestBM25SimilarityFactory, TestExtendedDismaxParser, HdfsRecoveryZkTest, HdfsSyncSliceTest, SimpleCollectionCreateDeleteTest, TestFoldingMultitermQuery, ExitableDirectoryReaderTest, TestLeaderElectionZkExpiry, DistributedQueryComponentCustomSortTest, TestDFRSimilarityFactory, CoreAdminHandlerTest, SoftAutoCommitTest, HdfsUnloadDistributedZkTest, SolrIndexSplitterTest, TestCSVResponseWriter, TestIndexingPerformance, BlockDirectoryTest, TestLRUStatsCache, RequestHandlersTest, AliasIntegrationTest, TestStressUserVersions, TestFieldTypeResource, UniqFieldsUpdateProcessorFactoryTest, NumericFieldsTest, DistributedDebugComponentTest, SuggesterTSTTest, TestIntervalFaceting, DistribDocExpirationUpdateProcessorTest, TestManagedSchemaDynamicFieldResource, AssignTest, TestBlendedInfixSuggestions, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestDistributedGrouping, RAMDirectoryFactoryTest, TestCSVLoader, TestStandardQParsers, TestReload, TestCursorMarkWithoutUniqueKey, CollectionsAPIAsyncDistributedZkTest, ZkNodePropsTest, TestFaceting, ExternalFileFieldSortTest, TermVectorComponentTest, TestFunctionQuery, SyncSliceTest, ChaosMonkeySafeLeaderTest, ScriptEngineTest, BadIndexSchemaTest, TestReplicaProperties, DistributedFacetPivotSmallAdvancedTest, TestPhraseSuggestions, DocValuesTest, TestMaxScoreQueryParser, RankQueryTest, TestReqParamsAPI, AddBlockUpdateTest, CustomCollectionTest, TestQuerySenderListener, SimplePostToolTest, TestBadConfig, DocValuesMissingTest, TestSearcherReuse, HighlighterConfigTest, DOMUtilTest, SearchHandlerTest, TestInfoStreamLogging, SpellPossibilityIteratorTest, ResponseLogComponentTest, UpdateParamsTest, TestSolrDeletionPolicy2, TestShortCircuitedRequests, TestSweetSpotSimilarityFactory, TestOverriddenPrefixQueryForCustomFieldType, TestDocSet, LeaderElectionTest, TestFieldResource, NotRequiredUniqueKeyTest, URLClassifyProcessorTest, SuggesterTest, SpatialHeatmapFacetsTest, QueryParsingTest, TestRandomMergePolicy, FacetPivotSmallTest, LeaderInitiatedRecoveryOnCommitTest, TestLMDirichletSimilarityFactory, DebugComponentTest, TestConfigReload, CopyFieldTest, SolrIndexConfigTest, TestCloudPivotFacet, TestRangeQuery, SolrPluginUtilsTest, TestConfigOverlay, ClusterStateUpdateTest, TestManagedSchemaFieldTypeResource, SliceStateTest, QueryEqualityTest, SolrXmlInZkTest, MigrateRouteKeyTest, TestSchemaResource, CoreAdminCreateDiscoverTest, BadCopyFieldTest, PrimitiveFieldTypeTest, SharedFSAutoReplicaFailoverUtilsTest, TestUniqueKeyFieldResource, TestSimpleQParserPlugin, EchoParamsTest, TestRestManager, OverriddenZkACLAndCredentialsProvidersTest, TestSolrConfigHandlerCloud, TestRTGBase, TestDocBasedVersionConstraints, ShardSplitTest, CoreMergeIndexesAdminHandlerTest, DirectUpdateHandlerOptimizeTest, DeleteShardTest, HdfsWriteToMultipleCollectionsTest, TestLazyCores, DistributedTermsComponentTest, ResponseHeaderTest, TestSolrJ, BinaryUpdateRequestHandlerTest, TestRecoveryHdfs, OutputWriterTest, TestCloudManagedSchema, SSLMigrationTest, DistanceFunctionTest, DirectSolrConnectionTest, OverseerStatusTest, TestValueSourceCache, TestStressRecovery, TestSolrDynamicMBean, TestRealTimeGet, CoreAdminRequestStatusTest, PeerSyncTest, CSVRequestHandlerTest, DateMathParserTest, DeleteReplicaTest, BJQParserTest, TestManagedSynonymFilterFactory, AlternateDirectoryTest, TestAtomicUpdateErrorCases, FullSolrCloudDistribCmdsTest, DocValuesMultiTest, TestCopyFieldCollectionResource, ParsingFieldUpdateProcessorsTest, TestCoreContainer, MBeansHandlerTest, XsltUpdateRequestHandlerTest, AtomicUpdatesTest, UpdateRequestProcessorFactoryTest, SolrCoreTest, PathHierarchyTokenizerFactoryTest, TestSolrConfigHandlerConcurrent, TestWordDelimiterFilterFactory, TestBlobHandler, ZkCLITest, TestFastWriter, AnalysisErrorHandlingTest, TestLRUCache, DistributedQueryComponentOptimizationTest, AutoCommitTest, BasicDistributedZk2Test, TestSuggestSpellingConverter, TestClassNameShortening, BasicZkTest, TestManagedSchemaFieldResource, DistribCursorPagingTest, CacheHeaderTest, AsyncMigrateRouteKeyTest, BasicDistributedZkTest, UnloadDistributedZkTest, OpenCloseCoreStressTest, LeaderElectionIntegrationTest, RecoveryZkTest, TestReplicationHandler, TestRandomFaceting, ZkSolrClientTest, TestRandomDVFaceting, ShardRoutingCustomTest, TestDistributedSearch, TestRecovery, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, ZkControllerTest, TestStressReorder, TestJoin, TestStressVersions, HardAutoCommitTest, TestSolr4Spatial, StatsComponentTest, SpellCheckComponentTest, TestGroupingSearch, SolrCmdDistributorTest, QueryElevationComponentTest, ConvertedLegacyTest, TestSort, BasicFunctionalityTest, OverseerCollectionProcessorTest, TestIndexSearcher, DistributedQueryElevationComponentTest, CurrencyFieldXmlFileTest, AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest, SpellCheckCollatorTest, SuggesterFSTTest, SolrRequestParserTest, TestStressLucene, TestTrie, SpatialFilterTest, SuggesterWFSTTest, PolyFieldTest, NoCacheHeaderTest, WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, TestUpdate, FieldMutatingUpdateProcessorTest, DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, SortByFunctionTest, TestRemoteStreaming, TestSolrDeletionPolicy1, SolrInfoMBeanTest, IndexBasedSpellCheckerTest, TestSurroundQueryParser, LukeRequestHandlerTest, DirectSolrSpellCheckerTest, TestReversedWildcardFilterFactory, DocumentAnalysisRequestHandlerTest, FileBasedSpellCheckerTest, TermsComponentTest, XmlUpdateRequestHandlerTest, DocumentBuilderTest, MoreLikeThisHandlerTest, RequiredFieldsTest, TestSolrQueryParser, TestArbitraryIndexDir, FastVectorHighlighterTest, LoggingHandlerTest, RegexBoostProcessorTest, TestJmxIntegration, TestCollationField, ReturnFieldsTest, JSONWriterTest, JsonLoaderTest, TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, PingRequestHandlerTest, TestComponentsName, TestLFUCache, SOLR749Test, TestQuerySenderNoQuery, BadComponentTest, MultiTermTest, SampleTest, TestBinaryField, TestSearchPerf, MinimalSchemaTest, TestElisionMultitermQuery, TestFuzzyAnalyzedSuggestions, TestSolrCoreProperties, TestPostingsSolrHighlighter, TestLuceneMatchVersion, TestCharFilters, TestCodecSupport, SynonymTokenizerTest, TestXIncludeConfig, TestPerFieldSimilarity, TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory, TestDefaultSimilarityFactory, TestJmxMonitoredMap, TimeZoneUtilsTest, ResourceLoaderTest, TestFastOutputStream, OpenExchangeRatesOrgProviderTest, TestFastLRUCache, ChaosMonkeyNothingIsSafeTest, PrimUtilsTest, DateFieldTest, SpellingQueryConverterTest, ClusterStateTest, TestUtils, TestDocumentBuilder, SystemInfoHandlerTest, UUIDFieldTest, FileUtilsTest, CircularListTest, DistributedMLTComponentTest, DistributedIntervalFacetingTest, SolrTestCaseJ4Test, TestDistributedMissingSort, TestHighlightDedupGrouping, CloudExitableDirectoryReaderTest, ConnectionManagerTest, DeleteInactiveReplicaTest, DeleteLastCustomShardedReplicaTest, DistribJoinFromCollectionTest, DistributedQueueTest, MultiThreadedOCPTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverseerRolesTest, RemoteQueryErrorTest, ReplicationFactorTest, SaslZkACLProviderTest, SharedFSAutoReplicaFailoverTest, TestCloudInspectUtil, TestCollectionAPI, TestDistribDocBasedVersion, TestMiniSolrCloudCluster, TestMiniSolrCloudClusterSSL, TestRebalanceLeaders, TriLevelCompositeIdRoutingTest, VMParamsZkACLAndCredentialsProvidersTest, HdfsBasicDistributedZkTest, HdfsChaosMonkeySafeLeaderTest, HdfsCollectionsAPIDistributedZkTest, TestClusterStateMutator, ZkStateWriterTest, CachingDirectoryFactoryTest, HdfsDirectoryFactoryTest, QueryResultKeyTest, TestConfigSets, TestDynamicLoading, TestNRTOpen, TestReloadAndDeleteDocs, TestShardHandlerFactory, TestSolrXml, RequestLoggingTest, TestReplicationHandlerBackup]
   [junit4] Completed in 8.20s, 2 tests, 2 errors <<< FAILURES!

[...truncated 220 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:508: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1368: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:975: There were test failures: 466 suites, 1864 tests, 2 suite-level errors, 3 errors, 55 ignored (30 assumptions)

Total time: 137 minutes 39 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.7.0_76 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (64bit/jdk1.8.0_31) - Build # 4373 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4373/
Java: 64bit/jdk1.8.0_31 -XX:-UseCompressedOops -XX:+UseSerialGC

4 tests failed.
FAILED:  org.apache.solr.handler.TestReplicationHandlerBackup.testBackupOnCommit

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-001\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-001\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-001

	at __randomizedtesting.SeedInfo.seed([DC0705419E78110D:F5EFEBAAE180AD14]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.solr.handler.TestReplicationHandler$SolrInstance.tearDown(TestReplicationHandler.java:1509)
	at org.apache.solr.handler.TestReplicationHandlerBackup.tearDown(TestReplicationHandlerBackup.java:115)
	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:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:885)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.BasicDistributedZk2Test

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test DC0705419E78110D-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test DC0705419E78110D-001\tempDir-002    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test DC0705419E78110D-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test DC0705419E78110D-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test DC0705419E78110D-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test DC0705419E78110D-001\tempDir-002
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test DC0705419E78110D-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test DC0705419E78110D-001

	at __randomizedtesting.SeedInfo.seed([DC0705419E78110D]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:170)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.handler.TestReplicationHandlerBackup.doTestBackup

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-002\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-002 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-002\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-002

	at __randomizedtesting.SeedInfo.seed([DC0705419E78110D:9D8C2524B9C6E242]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.solr.handler.TestReplicationHandler$SolrInstance.tearDown(TestReplicationHandler.java:1509)
	at org.apache.solr.handler.TestReplicationHandlerBackup.tearDown(TestReplicationHandlerBackup.java:115)
	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:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:885)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


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

Error Message:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:57132/repfacttest_c8n_1x3_shard1_replica2

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:57132/repfacttest_c8n_1x3_shard1_replica2
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:575)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:884)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:787)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:730)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	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:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:940)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:915)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	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:57132/repfacttest_c8n_1x3_shard1_replica2
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:573)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:572)
	... 47 more
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
	... 52 more




Build Log:
[...truncated 9492 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReplicationHandlerBackup
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\init-core-data-001
   [junit4]   2> 1555158 T6367 oas.SolrTestCaseJ4.setUp ###Starting testBackupOnCommit
   [junit4]   2> 1555159 T6367 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-001\collection1
   [junit4]   2> 1555185 T6367 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1555205 T6367 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:55004
   [junit4]   2> 1555208 T6367 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 1555208 T6367 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1555208 T6367 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-001
   [junit4]   2> 1555209 T6367 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-001\'
   [junit4]   2> 1555243 T6367 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-001\solr.xml
   [junit4]   2> 1555249 T6367 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-001\.
   [junit4]   2> 1555250 T6367 oasc.CoreContainer.<init> New CoreContainer 690198102
   [junit4]   2> 1555250 T6367 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-001\]
   [junit4]   2> 1555251 T6367 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1555251 T6367 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1555251 T6367 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1555251 T6367 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1555251 T6367 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1555251 T6367 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1555252 T6367 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1555252 T6367 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1555252 T6367 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1555252 T6367 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1555252 T6367 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1555252 T6367 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1555252 T6367 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1555252 T6367 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1555252 T6367 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1555256 T6367 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-001\.
   [junit4]   2> 1555260 T6367 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-001\.\collection1\
   [junit4]   2> 1555260 T6367 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1555263 T6377 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-001\.\collection1\'
   [junit4]   2> 1555301 T6377 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1555305 T6377 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 1555315 T6377 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1555315 T6377 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-001\.\collection1\conf\schema.xml
   [junit4]   2> 1555318 T6377 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1555322 T6377 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1555322 T6377 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-001\.\collection1\
   [junit4]   2> 1555322 T6377 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1555323 T6377 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-001\.\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-001\collection1\data\
   [junit4]   2> 1555323 T6377 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 1555324 T6377 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-001\collection1\data\
   [junit4]   2> 1555324 T6377 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-001\collection1\data\index/
   [junit4]   2> 1555324 T6377 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-001\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1555325 T6377 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-001\collection1\data\index
   [junit4]   2> 1555325 T6377 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=32, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4547569858920172]
   [junit4]   2> 1555335 T6377 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1559027f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7d00b768),segFN=segments_1,generation=1}
   [junit4]   2> 1555336 T6377 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1555337 T6377 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1555338 T6377 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1555338 T6377 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1555338 T6377 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1555340 T6377 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1555340 T6377 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1555340 T6377 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 1555341 T6377 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1555341 T6377 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 1555341 T6377 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 1555342 T6377 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 1555343 T6377 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 1555343 T6377 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 1555343 T6377 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 1555344 T6377 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 1555344 T6377 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 1555345 T6377 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 1555345 T6377 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 1555345 T6377 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1555347 T6377 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1555351 T6377 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1555353 T6377 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1555355 T6377 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1555356 T6377 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1555358 T6377 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1555358 T6377 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1555358 T6377 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=33, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=6.3701171875, floorSegmentMB=0.7724609375, forceMergeDeletesPctAllowed=17.476061554946593, segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1555359 T6377 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1559027f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7d00b768),segFN=segments_1,generation=1}
   [junit4]   2> 1555359 T6377 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1555360 T6377 oass.SolrIndexSearcher.<init> Opening Searcher@319d4e6a[collection1] main
   [junit4]   2> 1555360 T6377 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-001\.\collection1\conf
   [junit4]   2> 1555361 T6377 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-001\.\collection1\conf}
   [junit4]   2> 1555361 T6377 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-001\.\collection1\conf
   [junit4]   2> 1555361 T6377 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1555362 T6377 oash.ReplicationHandler.inform Replication enabled for following config files: schema-replication2.xml:schema.xml
   [junit4]   2> 1555362 T6377 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1555362 T6378 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@319d4e6a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1555362 T6377 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1555363 T6367 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1555363 T6367 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C8348 name=collection1 org.apache.solr.core.SolrCore@12c5ddae
   [junit4]   2> 1555368 T6372 C8348 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1555368 T6372 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:*} 0 1
   [junit4]   2> 1555372 T6374 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0]} 0 1
   [junit4]   2> 1555378 T6371 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[1]} 0 2
   [junit4]   2> 1555380 T6373 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[2]} 0 0
   [junit4]   2> 1555383 T6375 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[3]} 0 0
   [junit4]   2> 1555386 T6376 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[4]} 0 0
   [junit4]   2> 1555388 T6372 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[5]} 0 0
   [junit4]   2> 1555390 T6374 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[6]} 0 0
   [junit4]   2> 1555394 T6371 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[7]} 0 0
   [junit4]   2> 1555396 T6373 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[8]} 0 0
   [junit4]   2> 1555398 T6375 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[9]} 0 0
   [junit4]   2> 1555400 T6376 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[10]} 0 0
   [junit4]   2> 1555403 T6372 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[11]} 0 0
   [junit4]   2> 1555405 T6374 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[12]} 0 0
   [junit4]   2> 1555407 T6371 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[13]} 0 0
   [junit4]   2> 1555412 T6373 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[14]} 0 0
   [junit4]   2> 1555415 T6375 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[15]} 0 0
   [junit4]   2> 1555417 T6376 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[16]} 0 0
   [junit4]   2> 1555419 T6372 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[17]} 0 0
   [junit4]   2> 1555423 T6374 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[18]} 0 0
   [junit4]   2> 1555425 T6371 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[19]} 0 0
   [junit4]   2> 1555428 T6373 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[20]} 0 0
   [junit4]   2> 1555431 T6375 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[21]} 0 0
   [junit4]   2> 1555434 T6376 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[22]} 0 0
   [junit4]   2> 1555437 T6372 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[23]} 0 0
   [junit4]   2> 1555441 T6374 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[24]} 0 0
   [junit4]   2> 1555444 T6371 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[25]} 0 0
   [junit4]   2> 1555446 T6373 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[26]} 0 0
   [junit4]   2> 1555450 T6375 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[27]} 0 0
   [junit4]   2> 1555453 T6376 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[28]} 0 0
   [junit4]   2> 1555456 T6372 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[29]} 0 0
   [junit4]   2> 1555460 T6374 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[30]} 0 0
   [junit4]   2> 1555464 T6371 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[31]} 0 0
   [junit4]   2> 1555468 T6373 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[32]} 0 0
   [junit4]   2> 1555472 T6375 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[33]} 0 0
   [junit4]   2> 1555476 T6376 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[34]} 0 0
   [junit4]   2> 1555479 T6372 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[35]} 0 0
   [junit4]   2> 1555482 T6374 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[36]} 0 0
   [junit4]   2> 1555486 T6371 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[37]} 0 0
   [junit4]   2> 1555492 T6373 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[38]} 0 0
   [junit4]   2> 1555495 T6375 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[39]} 0 0
   [junit4]   2> 1555498 T6376 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[40]} 0 0
   [junit4]   2> 1555504 T6372 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[41]} 0 0
   [junit4]   2> 1555509 T6374 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[42]} 0 0
   [junit4]   2> 1555515 T6371 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[43]} 0 0
   [junit4]   2> 1555518 T6373 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[44]} 0 0
   [junit4]   2> 1555522 T6375 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[45]} 0 0
   [junit4]   2> 1555525 T6376 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[46]} 0 0
   [junit4]   2> 1555528 T6372 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[47]} 0 0
   [junit4]   2> 1555532 T6374 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[48]} 0 0
   [junit4]   2> 1555535 T6371 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[49]} 0 0
   [junit4]   2> 1555539 T6373 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[50]} 0 0
   [junit4]   2> 1555542 T6375 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[51]} 0 0
   [junit4]   2> 1555544 T6376 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[52]} 0 0
   [junit4]   2> 1555549 T6372 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[53]} 0 0
   [junit4]   2> 1555553 T6374 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[54]} 0 0
   [junit4]   2> 1555561 T6371 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[55]} 0 0
   [junit4]   2> 1555564 T6373 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[56]} 0 0
   [junit4]   2> 1555569 T6375 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[57]} 0 0
   [junit4]   2> 1555571 T6376 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[58]} 0 0
   [junit4]   2> 1555573 T6372 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[59]} 0 0
   [junit4]   2> 1555577 T6374 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[60]} 0 0
   [junit4]   2> 1555579 T6371 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[61]} 0 0
   [junit4]   2> 1555586 T6373 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[62]} 0 0
   [junit4]   2> 1555588 T6375 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[63]} 0 0
   [junit4]   2> 1555590 T6376 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[64]} 0 0
   [junit4]   2> 1555595 T6374 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[65]} 0 0
   [junit4]   2> 1555600 T6371 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[66]} 0 1
   [junit4]   2> 1555606 T6373 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[67]} 0 0
   [junit4]   2> 1555609 T6375 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[68]} 0 0
   [junit4]   2> 1555613 T6372 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[69]} 0 0
   [junit4]   2> 1555616 T6376 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[70]} 0 0
   [junit4]   2> 1555619 T6374 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[71]} 0 0
   [junit4]   2> 1555623 T6371 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[72]} 0 0
   [junit4]   2> 1555626 T6373 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[73]} 0 0
   [junit4]   2> 1555630 T6375 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[74]} 0 0
   [junit4]   2> 1555633 T6372 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[75]} 0 0
   [junit4]   2> 1555636 T6376 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[76]} 0 0
   [junit4]   2> 1555640 T6374 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[77]} 0 0
   [junit4]   2> 1555643 T6371 C8348 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1555670 T6371 C8348 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1559027f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7d00b768),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1559027f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7d00b768),segFN=segments_2,generation=2}
   [junit4]   2> 1555671 T6371 C8348 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 1555673 T6371 C8348 oass.SolrIndexSearcher.<init> Opening Searcher@418b49a2[collection1] main
   [junit4]   2> 1555678 T6371 C8348 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1555678 T6378 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@418b49a2[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.1.0):c78)))}
   [junit4]   2> 1555679 T6380 oash.SnapShooter.createSnapshot Creating backup snapshot...
   [junit4]   2> 1555687 T6380 oash.SnapShooter.createSnapshot Done creating backup snapshot: <not named>
   [junit4]   2> 1555689 T6371 C8348 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 46
   [junit4]   2> 1555726 T6373 C8348 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=13 
   [junit4]   2> 1556884 T6367 oas.SolrTestCaseJ4.tearDown ###Ending testBackupOnCommit
   [junit4]   2> 1556899 T6367 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=690198102
   [junit4]   2> 1556900 T6367 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@12c5ddae
   [junit4]   2> 1556900 T6367 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=78,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0}
   [junit4]   2> 1556900 T6367 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 1556902 T6367 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1556902 T6367 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1556903 T6367 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 1556903 T6367 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1556903 T6367 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-001\collection1\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-001\collection1\data\;done=false>>]
   [junit4]   2> 1556903 T6367 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-001\collection1\data\
   [junit4]   2> 1556903 T6367 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-001\collection1\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-001\collection1\data\index;done=false>>]
   [junit4]   2> 1556903 T6367 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-001\collection1\data\index
   [junit4]   2> 1556905 T6367 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestReplicationHandlerBackup -Dtests.method=testBackupOnCommit -Dtests.seed=DC0705419E78110D -Dtests.slow=true -Dtests.locale=da_DK -Dtests.timezone=Navajo -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   1.99s | TestReplicationHandlerBackup.testBackupOnCommit <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the following files (in the order of attempts):
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-001\collection1
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-001
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([DC0705419E78110D:F5EFEBAAE180AD14]:0)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
   [junit4]    > 	at org.apache.solr.handler.TestReplicationHandler$SolrInstance.tearDown(TestReplicationHandler.java:1509)
   [junit4]    > 	at org.apache.solr.handler.TestReplicationHandlerBackup.tearDown(TestReplicationHandlerBackup.java:115)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1557143 T6367 oas.SolrTestCaseJ4.setUp ###Starting doTestBackup
   [junit4]   2> 1557145 T6367 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-002\collection1
   [junit4]   2> 1557162 T6367 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1557167 T6367 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:55008
   [junit4]   2> 1557168 T6367 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 1557168 T6367 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1557168 T6367 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-002
   [junit4]   2> 1557168 T6367 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-002\'
   [junit4]   2> 1557191 T6367 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-002\solr.xml
   [junit4]   2> 1557198 T6367 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-002\.
   [junit4]   2> 1557198 T6367 oasc.CoreContainer.<init> New CoreContainer 204150067
   [junit4]   2> 1557198 T6367 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-002\]
   [junit4]   2> 1557199 T6367 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1557199 T6367 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1557199 T6367 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1557199 T6367 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1557199 T6367 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1557199 T6367 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1557199 T6367 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1557199 T6367 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1557199 T6367 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1557203 T6367 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1557203 T6367 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1557203 T6367 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1557203 T6367 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1557203 T6367 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1557203 T6367 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1557205 T6367 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-002\.
   [junit4]   2> 1557208 T6367 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-002\.\collection1\
   [junit4]   2> 1557208 T6367 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1557212 T6390 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-002\.\collection1\'
   [junit4]   2> 1557245 T6390 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1557251 T6390 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 1557269 T6390 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1557269 T6390 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-002\.\collection1\conf\schema.xml
   [junit4]   2> 1557275 T6390 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1557279 T6390 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1557279 T6390 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-002\.\collection1\
   [junit4]   2> 1557279 T6390 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1557282 T6390 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-002\.\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-002\collection1\data\
   [junit4]   2> 1557282 T6390 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 1557282 T6390 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-002\collection1\data\
   [junit4]   2> 1557282 T6390 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-002\collection1\data\index/
   [junit4]   2> 1557282 T6390 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-002\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1557284 T6390 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-002\collection1\data\index
   [junit4]   2> 1557284 T6390 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=32, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4547569858920172]
   [junit4]   2> 1557284 T6390 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@4eb0f54f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@398da3f4),segFN=segments_1,generation=1}
   [junit4]   2> 1557284 T6390 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1557285 T6390 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1557285 T6390 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1557286 T6390 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1557286 T6390 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1557287 T6390 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1557287 T6390 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1557287 T6390 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 1557287 T6390 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1557288 T6390 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 1557288 T6390 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 1557291 T6390 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 1557291 T6390 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 1557291 T6390 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 1557293 T6390 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 1557296 T6390 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 1557297 T6390 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 1557297 T6390 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 1557297 T6390 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 1557298 T6390 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1557298 T6390 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 1557298 T6390 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 1557298 T6390 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 1557305 T6390 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1557307 T6390 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1557308 T6390 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1557309 T6390 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1557311 T6390 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1557312 T6390 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1557312 T6390 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1557312 T6390 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=33, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=6.3701171875, floorSegmentMB=0.7724609375, forceMergeDeletesPctAllowed=17.476061554946593, segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1557313 T6390 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@4eb0f54f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@398da3f4),segFN=segments_1,generation=1}
   [junit4]   2> 1557313 T6390 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1557313 T6390 oass.SolrIndexSearcher.<init> Opening Searcher@4c7b2e3a[collection1] main
   [junit4]   2> 1557314 T6390 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-002\.\collection1\conf
   [junit4]   2> 1557314 T6390 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-002\.\collection1\conf}
   [junit4]   2> 1557314 T6390 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-002\.\collection1\conf
   [junit4]   2> 1557314 T6390 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1557315 T6390 oash.ReplicationHandler.inform Replication enabled for following config files: schema-replication2.xml:schema.xml
   [junit4]   2> 1557315 T6390 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1557315 T6390 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1557315 T6391 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4c7b2e3a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1557317 T6367 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1557318 T6367 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C8349 name=collection1 org.apache.solr.core.SolrCore@2e02d4c1
   [junit4]   2> 1557321 T6384 C8349 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1557321 T6384 C8349 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:*} 0 1
   [junit4]   2> 1557326 T6386 C8349 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0]} 0 1
   [junit4]   2> 1557329 T6388 C8349 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[1]} 0 0
   [junit4]   2> 1557332 T6385 C8349 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[2]} 0 0
   [junit4]   2> 1557335 T6387 C8349 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[3]} 0 0
   [junit4]   2> 1557339 T6389 C8349 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[4]} 0 0
   [junit4]   2> 1557342 T6384 C8349 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[5]} 0 0
   [junit4]   2> 1557345 T6386 C8349 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[6]} 0 0
   [junit4]   2> 1557349 T6388 C8349 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[7]} 0 0
   [junit4]   2> 1557352 T6385 C8349 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[8]} 0 0
   [junit4]   2> 1557356 T6387 C8349 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[9]} 0 0
   [junit4]   2> 1557359 T6389 C8349 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[10]} 0 0
   [junit4]   2> 1557362 T6384 C8349 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[11]} 0 0
   [junit4]   2> 1557366 T6386 C8349 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[12]} 0 0
   [junit4]   2> 1557369 T6388 C8349 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[13]} 0 0
   [junit4]   2> 1557372 T6385 C8349 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[14]} 0 0
   [junit4]   2> 1557376 T6387 C8349 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[15]} 0 0
   [junit4]   2> 1557380 T6389 C8349 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[16]} 0 0
   [junit4]   2> 1557406 T6384 C8349 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[17]} 0 1
   [junit4]   2> 1557416 T6386 C8349 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[18]} 0 0
   [junit4]   2> 1557429 T6388 C8349 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[19]} 0 0
   [junit4]   2> 1557439 T6385 C8349 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[20]} 0 0
   [junit4]   2> 1557445 T6387 C8349 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[21]} 0 0
   [junit4]   2> 1557449 T6389 C8349 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[22]} 0 0
   [junit4]   2> 1557457 T6384 C8349 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[23]} 0 0
   [junit4]   2> 1557460 T6386 C8349 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[24]} 0 0
   [junit4]   2> 1557463 T6388 C8349 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[25]} 0 0
   [junit4]   2> 1557467 T6385 C8349 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[26]} 0 0
   [junit4]   2> 1557470 T6387 C8349 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[27]} 0 0
   [junit4]   2> 1557475 T6389 C8349 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[28]} 0 0
   [junit4]   2> 1557478 T6384 C8349 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[29]} 0 0
   [junit4]   2> 1557481 T6386 C8349 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[30]} 0 0
   [junit4]   2> 1557485 T6388 C8349 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[31]} 0 0
   [junit4]   2> 1557488 T6385 C8349 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[32]} 0 0
   [junit4]   2> 1557491 T6387 C8349 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[33]} 0 0
   [junit4]   2> 1557495 T6389 C8349 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[34]} 0 0
   [junit4]   2> 1557498 T6384 C8349 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[35]} 0 0
   [junit4]   2> 1557502 T6386 C8349 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[36]} 0 0
   [junit4]   2> 1557505 T6388 C8349 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[37]} 0 0
   [junit4]   2> 1557508 T6385 C8349 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[38]} 0 0
   [junit4]   2> 1557513 T6387 C8349 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[39]} 0 0
   [junit4]   2> 1557516 T6389 C8349 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1557517 T6389 C8349 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@4eb0f54f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@398da3f4),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@4eb0f54f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@398da3f4),segFN=segments_2,generation=2}
   [junit4]   2> 1557520 T6389 C8349 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 1557522 T6393 oash.SnapShooter.createSnapshot Creating backup snapshot...
   [junit4]   2> 1557524 T6389 C8349 oass.SolrIndexSearcher.<init> Opening Searcher@7bc93996[collection1] main
   [junit4]   2> 1557524 T6389 C8349 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1557525 T6391 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7bc93996[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.1.0):c40)))}
   [junit4]   2> 1557525 T6389 C8349 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 9
   [junit4]   2> 1557534 T6384 C8349 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={name=q&command=backup} status=0 QTime=3 
   [junit4]   2> 1557534 T6394 oash.SnapShooter.createSnapshot Creating backup snapshot...
   [junit4]   2> 1557534 T6393 oash.SnapShooter.createSnapshot Done creating backup snapshot: <not named>
   [junit4]   2> 1557543 T6394 oash.SnapShooter.createSnapshot Done creating backup snapshot: q
   [junit4]   2> 1557545 T6386 C8349 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=7 
   [junit4]   2> 1558705 T6385 C8349 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={name=hzycvepy&command=backup} status=0 QTime=1 
   [junit4]   2> 1558705 T6396 oash.SnapShooter.createSnapshot Creating backup snapshot...
   [junit4]   2> 1558713 T6396 oash.SnapShooter.createSnapshot Done creating backup snapshot: hzycvepy
   [junit4]   2> 1558739 T6387 C8349 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 1559902 T6389 C8349 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={name=q&command=deletebackup} status=0 QTime=7 
   [junit4]   2> 1559902 T6397 oash.SnapShooter.deleteNamedSnapshot Deleting snapshot: q
   [junit4]   2> 1559907 T6384 C8349 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 1561060 T6384 C8349 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={name=hzycvepy&command=deletebackup} status=0 QTime=1 
   [junit4]   2> 1561060 T6398 oash.SnapShooter.deleteNamedSnapshot Deleting snapshot: hzycvepy
   [junit4]   2> 1561064 T6386 C8349 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 1561295 T6385 C8349 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 1561296 T6367 oas.SolrTestCaseJ4.tearDown ###Ending doTestBackup
   [junit4]   2> 1561311 T6367 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=204150067
   [junit4]   2> 1561312 T6367 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@2e02d4c1
   [junit4]   2> 1561312 T6367 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=40,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0}
   [junit4]   2> 1561312 T6367 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 1561312 T6367 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1561312 T6367 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1561314 T6367 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 1561315 T6367 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1561315 T6367 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-002\collection1\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-002\collection1\data\;done=false>>]
   [junit4]   2> 1561315 T6367 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-002\collection1\data\
   [junit4]   2> 1561315 T6367 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-002\collection1\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-002\collection1\data\index;done=false>>]
   [junit4]   2> 1561315 T6367 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-002\collection1\data\index
   [junit4]   2> 1561315 T6367 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestReplicationHandlerBackup -Dtests.method=doTestBackup -Dtests.seed=DC0705419E78110D -Dtests.slow=true -Dtests.locale=da_DK -Dtests.timezone=Navajo -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   4.40s | TestReplicationHandlerBackup.doTestBackup <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the following files (in the order of attempts):
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-002\collection1
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001\solr-instance-002
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([DC0705419E78110D:9D8C2524B9C6E242]:0)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
   [junit4]    > 	at org.apache.solr.handler.TestReplicationHandler$SolrInstance.tearDown(TestReplicationHandler.java:1509)
   [junit4]    > 	at org.apache.solr.handler.TestReplicationHandlerBackup.tearDown(TestReplicationHandlerBackup.java:115)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1561540 T6367 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup DC0705419E78110D-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {name=FST50, id=FST50}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=da_DK, timezone=Navajo
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0_31 (64-bit)/cpus=2,threads=1,free=96037384,total=233447424
   [junit4]   2> NOTE: All tests run in this JVM: [IndexSchemaRuntimeFieldTest, TestConfig, PrimitiveFieldTypeTest, TestCloudSchemaless, SuggesterFSTTest, LukeRequestHandlerTest, CSVRequestHandlerTest, AnalysisAfterCoreReloadTest, SolrCoreCheckLockOnStartupTest, AddSchemaFieldsUpdateProcessorFactoryTest, TestReplicationHandler, ShardRoutingTest, TestCharFilters, TestBlobHandler, ChaosMonkeyNothingIsSafeTest, DirectUpdateHandlerTest, PreAnalyzedFieldTest, DOMUtilTest, UUIDUpdateProcessorFallbackTest, TestCSVResponseWriter, TestRecovery, DistributedTermsComponentTest, SpellCheckCollatorTest, ZkNodePropsTest, TestInfoStreamLogging, TestCloudManagedSchemaConcurrent, TestSchemaNameResource, TestRangeQuery, TestDynamicFieldResource, LoggingHandlerTest, DistributedQueueTest, QueryElevationComponentTest, OverriddenZkACLAndCredentialsProvidersTest, TestCloudManagedSchema, TestCloudInspectUtil, CursorPagingTest, TestMergePolicyConfig, TestSolrDeletionPolicy2, ExternalFileFieldSortTest, TestCoreDiscovery, TestNonDefinedSimilarityFactory, TestSerializedLuceneMatchVersion, UpdateRequestProcessorFactoryTest, SuggestComponentTest, CustomCollectionTest, HighlighterTest, ChangedSchemaMergeTest, TestSystemIdResolver, TestSweetSpotSimilarityFactory, TestExpandComponent, TestExtendedDismaxParser, TestSurroundQueryParser, TestManagedSynonymFilterFactory, TestSolrXml, BadIndexSchemaTest, HighlighterConfigTest, TestIntervalFaceting, SampleTest, BasicZkTest, DocValuesMultiTest, TestPostingsSolrHighlighter, TestFieldResource, AnalyticsMergeStrategyTest, SolrIndexSplitterTest, TestMiniSolrCloudCluster, TestCollationFieldDocValues, HighlighterMaxOffsetTest, TestBulkSchemaConcurrent, HdfsDirectoryFactoryTest, TestSortingResponseWriter, ActionThrottleTest, OverseerCollectionProcessorTest, DebugComponentTest, DeleteInactiveReplicaTest, TermVectorComponentTest, CloudMLTQParserTest, TestSolrQueryParserResource, DistributedSpellCheckComponentTest, ExitableDirectoryReaderTest, TestLuceneMatchVersion, OverseerTest, CacheHeaderTest, SchemaVersionSpecificBehaviorTest, AnalysisErrorHandlingTest, TestFastOutputStream, TestReplicationHandlerBackup]
   [junit4] Completed in 6.43s, 2 tests, 2 errors <<< FAILURES!

[...truncated 18 lines...]
   [junit4] Suite: org.apache.solr.cloud.BasicDistributedZk2Test
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test DC0705419E78110D-001\init-core-data-001
   [junit4]   2> 1635479 T6609 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /nq/xj
   [junit4]   2> 1635483 T6609 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1635484 T6610 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1635573 T6609 oasc.ZkTestServer.run start zk server on port:55124
   [junit4]   2> 1635573 T6609 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1635575 T6609 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1635582 T6617 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@43a7fee4 name:ZooKeeperConnection Watcher:127.0.0.1:55124 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1635583 T66

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

> 	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:572)
   [junit4]    > 	... 47 more
   [junit4]    > Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
   [junit4]    > 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
   [junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
   [junit4]    > 	... 52 moreThrowable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=10521, name=updateExecutor-1995-thread-3, state=RUNNABLE, group=TGRP-ReplicationFactorTest]
   [junit4]    > Caused by: java.util.concurrent.RejectedExecutionException: Task org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner@fd46ef8 rejected from java.util.concurrent.ThreadPoolExecutor@f5574bb[Shutting down, pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 22]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([DC0705419E78110D]:0)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.run(ConcurrentUpdateSolrClient.java:278)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2559461 T10352 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DC0705419E78110D-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {_version_=FSTOrd50, multiDefault=PostingsFormat(name=Memory doPackFST= false), a_t=PostingsFormat(name=Memory doPackFST= false), intDefault=FSTOrd50, id=PostingsFormat(name=LuceneVarGapFixedInterval), text=Lucene50(blocksize=128), range_facet_l=PostingsFormat(name=Memory doPackFST= false), timestamp=PostingsFormat(name=Memory doPackFST= false)}, docValues:{timestamp=DocValuesFormat(name=Memory)}, sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=fr_LU, timezone=Africa/Asmera
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0_31 (64-bit)/cpus=2,threads=1,free=172736856,total=332247040
   [junit4]   2> NOTE: All tests run in this JVM: [IndexSchemaRuntimeFieldTest, TestConfig, PrimitiveFieldTypeTest, TestCloudSchemaless, SuggesterFSTTest, LukeRequestHandlerTest, CSVRequestHandlerTest, AnalysisAfterCoreReloadTest, SolrCoreCheckLockOnStartupTest, AddSchemaFieldsUpdateProcessorFactoryTest, TestReplicationHandler, ShardRoutingTest, TestCharFilters, TestBlobHandler, ChaosMonkeyNothingIsSafeTest, DirectUpdateHandlerTest, PreAnalyzedFieldTest, DOMUtilTest, UUIDUpdateProcessorFallbackTest, TestCSVResponseWriter, TestRecovery, DistributedTermsComponentTest, SpellCheckCollatorTest, ZkNodePropsTest, TestInfoStreamLogging, TestCloudManagedSchemaConcurrent, TestSchemaNameResource, TestRangeQuery, TestDynamicFieldResource, LoggingHandlerTest, DistributedQueueTest, QueryElevationComponentTest, OverriddenZkACLAndCredentialsProvidersTest, TestCloudManagedSchema, TestCloudInspectUtil, CursorPagingTest, TestMergePolicyConfig, TestSolrDeletionPolicy2, ExternalFileFieldSortTest, TestCoreDiscovery, TestNonDefinedSimilarityFactory, TestSerializedLuceneMatchVersion, UpdateRequestProcessorFactoryTest, SuggestComponentTest, CustomCollectionTest, HighlighterTest, ChangedSchemaMergeTest, TestSystemIdResolver, TestSweetSpotSimilarityFactory, TestExpandComponent, TestExtendedDismaxParser, TestSurroundQueryParser, TestManagedSynonymFilterFactory, TestSolrXml, BadIndexSchemaTest, HighlighterConfigTest, TestIntervalFaceting, SampleTest, BasicZkTest, DocValuesMultiTest, TestPostingsSolrHighlighter, TestFieldResource, AnalyticsMergeStrategyTest, SolrIndexSplitterTest, TestMiniSolrCloudCluster, TestCollationFieldDocValues, HighlighterMaxOffsetTest, TestBulkSchemaConcurrent, HdfsDirectoryFactoryTest, TestSortingResponseWriter, ActionThrottleTest, OverseerCollectionProcessorTest, DebugComponentTest, DeleteInactiveReplicaTest, TermVectorComponentTest, CloudMLTQParserTest, TestSolrQueryParserResource, DistributedSpellCheckComponentTest, ExitableDirectoryReaderTest, TestLuceneMatchVersion, OverseerTest, CacheHeaderTest, SchemaVersionSpecificBehaviorTest, AnalysisErrorHandlingTest, TestFastOutputStream, TestReplicationHandlerBackup, DistanceFunctionTest, AsyncMigrateRouteKeyTest, QueryResultKeyTest, TestComplexPhraseQParserPlugin, TestFastLRUCache, BasicDistributedZk2Test, DeleteReplicaTest, StandardRequestHandlerTest, UniqFieldsUpdateProcessorFactoryTest, UnloadDistributedZkTest, TestAnalyzeInfixSuggestions, TestSolrQueryParserDefaultOperatorResource, TestCollectionAPI, TestDistributedGrouping, HdfsUnloadDistributedZkTest, SearchHandlerTest, DistributedDebugComponentTest, VMParamsZkACLAndCredentialsProvidersTest, FieldAnalysisRequestHandlerTest, TestNRTOpen, FastVectorHighlighterTest, SliceStateTest, LeaderInitiatedRecoveryOnCommitTest, TestReqParamsAPI, TestFunctionQuery, TestSchemaVersionResource, SuggesterWFSTTest, HdfsDirectoryTest, TestSolrDynamicMBean, TimeZoneUtilsTest, TestOrdValues, TestSolrQueryParser, ParsingFieldUpdateProcessorsTest, TestQueryUtils, DistributedFacetPivotLargeTest, HdfsBasicDistributedZk2Test, TestPhraseSuggestions, TestArbitraryIndexDir, TestCustomSort, AliasIntegrationTest, SolrIndexConfigTest, SolrPluginUtilsTest, SpatialHeatmapFacetsTest, DistributedQueryComponentOptimizationTest, SpellingQueryConverterTest, SharedFSAutoReplicaFailoverUtilsTest, ScriptEngineTest, SoftAutoCommitTest, RequiredFieldsTest, TestPivotHelperCode, TestRestManager, TermsComponentTest, ResponseHeaderTest, DocExpirationUpdateProcessorFactoryTest, SaslZkACLProviderTest, TestOmitPositions, DistribCursorPagingTest, ConnectionManagerTest, TestSolrIndexConfig, TestAddFieldRealTimeGet, TestLMJelinekMercerSimilarityFactory, PluginInfoTest, TestInitParams, SimplePostToolTest, TestSolrJ, TestRTGBase, TestBulkSchemaAPI, HdfsChaosMonkeySafeLeaderTest, TestRandomDVFaceting, TestManagedSchemaFieldResource, HdfsRecoveryZkTest, ShardSplitTest, TestReRankQParserPlugin, MultiThreadedOCPTest, DistanceUnitsTest, TestManagedResourceStorage, DocValuesTest, TestSolrConfigHandlerConcurrent, CollectionsAPIAsyncDistributedZkTest, TestWordDelimiterFilterFactory, SolrTestCaseJ4Test, TestTolerantSearch, ReplicationFactorTest]
   [junit4] Completed in 90.55s, 1 test, 1 error <<< FAILURES!

[...truncated 915 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:508: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1368: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:975: There were test failures: 466 suites, 1861 tests, 1 suite-level error, 3 errors, 55 ignored (30 assumptions)

Total time: 120 minutes 24 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.8.0_31 -XX:-UseCompressedOops -XX:+UseSerialGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (32bit/jdk1.8.0_31) - Build # 4372 - Still Failing!

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

5 tests failed.
FAILED:  org.apache.solr.handler.TestReplicationHandlerBackup.testBackupOnCommit

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-002\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-002 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-002\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-002

	at __randomizedtesting.SeedInfo.seed([E514A9DF49C1148E:CCFC47343639A897]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.solr.handler.TestReplicationHandler$SolrInstance.tearDown(TestReplicationHandler.java:1509)
	at org.apache.solr.handler.TestReplicationHandlerBackup.tearDown(TestReplicationHandlerBackup.java:115)
	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:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:885)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestSolrConfigHandler

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler E514A9DF49C1148E-001\tempDir-010\collection1\conf\configoverlay.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler E514A9DF49C1148E-001\tempDir-010\collection1\conf\configoverlay.json: The process cannot access the file because it is being used by another process.     C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler E514A9DF49C1148E-001\tempDir-010\collection1\conf\params.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler E514A9DF49C1148E-001\tempDir-010\collection1\conf\params.json: The process cannot access the file because it is being used by another process.     C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler E514A9DF49C1148E-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler E514A9DF49C1148E-001\tempDir-010\collection1\conf    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler E514A9DF49C1148E-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler E514A9DF49C1148E-001\tempDir-010\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler E514A9DF49C1148E-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler E514A9DF49C1148E-001\tempDir-010    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler E514A9DF49C1148E-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler E514A9DF49C1148E-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler E514A9DF49C1148E-001\tempDir-010\collection1\conf\configoverlay.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler E514A9DF49C1148E-001\tempDir-010\collection1\conf\configoverlay.json: The process cannot access the file because it is being used by another process.

   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler E514A9DF49C1148E-001\tempDir-010\collection1\conf\params.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler E514A9DF49C1148E-001\tempDir-010\collection1\conf\params.json: The process cannot access the file because it is being used by another process.

   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler E514A9DF49C1148E-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler E514A9DF49C1148E-001\tempDir-010\collection1\conf
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler E514A9DF49C1148E-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler E514A9DF49C1148E-001\tempDir-010\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler E514A9DF49C1148E-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler E514A9DF49C1148E-001\tempDir-010
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler E514A9DF49C1148E-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler E514A9DF49C1148E-001

	at __randomizedtesting.SeedInfo.seed([E514A9DF49C1148E]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:170)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.BasicDistributedZk2Test

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test E514A9DF49C1148E-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test E514A9DF49C1148E-001\tempDir-002    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test E514A9DF49C1148E-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test E514A9DF49C1148E-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test E514A9DF49C1148E-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test E514A9DF49C1148E-001\tempDir-002
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test E514A9DF49C1148E-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test E514A9DF49C1148E-001

	at __randomizedtesting.SeedInfo.seed([E514A9DF49C1148E]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:170)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.handler.TestReplicationHandlerBackup.doTestBackup

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-001\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-001\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-001

	at __randomizedtesting.SeedInfo.seed([E514A9DF49C1148E:A49F89BA6E7FE7C1]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.solr.handler.TestReplicationHandler$SolrInstance.tearDown(TestReplicationHandler.java:1509)
	at org.apache.solr.handler.TestReplicationHandlerBackup.tearDown(TestReplicationHandlerBackup.java:115)
	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:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:885)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


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

Error Message:
org.apache.http.NoHttpResponseException: The target server failed to respond

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:865)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:730)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	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:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:940)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:915)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:546)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:543)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	... 1 more




Build Log:
[...truncated 9579 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReplicationHandlerBackup
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\init-core-data-001
   [junit4]   2> 1452366 T6396 oas.SolrTestCaseJ4.setUp ###Starting doTestBackup
   [junit4]   2> 1452369 T6396 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-001\collection1
   [junit4]   2> 1452398 T6396 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1452412 T6396 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:62657
   [junit4]   2> 1452413 T6396 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 1452414 T6396 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1452415 T6396 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-001
   [junit4]   2> 1452415 T6396 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-001\'
   [junit4]   2> 1452496 T6396 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-001\solr.xml
   [junit4]   2> 1452520 T6396 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-001\.
   [junit4]   2> 1452521 T6396 oasc.CoreContainer.<init> New CoreContainer 452711
   [junit4]   2> 1452521 T6396 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-001\]
   [junit4]   2> 1452522 T6396 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1452522 T6396 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1452523 T6396 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1452523 T6396 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1452524 T6396 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1452524 T6396 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1452525 T6396 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1452525 T6396 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1452525 T6396 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1452527 T6396 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1452527 T6396 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1452529 T6396 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1452529 T6396 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1452530 T6396 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1452530 T6396 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1452532 T6396 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-001\.
   [junit4]   2> 1452539 T6396 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-001\.\collection1\
   [junit4]   2> 1452544 T6396 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1452546 T6406 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-001\.\collection1\'
   [junit4]   2> 1452626 T6406 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1452639 T6406 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 1452655 T6406 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1452655 T6406 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-001\.\collection1\conf\schema.xml
   [junit4]   2> 1452667 T6406 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1452678 T6406 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1452678 T6406 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-001\.\collection1\
   [junit4]   2> 1452678 T6406 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1452681 T6406 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-001\.\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-001\collection1\data\
   [junit4]   2> 1452681 T6406 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 1452682 T6406 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-001\collection1\data\
   [junit4]   2> 1452682 T6406 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-001\collection1\data\index/
   [junit4]   2> 1452682 T6406 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-001\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1452684 T6406 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-001\collection1\data\index
   [junit4]   2> 1452685 T6406 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=65.6962890625, floorSegmentMB=0.8203125, forceMergeDeletesPctAllowed=14.78051673957119, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.27469200127592897
   [junit4]   2> 1452686 T6406 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@117d0f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@9b0224),segFN=segments_1,generation=1}
   [junit4]   2> 1452686 T6406 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1452689 T6406 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1452690 T6406 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1452690 T6406 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1452690 T6406 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1452691 T6406 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1452691 T6406 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1452692 T6406 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 1452716 T6406 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1452718 T6406 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 1452718 T6406 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 1452719 T6406 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 1452720 T6406 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 1452720 T6406 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 1452721 T6406 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 1452721 T6406 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 1452721 T6406 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 1452722 T6406 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 1452722 T6406 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 1452725 T6406 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1452726 T6406 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 1452726 T6406 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 1452726 T6406 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 1452736 T6406 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1452740 T6406 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1452744 T6406 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1452748 T6406 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1452748 T6406 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1452751 T6406 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1452751 T6406 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1452752 T6406 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=46, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=1.9833984375, noCFSRatio=0.0]
   [junit4]   2> 1452752 T6406 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@117d0f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@9b0224),segFN=segments_1,generation=1}
   [junit4]   2> 1452752 T6406 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1452752 T6406 oass.SolrIndexSearcher.<init> Opening Searcher@1f746fd[collection1] main
   [junit4]   2> 1452752 T6406 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-001\.\collection1\conf
   [junit4]   2> 1452752 T6406 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-001\.\collection1\conf}
   [junit4]   2> 1452752 T6406 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-001\.\collection1\conf
   [junit4]   2> 1452752 T6406 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1452752 T6406 oash.ReplicationHandler.inform Replication enabled for following config files: schema-replication2.xml:schema.xml
   [junit4]   2> 1452752 T6406 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1452756 T6407 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1f746fd[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1452756 T6406 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1452758 T6396 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1452758 T6396 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C1851 name=collection1 org.apache.solr.core.SolrCore@2855b1
   [junit4]   2> 1452764 T6400 C1851 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1452765 T6400 C1851 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:*} 0 1
   [junit4]   2> 1452776 T6404 C1851 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0]} 0 5
   [junit4]   2> 1452786 T6402 C1851 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[1]} 0 0
   [junit4]   2> 1452793 T6405 C1851 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[2]} 0 0
   [junit4]   2> 1452799 T6403 C1851 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[3]} 0 1
   [junit4]   2> 1452806 T6401 C1851 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[4]} 0 1
   [junit4]   2> 1452810 T6404 C1851 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[5]} 0 1
   [junit4]   2> 1452817 T6402 C1851 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[6]} 0 0
   [junit4]   2> 1452822 T6405 C1851 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[7]} 0 0
   [junit4]   2> 1452829 T6403 C1851 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[8]} 0 0
   [junit4]   2> 1452835 T6400 C1851 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[9]} 0 0
   [junit4]   2> 1452840 T6401 C1851 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[10]} 0 0
   [junit4]   2> 1452846 T6404 C1851 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[11]} 0 0
   [junit4]   2> 1452854 T6402 C1851 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[12]} 0 0
   [junit4]   2> 1452860 T6405 C1851 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[13]} 0 1
   [junit4]   2> 1452865 T6403 C1851 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[14]} 0 1
   [junit4]   2> 1452869 T6400 C1851 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[15]} 0 1
   [junit4]   2> 1452874 T6401 C1851 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[16]} 0 0
   [junit4]   2> 1452880 T6404 C1851 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[17]} 0 0
   [junit4]   2> 1452887 T6402 C1851 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[18]} 0 1
   [junit4]   2> 1452895 T6405 C1851 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[19]} 0 1
   [junit4]   2> 1452903 T6403 C1851 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[20]} 0 1
   [junit4]   2> 1452917 T6400 C1851 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[21]} 0 9
   [junit4]   2> 1452927 T6401 C1851 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[22]} 0 1
   [junit4]   2> 1452932 T6404 C1851 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[23]} 0 0
   [junit4]   2> 1452939 T6402 C1851 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1452947 T6402 C1851 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@117d0f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@9b0224),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@117d0f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@9b0224),segFN=segments_2,generation=2}
   [junit4]   2> 1452950 T6402 C1851 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 1452970 T6402 C1851 oass.SolrIndexSearcher.<init> Opening Searcher@13eafa2[collection1] main
   [junit4]   2> 1452970 T6402 C1851 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1452971 T6407 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@13eafa2[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.1.0):C24)))}
   [junit4]   2> 1452972 T6402 C1851 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 34
   [junit4]   2> 1452979 T6409 oash.SnapShooter.createSnapshot Creating backup snapshot...
   [junit4]   2> 1452994 T6409 oash.SnapShooter.createSnapshot Done creating backup snapshot: <not named>
   [junit4]   2> 1453064 T6403 C1851 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=backup&numberToKeep=1} status=0 QTime=4 
   [junit4]   2> 1453071 T6410 oash.SnapShooter.createSnapshot Creating backup snapshot...
   [junit4]   2> 1453093 T6410 oash.SnapShooter.createSnapshot Done creating backup snapshot: <not named>
   [junit4]   2> 1453168 T6404 C1851 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 1454374 T6402 C1851 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=backup&numberToKeep=1} status=0 QTime=3 
   [junit4]   2> 1454382 T6402 C1851 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=2 
   [junit4]   2> 1454388 T6412 oash.SnapShooter.createSnapshot Creating backup snapshot...
   [junit4]   2> 1454405 T6412 oash.SnapShooter.createSnapshot Done creating backup snapshot: <not named>
   [junit4]   2> 1455580 T6396 oas.SolrTestCaseJ4.tearDown ###Ending doTestBackup
   [junit4]   2> 1455596 T6396 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=452711
   [junit4]   2> 1455598 T6396 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@2855b1
   [junit4]   2> 1455600 T6396 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=24,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0}
   [junit4]   2> 1455600 T6396 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 1455600 T6396 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1455602 T6396 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1455604 T6396 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 1455604 T6396 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1455604 T6396 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-001\collection1\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-001\collection1\data\index;done=false>>]
   [junit4]   2> 1455606 T6396 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-001\collection1\data\index
   [junit4]   2> 1455607 T6396 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-001\collection1\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-001\collection1\data\;done=false>>]
   [junit4]   2> 1455608 T6396 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-001\collection1\data\
   [junit4]   2> 1455609 T6396 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestReplicationHandlerBackup -Dtests.method=doTestBackup -Dtests.seed=E514A9DF49C1148E -Dtests.slow=true -Dtests.locale=pt_PT -Dtests.timezone=Africa/Lubumbashi -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   3.52s | TestReplicationHandlerBackup.doTestBackup <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the following files (in the order of attempts):
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-001\collection1
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-001
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([E514A9DF49C1148E:A49F89BA6E7FE7C1]:0)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
   [junit4]    > 	at org.apache.solr.handler.TestReplicationHandler$SolrInstance.tearDown(TestReplicationHandler.java:1509)
   [junit4]    > 	at org.apache.solr.handler.TestReplicationHandlerBackup.tearDown(TestReplicationHandlerBackup.java:115)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1455884 T6396 oas.SolrTestCaseJ4.setUp ###Starting testBackupOnCommit
   [junit4]   2> 1455887 T6396 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-002\collection1
   [junit4]   2> 1455904 T6396 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1455911 T6396 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:62662
   [junit4]   2> 1455913 T6396 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 1455914 T6396 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1455914 T6396 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-002
   [junit4]   2> 1455914 T6396 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-002\'
   [junit4]   2> 1456003 T6396 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-002\solr.xml
   [junit4]   2> 1456025 T6396 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-002\.
   [junit4]   2> 1456027 T6396 oasc.CoreContainer.<init> New CoreContainer 1827307
   [junit4]   2> 1456027 T6396 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-002\]
   [junit4]   2> 1456029 T6396 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1456030 T6396 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1456031 T6396 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1456031 T6396 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1456032 T6396 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1456033 T6396 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1456033 T6396 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1456034 T6396 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1456034 T6396 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1456036 T6396 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1456037 T6396 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1456038 T6396 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1456039 T6396 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1456039 T6396 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1456040 T6396 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1456043 T6396 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-002\.
   [junit4]   2> 1456051 T6396 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-002\.\collection1\
   [junit4]   2> 1456054 T6396 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1456056 T6422 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-002\.\collection1\'
   [junit4]   2> 1456126 T6422 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1456136 T6422 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 1456147 T6422 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1456147 T6422 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-002\.\collection1\conf\schema.xml
   [junit4]   2> 1456153 T6422 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1456193 T6422 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1456195 T6422 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-002\.\collection1\
   [junit4]   2> 1456197 T6422 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1456197 T6422 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-002\.\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-002\collection1\data\
   [junit4]   2> 1456198 T6422 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 1456198 T6422 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-002\collection1\data\
   [junit4]   2> 1456199 T6422 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-002\collection1\data\index/
   [junit4]   2> 1456199 T6422 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-002\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1456200 T6422 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-002\collection1\data\index
   [junit4]   2> 1456200 T6422 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=65.6962890625, floorSegmentMB=0.8203125, forceMergeDeletesPctAllowed=14.78051673957119, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.27469200127592897
   [junit4]   2> 1456201 T6422 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@18f9039 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1076b6c),segFN=segments_1,generation=1}
   [junit4]   2> 1456202 T6422 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1456204 T6422 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1456205 T6422 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1456206 T6422 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1456206 T6422 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1456207 T6422 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1456207 T6422 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1456209 T6422 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 1456209 T6422 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1456210 T6422 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 1456210 T6422 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 1456212 T6422 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 1456213 T6422 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 1456213 T6422 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 1456215 T6422 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 1456215 T6422 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 1456216 T6422 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 1456216 T6422 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 1456217 T6422 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 1456217 T6422 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1456217 T6422 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 1456217 T6422 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 1456217 T6422 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 1456229 T6422 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1456232 T6422 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1456236 T6422 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1456238 T6422 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1456238 T6422 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1456241 T6422 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1456241 T6422 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1456243 T6422 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=46, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=1.9833984375, noCFSRatio=0.0]
   [junit4]   2> 1456244 T6422 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@18f9039 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1076b6c),segFN=segments_1,generation=1}
   [junit4]   2> 1456244 T6422 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1456245 T6422 oass.SolrIndexSearcher.<init> Opening Searcher@1236de1[collection1] main
   [junit4]   2> 1456245 T6422 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-002\.\collection1\conf
   [junit4]   2> 1456248 T6422 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-002\.\collection1\conf}
   [junit4]   2> 1456248 T6422 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-002\.\collection1\conf
   [junit4]   2> 1456249 T6422 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1456249 T6422 oash.ReplicationHandler.inform Replication enabled for following config files: schema-replication2.xml:schema.xml
   [junit4]   2> 1456250 T6422 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1456250 T6422 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1456252 T6396 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1456253 T6396 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1456252 T6423 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1236de1[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> ASYNC  NEW_CORE C1852 name=collection1 org.apache.solr.core.SolrCore@1033ac8
   [junit4]   2> 1456258 T6415 C1852 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1456258 T6415 C1852 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:*} 0 0
   [junit4]   2> 1456268 T6417 C1852 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0]} 0 2
   [junit4]   2> 1456273 T6419 C1852 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[1]} 0 1
   [junit4]   2> 1456278 T6421 C1852 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[2]} 0 2
   [junit4]   2> 1456282 T6418 C1852 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[3]} 0 1
   [junit4]   2> 1456288 T6420 C1852 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[4]} 0 0
   [junit4]   2> 1456295 T6415 C1852 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[5]} 0 1
   [junit4]   2> 1456304 T6417 C1852 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[6]} 0 1
   [junit4]   2> 1456309 T6419 C1852 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[7]} 0 0
   [junit4]   2> 1456316 T6418 C1852 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[8]} 0 0
   [junit4]   2> 1456323 T6420 C1852 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[9]} 0 0
   [junit4]   2> 1456327 T6415 C1852 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[10]} 0 1
   [junit4]   2> 1456332 T6417 C1852 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[11]} 0 1
   [junit4]   2> 1456338 T6421 C1852 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[12]} 0 1
   [junit4]   2> 1456343 T6419 C1852 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[13]} 0 0
   [junit4]   2> 1456347 T6418 C1852 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[14]} 0 1
   [junit4]   2> 1456352 T6420 C1852 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[15]} 0 1
   [junit4]   2> 1456356 T6415 C1852 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[16]} 0 0
   [junit4]   2> 1456362 T6417 C1852 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1456369 T6417 C1852 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@18f9039 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1076b6c),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@18f9039 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1076b6c),segFN=segments_2,generation=2}
   [junit4]   2> 1456371 T6417 C1852 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 1456378 T6417 C1852 oass.SolrIndexSearcher.<init> Opening Searcher@1fa23b[collection1] main
   [junit4]   2> 1456378 T6417 C1852 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1456381 T6423 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1fa23b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.1.0):C17)))}
   [junit4]   2> 1456381 T6417 C1852 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 19
   [junit4]   2> 1456384 T6425 oash.SnapShooter.createSnapshot Creating backup snapshot...
   [junit4]   2> 1456399 T6421 C1852 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 1456405 T6425 oash.SnapShooter.createSnapshot Done creating backup snapshot: <not named>
   [junit4]   2> 1457593 T6421 C1852 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 1458791 T6396 oas.SolrTestCaseJ4.tearDown ###Ending testBackupOnCommit
   [junit4]   2> 1458809 T6396 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1827307
   [junit4]   2> 1458812 T6396 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1033ac8
   [junit4]   2> 1458812 T6396 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=17,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0}
   [junit4]   2> 1458812 T6396 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 1458812 T6396 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1458814 T6396 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1458816 T6396 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 1458817 T6396 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1458817 T6396 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-002\collection1\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-002\collection1\data\index;done=false>>]
   [junit4]   2> 1458817 T6396 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-002\collection1\data\index
   [junit4]   2> 1458822 T6396 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-002\collection1\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-002\collection1\data\;done=false>>]
   [junit4]   2> 1458823 T6396 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-002\collection1\data\
   [junit4]   2> 1458825 T6396 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestReplicationHandlerBackup -Dtests.method=testBackupOnCommit -Dtests.seed=E514A9DF49C1148E -Dtests.slow=true -Dtests.locale=pt_PT -Dtests.timezone=Africa/Lubumbashi -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   3.18s | TestReplicationHandlerBackup.testBackupOnCommit <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the following files (in the order of attempts):
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-002\collection1
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001\solr-instance-002
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([E514A9DF49C1148E:CCFC47343639A897]:0)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
   [junit4]    > 	at org.apache.solr.handler.TestReplicationHandler$SolrInstance.tearDown(TestReplicationHandler.java:1509)
   [junit4]    > 	at org.apache.solr.handler.TestReplicationHandlerBackup.tearDown(TestReplicationHandlerBackup.java:115)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1459056 T6396 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup E514A9DF49C1148E-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {name=PostingsFormat(name=Memory doPackFST= true), id=PostingsFormat(name=Memory doPackFST= true)}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=pt_PT, timezone=Africa/Lubumbashi
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0_31 (32-bit)/cpus=2,threads=1,free=189891640,total=306184192
   [junit4]   2> NOTE: All tests run in this JVM: [SOLR749Test, PathHierarchyTokenizerFactoryTest, TestMissingGroups, TestQueryUtils, CopyFieldTest, IndexSchemaTest, TestStressUserVersions, TestManagedResourceStorage, OverseerRolesTest, WordBreakSolrSpellCheckerTest, TestSolr4Spatial2, TestNonDefinedSimilarityFactory, ShardSplitTest, NotRequiredUniqueKeyTest, SpatialRPTFieldTypeTest, UpdateRequestProcessorFactoryTest, SampleTest, CoreAdminRequestStatusTest, DistributedMLTComponentTest, TestCharFilters, FieldAnalysisRequestHandlerTest, TestDefaultStatsCache, TestFreeTextSuggestions, TestManagedSchema, TestSort, TestRangeQuery, TestFastOutputStream, TestStressRecovery, TestSchemaSimilarityResource, TestConfigOverlay, HdfsChaosMonkeySafeLeaderTest, TestBM25SimilarityFactory, CoreMergeIndexesAdminHandlerTest, QueryEqualityTest, BJQParserTest, ConvertedLegacyTest, TestCollapseQParserPlugin, SolrCmdDistributorTest, TestAnalyzeInfixSuggestions, TestFiltering, CollectionsAPIDistributedZkTest, TestPHPSerializedResponseWriter, TestExpandComponent, TestRequestStatusCollectionAPI, AnalysisAfterCoreReloadTest, HdfsUnloadDistributedZkTest, TestBinaryField, OverriddenZkACLAndCredentialsProvidersTest, MinimalSchemaTest, ReturnFieldsTest, SpatialHeatmapFacetsTest, ExternalFileFieldSortTest, FullSolrCloudDistribCmdsTest, TestCSVLoader, TestSchemaNameResource, TestSweetSpotSimilarityFactory, TriLevelCompositeIdRoutingTest, TestConfigReload, EchoParamsTest, OpenExchangeRatesOrgProviderTest, DistributedIntervalFacetingTest, RAMDirectoryFactoryTest, FieldMutatingUpdateProcessorTest, TestSortingResponseWriter, RequestHandlersTest, HdfsSyncSliceTest, OverseerStatusTest, OverseerTest, UpdateParamsTest, TestCloudSchemaless, HighlighterMaxOffsetTest, TestLMJelinekMercerSimilarityFactory, TestReplicaProperties, TestLRUCache, TestOmitPositions, TestDistribDocBasedVersion, TestSystemIdResolver, TestComplexPhraseQParserPlugin, TestSurroundQueryParser, TestDynamicFieldCollectionResource, TestReqParamsAPI, SolrXmlInZkTest, TestRandomDVFaceting, StandardRequestHandlerTest, TestFastLRUCache, SaslZkACLProviderTest, HttpPartitionTest, DisMaxRequestHandlerTest, DebugComponentTest, BasicFunctionalityTest, TestPseudoReturnFields, TestRawResponseWriter, CloudMLTQParserTest, TestQueryTypes, CSVRequestHandlerTest, DirectUpdateHandlerTest, TestReRankQParserPlugin, RequestLoggingTest, TestMergePolicyConfig, TestRandomFaceting, TestExactStatsCache, SearchHandlerTest, TestSolrConfigHandlerConcurrent, TestDistributedMissingSort, XmlUpdateRequestHandlerTest, CurrencyFieldXmlFileTest, TestLazyCores, HardAutoCommitTest, TestWordDelimiterFilterFactory, SpellCheckComponentTest, DistributedFacetPivotWhiteBoxTest, SimpleFacetsTest, TestManagedStopFilterFactory, DateRangeFieldTest, OutputWriterTest, CoreAdminHandlerTest, CollectionsAPIAsyncDistributedZkTest, DOMUtilTest, TestPostingsSolrHighlighter, TestReplicationHandlerBackup]
   [junit4] Completed in 6.76s, 2 tests, 2 errors <<< FAILURES!

[...truncated 359 lines...]
   [junit4] Suite: org.apache.solr.cloud.BasicDistributedZk2Test
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test E514A9DF49C1148E-001\init-core-data-001
   [junit4]   2> 3496683 T13776 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /yuc/
   [junit4]   2> 3496691 T13776 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3496694 T13777 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 3496803 T13776 oasc.ZkTestServer.run start zk server on port:49756
   [junit4]   2> 3496804 T13776 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3496809 T13776 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3496818 T13784 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@dc7d0 name:ZooKeeperConnection Watcher:127.0.0.1:49756 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3496820 T13776 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3496822 T13776 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3496822 T13776 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 3496835 T13776 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3496839 T13776 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3496841 T13787 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ead006 name:ZooKeeperConnection Watcher:127.0.0.1:49756/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3496842 T13776 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3496842 T13776 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3496842 T13776 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 3496848 T13776 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 3496852 T13776 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 3496855 T13776 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 3496860 T13776 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 3496860 T13776 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 3496869 T13776 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 3496869 T13776 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 3496875 T13776 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 3496875 T13776 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 3496883 T13776 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 3496884 T13776 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 3496890 T13776 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 3496890 T13776 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 3496896 T13776 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 3496899 T13776 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 3496907 T13776 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 3496907 T13776 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 3496913 T13776 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 3496913 T13776 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 3496920 T13776 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 3496921 T13776 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 3496925 T13776 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 3496925 T13776 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 3496936 T13776 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 3496936 T13776 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 3498839 T13776 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test E514A9DF49C1148E-001\control-001\cores\collection1
   [junit4]   2> 3498845 T13776 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 3498855 T13776 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49763
   [junit4]   2> 

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

tributedZkTest, DocValuesTest, OutOfBoxZkACLAndCredentialsProvidersTest, TestRealTimeGet, TestIntervalFaceting, DocumentAnalysisRequestHandlerTest, TestDynamicFieldResource, TestFieldCollectionResource, TestSolrIndexConfig, LeaderInitiatedRecoveryOnCommitTest, TestSolrCoreProperties, TestSolrQueryParserResource, DistributedFacetPivotLargeTest, DocExpirationUpdateProcessorFactoryTest, ChangedSchemaMergeTest, TestClusterStateMutator, TestHashPartitioner, RollingRestartTest, ShardRoutingTest, TestExceedMaxTermLength, RankQueryTest, TestCodecSupport, SimpleCollectionCreateDeleteTest, TestConfigSets, TestFieldTypeCollectionResource, DirectUpdateHandlerOptimizeTest, SolrPluginUtilsTest, TestJmxMonitoredMap, DistributedQueryElevationComponentTest, HighlighterConfigTest, TestSolrDeletionPolicy2, TestTolerantSearch, TestReplicationHandler, TestSolrDeletionPolicy1, TestOrdValues, TestDistributedGrouping, TestCloudManagedSchemaConcurrent, ClusterStateTest, AlternateDirectoryTest, SystemInfoHandlerTest, SolrCoreTest, TestClassNameShortening, MBeansHandlerTest, TestTrie, FileUtilsTest, HdfsDirectoryFactoryTest, TestIndexSearcher, DateMathParserTest, TestShardHandlerFactory, LeaderFailoverAfterPartitionTest, TestBinaryResponseWriter, DistributedExpandComponentTest, TestPhraseSuggestions, TestCustomSort, TermVectorComponentDistributedTest, QueryParsingTest, TestConfig, DistributedQueryComponentOptimizationTest, TestBadConfig, SoftAutoCommitTest, SolrInfoMBeanTest, DocumentBuilderTest, SuggesterWFSTTest, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest, SyncSliceTest, OpenCloseCoreStressTest, LeaderElectionIntegrationTest, RecoveryZkTest, ClusterStateUpdateTest, LeaderElectionTest, ZkSolrClientTest, TestZkChroot, ZkCLITest, ShardRoutingCustomTest, AutoCommitTest, TestFaceting, TestRecovery, DistributedSpellCheckComponentTest, ZkControllerTest, TestStressReorder, TestJoin, TestReload, TestStressVersions, DistributedTermsComponentTest, TestCoreContainer, StatsComponentTest, TestGroupingSearch, QueryElevationComponentTest, PeerSyncTest, BadIndexSchemaTest, TestFunctionQuery, OverseerCollectionProcessorTest, HighlighterTest, CurrencyFieldOpenExchangeTest, SolrIndexSplitterTest, SimplePostToolTest, TestCoreDiscovery, SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser, SpellCheckCollatorTest, SuggesterFSTTest, SolrRequestParserTest, TestFoldingMultitermQuery, SuggesterTSTTest, TestStressLucene, SpatialFilterTest, PolyFieldTest, NoCacheHeaderTest, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, TestUpdate, TestAtomicUpdateErrorCases, DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, SortByFunctionTest, TestRemoteStreaming, DocValuesMultiTest, DistanceFunctionTest, XsltUpdateRequestHandlerTest, CacheHeaderTest, LukeRequestHandlerTest, TestWriterPerf, DirectSolrSpellCheckerTest, TestReversedWildcardFilterFactory, PrimitiveFieldTypeTest, FileBasedSpellCheckerTest, TermsComponentTest, TestValueSourceCache, TermVectorComponentTest, TestIndexingPerformance, MoreLikeThisHandlerTest, RequiredFieldsTest, TestArbitraryIndexDir, FastVectorHighlighterTest, LoggingHandlerTest, RegexBoostProcessorTest, TestJmxIntegration, JSONWriterTest, TestAnalyzedSuggestions, UniqFieldsUpdateProcessorFactoryTest, JsonLoaderTest, BinaryUpdateRequestHandlerTest, TestPartialUpdateDeduplication, PingRequestHandlerTest, TestComponentsName, TestLFUCache, TestQuerySenderListener, TestQuerySenderNoQuery, ResponseLogComponentTest, SolrIndexConfigTest, BadComponentTest, MultiTermTest, TestDocSet, TestSearchPerf, TestElisionMultitermQuery, TestFuzzyAnalyzedSuggestions, DirectSolrConnectionTest, SpellPossibilityIteratorTest, SynonymTokenizerTest, TestXIncludeConfig, TestDFRSimilarityFactory, TestPerFieldSimilarity, TestIBSimilarityFactory, TestDefaultSimilarityFactory, TestFastWriter, TimeZoneUtilsTest, ScriptEngineTest, URLClassifyProcessorTest, PluginInfoTest, ChaosMonkeyNothingIsSafeTest, PreAnalyzedFieldTest, TestSuggestSpellingConverter, DateFieldTest, SpellingQueryConverterTest, TestSolrJ, TestUtils, TestDocumentBuilder, ZkNodePropsTest, SliceStateTest, CircularListTest, TestRTGBase, CursorPagingTest, SolrTestCaseJ4Test, TestCursorMarkWithoutUniqueKey, TestHighlightDedupGrouping, AliasIntegrationTest, AssignTest, AsyncMigrateRouteKeyTest, CloudExitableDirectoryReaderTest, ConnectionManagerTest, CustomCollectionTest, DeleteLastCustomShardedReplicaTest, DeleteShardTest, DistribCursorPagingTest, DistribDocExpirationUpdateProcessorTest, DistribJoinFromCollectionTest, DistributedQueueTest, MultiThreadedOCPTest, RecoveryAfterSoftCommitTest, ReplicationFactorTest, SharedFSAutoReplicaFailoverTest, SharedFSAutoReplicaFailoverUtilsTest, TestCloudInspectUtil, TestCloudPivotFacet, TestLeaderElectionZkExpiry, TestMiniSolrCloudClusterSSL, TestRebalanceLeaders, TestShortCircuitedRequests, VMParamsZkACLAndCredentialsProvidersTest, HdfsBasicDistributedZkTest, HdfsRecoveryZkTest, HdfsWriteToMultipleCollectionsTest, ZkStateWriterTest, CachingDirectoryFactoryTest, ExitableDirectoryReaderTest, QueryResultKeyTest, TestDynamicLoading, TestImplicitCoreProperties, TestInfoStreamLogging, TestInitParams, TestNRTOpen, TestReloadAndDeleteDocs, TestSolrConfigHandler]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrConfigHandler -Dtests.seed=E514A9DF49C1148E -Dtests.slow=true -Dtests.locale=es_CU -Dtests.timezone=Africa/Algiers -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s | TestSolrConfigHandler (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the following files (in the order of attempts):
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler E514A9DF49C1148E-001\tempDir-010\collection1\conf\configoverlay.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler E514A9DF49C1148E-001\tempDir-010\collection1\conf\configoverlay.json: The process cannot access the file because it is being used by another process.
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler E514A9DF49C1148E-001\tempDir-010\collection1\conf\params.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler E514A9DF49C1148E-001\tempDir-010\collection1\conf\params.json: The process cannot access the file because it is being used by another process.
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler E514A9DF49C1148E-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler E514A9DF49C1148E-001\tempDir-010\collection1\conf
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler E514A9DF49C1148E-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler E514A9DF49C1148E-001\tempDir-010\collection1
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler E514A9DF49C1148E-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler E514A9DF49C1148E-001\tempDir-010
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler E514A9DF49C1148E-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler E514A9DF49C1148E-001
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([E514A9DF49C1148E]:0)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed in 18.90s, 4 tests, 1 error <<< FAILURES!

[...truncated 202 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:508: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1368: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:975: There were test failures: 466 suites, 1861 tests, 2 suite-level errors, 3 errors, 55 ignored (30 assumptions)

Total time: 140 minutes 16 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.8.0_31 -client -XX:+UseG1GC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (64bit/jdk1.8.0_31) - Build # 4371 - Still Failing!

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

5 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.handler.TestReplicationHandlerBackup

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
	at __randomizedtesting.SeedInfo.seed([14031E033F964C65]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestSolrConfigHandler

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 14031E033F964C65-001\tempDir-010\collection1\conf\params.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 14031E033F964C65-001\tempDir-010\collection1\conf\params.json: The process cannot access the file because it is being used by another process.     C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 14031E033F964C65-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 14031E033F964C65-001\tempDir-010\collection1\conf    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 14031E033F964C65-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 14031E033F964C65-001\tempDir-010\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 14031E033F964C65-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 14031E033F964C65-001\tempDir-010    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 14031E033F964C65-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 14031E033F964C65-001\tempDir-010    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 14031E033F964C65-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 14031E033F964C65-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 14031E033F964C65-001\tempDir-010\collection1\conf\params.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 14031E033F964C65-001\tempDir-010\collection1\conf\params.json: The process cannot access the file because it is being used by another process.

   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 14031E033F964C65-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 14031E033F964C65-001\tempDir-010\collection1\conf
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 14031E033F964C65-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 14031E033F964C65-001\tempDir-010\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 14031E033F964C65-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 14031E033F964C65-001\tempDir-010
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 14031E033F964C65-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 14031E033F964C65-001\tempDir-010
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 14031E033F964C65-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 14031E033F964C65-001

	at __randomizedtesting.SeedInfo.seed([14031E033F964C65]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:170)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.BasicDistributedZk2Test

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 14031E033F964C65-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 14031E033F964C65-001\tempDir-002    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 14031E033F964C65-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 14031E033F964C65-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 14031E033F964C65-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 14031E033F964C65-001\tempDir-002
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 14031E033F964C65-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 14031E033F964C65-001

	at __randomizedtesting.SeedInfo.seed([14031E033F964C65]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:170)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.handler.TestReplicationHandlerBackup.doTestBackup

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
	at __randomizedtesting.SeedInfo.seed([14031E033F964C65]:0)


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

Error Message:
org.apache.http.NoHttpResponseException: The target server failed to respond

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:865)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:730)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	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:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:940)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:915)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:546)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:543)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	... 1 more




Build Log:
[...truncated 9790 lines...]
   [junit4] Suite: org.apache.solr.cloud.BasicDistributedZk2Test
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 14031E033F964C65-001\init-core-data-001
   [junit4]   2> 62518 T246 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 62526 T246 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 62527 T247 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 62627 T246 oasc.ZkTestServer.run start zk server on port:53813
   [junit4]   2> 62627 T246 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 62629 T246 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 62634 T254 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5543d69a name:ZooKeeperConnection Watcher:127.0.0.1:53813 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 62635 T246 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 62635 T246 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 62635 T246 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 62641 T246 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 62641 T248 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14b7071f7960000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 62644 T246 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 62647 T257 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@725a497f name:ZooKeeperConnection Watcher:127.0.0.1:53813/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 62648 T246 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 62648 T246 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 62648 T246 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 62659 T246 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 62663 T246 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 62696 T246 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 62701 T246 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 62701 T246 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 62707 T246 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 62707 T246 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 62711 T246 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 62711 T246 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 62716 T246 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 62716 T246 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 62719 T246 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 62719 T246 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 62723 T246 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 62724 T246 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 62728 T246 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 62728 T246 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 62732 T246 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 62732 T246 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 62735 T246 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 62735 T246 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 62744 T246 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 62744 T246 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 62747 T246 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 62747 T246 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 64363 T246 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 14031E033F964C65-001\control-001\cores\collection1
   [junit4]   2> 64367 T246 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 64378 T246 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53820
   [junit4]   2> 64378 T246 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 64378 T246 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 64378 T246 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 14031E033F964C65-001\control-001
   [junit4]   2> 64381 T246 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 14031E033F964C65-001\control-001\'
   [junit4]   2> 64424 T246 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 14031E033F964C65-001\control-001\solr.xml
   [junit4]   2> 64435 T246 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 14031E033F964C65-001\control-001\cores
   [junit4]   2> 64435 T246 oasc.CoreContainer.<init> New CoreContainer 2068897496
   [junit4]   2> 64435 T246 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 14031E033F964C65-001\control-001\]
   [junit4]   2> 64437 T246 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 64437 T246 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 64437 T246 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 64437 T246 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 64437 T246 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 64437 T246 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 64438 T246 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 64438 T246 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 64438 T246 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 64438 T246 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 64438 T246 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 64438 T246 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 64438 T246 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 64438 T246 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 64438 T246 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 64438 T246 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53813/solr
   [junit4]   2> 64438 T246 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 64438 T246 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 64449 T246 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 64458 T269 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@563fcd12 name:ZooKeeperConnection Watcher:127.0.0.1:53813 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 64459 T246 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 64459 T246 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 64466 T246 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 64469 T272 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@56fc9205 name:ZooKeeperConnection Watcher:127.0.0.1:53813/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 64469 T246 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 64471 T246 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 64474 T246 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 64476 T246 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 64480 T246 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 64483 T246 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 64485 T246 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 64487 T246 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53820_
   [junit4]   2> 64487 T246 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53820_
   [junit4]   2> 64490 T246 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 64492 T246 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 64493 T246 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 64499 T246 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:53820_
   [junit4]   2> 64499 T246 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 64505 T246 oasc.Overseer.start Overseer (id=93291852078645251-127.0.0.1:53820_-n_0000000000) starting
   [junit4]   2> 64532 T246 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 64549 T246 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 64550 T274 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 64551 T246 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 64558 T246 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 64560 T246 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 64573 T273 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 64576 T246 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 14031E033F964C65-001\control-001\cores
   [junit4]   2> 64576 T246 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 14031E033F964C65-001\control-001\cores\collection1\
   [junit4]   2> 64576 T246 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 64580 T276 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 64580 T276 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 64581 T276 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 64584 T272 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 64590 T273 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 0, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53820",
   [junit4]   2> 	  "node_name":"127.0.0.1:53820_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 0
   [junit4]   2> 64591 T273 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53820",
   [junit4]   2> 	  "node_name":"127.0.0.1:53820_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 64591 T273 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 64592 T273 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 64598 T272 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 65571 T276 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 65571 T276 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 65571 T276 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 65571 T276 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 65573 T276 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 65573 T276 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 14031E033F964C65-001\control-001\cores\collection1\'
   [junit4]   2> 65607 T276 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 65611 T276 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 65629 T276 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 65636 T276 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 65653 T276 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 65656 T276 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 65666 T276 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 65811 T276 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 65819 T276 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 65820 T276 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 65860 T276 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 65862 T276 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 65869 T276 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 65870 T276 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 65870 T276 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 65870 T276 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 65872 T276 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 65873 T276 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 65873 T276 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 65873 T276 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 65874 T276 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 14031E033F964C65-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 14031E033F964C65-001\tempDir-001/control/data\
   [junit4]   2> 65874 T276 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5eaaf636
   [junit4]   2> 65875 T276 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 14031E033F964C65-001\tempDir-001/control/data\
   [junit4]   2> 65875 T276 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 14031E033F964C65-001\tempDir-001/control/data\index/
   [junit4]   2> 65875 T276 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 14031E033F964C65-001\tempDir-001\control\data\index' doesn't exist. Creating new index...
   [junit4]   2> 65876 T276 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 14031E033F964C65-001\tempDir-001/control/data\index
   [junit4]   2> 65877 T276 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=8, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.17385015511615212]
   [junit4]   2> 65877 T276 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@2fdf0084 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1fc6391),segFN=segments_1,generation=1}
   [junit4]   2> 65877 T276 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 65883 T276 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 65883 T276 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 65884 T276 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 65884 T276 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 65884 T276 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 65884 T276 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 65885 T276 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 65886 T276 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 65886 T276 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 65887 T276 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 65887 T276 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 65888 T276 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 65888 T276 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 65891 T276 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 65891 T276 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 65892 T276 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 65892 T276 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 65893 T276 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 65894 T276 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 65894 T276 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 65895 T276 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 65895 T276 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 65896 T276 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 65897 T276 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 65897 T276 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 65898 T276 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 65899 T276 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 65910 T276 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 65912 T276 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 65913 T276 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 65915 T276 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 65915 T276 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 65919 T276 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 65919 T276 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 65920 T276 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=47, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=99.9794921875, floorSegmentMB=0.9755859375, forceMergeDeletesPctAllowed=27.183488482057694, segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.16535040042048124
   [junit4]   2> 65920 T276 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@2fdf0084 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1fc6391),segFN=segments_1,generation=1}
   [junit4]   2> 65920 T276 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 65920 T276 oass.SolrIndexSearcher.<init> Opening Searcher@29914d3a[collection1] main
   [junit4]   2> 65921 T276 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 65923 T276 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 65923 T276 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 65925 T276 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 65925 T276 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 65925 T276 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 65927 T276 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 65927 T276 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 65927 T276 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 65927 T276 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 65929 T276 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 65929 T277 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@29914d3a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 65931 T280 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:53820 collection:control_collection shard:shard1
   [junit4]   2> 65933 T246 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 65933 T246 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 65934 T246 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 65935 T280 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 65936 T246 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 65949 T283 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@19135847 name:ZooKeeperConnection Watcher:127.0.0.1:53813/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 65950 T246 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 65950 T246 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 65952 T246 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 65954 T280 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 65956 T272 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 65957 T280 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 65957 T280 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C83 name=collection1 org.apache.solr.core.SolrCore@71ac0400 url=http://127.0.0.1:53820/collection1 node=127.0.0.1:53820_ C83_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:53820, node_name=127.0.0.1:53820_, state=down}
   [junit4]   2> 65957 T280 C83 P53820 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:53820/collection1/
   [junit4]   2> 65958 T280 C83 P53820 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 65958 T280 C83 P53820 oasc.SyncStrategy.syncToMe http://127.0.0.1:53820/collection1/ has no replicas
   [junit4]   2> 65958 T280 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:53820/collection1/ shard1
   [junit4]   2> 65958 T280 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 65959 T273 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 65960 T246 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 65969 T272 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 65973 T273 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53820",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 1
   [junit4]   2> 66082 T272 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 66082 T283 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 66124 T280 oasc.ZkController.register We are http://127.0.0.1:53820/collection1/ and leader is http://127.0.0.1:53820/collection1/
   [junit4]   2> 66124 T280 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:53820
   [junit4]   2> 66124 T280 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 66124 T280 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 66124 T280 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 66126 T272 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 66133 T273 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53820",
   [junit4]   2> 	  "node_name":"127.0.0.1:53820_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 2
   [junit4]   2> 66134 T273 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53820",
   [junit4]   2> 	  "node_name":"127.0.0.1:53820_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 66242 T272 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 66242 T283 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 67586 T246 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 14031E033F964C65-001\shard-1-001\cores\collection1
   [junit4]   2> 67589 T246 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 67589 T246 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 67593 T246 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53832
   [junit4]   2> 67594 T246 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 67594 T246 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 67594 T246 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 14031E033F964C65-001\shard-1-001
   [junit4]   2> 67594 T246 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 14031E033F964C65-001\shard-1-001\'
   [junit4]   2> 67635 T246 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 14031E033F964C65-001\shard-1-001\solr.xml
   [junit4]   2> 67645 T246 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 14031E033F964C65-001\shard-1-001\cores
   [junit4]   2> 67645 T246 oasc.CoreContainer.<init> New CoreContainer 1257259592
   [junit4]   2> 67645 T246 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 14031E033F964C65-001\shard-1-001\]
   [junit4]   2> 67646 T246 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 67646 T246 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 67646 T246 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 67646 T246 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 67646 T246 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 67646 T246 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 67646 T246 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 67646 T246 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 67649 T246 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 67649 T246 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 67649 T246 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 67649 T246 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 67649 T246 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 67649 T246 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 67649 T246 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 67651 T246 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53813/solr
   [junit4]   2> 67651 T246 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 67651 T246 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 67653 T246 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 67656 T295 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@750ebf83 name:ZooKeeperConnection Watcher:127.0.0.1:53813 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 67657 T246 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 67658 T246 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 67663 T246 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 67666 T298 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5ba2c0cc name:ZooKeeperConnection Watcher:127.0.0.1:53813/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 67666 T246 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 67680 T246 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 68579 T246 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53832_
   [junit4]   2> 68581 T246 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53832_
   [junit4]   2> 68596 T246 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 68602 T246 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 14031E033F964C65-001\shard-1-001\cores
   [junit4]   2> 68604 T246 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 14031E033F964C65-001\shard-1-001\cores\collection1\
   [junit4]   2> 68604 T246 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 68606 T299 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 68606 T299 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 68607 T299 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 68607 T272 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 68610 T273 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53832",
   [junit4]   2> 	  "node_name":"127.0.0.1:53832_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 3
   [junit4]   2> 68612 T273 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53832",
   [junit4]   2> 	  "node_name":"127.0.0.1:53832_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 68612 T273 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 68612 T273 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 68614 T298 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 68615 T272 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 68615 T283 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 69498 T299 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 69498 T299 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 69500 T299 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 69500 T299 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 69505 T299 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 69505 T299 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 14031E033F964C65-001\shard-1-001\cores\collection1\'
   [junit4]   2> 69540 T299 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 69544 T299 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 69553 T299 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 69564 T299 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 69579 T299 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 69581 T299 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 69589 T299 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 69727 T299 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 69735 T299 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 69735 T299 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 69755 T299 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 69758 T299 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 69760 T299 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 69768 T299 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 69769 T299 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 69769 T299 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 69771 T299 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 69771 T299 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 69771 T299 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 69771 T299 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 69772 T299 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 14031E033F964C65-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 14031E033F964C65-001\tempDir-001/jetty1\
   [junit4]   2> 69772 T299 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5eaaf636
   [junit4]   2> 69772 T299 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 14031E033F964C65-001\tempDir-001/jetty1\
   [junit4]   2> 69772 T299 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 14031E033F964C65-001\tempDir-001/jetty1\index/
   [junit4]   2> 69772 T299 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 14031E033F964C65-001\tempDir-001\jetty1\index' doesn't exist. Creating new index...
   [junit4]   2> 69773 T299 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 14031E033F964C65-001\tempDir-001/jetty1\index
   [junit4]   2> 69773 T299 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=8, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.17385015511615212]
   [junit4]   2> 69776 T299 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@9b18577 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1db5c5f7),segFN=segments_1,generation=1}
   [junit4]   2> 69776 T299 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 69801 T299 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 69803 T299 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 69803 T299 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 69804 T299 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 69804 T299 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 69804 T299 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 69805 T299 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 69805 T299 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 69805 T299 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 69806 T299 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 69806 T299 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 69806 T299 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 69806 T299 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 69806 T299 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 69807 T299 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 69810 T299 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 69811 T299 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 69812 T299 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 69813 T299 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 69818 T299 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 69819 T299 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 69820 T299 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 69820 T299 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 69820 T299 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 69821 T299 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 69821 T299 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 69822 T299 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 69827 T299 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 69827 T299 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 69829 T299 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 69830 T299 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 69830 T299 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 69831 T299 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 69831 T299 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 69835 T299 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=47, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=99.9794921875, floorSegmentMB=0.9755859375, forceMergeDeletesPctAllowed=27.183488482057694, segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.16535040042048124
   [junit4]   2> 69837 T299 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@9b18577 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1db5c5f7),segFN=segments_1,generation=1}
   [junit4]   2> 69837 T299 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 69838 T299 oass.SolrIndexSearcher.<init> Opening Searcher@4c969fb[collection1] main
   [junit4]   2> 69838 T299 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 69840 T299 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 69840 T299 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 69840 T299 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 69840 T299 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 69840 T299 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 69841 T299 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 69841 T299 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 69841 T299 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 69841 T299 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 69841 T299 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 69845 T300 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4c969fb[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 69846 T246 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 69846 T246 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 69856 T303 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:53832 collection:collection1 shard:shard2
   [junit4]   2> 69858 T303 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 69867 T303 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 69869 T272 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 69870 T303 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 69870 T303 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C84 name=collection1 org.apache.solr.core.SolrCore@3986186d url=http://127.0.0.1:53832/collection1 node=127.0.0.1:53832_ C84_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:53832, node_name=127.0.0.1:53832_, state=down}
   [junit4]   2> 69870 T303 C84 P53832 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:53832/collection1/
   [junit4]   2> 69870 T303 C84 P53832 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 69870 T303 C84 P53832 oasc.SyncStrategy.syncToMe http://127.0.0.1:53832/collection1/ has no replicas
   [junit4]   2> 69871 T303 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:53832/collection1/ shard2
   [junit4]   2> 69871 T303 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 69873 T273 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1"} current state version: 4
   [junit4]   2> 69881 T272 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 69883 T273 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53832",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 4
   [junit4]   2> 69987 T298 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 69987 T272 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 69987 T283 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 70019 T303 oasc.ZkController.register We are http://127.0.0.1:53832/collection1/ and leader is http://127.0.0.1:53832/collection1/
   [junit4]   2> 70019 T303 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:53832
   [junit4]   2> 70019 T303 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 70019 T303 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 70019 T303 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 70052 T272 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 70054 T273 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53832",
   [junit4]   2> 	  "node_name":"127.0.0.1:53832_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 70055 T273 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53832",
   [junit4]   2> 	  "node_name":"127.0.0.1:53832_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 70151 T272 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 70151 T298 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 70152 T283 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 71340 T246 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 14031E033F964C65-001\shard-2-001\cores\collection1
   [junit4]   2> 71343 T246 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 71344 T246 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 71347 T246 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53841
   [junit4]   2> 71349 T246 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 71349 T246 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 71350 T246 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 14031E033F964C65-001\shard-2-001
   [junit4]   2> 71350 T246 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 14031E033F964C65-001\shard-2-001\'
   [junit4]   2> 71388 T246 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 14031E033F964C65-001\shard-2-001\solr.xml
   [junit4]   2> 71398 T246 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 14031E033F964C65-001\shard-2-001\cores
   [junit4]   2> 71398 T246 oasc.CoreContainer.<init> New CoreContainer 1384663706
   [junit4]   2> 71398 T246 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 14031E033F964C65-001\shard-2-001\]
   [junit4]   2> 71399 T246 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 71399 T246 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 71399 T246 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 71400 T246 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 71400 T246 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 71400 T246 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 71400 T246 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 71401 T246 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 71401 T246 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 71401 T246 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 71401 T246 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 71401 T246 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 71401 T246 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 71402 T246 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 71402 T246 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 71402 T246 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53813/solr
   [junit4]   2> 71403 T246 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 71403 T246 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 71405 T246 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 71407 T315 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@671d8c36 name:ZooKeeperConnection Watcher:127.0.0.1:53813 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 71408 T246 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 71408 T246 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 71412 T248 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14b7071f7960007, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 71414 T246 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 71417 T318 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4c0ec6b name:ZooKeeperConnection Watcher:127.0.0.1:53813/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 71418 T246 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 71430 T246 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 72329 T246 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53841_
   [junit4]   2> 72332 T246 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53841_
   [junit4]   2> 72345 T246 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 72351 T246 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 14031E033F964C65-001\shard-2-001\cores
   [junit4]   2> 72352 T246 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 14031E033F964C65-001\shard-2-001\cores\collection1\
   [junit4]   2> 72352 T246 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 72354 T319 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 72354 T319 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 72356 T272 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 72357 T319 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 72358 T273 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53841",
   [junit4]   2> 	  "node_name":"127.0.0.1:53841_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 6
   [junit4]   2> 72358 T273 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53841",
   [junit4]   2> 	  "node_name":"127.0.0.1:53841_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 72358 T273 oasco.ReplicaMutator.updateState Collection already exists with numShards=2
   [junit4]   2> 72358 T273 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 72362 T283 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 72364 T298 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 72364 T318 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 72364 T272 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 73248 T319 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 73248 T319 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 73249 T319 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 73249 T319 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 73252 T319 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 73252 T319 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 14031E033F964C65-001\shard-2-001\cores\collection1\'
   [junit4]   2> 73276 T319 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 73278 T319 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 73290 T319 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 73297 T319 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 73313 T319 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 73323 T319 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 73346 T319 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 73530 T319 oass.OpenExchangeRatesOrgProvider.init In

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

.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
   [junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:546)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:543)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    > 	... 1 moreThrowable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=9062, name=updateExecutor-1743-thread-3, state=RUNNABLE, group=TGRP-ReplicationFactorTest]
   [junit4]    > Caused by: java.util.concurrent.RejectedExecutionException: Task org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner@4d4e3eff rejected from java.util.concurrent.ThreadPoolExecutor@50a14af1[Shutting down, pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 24]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([14031E033F964C65]:0)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.run(ConcurrentUpdateSolrClient.java:278)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 9432147 T8892 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 14031E033F964C65-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {_version_=Lucene50(blocksize=128), multiDefault=PostingsFormat(name=LuceneVarGapFixedInterval), a_t=PostingsFormat(name=LuceneVarGapFixedInterval), intDefault=Lucene50(blocksize=128), id=BlockTreeOrds(blocksize=128), text=Lucene50(blocksize=128), range_facet_l=PostingsFormat(name=LuceneVarGapFixedInterval), timestamp=PostingsFormat(name=LuceneVarGapFixedInterval)}, docValues:{timestamp=DocValuesFormat(name=Lucene50)}, sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=it_CH, timezone=Europe/Podgorica
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0_31 (64-bit)/cpus=2,threads=1,free=174885064,total=293081088
   [junit4]   2> NOTE: All tests run in this JVM: [TestLMJelinekMercerSimilarityFactory, ClusterStateUpdateTest, SpellPossibilityIteratorTest, TestImplicitCoreProperties, TestQueryTypes, TestConfigReload, BasicDistributedZk2Test, ShardSplitTest, TestFieldCollectionResource, CSVRequestHandlerTest, SolrXmlInZkTest, CoreAdminCreateDiscoverTest, SuggesterFSTTest, TestMergePolicyConfig, TestRangeQuery, SolrIndexSplitterTest, RequestHandlersTest, DefaultValueUpdateProcessorTest, CollectionsAPIDistributedZkTest, TestExceedMaxTermLength, TestRebalanceLeaders, TestSchemaSimilarityResource, InfoHandlerTest, TestDynamicFieldCollectionResource, TestBinaryResponseWriter, TestCSVResponseWriter, OutputWriterTest, TestPostingsSolrHighlighter, JsonLoaderTest, FileBasedSpellCheckerTest, TestReqParamsAPI, TestIndexingPerformance, FacetPivotSmallTest, TestSolrCoreProperties, DistributedFacetPivotSmallTest, TestLazyCores, BadComponentTest, ExternalCollectionsTest, SampleTest, PrimitiveFieldTypeTest, TestBulkSchemaConcurrent, DirectSolrConnectionTest, TestRequestStatusCollectionAPI, EnumFieldTest, TestSolr4Spatial2, RecoveryZkTest, LeaderElectionIntegrationTest, SolrCoreCheckLockOnStartupTest, TestFastWriter, TestFiltering, ConvertedLegacyTest, TestSystemIdResolver, TestClusterStateMutator, UUIDUpdateProcessorFallbackTest, TestJmxMonitoredMap, SpatialRPTFieldTypeTest, TestCharFilters, TestReplicationHandlerBackup, DistributedQueryComponentOptimizationTest, LeaderElectionTest, SimpleCollectionCreateDeleteTest, HighlighterMaxOffsetTest, HdfsWriteToMultipleCollectionsTest, TestManagedSynonymFilterFactory, OverseerRolesTest, SSLMigrationTest, BlockDirectoryTest, MergeStrategyTest, ConnectionManagerTest, SuggesterWFSTTest, TestObjectReleaseTracker, TestSearcherReuse, TestRandomFaceting, TriLevelCompositeIdRoutingTest, RankQueryTest, SchemaVersionSpecificBehaviorTest, TestFastOutputStream, TestLFUCache, HttpPartitionTest, TestSearchPerf, SliceStateTest, TestTrie, HighlighterTest, TestSolrDeletionPolicy1, StatsComponentTest, TestInfoStreamLogging, IndexSchemaRuntimeFieldTest, DocumentBuilderTest, ShardRoutingCustomTest, TestJoin, BasicDistributedZkTest, TestStressUserVersions, HdfsChaosMonkeySafeLeaderTest, XmlUpdateRequestHandlerTest, TestSolrJ, TestShortCircuitedRequests, SolrPluginUtilsTest, AddBlockUpdateTest, TestTolerantSearch, DocValuesTest, ShowFileRequestHandlerTest, TestInitQParser, SolrIndexConfigTest, PluginInfoTest, HdfsCollectionsAPIDistributedZkTest, RemoteQueryErrorTest, TestReversedWildcardFilterFactory, TestZkChroot, AliasIntegrationTest, TestConfigOverlay, QueryEqualityTest, ActionThrottleTest, TestAnalyzeInfixSuggestions, TestManagedResource, TestPartialUpdateDeduplication, TestHighlightDedupGrouping, ScriptEngineTest, TestSolrConfigHandler, TestNoOpRegenerator, TestOmitPositions, SimpleFacetsTest, MoreLikeThisHandlerTest, TestNonDefinedSimilarityFactory, TestExtendedDismaxParser, DistributedFacetPivotLargeTest, TestSchemaNameResource, TestBlendedInfixSuggestions, CurrencyFieldXmlFileTest, TestCollationFieldDocValues, DOMUtilTest, TestReload, AddSchemaFieldsUpdateProcessorFactoryTest, TimeZoneUtilsTest, TestPhraseSuggestions, BinaryUpdateRequestHandlerTest, SolrCmdDistributorTest, BadCopyFieldTest, TestLuceneMatchVersion, TestCustomSort, TestUtils, SaslZkACLProviderTest, TestManagedStopFilterFactory, DocValuesMissingTest, TestQuerySenderListener, TestBulkSchemaAPI, SuggestComponentTest, TestRandomDVFaceting, UnloadDistributedZkTest, TestLeaderElectionZkExpiry, OutOfBoxZkACLAndCredentialsProvidersTest, CacheHeaderTest, ZkSolrClientTest, TestQuerySenderNoQuery, TestSolrDeletionPolicy2, SolrRequestParserTest, TestCloudManagedSchemaConcurrent, QueryElevationComponentTest, PreAnalyzedFieldTest, TestRandomMergePolicy, MigrateRouteKeyTest, HdfsBasicDistributedZkTest, TestFileDictionaryLookup, RAMDirectoryFactoryTest, SortByFunctionTest, TestDFRSimilarityFactory, ReplicationFactorTest]
   [junit4] Completed in 91.73s, 1 test, 1 error <<< FAILURES!

[...truncated 939 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:508: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1368: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:975: There were test failures: 465 suites, 1856 tests, 3 suite-level errors, 2 errors, 55 ignored (30 assumptions)

Total time: 238 minutes 12 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.8.0_31 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (32bit/jdk1.8.0_31) - Build # 4370 - Still Failing!

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

5 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestSolrConfigHandler

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9F8798F8564AA9B2-001\tempDir-010\collection1\conf\params.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9F8798F8564AA9B2-001\tempDir-010\collection1\conf\params.json: The process cannot access the file because it is being used by another process.     C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9F8798F8564AA9B2-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9F8798F8564AA9B2-001\tempDir-010\collection1\conf    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9F8798F8564AA9B2-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9F8798F8564AA9B2-001\tempDir-010\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9F8798F8564AA9B2-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9F8798F8564AA9B2-001\tempDir-010    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9F8798F8564AA9B2-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9F8798F8564AA9B2-001\tempDir-010    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9F8798F8564AA9B2-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9F8798F8564AA9B2-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9F8798F8564AA9B2-001\tempDir-010\collection1\conf\params.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9F8798F8564AA9B2-001\tempDir-010\collection1\conf\params.json: The process cannot access the file because it is being used by another process.

   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9F8798F8564AA9B2-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9F8798F8564AA9B2-001\tempDir-010\collection1\conf
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9F8798F8564AA9B2-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9F8798F8564AA9B2-001\tempDir-010\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9F8798F8564AA9B2-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9F8798F8564AA9B2-001\tempDir-010
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9F8798F8564AA9B2-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9F8798F8564AA9B2-001\tempDir-010
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9F8798F8564AA9B2-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9F8798F8564AA9B2-001

	at __randomizedtesting.SeedInfo.seed([9F8798F8564AA9B2]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:170)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.BasicDistributedZk2Test

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 9F8798F8564AA9B2-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 9F8798F8564AA9B2-001\tempDir-002    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 9F8798F8564AA9B2-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 9F8798F8564AA9B2-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 9F8798F8564AA9B2-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 9F8798F8564AA9B2-001\tempDir-002
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 9F8798F8564AA9B2-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 9F8798F8564AA9B2-001

	at __randomizedtesting.SeedInfo.seed([9F8798F8564AA9B2]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:170)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.handler.TestReplicationHandlerBackup.doTestBackup

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 9F8798F8564AA9B2-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 9F8798F8564AA9B2-001\solr-instance-001\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 9F8798F8564AA9B2-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 9F8798F8564AA9B2-001\solr-instance-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 9F8798F8564AA9B2-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 9F8798F8564AA9B2-001\solr-instance-001\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 9F8798F8564AA9B2-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 9F8798F8564AA9B2-001\solr-instance-001

	at __randomizedtesting.SeedInfo.seed([9F8798F8564AA9B2:DE0CB89D71F45AFD]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.solr.handler.TestReplicationHandler$SolrInstance.tearDown(TestReplicationHandler.java:1509)
	at org.apache.solr.handler.TestReplicationHandlerBackup.tearDown(TestReplicationHandlerBackup.java:115)
	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:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:885)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.handler.TestReplicationHandlerBackup.testBackupOnCommit

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 9F8798F8564AA9B2-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 9F8798F8564AA9B2-001\solr-instance-002\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 9F8798F8564AA9B2-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 9F8798F8564AA9B2-001\solr-instance-002 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 9F8798F8564AA9B2-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 9F8798F8564AA9B2-001\solr-instance-002\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 9F8798F8564AA9B2-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 9F8798F8564AA9B2-001\solr-instance-002

	at __randomizedtesting.SeedInfo.seed([9F8798F8564AA9B2:B66F761329B215AB]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.solr.handler.TestReplicationHandler$SolrInstance.tearDown(TestReplicationHandler.java:1509)
	at org.apache.solr.handler.TestReplicationHandlerBackup.tearDown(TestReplicationHandlerBackup.java:115)
	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:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:885)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


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

Error Message:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:58118/repfacttest_c8n_1x3_shard1_replica1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:58118/repfacttest_c8n_1x3_shard1_replica1
	at __randomizedtesting.SeedInfo.seed([9F8798F8564AA9B2:17D3A722F8B6C44A]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:575)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:884)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:787)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:730)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	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:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:940)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:915)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	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:58118/repfacttest_c8n_1x3_shard1_replica1
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:573)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:572)
	... 47 more
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
	... 52 more




Build Log:
[...truncated 9190 lines...]
   [junit4] Suite: org.apache.solr.cloud.BasicDistributedZk2Test
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 9F8798F8564AA9B2-001\init-core-data-001
   [junit4]   2> 603024 T1886 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /_wdt/
   [junit4]   2> 603034 T1886 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 603035 T1887 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 603132 T1886 oasc.ZkTestServer.run start zk server on port:49446
   [junit4]   2> 603132 T1886 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 603135 T1886 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 603141 T1894 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@19fba5e name:ZooKeeperConnection Watcher:127.0.0.1:49446 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 603142 T1886 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 603142 T1886 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 603143 T1886 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 603151 T1886 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 603153 T1886 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 603156 T1897 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@128486e name:ZooKeeperConnection Watcher:127.0.0.1:49446/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 603157 T1886 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 603157 T1886 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 603159 T1886 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 603168 T1886 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 603173 T1886 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 603178 T1886 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 603183 T1886 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 603183 T1886 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 603192 T1886 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 603192 T1886 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 603199 T1886 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 603199 T1886 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 603206 T1886 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 603207 T1886 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 603213 T1886 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 603214 T1886 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 603219 T1886 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 603219 T1886 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 603225 T1886 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 603225 T1886 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 603230 T1886 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 603230 T1886 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 603237 T1886 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 603237 T1886 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 603245 T1886 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 603245 T1886 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 603251 T1886 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 603252 T1886 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 604861 T1886 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 9F8798F8564AA9B2-001\control-001\cores\collection1
   [junit4]   2> 604866 T1886 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 604891 T1886 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49453
   [junit4]   2> 604891 T1886 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 604892 T1886 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 604892 T1886 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 9F8798F8564AA9B2-001\control-001
   [junit4]   2> 604893 T1886 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 9F8798F8564AA9B2-001\control-001\'
   [junit4]   2> 604935 T1886 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 9F8798F8564AA9B2-001\control-001\solr.xml
   [junit4]   2> 604957 T1886 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 9F8798F8564AA9B2-001\control-001\cores
   [junit4]   2> 604958 T1886 oasc.CoreContainer.<init> New CoreContainer 31394296
   [junit4]   2> 604958 T1886 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 9F8798F8564AA9B2-001\control-001\]
   [junit4]   2> 604960 T1886 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 604960 T1886 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 604960 T1886 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 604960 T1886 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 604961 T1886 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 604961 T1886 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 604961 T1886 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 604961 T1886 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 604961 T1886 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 604961 T1886 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 604963 T1886 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 604964 T1886 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 604964 T1886 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 604964 T1886 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 604964 T1886 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 604965 T1886 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49446/solr
   [junit4]   2> 604966 T1886 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 604967 T1886 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 604969 T1886 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 604972 T1909 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7be2fe name:ZooKeeperConnection Watcher:127.0.0.1:49446 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 604973 T1886 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 604974 T1886 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 604976 T1888 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14b6e32df0f0002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 604978 T1886 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 604981 T1912 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ee70f4 name:ZooKeeperConnection Watcher:127.0.0.1:49446/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 604982 T1886 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 604985 T1886 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 604991 T1886 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 604997 T1886 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 605002 T1886 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 605006 T1886 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 605012 T1886 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 605016 T1886 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49453__wdt
   [junit4]   2> 605017 T1886 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49453__wdt
   [junit4]   2> 605021 T1886 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 605025 T1886 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 605029 T1886 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 605032 T1886 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:49453__wdt
   [junit4]   2> 605032 T1886 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 605035 T1886 oasc.Overseer.start Overseer (id=93289382060949507-127.0.0.1:49453__wdt-n_0000000000) starting
   [junit4]   2> 605040 T1886 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 605055 T1886 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 605056 T1914 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 605057 T1886 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 605064 T1886 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 605068 T1886 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 605076 T1913 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 605077 T1886 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 9F8798F8564AA9B2-001\control-001\cores
   [junit4]   2> 605078 T1886 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 9F8798F8564AA9B2-001\control-001\cores\collection1\
   [junit4]   2> 605078 T1886 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 605081 T1916 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 605081 T1916 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 605083 T1912 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 605083 T1916 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 605090 T1913 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 0, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49453/_wdt",
   [junit4]   2> 	  "node_name":"127.0.0.1:49453__wdt",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 0
   [junit4]   2> 605091 T1913 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49453/_wdt",
   [junit4]   2> 	  "node_name":"127.0.0.1:49453__wdt",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 605092 T1913 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 605092 T1913 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 605093 T1912 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 606045 T1916 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 606045 T1916 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 606047 T1916 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 606047 T1916 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 606048 T1916 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 606049 T1916 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 9F8798F8564AA9B2-001\control-001\cores\collection1\'
   [junit4]   2> 606078 T1916 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 606083 T1916 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 606102 T1916 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 606121 T1916 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 606141 T1916 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 606144 T1916 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 606194 T1916 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 606380 T1916 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 606392 T1916 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 606395 T1916 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 606427 T1916 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 606432 T1916 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 606437 T1916 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 606439 T1916 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 606440 T1916 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 606440 T1916 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 606442 T1916 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 606442 T1916 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 606443 T1916 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 606443 T1916 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 606443 T1916 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 9F8798F8564AA9B2-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 9F8798F8564AA9B2-001\tempDir-001/control/data\
   [junit4]   2> 606444 T1916 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1dee351
   [junit4]   2> 606451 T1916 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 9F8798F8564AA9B2-001\tempDir-001/control/data\
   [junit4]   2> 606451 T1916 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 9F8798F8564AA9B2-001\tempDir-001/control/data\index/
   [junit4]   2> 606451 T1916 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 9F8798F8564AA9B2-001\tempDir-001\control\data\index' doesn't exist. Creating new index...
   [junit4]   2> 606452 T1916 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 9F8798F8564AA9B2-001\tempDir-001/control/data\index
   [junit4]   2> 606452 T1916 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=20, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 606453 T1916 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@14ef1b5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@547b02; maxCacheMB=0.55078125 maxMergeSizeMB=0.546875)),segFN=segments_1,generation=1}
   [junit4]   2> 606454 T1916 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 606460 T1916 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 606460 T1916 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 606461 T1916 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 606461 T1916 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 606461 T1916 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 606461 T1916 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 606462 T1916 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 606463 T1916 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 606463 T1916 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 606464 T1916 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 606465 T1916 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 606466 T1916 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 606467 T1916 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 606468 T1916 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 606469 T1916 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 606470 T1916 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 606471 T1916 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 606472 T1916 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 606473 T1916 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 606474 T1916 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 606475 T1916 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 606476 T1916 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 606477 T1916 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 606478 T1916 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 606478 T1916 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 606479 T1916 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 606480 T1916 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 606484 T1916 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 606487 T1916 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 606488 T1916 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 606489 T1916 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 606491 T1916 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 606494 T1916 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 606495 T1916 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 606496 T1916 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=49, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=68.9892578125, floorSegmentMB=1.1796875, forceMergeDeletesPctAllowed=13.442864171490296, segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3483409937641657
   [junit4]   2> 606496 T1916 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@14ef1b5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@547b02; maxCacheMB=0.55078125 maxMergeSizeMB=0.546875)),segFN=segments_1,generation=1}
   [junit4]   2> 606498 T1916 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 606498 T1916 oass.SolrIndexSearcher.<init> Opening Searcher@aefa4b[collection1] main
   [junit4]   2> 606498 T1916 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 606501 T1916 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 606501 T1916 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 606503 T1916 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 606503 T1916 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 606503 T1916 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 606503 T1916 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 606503 T1916 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 606503 T1916 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 606503 T1916 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 606506 T1916 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 606507 T1917 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@aefa4b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 606508 T1920 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49453/_wdt collection:control_collection shard:shard1
   [junit4]   2> 606509 T1886 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 606509 T1886 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 606510 T1920 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 606510 T1886 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 606512 T1886 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 606518 T1923 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@76ae91 name:ZooKeeperConnection Watcher:127.0.0.1:49446/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 606518 T1886 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 606521 T1886 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 606525 T1886 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 606528 T1920 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 606533 T1912 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 606533 T1920 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 606534 T1920 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C315 name=collection1 org.apache.solr.core.SolrCore@bb275 url=http://127.0.0.1:49453/_wdt/collection1 node=127.0.0.1:49453__wdt C315_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:49453/_wdt, node_name=127.0.0.1:49453__wdt, state=down}
   [junit4]   2> 606534 T1920 C315 P49453 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49453/_wdt/collection1/
   [junit4]   2> 606535 T1920 C315 P49453 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 606535 T1920 C315 P49453 oasc.SyncStrategy.syncToMe http://127.0.0.1:49453/_wdt/collection1/ has no replicas
   [junit4]   2> 606535 T1920 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49453/_wdt/collection1/ shard1
   [junit4]   2> 606535 T1920 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 606534 T1886 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 606536 T1913 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 606536 T1886 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2
   [junit4]   2> 606537 T1886 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 606539 T1886 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 606542 T1912 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 606542 T1923 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 606548 T1926 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1aeb7f6 name:ZooKeeperConnection Watcher:127.0.0.1:49446/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 606550 T1886 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 606551 T1886 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 606564 T1913 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 2, message = {
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "name":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "stateFormat":"2"} current state version: 2
   [junit4]   2> 606564 T1913 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 606571 T1927 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 606572 T1913 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 2, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49453/_wdt",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 606573 T1913 oasco.ZkStateWriter.writePendingUpdates going to create_collection /collections/collection1/state.json
   [junit4]   2> 606576 T1923 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 606687 T1923 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 606717 T1920 oasc.ZkController.register We are http://127.0.0.1:49453/_wdt/collection1/ and leader is http://127.0.0.1:49453/_wdt/collection1/
   [junit4]   2> 606717 T1920 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49453/_wdt
   [junit4]   2> 606717 T1920 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 606717 T1920 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 606717 T1920 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 606720 T1912 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 606727 T1913 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49453/_wdt",
   [junit4]   2> 	  "node_name":"127.0.0.1:49453__wdt",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 4
   [junit4]   2> 606728 T1913 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49453/_wdt",
   [junit4]   2> 	  "node_name":"127.0.0.1:49453__wdt",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 606830 T1923 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 606831 T1912 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 608069 T1886 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 9F8798F8564AA9B2-001\shard-1-001\cores\collection1
   [junit4]   2> 608072 T1886 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 608073 T1886 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 608078 T1886 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49468
   [junit4]   2> 608079 T1886 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 608081 T1886 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 608081 T1886 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 9F8798F8564AA9B2-001\shard-1-001
   [junit4]   2> 608082 T1886 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 9F8798F8564AA9B2-001\shard-1-001\'
   [junit4]   2> 608124 T1886 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 9F8798F8564AA9B2-001\shard-1-001\solr.xml
   [junit4]   2> 608140 T1886 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 9F8798F8564AA9B2-001\shard-1-001\cores
   [junit4]   2> 608141 T1886 oasc.CoreContainer.<init> New CoreContainer 33396777
   [junit4]   2> 608142 T1886 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 9F8798F8564AA9B2-001\shard-1-001\]
   [junit4]   2> 608142 T1886 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 608143 T1886 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 608143 T1886 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 608144 T1886 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 608144 T1886 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 608144 T1886 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 608145 T1886 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 608145 T1886 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 608146 T1886 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 608146 T1886 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 608146 T1886 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 608148 T1886 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 608148 T1886 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 608149 T1886 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 608149 T1886 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 608149 T1886 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49446/solr
   [junit4]   2> 608150 T1886 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 608150 T1886 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 608152 T1886 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 608156 T1939 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@13d4ebe name:ZooKeeperConnection Watcher:127.0.0.1:49446 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 608157 T1886 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 608157 T1886 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 608162 T1888 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14b6e32df0f0006, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 608165 T1886 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 608167 T1942 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@fe3497 name:ZooKeeperConnection Watcher:127.0.0.1:49446/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 608168 T1886 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 608182 T1886 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 609153 T1886 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49468__wdt
   [junit4]   2> 609155 T1886 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49468__wdt
   [junit4]   2> 609167 T1886 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 609171 T1886 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 9F8798F8564AA9B2-001\shard-1-001\cores
   [junit4]   2> 609173 T1886 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 9F8798F8564AA9B2-001\shard-1-001\cores\collection1\
   [junit4]   2> 609174 T1886 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 609180 T1943 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 609180 T1943 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 609183 T1912 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 609185 T1943 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 609185 T1913 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49468/_wdt",
   [junit4]   2> 	  "node_name":"127.0.0.1:49468__wdt",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 609185 T1943 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 609187 T1913 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49468/_wdt",
   [junit4]   2> 	  "node_name":"127.0.0.1:49468__wdt",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 609187 T1913 oasco.ReplicaMutator.updateState Collection already exists with numShards=2
   [junit4]   2> 609187 T1913 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 609188 T1943 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 609192 T1943 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 0 
   [junit4]   2> 609193 T1943 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 609193 T1913 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 609194 T1942 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 609196 T1942 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 1 
   [junit4]   2> 610075 T1943 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 610075 T1943 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 610076 T1943 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 610077 T1943 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 610078 T1943 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 610078 T1943 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 9F8798F8564AA9B2-001\shard-1-001\cores\collection1\'
   [junit4]   2> 610215 T1943 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 610218 T1943 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 610242 T1943 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 610254 T1943 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 610267 T1943 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 610271 T1943 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 610283 T1943 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 610429 T1943 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 610437 T1943 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 610439 T1943 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 610462 T1943 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 610467 T1943 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 610471 T1943 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 610473 T1943 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 610473 T1943 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 610473 T1943 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 610474 T1943 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 610474 T1943 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 610474 T1943 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 610476 T1943 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 610476 T1943 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 9F8798F8564AA9B2-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 9F8798F8564AA9B2-001\tempDir-001/jetty1\
   [junit4]   2> 610476 T1943 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1dee351
   [junit4]   2> 610477 T1943 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 9F8798F8564AA9B2-001\tempDir-001/jetty1\
   [junit4]   2> 610477 T1943 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 9F8798F8564AA9B2-001\tempDir-001/jetty1\index/
   [junit4]   2> 610477 T1943 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 9F8798F8564AA9B2-001\tempDir-001\jetty1\index' doesn't exist. Creating new index...
   [junit4]   2> 610477 T1943 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 9F8798F8564AA9B2-001\tempDir-001/jetty1\index
   [junit4]   2> 610478 T1943 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=20, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 610478 T1943 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@bae874 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@138824c; maxCacheMB=0.55078125 maxMergeSizeMB=0.546875)),segFN=segments_1,generation=1}
   [junit4]   2> 610478 T1943 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 610484 T1943 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 610484 T1943 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 610484 T1943 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 610484 T1943 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 610484 T1943 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 610485 T1943 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 610485 T1943 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 610486 T1943 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 610486 T1943 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 610487 T1943 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 610489 T1943 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 610489 T1943 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 610489 T1943 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 610490 T1943 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 610491 T1943 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 610492 T1943 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 610494 T1943 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 610495 T1943 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 610500 T1943 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 610501 T1943 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 610502 T1943 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 610503 T1943 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 610504 T1943 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 610508 T1943 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 610509 T1943 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 610511 T1943 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 610511 T1943 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 610516 T1943 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 610518 T1943 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 610520 T1943 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 610521 T1943 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 610522 T1943 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 610524 T1943 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 610524 T1943 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 610526 T1943 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=49, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=68.9892578125, floorSegmentMB=1.1796875, forceMergeDeletesPctAllowed=13.442864171490296, segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3483409937641657
   [junit4]   2> 610526 T1943 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@bae874 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@138824c; maxCacheMB=0.55078125 maxMergeSizeMB=0.546875)),segFN=segments_1,generation=1}
   [junit4]   2> 610527 T1943 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 610527 T1943 oass.SolrIndexSearcher.<init> Opening Searcher@1a255cb[collection1] main
   [junit4]   2> 610527 T1943 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 610529 T1943 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 610529 T1943 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 610530 T1943 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 610530 T1943 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 610531 T1943 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 610532 T1943 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 610532 T1943 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 610533 T1943 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 610533 T1943 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 610533 T1944 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1a255cb[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 610534 T1943 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 610536 T1947 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49468/_wdt collection:collection1 shard:shard2
   [junit4]   2> 610537 T1886 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 610537 T1886 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 610538 T1947 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 610547 T1947 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 610549 T1912 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 610551 T1947 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 610551 T1947 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C316 name=collection1 org.apache.solr.core.SolrCore@1540824 url=http://127.0.0.1:49468/_wdt/collection1 node=127.0.0.1:49468__wdt C316_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:49468/_wdt, node_name=127.0.0.1:49468__wdt, state=down}
   [j

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

PolicyConfig, DistributedFacetPivotSmallAdvancedTest, TestCSVResponseWriter, BadComponentTest, TestDefaultSimilarityFactory, ExitableDirectoryReaderTest, CoreAdminHandlerTest, TestElisionMultitermQuery, AlternateDirectoryTest, HttpPartitionTest, TestPivotHelperCode, TestTolerantSearch, TestUpdate, OverseerStatusTest, UUIDUpdateProcessorFallbackTest, DeleteReplicaTest, CachingDirectoryFactoryTest, TestSchemaManager, BasicFunctionalityTest, SaslZkACLProviderTest, BasicDistributedZk2Test, TestCharFilters, TestCollationFieldDocValues, AddSchemaFieldsUpdateProcessorFactoryTest, ZkSolrClientTest, SolrRequestParserTest, TestSearchPerf, SyncSliceTest, FullSolrCloudDistribCmdsTest, TestComplexPhraseQParserPlugin, TestRecoveryHdfs, PolyFieldTest, TestShortCircuitedRequests, ResponseHeaderTest, DocValuesMultiTest, CustomCollectionTest, DisMaxRequestHandlerTest, SimpleFacetsTest, SignatureUpdateProcessorFactoryTest, SpellCheckComponentTest, TestSearcherReuse, SharedFSAutoReplicaFailoverTest, CursorPagingTest, MergeStrategyTest, DistributedIntervalFacetingTest, TestDocumentBuilder, FileUtilsTest, SpellingQueryConverterTest, BlockDirectoryTest, IndexBasedSpellCheckerTest, ZkStateWriterTest, DeleteShardTest, TestHighFrequencyDictionaryFactory, StatsComponentTest, TestReloadAndDeleteDocs, BadCopyFieldTest, TestReRankQParserPlugin, DistribDocExpirationUpdateProcessorTest, TestManagedStopFilterFactory, TestStressRecovery, SuggesterFSTTest, TestRandomMergePolicy, TestCloudManagedSchemaConcurrent, OpenExchangeRatesOrgProviderTest, DocumentBuilderTest, SystemInfoHandlerTest, SolrCoreCheckLockOnStartupTest, DirectUpdateHandlerTest, SolrTestCaseJ4Test, HdfsUnloadDistributedZkTest, TestPerFieldSimilarity, TestOverriddenPrefixQueryForCustomFieldType, TestManagedSchemaFieldResource, TestValueSourceCache, TermVectorComponentTest, TestOrdValues, PreAnalyzedUpdateProcessorTest, TestSolrQueryParserResource, TestStressLucene, TestSolrQueryParserDefaultOperatorResource, TestSchemaNameResource, TestNRTOpen, CSVRequestHandlerTest, ShardSplitTest, HdfsRecoveryZkTest, TestCustomSort, TestQueryTypes, CircularListTest, AssignTest, TestDefaultSearchFieldResource, TestManagedResourceStorage, AliasIntegrationTest, ChaosMonkeyNothingIsSafeTest, UniqFieldsUpdateProcessorFactoryTest, VMParamsZkACLAndCredentialsProvidersTest, TestReload, TestManagedSchema, TestCursorMarkWithoutUniqueKey, TestDFRSimilarityFactory, TestExceedMaxTermLength, FastVectorHighlighterTest, MinimalSchemaTest, TestInitQParser, TestBinaryResponseWriter, TestStressVersions, IndexSchemaTest, TestDefaultStatsCache, OverseerTest, TestCloudPivotFacet, TestConfigReload, StatelessScriptUpdateProcessorFactoryTest, DeleteInactiveReplicaTest, TestSolrJ, MBeansHandlerTest, AddBlockUpdateTest, OverseerRolesTest, UpdateParamsTest, RequiredFieldsTest, HdfsSyncSliceTest, QueryParsingTest, TestBlendedInfixSuggestions, SimpleMLTQParserTest, SortByFunctionTest, XsltUpdateRequestHandlerTest, TestRTGBase, BasicDistributedZkTest, TestQueryUtils, TestExactStatsCache, PreAnalyzedFieldTest, TestDistributedSearch, TestSchemaResource, TestRequestStatusCollectionAPI, TestQuerySenderNoQuery, TestDistributedMissingSort, TestManagedResource, TestFaceting, CloudExitableDirectoryReaderTest, TestLazyCores, TestCloudManagedSchema, TestStandardQParsers, DOMUtilTest, EnumFieldTest, TestFieldTypeCollectionResource, DistributedFacetPivotSmallTest, TestIndexSearcher, UUIDFieldTest, TestAnalyzeInfixSuggestions, TestStressReorder, SuggesterTest, ZkCLITest, RequestLoggingTest, HdfsLockFactoryTest, TestMissingGroups, CurrencyFieldXmlFileTest, TestRandomDVFaceting, TestExactSharedStatsCache, AsyncMigrateRouteKeyTest, NotRequiredUniqueKeyTest, BufferStoreTest, ActionThrottleTest, BinaryUpdateRequestHandlerTest, TestRestManager, TestLeaderElectionZkExpiry, SOLR749Test, TestFieldResource, SharedFSAutoReplicaFailoverUtilsTest, JSONWriterTest, HighlighterTest, TestMiniSolrCloudCluster, TestComponentsName, TestDynamicLoading, TestClusterStateMutator, TestFastWriter, DistributedFacetPivotLongTailTest, SpellCheckCollatorTest, RemoteQueryErrorTest, TestBlobHandler, TestSchemaSimilarityResource, DateMathParserTest, TestCollectionAPI, OutOfBoxZkACLAndCredentialsProvidersTest, HighlighterMaxOffsetTest, TestManagedSchemaDynamicFieldResource, RequestHandlersTest, TestDynamicFieldResource, HdfsBasicDistributedZk2Test, QueryResultKeyTest, TestCloudInspectUtil, TestDistribDocBasedVersion, RecoveryZkTest, DistributedSuggestComponentTest, SuggestComponentTest, TestSolrDeletionPolicy2, TestFoldingMultitermQuery, TestSolrXml, SolrCmdDistributorTest, ChaosMonkeySafeLeaderTest, UnloadDistributedZkTest, OpenCloseCoreStressTest, LeaderElectionIntegrationTest, ShardRoutingTest, BasicZkTest, TestReplicationHandler, ClusterStateUpdateTest, TestRandomFaceting, LeaderElectionTest, ShardRoutingCustomTest, AutoCommitTest, TestDistributedGrouping, TestRecovery, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, ZkControllerTest, TestRealTimeGet, TestJoin, DistributedTermsComponentTest, TestRangeQuery, TestCoreContainer, SolrCoreTest, TestGroupingSearch, QueryElevationComponentTest, BadIndexSchemaTest, ConvertedLegacyTest, TestSort, TestFunctionQuery, OverseerCollectionProcessorTest, SoftAutoCommitTest, ShowFileRequestHandlerTest, CurrencyFieldOpenExchangeTest, DistributedQueryElevationComponentTest, SolrIndexSplitterTest, SimplePostToolTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, DocValuesTest, SuggesterTSTTest, TestTrie, SpatialFilterTest, SuggesterWFSTTest, TestCSVLoader, NoCacheHeaderTest, WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, TestPseudoReturnFields, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory, QueryEqualityTest, DirectUpdateHandlerOptimizeTest, DefaultValueUpdateProcessorTest, TestRemoteStreaming, DistanceFunctionTest, TestSolrDeletionPolicy1, SolrInfoMBeanTest, DebugComponentTest, CacheHeaderTest, TestSurroundQueryParser, LukeRequestHandlerTest, StandardRequestHandlerTest, TestWriterPerf, DirectSolrSpellCheckerTest, DocumentAnalysisRequestHandlerTest, PrimitiveFieldTypeTest, TestOmitPositions, FileBasedSpellCheckerTest, TermsComponentTest, XmlUpdateRequestHandlerTest, PathHierarchyTokenizerFactoryTest, TestIndexingPerformance, MoreLikeThisHandlerTest, FieldAnalysisRequestHandlerTest, TestSolrQueryParser, IndexSchemaRuntimeFieldTest, RegexBoostProcessorTest, TestJmxIntegration, TestCollationField, ReturnFieldsTest, UpdateRequestProcessorFactoryTest, TestAnalyzedSuggestions, JsonLoaderTest, TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, PingRequestHandlerTest, SearchHandlerTest, TestLFUCache, HighlighterConfigTest, TestQuerySenderListener, TestSolrIndexConfig, CopyFieldTest, SolrIndexConfigTest, MultiTermTest, SampleTest, TestDocSet, TestBinaryField, NumericFieldsTest, TestConfig, OutputWriterTest, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, TestSolrCoreProperties, TestPostingsSolrHighlighter, DirectSolrConnectionTest, TestPhraseSuggestions, SpellPossibilityIteratorTest, TestCodecSupport, SynonymTokenizerTest, TestXIncludeConfig, TestSweetSpotSimilarityFactory, TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory, TestJmxMonitoredMap, TimeZoneUtilsTest, ScriptEngineTest, PluginInfoTest, TestFastLRUCache, TestSystemIdResolver, PrimUtilsTest, TestSuggestSpellingConverter, DateFieldTest, RAMDirectoryFactoryTest, ClusterStateTest, TestLRUCache, TestUtils, ZkNodePropsTest, SliceStateTest, DistributedMLTComponentTest, TestHighlightDedupGrouping, CollectionsAPIAsyncDistributedZkTest, ConnectionManagerTest, DeleteLastCustomShardedReplicaTest, DistribCursorPagingTest, DistribJoinFromCollectionTest, DistributedQueueTest, ExternalCollectionsTest, LeaderFailoverAfterPartitionTest, LeaderInitiatedRecoveryOnCommitTest, MigrateRouteKeyTest, MultiThreadedOCPTest, OverriddenZkACLAndCredentialsProvidersTest, RecoveryAfterSoftCommitTest, ReplicationFactorTest, RollingRestartTest, SSLMigrationTest, SimpleCollectionCreateDeleteTest, SolrXmlInZkTest, TestRebalanceLeaders, TestReplicaProperties, HdfsBasicDistributedZkTest, HdfsChaosMonkeySafeLeaderTest, StressHdfsTest, HdfsDirectoryFactoryTest, TestConfigOverlay, TestConfigSets, TestImplicitCoreProperties, TestInfoStreamLogging, TestInitParams, TestShardHandlerFactory, TestSolrConfigHandler, TestSolrDynamicMBean, TestReplicationHandlerBackup]
   [junit4] Completed in 4.69s, 2 tests, 2 errors <<< FAILURES!

[...truncated 201 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:512: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1368: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:975: There were test failures: 465 suites, 1857 tests, 2 suite-level errors, 3 errors, 55 ignored (30 assumptions)

Total time: 138 minutes 12 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.8.0_31 -client -XX:+UseSerialGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (32bit/jdk1.7.0_76) - Build # 4369 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4369/
Java: 32bit/jdk1.7.0_76 -server -XX:+UseG1GC

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

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test B2876632FEA43ED9-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test B2876632FEA43ED9-001\tempDir-002    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test B2876632FEA43ED9-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test B2876632FEA43ED9-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test B2876632FEA43ED9-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test B2876632FEA43ED9-001\tempDir-002
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test B2876632FEA43ED9-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test B2876632FEA43ED9-001

	at __randomizedtesting.SeedInfo.seed([B2876632FEA43ED9]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:170)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.handler.TestReplicationHandlerBackup.testBackupOnCommit

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-001\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-001\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-001

	at __randomizedtesting.SeedInfo.seed([B2876632FEA43ED9:9B6F88D9815C82C0]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.solr.handler.TestReplicationHandler$SolrInstance.tearDown(TestReplicationHandler.java:1509)
	at org.apache.solr.handler.TestReplicationHandlerBackup.tearDown(TestReplicationHandlerBackup.java:115)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:885)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.handler.TestReplicationHandlerBackup.doTestBackup

Error Message:
no segments* file found in SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-002\collection1\data\snapshot.20150209031106415 lockFactory=org.apache.lucene.store.NativeFSLockFactory@16ce5: files: [_0.fdx, _0.nvd, _0.nvm, _0_LuceneVarGapFixedInterval_0.tib, _0_LuceneVarGapFixedInterval_0.tiv]

Stack Trace:
org.apache.lucene.index.IndexNotFoundException: no segments* file found in SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-002\collection1\data\snapshot.20150209031106415 lockFactory=org.apache.lucene.store.NativeFSLockFactory@16ce5: files: [_0.fdx, _0.nvd, _0.nvm, _0_LuceneVarGapFixedInterval_0.tib, _0_LuceneVarGapFixedInterval_0.tiv]
	at org.apache.lucene.index.SegmentInfos$FindSegmentsFile.run(SegmentInfos.java:632)
	at org.apache.lucene.index.StandardDirectoryReader.open(StandardDirectoryReader.java:50)
	at org.apache.lucene.index.DirectoryReader.open(DirectoryReader.java:63)
	at org.apache.solr.handler.TestReplicationHandlerBackup.verify(TestReplicationHandlerBackup.java:139)
	at org.apache.solr.handler.TestReplicationHandlerBackup.doTestBackup(TestReplicationHandlerBackup.java:205)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


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

Error Message:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:65202/repfacttest_c8n_1x3_shard1_replica1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:65202/repfacttest_c8n_1x3_shard1_replica1
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:575)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:884)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:787)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:730)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:283)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:940)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:915)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	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:65202/repfacttest_c8n_1x3_shard1_replica1
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:572)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:572)
	... 47 more
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
	... 52 more




Build Log:
[...truncated 9144 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReplicationHandlerBackup
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\init-core-data-001
   [junit4]   2> 850932 T2715 oas.SolrTestCaseJ4.setUp ###Starting testBackupOnCommit
   [junit4]   2> 850934 T2715 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-001\collection1
   [junit4]   2> 850949 T2715 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 850956 T2715 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:64210
   [junit4]   2> 850956 T2715 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1df59bd
   [junit4]   2> 850956 T2715 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 850956 T2715 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-001
   [junit4]   2> 850956 T2715 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-001\'
   [junit4]   2> 851027 T2715 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-001\solr.xml
   [junit4]   2> 851052 T2715 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-001\.
   [junit4]   2> 851052 T2715 oasc.CoreContainer.<init> New CoreContainer 21092052
   [junit4]   2> 851052 T2715 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-001\]
   [junit4]   2> 851055 T2715 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 851055 T2715 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 851055 T2715 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 851055 T2715 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 851055 T2715 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 851055 T2715 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 851055 T2715 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 851055 T2715 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 851055 T2715 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 851055 T2715 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 851057 T2715 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 851057 T2715 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 851057 T2715 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 851057 T2715 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 851057 T2715 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 851060 T2715 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-001\.
   [junit4]   2> 851062 T2715 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-001\.\collection1\
   [junit4]   2> 851064 T2715 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 851065 T2725 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-001\.\collection1\'
   [junit4]   2> 851094 T2725 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 851112 T2725 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 851147 T2725 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 851147 T2725 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-001\.\collection1\conf\schema.xml
   [junit4]   2> 851153 T2725 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 851165 T2725 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 851166 T2725 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-001\.\collection1\
   [junit4]   2> 851166 T2725 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 851167 T2725 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-001\.\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-001\collection1\data\
   [junit4]   2> 851167 T2725 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 851168 T2725 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-001\collection1\data\
   [junit4]   2> 851168 T2725 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-001\collection1\data\index/
   [junit4]   2> 851168 T2725 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-001\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 851168 T2725 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-001\collection1\data\index
   [junit4]   2> 851169 T2725 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=48, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=27.9716796875, floorSegmentMB=1.2490234375, forceMergeDeletesPctAllowed=5.033984898113384, segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 851169 T2725 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@62f6d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@13b09b),segFN=segments_1,generation=1}
   [junit4]   2> 851169 T2725 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 851171 T2725 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 851171 T2725 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 851171 T2725 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 851171 T2725 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 851171 T2725 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 851172 T2725 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 851172 T2725 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 851190 T2725 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 851191 T2725 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 851191 T2725 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 851192 T2725 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 851192 T2725 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 851192 T2725 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 851192 T2725 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 851193 T2725 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 851193 T2725 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 851193 T2725 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 851194 T2725 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 851194 T2725 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 851194 T2725 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 851194 T2725 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 851194 T2725 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 851202 T2725 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 851203 T2725 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 851204 T2725 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 851206 T2725 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 851208 T2725 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 851209 T2725 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 851209 T2725 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 851210 T2725 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=40, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 851210 T2725 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@62f6d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@13b09b),segFN=segments_1,generation=1}
   [junit4]   2> 851210 T2725 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 851210 T2725 oass.SolrIndexSearcher.<init> Opening Searcher@76194d[collection1] main
   [junit4]   2> 851210 T2725 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-001\.\collection1\conf
   [junit4]   2> 851211 T2725 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-001\.\collection1\conf}
   [junit4]   2> 851211 T2725 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-001\.\collection1\conf
   [junit4]   2> 851212 T2725 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 851213 T2725 oash.ReplicationHandler.inform Replication enabled for following config files: schema-replication2.xml:schema.xml
   [junit4]   2> 851213 T2725 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 851214 T2725 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 851214 T2726 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@76194d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 851215 T2715 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 851215 T2715 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C711 name=collection1 org.apache.solr.core.SolrCore@185771b
   [junit4]   2> 851217 T2719 C711 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 851218 T2719 C711 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {deleteByQuery=*:*} 0 1
   [junit4]   2> 851222 T2721 C711 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[0]} 0 1
   [junit4]   2> 851225 T2720 C711 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[1]} 0 1
   [junit4]   2> 851228 T2722 C711 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[2]} 0 0
   [junit4]   2> 851232 T2723 C711 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[3]} 0 1
   [junit4]   2> 851235 T2724 C711 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[4]} 0 0
   [junit4]   2> 851238 T2719 C711 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[5]} 0 0
   [junit4]   2> 851241 T2721 C711 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[6]} 0 1
   [junit4]   2> 851244 T2720 C711 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[7]} 0 1
   [junit4]   2> 851246 T2722 C711 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[8]} 0 1
   [junit4]   2> 851249 T2723 C711 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[9]} 0 1
   [junit4]   2> 851251 T2724 C711 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[10]} 0 1
   [junit4]   2> 851253 T2719 C711 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[11]} 0 0
   [junit4]   2> 851256 T2721 C711 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[12]} 0 0
   [junit4]   2> 851259 T2720 C711 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[13]} 0 0
   [junit4]   2> 851263 T2722 C711 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[14]} 0 1
   [junit4]   2> 851266 T2723 C711 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[15]} 0 1
   [junit4]   2> 851269 T2724 C711 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[16]} 0 0
   [junit4]   2> 851272 T2719 C711 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[17]} 0 0
   [junit4]   2> 851275 T2721 C711 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[18]} 0 0
   [junit4]   2> 851278 T2720 C711 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[19]} 0 0
   [junit4]   2> 851281 T2722 C711 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[20]} 0 1
   [junit4]   2> 851284 T2723 C711 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[21]} 0 0
   [junit4]   2> 851287 T2724 C711 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[22]} 0 0
   [junit4]   2> 851291 T2719 C711 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[23]} 0 1
   [junit4]   2> 851294 T2721 C711 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[24]} 0 0
   [junit4]   2> 851297 T2720 C711 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[25]} 0 1
   [junit4]   2> 851301 T2722 C711 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[26]} 0 1
   [junit4]   2> 851304 T2723 C711 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[27]} 0 0
   [junit4]   2> 851307 T2724 C711 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[28]} 0 0
   [junit4]   2> 851310 T2719 C711 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[29]} 0 1
   [junit4]   2> 851313 T2721 C711 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[30]} 0 1
   [junit4]   2> 851316 T2720 C711 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[31]} 0 0
   [junit4]   2> 851319 T2722 C711 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[32]} 0 0
   [junit4]   2> 851323 T2723 C711 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[33]} 0 0
   [junit4]   2> 851326 T2724 C711 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[34]} 0 0
   [junit4]   2> 851330 T2719 C711 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[35]} 0 1
   [junit4]   2> 851333 T2721 C711 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[36]} 0 0
   [junit4]   2> 851337 T2720 C711 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[37]} 0 0
   [junit4]   2> 851340 T2722 C711 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[38]} 0 0
   [junit4]   2> 851347 T2723 C711 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[39]} 0 0
   [junit4]   2> 851349 T2724 C711 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[40]} 0 0
   [junit4]   2> 851354 T2719 C711 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[41]} 0 0
   [junit4]   2> 851359 T2721 C711 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 851364 T2721 C711 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@62f6d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@13b09b),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@62f6d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@13b09b),segFN=segments_2,generation=2}
   [junit4]   2> 851366 T2721 C711 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 851378 T2721 C711 oass.SolrIndexSearcher.<init> Opening Searcher@d005c3[collection1] main
   [junit4]   2> 851379 T2721 C711 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 851379 T2726 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@d005c3[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.1.0):C42)))}
   [junit4]   2> 851379 T2721 C711 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&commit=true&waitSearcher=true&softCommit=false&wt=javabin} {commit=} 0 20
   [junit4]   2> 851383 T2728 oash.SnapShooter.createSnapshot Creating backup snapshot...
   [junit4]   2> 851397 T2722 C711 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 851406 T2728 oash.SnapShooter.createSnapshot Done creating backup snapshot: <not named>
   [junit4]   2> 852198 T2723 C711 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 853020 T2715 oas.SolrTestCaseJ4.tearDown ###Ending testBackupOnCommit
   [junit4]   2> 853032 T2715 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=21092052
   [junit4]   2> 853033 T2715 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@185771b
   [junit4]   2> 853033 T2715 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=42,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0}
   [junit4]   2> 853033 T2715 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 853033 T2715 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 853033 T2715 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 853035 T2715 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 853035 T2715 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 853035 T2715 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-001\collection1\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-001\collection1\data\index;done=false>>]
   [junit4]   2> 853035 T2715 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-001\collection1\data\index
   [junit4]   2> 853035 T2715 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-001\collection1\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-001\collection1\data\;done=false>>]
   [junit4]   2> 853035 T2715 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-001\collection1\data\
   [junit4]   2> 853037 T2715 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestReplicationHandlerBackup -Dtests.method=testBackupOnCommit -Dtests.seed=B2876632FEA43ED9 -Dtests.slow=true -Dtests.locale=en_CA -Dtests.timezone=Europe/Belgrade -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   2.29s | TestReplicationHandlerBackup.testBackupOnCommit <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the following files (in the order of attempts):
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-001\collection1
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-001
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([B2876632FEA43ED9:9B6F88D9815C82C0]:0)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
   [junit4]    > 	at org.apache.solr.handler.TestReplicationHandler$SolrInstance.tearDown(TestReplicationHandler.java:1509)
   [junit4]    > 	at org.apache.solr.handler.TestReplicationHandlerBackup.tearDown(TestReplicationHandlerBackup.java:115)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 853218 T2715 oas.SolrTestCaseJ4.setUp ###Starting doTestBackup
   [junit4]   2> 853221 T2715 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-002\collection1
   [junit4]   2> 853232 T2715 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 853236 T2715 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:64214
   [junit4]   2> 853237 T2715 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1df59bd
   [junit4]   2> 853237 T2715 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 853238 T2715 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-002
   [junit4]   2> 853238 T2715 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-002\'
   [junit4]   2> 853268 T2715 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-002\solr.xml
   [junit4]   2> 853297 T2715 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-002\.
   [junit4]   2> 853297 T2715 oasc.CoreContainer.<init> New CoreContainer 10617398
   [junit4]   2> 853298 T2715 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-002\]
   [junit4]   2> 853298 T2715 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 853298 T2715 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 853299 T2715 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 853299 T2715 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 853299 T2715 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 853300 T2715 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 853300 T2715 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 853300 T2715 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 853301 T2715 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 853301 T2715 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 853301 T2715 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 853301 T2715 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 853301 T2715 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 853302 T2715 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 853302 T2715 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 853306 T2715 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-002\.
   [junit4]   2> 853308 T2715 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-002\.\collection1\
   [junit4]   2> 853310 T2715 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 853311 T2738 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-002\.\collection1\'
   [junit4]   2> 853343 T2738 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 853360 T2738 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 853404 T2738 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 853404 T2738 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-002\.\collection1\conf\schema.xml
   [junit4]   2> 853409 T2738 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 853421 T2738 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 853422 T2738 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-002\.\collection1\
   [junit4]   2> 853422 T2738 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 853423 T2738 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-002\.\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-002\collection1\data\
   [junit4]   2> 853423 T2738 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 853423 T2738 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-002\collection1\data\
   [junit4]   2> 853423 T2738 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-002\collection1\data\index/
   [junit4]   2> 853423 T2738 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-002\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 853425 T2738 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-002\collection1\data\index
   [junit4]   2> 853425 T2738 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=48, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=27.9716796875, floorSegmentMB=1.2490234375, forceMergeDeletesPctAllowed=5.033984898113384, segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 853425 T2738 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@2eed5b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e10b1a),segFN=segments_1,generation=1}
   [junit4]   2> 853425 T2738 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 853426 T2738 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 853427 T2738 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 853427 T2738 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 853427 T2738 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 853428 T2738 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 853428 T2738 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 853428 T2738 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 853428 T2738 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 853428 T2738 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 853428 T2738 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 853429 T2738 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 853430 T2738 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 853430 T2738 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 853430 T2738 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 853431 T2738 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 853432 T2738 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 853432 T2738 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 853432 T2738 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 853432 T2738 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 853432 T2738 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 853432 T2738 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 853432 T2738 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 853439 T2738 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 853440 T2738 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 853441 T2738 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 853442 T2738 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 853446 T2738 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 853446 T2738 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 853446 T2738 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 853446 T2738 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=40, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 853447 T2738 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@2eed5b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e10b1a),segFN=segments_1,generation=1}
   [junit4]   2> 853447 T2738 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 853448 T2738 oass.SolrIndexSearcher.<init> Opening Searcher@e87b1a[collection1] main
   [junit4]   2> 853448 T2738 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-002\.\collection1\conf
   [junit4]   2> 853448 T2738 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-002\.\collection1\conf}
   [junit4]   2> 853448 T2738 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-002\.\collection1\conf
   [junit4]   2> 853449 T2738 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 853449 T2738 oash.ReplicationHandler.inform Replication enabled for following config files: schema-replication2.xml:schema.xml
   [junit4]   2> 853449 T2738 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 853450 T2738 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 853450 T2739 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@e87b1a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 853451 T2715 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 853451 T2715 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C712 name=collection1 org.apache.solr.core.SolrCore@14d9aa7
   [junit4]   2> 853452 T2731 C712 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 853454 T2731 C712 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {deleteByQuery=*:*} 0 2
   [junit4]   2> 853458 T2733 C712 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[0]} 0 1
   [junit4]   2> 853461 T2734 C712 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[1]} 0 1
   [junit4]   2> 853464 T2735 C712 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[2]} 0 1
   [junit4]   2> 853466 T2737 C712 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[3]} 0 0
   [junit4]   2> 853470 T2736 C712 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[4]} 0 0
   [junit4]   2> 853473 T2731 C712 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[5]} 0 0
   [junit4]   2> 853477 T2733 C712 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[6]} 0 0
   [junit4]   2> 853481 T2734 C712 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[7]} 0 0
   [junit4]   2> 853485 T2735 C712 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[8]} 0 0
   [junit4]   2> 853488 T2737 C712 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[9]} 0 0
   [junit4]   2> 853491 T2736 C712 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[10]} 0 0
   [junit4]   2> 853494 T2731 C712 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[11]} 0 0
   [junit4]   2> 853497 T2733 C712 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[12]} 0 1
   [junit4]   2> 853500 T2734 C712 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[13]} 0 0
   [junit4]   2> 853502 T2735 C712 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[14]} 0 0
   [junit4]   2> 853506 T2737 C712 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[15]} 0 1
   [junit4]   2> 853509 T2736 C712 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[16]} 0 1
   [junit4]   2> 853512 T2731 C712 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[17]} 0 0
   [junit4]   2> 853516 T2733 C712 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[18]} 0 0
   [junit4]   2> 853519 T2734 C712 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[19]} 0 0
   [junit4]   2> 853523 T2735 C712 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[20]} 0 1
   [junit4]   2> 853526 T2737 C712 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[21]} 0 1
   [junit4]   2> 853530 T2736 C712 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[22]} 0 0
   [junit4]   2> 853532 T2731 C712 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[23]} 0 0
   [junit4]   2> 853536 T2733 C712 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[24]} 0 0
   [junit4]   2> 853539 T2734 C712 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[25]} 0 1
   [junit4]   2> 853543 T2735 C712 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[26]} 0 0
   [junit4]   2> 853547 T2737 C712 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[27]} 0 0
   [junit4]   2> 853550 T2736 C712 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[28]} 0 0
   [junit4]   2> 853554 T2731 C712 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[29]} 0 0
   [junit4]   2> 853556 T2733 C712 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[30]} 0 0
   [junit4]   2> 853560 T2734 C712 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[31]} 0 1
   [junit4]   2> 853563 T2735 C712 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[32]} 0 1
   [junit4]   2> 853566 T2737 C712 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[33]} 0 0
   [junit4]   2> 853570 T2736 C712 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[34]} 0 0
   [junit4]   2> 853573 T2731 C712 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[35]} 0 0
   [junit4]   2> 853577 T2733 C712 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[36]} 0 1
   [junit4]   2> 853580 T2734 C712 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[37]} 0 1
   [junit4]   2> 853584 T2735 C712 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[38]} 0 0
   [junit4]   2> 853587 T2737 C712 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[39]} 0 0
   [junit4]   2> 853590 T2736 C712 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[40]} 0 0
   [junit4]   2> 853594 T2731 C712 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[41]} 0 1
   [junit4]   2> 853598 T2733 C712 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[42]} 0 1
   [junit4]   2> 853602 T2734 C712 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[43]} 0 0
   [junit4]   2> 853605 T2735 C712 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[44]} 0 0
   [junit4]   2> 853608 T2737 C712 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[45]} 0 0
   [junit4]   2> 853612 T2736 C712 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[46]} 0 1
   [junit4]   2> 853615 T2731 C712 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[47]} 0 0
   [junit4]   2> 853619 T2733 C712 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[48]} 0 0
   [junit4]   2> 853623 T2734 C712 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[49]} 0 1
   [junit4]   2> 853626 T2735 C712 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[50]} 0 0
   [junit4]   2> 853628 T2737 C712 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[51]} 0 0
   [junit4]   2> 853632 T2736 C712 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[52]} 0 0
   [junit4]   2> 853634 T2731 C712 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[53]} 0 0
   [junit4]   2> 853638 T2734 C712 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[54]} 0 0
   [junit4]   2> 853640 T2735 C712 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 853645 T2735 C712 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@2eed5b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e10b1a),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@2eed5b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e10b1a),segFN=segments_2,generation=2}
   [junit4]   2> 853646 T2735 C712 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 853649 T2735 C712 oass.SolrIndexSearcher.<init> Opening Searcher@d85649[collection1] main
   [junit4]   2> 853649 T2741 oash.SnapShooter.createSnapshot Creating backup snapshot...
   [junit4]   2> 853650 T2739 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@d85649[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.1.0):C55)))}
   [junit4]   2> 853650 T2735 C712 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 853651 T2735 C712 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&commit=true&waitSearcher=true&softCommit=false&wt=javabin} {commit=} 0 11
   [junit4]   2> 853656 T2737 C712 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=backup&numberToKeep=1} status=0 QTime=1 
   [junit4]   2> 853662 T2742 oash.SnapPuller.delTree WARN Unable to delete directory : C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-002\collection1\data\snapshot.20150209031106415 java.io.IOException: Could not remove the following files (in the order of attempts):
   [junit4]   2>    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-002\collection1\data\snapshot.20150209031106415: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-002\collection1\data\snapshot.20150209031106415
   [junit4]   2> 
   [junit4]   2> 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
   [junit4]   2> 	at org.apache.solr.handler.SnapPuller.delTree(SnapPuller.java:1168)
   [junit4]   2> 	at org.apache.solr.handler.SnapShooter.deleteOldBackups(SnapShooter.java:175)
   [junit4]   2> 	at org.apache.solr.handler.SnapShooter.access$100(SnapShooter.java:51)
   [junit4]   2> 	at org.apache.solr.handler.SnapShooter$1.run(SnapShooter.java:87)
   [junit4]   2> 
   [junit4]   2> 853663 T2742 oash.SnapShooter.createSnapshot Creating backup snapshot...
   [junit4]   2> 853666 T2736 C712 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=2 
   [junit4]   2> 853667 T2741 oash.SnapShooter.createSnapshot Done creating backup snapshot: <not named>
   [junit4]   2> 853680 T2742 oash.SnapShooter.createSnapshot Done creating backup snapshot: <not named>
   [junit4]   2> 854546 T2731 C712 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 855436 T2715 oas.SolrTestCaseJ4.tearDown ###Ending doTestBackup
   [junit4]   2> 855450 T2715 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=10617398
   [junit4]   2> 855452 T2715 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@14d9aa7
   [junit4]   2> 855452 T2715 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=55,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0}
   [junit4]   2> 855453 T2715 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 855453 T2715 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 855453 T2715 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 855457 T2715 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 855457 T2715 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 855457 T2715 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-002\collection1\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-002\collection1\data\;done=false>>]
   [junit4]   2> 855457 T2715 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-002\collection1\data\
   [junit4]   2> 855457 T2715 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-002\collection1\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-002\collection1\data\index;done=false>>]
   [junit4]   2> 855457 T2715 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-002\collection1\data\index
   [junit4]   2> 855459 T2715 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestReplicationHandlerBackup -Dtests.method=doTestBackup -Dtests.seed=B2876632FEA43ED9 -Dtests.slow=true -Dtests.locale=en_CA -Dtests.timezone=Europe/Belgrade -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   2.43s | TestReplicationHandlerBackup.doTestBackup <<<
   [junit4]    > Throwable #1: org.apache.lucene.index.IndexNotFoundException: no segments* file found in SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-002\collection1\data\snapshot.20150209031106415 lockFactory=org.apache.lucene.store.NativeFSLockFactory@16ce5: files: [_0.fdx, _0.nvd, _0.nvm, _0_LuceneVarGapFixedInterval_0.tib, _0_LuceneVarGapFixedInterval_0.tiv]
   [junit4]    > 	at org.apache.lucene.index.SegmentInfos$FindSegmentsFile.run(SegmentInfos.java:632)
   [junit4]    > 	at org.apache.lucene.index.StandardDirectoryReader.open(StandardDirectoryReader.java:50)
   [junit4]    > 	at org.apache.lucene.index.DirectoryReader.open(DirectoryReader.java:63)
   [junit4]    > 	at org.apache.solr.handler.TestReplicationHandlerBackup.verify(TestReplicationHandlerBackup.java:139)
   [junit4]    > 	at org.apache.solr.handler.TestReplicationHandlerBackup.doTestBackup(TestReplicationHandlerBackup.java:205)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)Throwable #2: java.io.IOException: Could not remove the following files (in the order of attempts):
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-002\collection1
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001\solr-instance-002
   [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
   [junit4]    > 	at org.apache.solr.handler.TestReplicationHandler$SolrInstance.tearDown(TestReplicationHandler.java:1509)
   [junit4]    > 	at org.apache.solr.handler.TestReplicationHandlerBackup.tearDown(TestReplicationHandlerBackup.java:115)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 855644 T2715 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup B2876632FEA43ED9-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {name=PostingsFormat(name=LuceneVarGapFixedInterval), id=PostingsFormat(name=LuceneVarGapFixedInterval)}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=en_CA, timezone=Europe/Belgrade
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_76 (32-bit)/cpus=2,threads=1,free=160733048,total=493879296
   [junit4]   2> NOTE: All tests run in this JVM: [DeleteLastCustomShardedReplicaTest, ExitableDirectoryReaderTest, TestMissingGroups, TestSolrConfigHandler, TestDocumentBuilder, MinimalSchemaTest, CacheHeaderTest, ScriptEngineTest, TestQueryUtils, LukeRequestHandlerTest, AsyncMigrateRouteKeyTest, TestStressReorder, ChangedSchemaMergeTest, RAMDirectoryFactoryTest, DistribCursorPagingTest, NotRequiredUniqueKeyTest, TestSolrIndexConfig, TestIntervalFaceting, DeleteShardTest, HighlighterTest, TestFreeTextSuggestions, TestRealTimeGet, CursorMarkTest, TestManagedSynonymFilterFactory, OutputWriterTest, SpellingQueryConverterTest, DistributedIntervalFacetingTest, TestHighlightDedupGrouping, AutoCommitTest, UpdateRequestProcessorFactoryTest, NumericFieldsTest, TestClusterStateMutator, TestOverriddenPrefixQueryForCustomFieldType, SuggesterTSTTest, JSONWriterTest, HardAutoCommitTest, SolrRequestParserTest, DeleteInactiveReplicaTest, TestSolrQueryParserResource, ZkStateWriterTest, FullSolrCloudDistribCmdsTest, TestStressLucene, FieldAnalysisRequestHandlerTest, TestBulkSchemaConcurrent, StatelessScriptUpdateProcessorFactoryTest, ZkSolrClientTest, PrimitiveFieldTypeTest, LeaderInitiatedRecoveryOnCommitTest, AddBlockUpdateTest, DirectSolrSpellCheckerTest, ResponseHeaderTest, TestDefaultSimilarityFactory, TestReplicationHandlerBackup]
   [junit4] Completed in 4.76s, 2 tests, 2 errors <<< FAILURES!

[...truncated 223 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B2876632FEA43ED9-001\init-core-data-001
   [junit4]   2> 1394817 T5010 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 1394826 T5010 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1394827 T5011 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1394905 T5010 oasc.ZkTestServer.run start zk server on port:65195
   [junit4]   2> 1394906 T5010 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1394909 T5010 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1394917 T5018 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@392d6a name:ZooKeeperConnection Watcher:127.0.0.1:65195 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1394917 T5010 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1394918 T5010 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1394918 T5010 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1394926 T5010 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1394929 T5010 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1394932 T5021 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@177914c name:ZooKeeperConnection Watcher:127.0.0.1:65195/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1394932 T5010 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1394932 T5010 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1394932 T5010 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1394939 T5010 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1394942 T5010 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1394945 T5010 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1394948 T5010 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1394948 T5010 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1394954 T5010 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1394955 T5010 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1394960 T5010 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1394961 T5010 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1394964 T5010 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1394965 T5010 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1394969 T5010 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1394970 T5010 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1394972 T5010 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1394972 T5010 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1394976 T5010 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\so

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


   [junit4]   2> 		3	/solr/overseer/queue
   [junit4]   2> 	
   [junit4]   2> 5714353 T12560 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {oddField_s=FSTOrd50, foo_f=FSTOrd50, other_tl1=PostingsFormat(name=MockRandom), _version_=PostingsFormat(name=MockRandom), id=BlockTreeOrds(blocksize=128), n_dt1=PostingsFormat(name=LuceneFixedGap), timestamp=PostingsFormat(name=MockRandom), n_tf1=PostingsFormat(name=MockRandom), a_t=PostingsFormat(name=MockRandom), foo_b=FSTOrd50, n_ti1=BlockTreeOrds(blocksize=128), intDefault=PostingsFormat(name=MockRandom), foo_d=BlockTreeOrds(blocksize=128), range_facet_l=PostingsFormat(name=MockRandom), multiDefault=PostingsFormat(name=LuceneFixedGap), rnd_b=BlockTreeOrds(blocksize=128), n_l1=PostingsFormat(name=MockRandom), n_td1=PostingsFormat(name=LuceneFixedGap), n_f1=PostingsFormat(name=LuceneFixedGap), SubjectTerms_mfacet=PostingsFormat(name=MockRandom), a_i1=PostingsFormat(name=MockRandom), n_d1=PostingsFormat(name=MockRandom), n_tdt1=PostingsFormat(name=MockRandom), text=FSTOrd50, n_tl1=PostingsFormat(name=LuceneFixedGap)}, docValues:{timestamp=DocValuesFormat(name=Lucene50)}, sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=pt_PT, timezone=America/Mendoza
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_76 (32-bit)/cpus=2,threads=1,free=219281696,total=441450496
   [junit4]   2> NOTE: All tests run in this JVM: [DeleteLastCustomShardedReplicaTest, ExitableDirectoryReaderTest, TestMissingGroups, TestSolrConfigHandler, TestDocumentBuilder, MinimalSchemaTest, CacheHeaderTest, ScriptEngineTest, TestQueryUtils, LukeRequestHandlerTest, AsyncMigrateRouteKeyTest, TestStressReorder, ChangedSchemaMergeTest, RAMDirectoryFactoryTest, DistribCursorPagingTest, NotRequiredUniqueKeyTest, TestSolrIndexConfig, TestIntervalFaceting, DeleteShardTest, HighlighterTest, TestFreeTextSuggestions, TestRealTimeGet, CursorMarkTest, TestManagedSynonymFilterFactory, OutputWriterTest, SpellingQueryConverterTest, DistributedIntervalFacetingTest, TestHighlightDedupGrouping, AutoCommitTest, UpdateRequestProcessorFactoryTest, NumericFieldsTest, TestClusterStateMutator, TestOverriddenPrefixQueryForCustomFieldType, SuggesterTSTTest, JSONWriterTest, HardAutoCommitTest, SolrRequestParserTest, DeleteInactiveReplicaTest, TestSolrQueryParserResource, ZkStateWriterTest, FullSolrCloudDistribCmdsTest, TestStressLucene, FieldAnalysisRequestHandlerTest, TestBulkSchemaConcurrent, StatelessScriptUpdateProcessorFactoryTest, ZkSolrClientTest, PrimitiveFieldTypeTest, LeaderInitiatedRecoveryOnCommitTest, AddBlockUpdateTest, DirectSolrSpellCheckerTest, ResponseHeaderTest, TestDefaultSimilarityFactory, TestReplicationHandlerBackup, DocValuesTest, ResponseLogComponentTest, SpellPossibilityIteratorTest, TestAddFieldRealTimeGet, DistributedQueryComponentOptimizationTest, ReturnFieldsTest, TestSolrXml, SystemInfoHandlerTest, TestFaceting, DirectUpdateHandlerTest, TestMiniSolrCloudCluster, TestDefaultSearchFieldResource, OutOfBoxZkACLAndCredentialsProvidersTest, DistributedQueryComponentCustomSortTest, TestReload, TestDefaultStatsCache, CoreAdminCreateDiscoverTest, TestRebalanceLeaders, ConvertedLegacyTest, StatsComponentTest, TestZkChroot, TestQuerySenderNoQuery, TestSolrJ, TermVectorComponentTest, TestPartialUpdateDeduplication, TestReloadAndDeleteDocs, TestElisionMultitermQuery, TestDynamicFieldResource, TestHighFrequencyDictionaryFactory, TestJoin, DistributedSuggestComponentTest, TestNonDefinedSimilarityFactory, TestBadConfig, JsonLoaderTest, UUIDUpdateProcessorFallbackTest, AddSchemaFieldsUpdateProcessorFactoryTest, DocumentBuilderTest, TestTolerantSearch, SyncSliceTest, HdfsBasicDistributedZk2Test, TestLRUStatsCache, DocExpirationUpdateProcessorFactoryTest, TestCopyFieldCollectionResource, IgnoreCommitOptimizeUpdateProcessorFactoryTest, MultiTermTest, TestLazyCores, ExternalCollectionsTest, TestMergePolicyConfig, TestAnalyzeInfixSuggestions, FileUtilsTest, TestFoldingMultitermQuery, TestFileDictionaryLookup, DistributedFacetPivotLargeTest, PolyFieldTest, SynonymTokenizerTest, RequestLoggingTest, TestRawResponseWriter, TestCursorMarkWithoutUniqueKey, HdfsCollectionsAPIDistributedZkTest, CoreMergeIndexesAdminHandlerTest, TriLevelCompositeIdRoutingTest, OverriddenZkACLAndCredentialsProvidersTest, TestWordDelimiterFilterFactory, TestChildDocTransformer, SchemaVersionSpecificBehaviorTest, URLClassifyProcessorTest, TestCodecSupport, TestInitParams, TestSuggestSpellingConverter, SOLR749Test, ReplicationFactorTest, TestRestManager, TestHashPartitioner, TestBinaryResponseWriter, HdfsDirectoryTest, TestMiniSolrCloudClusterSSL, TestUtils, TestPostingsSolrHighlighter, DebugComponentTest, TestCollationField, TestShardHandlerFactory, TestRandomFaceting, CurrencyFieldOpenExchangeTest, TestConfigSets, TestCloudInspectUtil, UniqFieldsUpdateProcessorFactoryTest, TestSchemaVersionResource, CollectionsAPIDistributedZkTest, DistanceUnitsTest, TestFastLRUCache, SharedFSAutoReplicaFailoverTest, TestDistributedSearch, AlternateDirectoryTest, SolrIndexSplitterTest, TestExactStatsCache, StandardRequestHandlerTest, DistribJoinFromCollectionTest, RollingRestartTest, TestManagedSchemaFieldTypeResource, TestStressVersions, DistributedFacetPivotLongTailTest, TestSolrQueryParserDefaultOperatorResource, SuggestComponentTest, ShardRoutingCustomTest, ExternalFileFieldSortTest, OverseerCollectionProcessorTest, TestPHPSerializedResponseWriter, RequiredFieldsTest, TestCSVLoader, TestSolrDeletionPolicy2, UUIDFieldTest, TestFastWriter, TestShortCircuitedRequests, TestSerializedLuceneMatchVersion, TestSolrCoreProperties, SolrIndexConfigTest, SpatialFilterTest, CSVRequestHandlerTest, ShardRoutingTest, TestInfoStreamLogging, AnalyticsQueryTest, PreAnalyzedFieldTest, TestTrie, TestCloudManagedSchemaConcurrent, TestSearchPerf, CloudMLTQParserTest, TestSolrDeletionPolicy1, SolrTestCaseJ4Test, PathHierarchyTokenizerFactoryTest, CloudExitableDirectoryReaderTest, DistributedFacetPivotSmallTest, TestExceedMaxTermLength, BinaryUpdateRequestHandlerTest, DocValuesMultiTest, VMParamsZkACLAndCredentialsProvidersTest, OpenExchangeRatesOrgProviderTest, DateMathParserTest, XsltUpdateRequestHandlerTest, TestJmxIntegration, TestCoreContainer, ClusterStateUpdateTest, TestDynamicLoading, TestLeaderElectionZkExpiry, TestFieldCollectionResource, FastVectorHighlighterTest, SpatialRPTFieldTypeTest, BadIndexSchemaTest, TestSchemaManager, ShowFileRequestHandlerTest, HdfsLockFactoryTest, TestBulkSchemaAPI, HttpPartitionTest, TestLuceneMatchVersion, TestCSVResponseWriter, RecoveryZkTest, UnloadDistributedZkTest, TestWriterPerf, SolrXmlInZkTest, TestFuzzyAnalyzedSuggestions, BadCopyFieldTest, TestArbitraryIndexDir, HdfsSyncSliceTest, SortByFunctionTest, AnalysisErrorHandlingTest, DirectUpdateHandlerOptimizeTest, SpellCheckCollatorTest, TestFieldTypeResource, TestSortingResponseWriter, HdfsDirectoryFactoryTest, TestSolrConfigHandlerConcurrent, CoreAdminHandlerTest, TestSearcherReuse, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicDistributedZk2Test -Dtests.seed=B2876632FEA43ED9 -Dtests.slow=true -Dtests.locale=pt_PT -Dtests.timezone=America/Mendoza -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s | BasicDistributedZk2Test (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the following files (in the order of attempts):
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test B2876632FEA43ED9-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test B2876632FEA43ED9-001\tempDir-002
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test B2876632FEA43ED9-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test B2876632FEA43ED9-001
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([B2876632FEA43ED9]:0)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed in 65.22s, 1 test, 1 error <<< FAILURES!

[...truncated 747 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:512: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1368: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:975: There were test failures: 465 suites, 1857 tests, 1 suite-level error, 3 errors, 55 ignored (30 assumptions)

Total time: 179 minutes 7 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.7.0_76 -server -XX:+UseG1GC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (32bit/jdk1.7.0_76) - Build # 4368 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4368/
Java: 32bit/jdk1.7.0_76 -client -XX:+UseParallelGC

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

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test FB4E028D228BD12D-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test FB4E028D228BD12D-001\tempDir-002    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test FB4E028D228BD12D-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test FB4E028D228BD12D-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test FB4E028D228BD12D-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test FB4E028D228BD12D-001\tempDir-002
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test FB4E028D228BD12D-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test FB4E028D228BD12D-001

	at __randomizedtesting.SeedInfo.seed([FB4E028D228BD12D]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:170)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.handler.TestReplicationHandlerBackup.testBackupOnCommit

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup FB4E028D228BD12D-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup FB4E028D228BD12D-001\solr-instance-001\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup FB4E028D228BD12D-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup FB4E028D228BD12D-001\solr-instance-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup FB4E028D228BD12D-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup FB4E028D228BD12D-001\solr-instance-001\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup FB4E028D228BD12D-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup FB4E028D228BD12D-001\solr-instance-001

	at __randomizedtesting.SeedInfo.seed([FB4E028D228BD12D:D2A6EC665D736D34]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.solr.handler.TestReplicationHandler$SolrInstance.tearDown(TestReplicationHandler.java:1509)
	at org.apache.solr.handler.TestReplicationHandlerBackup.tearDown(TestReplicationHandlerBackup.java:115)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:885)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.handler.TestReplicationHandlerBackup.doTestBackup

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup FB4E028D228BD12D-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup FB4E028D228BD12D-001\solr-instance-002\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup FB4E028D228BD12D-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup FB4E028D228BD12D-001\solr-instance-002 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup FB4E028D228BD12D-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup FB4E028D228BD12D-001\solr-instance-002\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup FB4E028D228BD12D-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup FB4E028D228BD12D-001\solr-instance-002

	at __randomizedtesting.SeedInfo.seed([FB4E028D228BD12D:BAC522E805352262]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.solr.handler.TestReplicationHandler$SolrInstance.tearDown(TestReplicationHandler.java:1509)
	at org.apache.solr.handler.TestReplicationHandlerBackup.tearDown(TestReplicationHandlerBackup.java:115)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:885)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


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

Error Message:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:55462/repfacttest_c8n_1x3_shard1_replica3

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:55462/repfacttest_c8n_1x3_shard1_replica3
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:575)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:884)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:787)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:730)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:283)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:940)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:915)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	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:55462/repfacttest_c8n_1x3_shard1_replica3
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:572)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:572)
	... 47 more
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
	... 52 more




Build Log:
[...truncated 9178 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FB4E028D228BD12D-001\init-core-data-001
   [junit4]   2> 823502 T3377 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 823507 T3377 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 823509 T3378 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 823627 T3377 oasc.ZkTestServer.run start zk server on port:55455
   [junit4]   2> 823627 T3377 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 823633 T3377 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 823645 T3385 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1e88f06 name:ZooKeeperConnection Watcher:127.0.0.1:55455 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 823646 T3377 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 823648 T3377 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 823649 T3377 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 823658 T3379 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14b6a0e4f420000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 823658 T3377 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 823663 T3377 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 823667 T3388 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1477fde name:ZooKeeperConnection Watcher:127.0.0.1:55455/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 823667 T3377 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 823668 T3377 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 823669 T3377 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 823676 T3377 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 823682 T3377 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 823688 T3377 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 823696 T3377 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 823696 T3377 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 823713 T3377 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 823714 T3377 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 823721 T3377 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 823722 T3377 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 823727 T3377 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 823728 T3377 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 823734 T3377 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 823734 T3377 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 823740 T3377 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 823740 T3377 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 823747 T3377 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 823748 T3377 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 823757 T3377 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 823758 T3377 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 823767 T3377 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 823769 T3377 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 823778 T3377 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 823778 T3377 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 823786 T3377 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 823787 T3377 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 825765 T3377 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FB4E028D228BD12D-001\control-001\cores\collection1
   [junit4]   2> 825778 T3377 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 825788 T3377 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:55463
   [junit4]   2> 825789 T3377 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@9ed5d6
   [junit4]   2> 825789 T3377 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 825790 T3377 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FB4E028D228BD12D-001\control-001
   [junit4]   2> 825790 T3377 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FB4E028D228BD12D-001\control-001\'
   [junit4]   2> 825840 T3377 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FB4E028D228BD12D-001\control-001\solr.xml
   [junit4]   2> 825883 T3377 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FB4E028D228BD12D-001\control-001\cores
   [junit4]   2> 825884 T3377 oasc.CoreContainer.<init> New CoreContainer 4244884
   [junit4]   2> 825885 T3377 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FB4E028D228BD12D-001\control-001\]
   [junit4]   2> 825886 T3377 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 825886 T3377 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 825887 T3377 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 825887 T3377 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 825887 T3377 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 825888 T3377 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 825888 T3377 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 825888 T3377 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 825890 T3377 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 825890 T3377 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 825890 T3377 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 825891 T3377 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 825891 T3377 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 825891 T3377 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 825892 T3377 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 825892 T3377 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:55455/solr
   [junit4]   2> 825892 T3377 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 825893 T3377 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 825895 T3377 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 825898 T3400 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@117b2 name:ZooKeeperConnection Watcher:127.0.0.1:55455 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 825899 T3377 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 825899 T3377 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 825905 T3377 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 825908 T3403 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1a8b6d2 name:ZooKeeperConnection Watcher:127.0.0.1:55455/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 825908 T3377 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 825910 T3377 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 825916 T3377 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 825921 T3377 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 825926 T3377 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 825931 T3377 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 825937 T3377 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 825939 T3377 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55462_
   [junit4]   2> 825940 T3377 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:55462_
   [junit4]   2> 825946 T3377 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 825949 T3377 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 825953 T3377 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 825955 T3377 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:55462_
   [junit4]   2> 825955 T3377 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 825960 T3377 oasc.Overseer.start Overseer (id=93284826983038979-127.0.0.1:55462_-n_0000000000) starting
   [junit4]   2> 825964 T3377 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 825983 T3377 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 825986 T3405 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 825986 T3377 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 825990 T3377 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 825993 T3377 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 826001 T3377 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FB4E028D228BD12D-001\control-001\cores
   [junit4]   2> 826001 T3404 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 826002 T3377 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FB4E028D228BD12D-001\control-001\cores\collection1\
   [junit4]   2> 826004 T3377 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 826005 T3407 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 826005 T3407 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 826006 T3407 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 826006 T3403 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 826014 T3404 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 0, message = {
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:55462",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "node_name":"127.0.0.1:55462_"} current state version: 0
   [junit4]   2> 826015 T3404 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:55462",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "node_name":"127.0.0.1:55462_"}
   [junit4]   2> 826015 T3404 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 826015 T3404 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 826017 T3403 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 827187 T3407 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 827187 T3407 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 827188 T3407 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 827188 T3407 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 827191 T3407 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 827191 T3407 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FB4E028D228BD12D-001\control-001\cores\collection1\'
   [junit4]   2> 827249 T3407 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 827255 T3407 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 827273 T3407 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 827302 T3407 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 827367 T3407 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 827370 T3407 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 827384 T3407 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 827939 T3407 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 827952 T3407 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 827955 T3407 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 827985 T3407 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 827992 T3407 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 828003 T3407 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 828006 T3407 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 828006 T3407 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 828006 T3407 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 828008 T3407 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 828009 T3407 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 828009 T3407 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 828009 T3407 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 828011 T3407 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FB4E028D228BD12D-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FB4E028D228BD12D-001\tempDir-001/control/data\
   [junit4]   2> 828011 T3407 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@a315d2
   [junit4]   2> 828012 T3407 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FB4E028D228BD12D-001\tempDir-001/control/data\
   [junit4]   2> 828013 T3407 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FB4E028D228BD12D-001\tempDir-001/control/data\index/
   [junit4]   2> 828013 T3407 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FB4E028D228BD12D-001\tempDir-001\control\data\index' doesn't exist. Creating new index...
   [junit4]   2> 828013 T3407 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FB4E028D228BD12D-001\tempDir-001/control/data\index
   [junit4]   2> 828014 T3407 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=48, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6934968765776216]
   [junit4]   2> 828015 T3407 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@f60aa5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@134f2d3),segFN=segments_1,generation=1}
   [junit4]   2> 828015 T3407 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 828019 T3407 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 828020 T3407 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 828021 T3407 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 828021 T3407 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 828021 T3407 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 828021 T3407 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 828021 T3407 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 828021 T3407 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 828021 T3407 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 828023 T3407 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 828023 T3407 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 828024 T3407 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 828026 T3407 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 828027 T3407 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 828030 T3407 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 828031 T3407 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 828031 T3407 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 828035 T3407 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 828038 T3407 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 828039 T3407 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 828039 T3407 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 828042 T3407 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 828042 T3407 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 828043 T3407 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 828044 T3407 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 828044 T3407 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 828046 T3407 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 828059 T3407 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 828060 T3407 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 828062 T3407 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 828068 T3407 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 828072 T3407 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 828077 T3407 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 828077 T3407 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 828079 T3407 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=47.1337890625, floorSegmentMB=1.55859375, forceMergeDeletesPctAllowed=14.39457538034125, segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.15044221568435134
   [junit4]   2> 828079 T3407 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@f60aa5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@134f2d3),segFN=segments_1,generation=1}
   [junit4]   2> 828079 T3407 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 828080 T3407 oass.SolrIndexSearcher.<init> Opening Searcher@aef7c[collection1] main
   [junit4]   2> 828081 T3407 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 828084 T3407 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 828084 T3407 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 828085 T3407 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 828087 T3407 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 828087 T3407 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 828088 T3407 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 828088 T3407 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 828088 T3407 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 828088 T3407 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 828090 T3407 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 828091 T3408 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@aef7c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 828092 T3411 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:55462 collection:control_collection shard:shard1
   [junit4]   2> 828094 T3377 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 828094 T3377 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 828098 T3411 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 828100 T3377 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 828106 T3377 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 828110 T3415 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1bed908 name:ZooKeeperConnection Watcher:127.0.0.1:55455/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 828111 T3377 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 828111 T3377 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 828113 T3377 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 828119 T3411 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 828123 T3403 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 828125 T3411 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 828125 T3411 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C446 name=collection1 org.apache.solr.core.SolrCore@18c4d00 url=http://127.0.0.1:55462/collection1 node=127.0.0.1:55462_ C446_STATE=coll:control_collection core:collection1 props:{base_url=http://127.0.0.1:55462, core=collection1, state=down, node_name=127.0.0.1:55462_}
   [junit4]   2> 828125 T3411 C446 P55462 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:55462/collection1/
   [junit4]   2> 828126 T3377 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 828126 T3404 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 828126 T3411 C446 P55462 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 828127 T3411 C446 P55462 oasc.SyncStrategy.syncToMe http://127.0.0.1:55462/collection1/ has no replicas
   [junit4]   2> 828126 T3377 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2
   [junit4]   2> 828127 T3411 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:55462/collection1/ shard1
   [junit4]   2> 828128 T3411 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 828128 T3377 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 828130 T3377 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 828132 T3415 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 828130 T3403 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 828138 T3418 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@da2e59 name:ZooKeeperConnection Watcher:127.0.0.1:55455/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 828140 T3377 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 828140 T3377 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 828149 T3379 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14b6a0e4f420005, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 828156 T3404 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "name":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "stateFormat":"2"} current state version: 2
   [junit4]   2> 828156 T3404 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 828159 T3419 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 828164 T3404 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:55462",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 828165 T3404 oasco.ZkStateWriter.writePendingUpdates going to create_collection /collections/collection1/state.json
   [junit4]   2> 828168 T3415 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 828179 T3419 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 828181 T3415 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 828221 T3411 oasc.ZkController.register We are http://127.0.0.1:55462/collection1/ and leader is http://127.0.0.1:55462/collection1/
   [junit4]   2> 828221 T3411 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:55462
   [junit4]   2> 828221 T3411 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 828221 T3411 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 828221 T3411 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 828225 T3403 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 828228 T3404 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:55462",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "node_name":"127.0.0.1:55462_"} current state version: 4
   [junit4]   2> 828229 T3404 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:55462",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "node_name":"127.0.0.1:55462_"}
   [junit4]   2> 828353 T3415 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 828354 T3403 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 830350 T3377 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FB4E028D228BD12D-001\shard-1-001\cores\collection1
   [junit4]   2> 830356 T3377 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 830357 T3377 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 830362 T3377 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:55479
   [junit4]   2> 830363 T3377 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@9ed5d6
   [junit4]   2> 830363 T3377 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 830363 T3377 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FB4E028D228BD12D-001\shard-1-001
   [junit4]   2> 830363 T3377 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FB4E028D228BD12D-001\shard-1-001\'
   [junit4]   2> 830408 T3377 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FB4E028D228BD12D-001\shard-1-001\solr.xml
   [junit4]   2> 830462 T3377 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FB4E028D228BD12D-001\shard-1-001\cores
   [junit4]   2> 830462 T3377 oasc.CoreContainer.<init> New CoreContainer 7578817
   [junit4]   2> 830463 T3377 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FB4E028D228BD12D-001\shard-1-001\]
   [junit4]   2> 830466 T3377 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 830467 T3377 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 830467 T3377 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 830468 T3377 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 830468 T3377 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 830469 T3377 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 830469 T3377 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 830470 T3377 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 830470 T3377 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 830470 T3377 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 830470 T3377 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 830471 T3377 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 830471 T3377 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 830473 T3377 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 830473 T3377 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 830473 T3377 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:55455/solr
   [junit4]   2> 830474 T3377 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 830474 T3377 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 830477 T3377 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 830482 T3431 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@21200f name:ZooKeeperConnection Watcher:127.0.0.1:55455 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 830483 T3377 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 830483 T3377 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 830490 T3377 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 830493 T3434 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4d75f5 name:ZooKeeperConnection Watcher:127.0.0.1:55455/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 830493 T3377 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 830509 T3377 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 831709 T3377 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55478_
   [junit4]   2> 831712 T3377 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:55478_
   [junit4]   2> 831730 T3377 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 831736 T3377 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FB4E028D228BD12D-001\shard-1-001\cores
   [junit4]   2> 831740 T3377 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FB4E028D228BD12D-001\shard-1-001\cores\collection1\
   [junit4]   2> 831740 T3377 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 831747 T3435 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 831747 T3435 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 831751 T3403 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 831753 T3404 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:55478",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:55478_"} current state version: 5
   [junit4]   2> 831754 T3435 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 831754 T3435 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 831755 T3404 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:55478",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:55478_"}
   [junit4]   2> 831755 T3404 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 831755 T3404 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 831755 T3435 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 831758 T3404 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 831760 T3435 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 1 
   [junit4]   2> 831760 T3435 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 831760 T3435 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 831761 T3435 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 831760 T3434 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 831762 T3435 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 831762 T3435 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 831763 T3434 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 1 
   [junit4]   2> 831764 T3435 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 831764 T3435 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FB4E028D228BD12D-001\shard-1-001\cores\collection1\'
   [junit4]   2> 831804 T3435 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 831811 T3435 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 831830 T3435 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 831867 T3435 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 831938 T3435 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 831942 T3435 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 831958 T3435 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 832548 T3435 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 832559 T3435 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 832563 T3435 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 832588 T3435 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 832596 T3435 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 832604 T3435 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 832606 T3435 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 832606 T3435 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 832606 T3435 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 832609 T3435 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 832609 T3435 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 832609 T3435 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 832609 T3435 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 832611 T3435 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FB4E028D228BD12D-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FB4E028D228BD12D-001\tempDir-001/jetty1\
   [junit4]   2> 832611 T3435 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@a315d2
   [junit4]   2> 832612 T3435 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FB4E028D228BD12D-001\tempDir-001/jetty1\
   [junit4]   2> 832612 T3435 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FB4E028D228BD12D-001\tempDir-001/jetty1\index/
   [junit4]   2> 832612 T3435 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FB4E028D228BD12D-001\tempDir-001\jetty1\index' doesn't exist. Creating new index...
   [junit4]   2> 832613 T3435 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FB4E028D228BD12D-001\tempDir-001/jetty1\index
   [junit4]   2> 832614 T3435 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=48, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6934968765776216]
   [junit4]   2> 832616 T3435 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1cd61b1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@c8bbc6),segFN=segments_1,generation=1}
   [junit4]   2> 832616 T3435 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 832621 T3435 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 832622 T3435 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 832622 T3435 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 832624 T3435 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 832624 T3435 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 832624 T3435 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 832625 T3435 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 832625 T3435 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 832625 T3435 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 832626 T3435 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 832627 T3435 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 832628 T3435 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 832629 T3435 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 832629 T3435 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 832632 T3435 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 832634 T3435 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 832634 T3435 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 832636 T3435 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 832639 T3435 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 832640 T3435 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 832640 T3435 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 832642 T3435 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 832643 T3435 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 832644 T3435 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 832644 T3435 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 832647 T3435 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 832648 T3435 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 832662 T3435 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 832665 T3435 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 832667 T3435 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 832671 T3435 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 832673 T3435 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 832678 T3435 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 832678 T3435 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 832680 T3435 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=47.1337890625, floorSegmentMB=1.55859375, forceMergeDeletesPctAllowed=14.39457538034125, segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.15044221568435134
   [junit4]   2> 832680 T3435 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1cd61b1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@c8bbc6),segFN=segments_1,generation=1}
   [junit4]   2> 832681 T3435 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 832681 T3435 oass.SolrIndexSearcher.<init> Opening Searcher@9d09e2[collection1] main
   [junit4]   2> 832681 T3435 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 832685 T3435 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 832685 T3435 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 832686 T3435 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 832686 T3435 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 832686 T3435 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 832688 T3435 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 832688 T3435 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 832688 T3435 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 832688 T3435 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 832689 T3436 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@9d09e2[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 832692 T3435 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 832693 T3439 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:55478 collection:collection1 shard:shard1
   [junit4]   2> 832694 T3377 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 832694 T3377 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 832695 T3439 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 832716 T3439 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 832722 T3403 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 832723 T3439 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 832723 T3439 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C447 name=collection1 org.apache.solr.core.SolrCore@5f4a08 url=http://127.0.0.1:55478/collection1 node=127.0.0.1:55478_ C447_STATE=coll:collection1 core:collection1 props:{base_url=http://127.0.0.1:55478, core=collection1, state=down, node_name=127.0.0.1:55478_}
   [junit4]   2> 832723 T3439 C447 P55478 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:55478/collection1/
   [junit4]   2> 832723 T3439 C447 P55478 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 832723 T3439 C447 P55478 oasc.SyncStrategy.syncToMe http://127.0.0.1:55478/collection1/ has no replicas
   [junit4]   2> 832723 T3439 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:55478/collection1/ shard1
   [junit4]   2> 832724 T3439 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 832728 T3404 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1"} current state version: 5
   [junit4]   2> 832734 T3404 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 832738 T3434 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 832741 T3434 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 2 
   [junit4]   2> 832754 T3404 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:55478",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 5
   [junit4]   2> 832756 T3404 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 2
   [junit4]   2> 832758 T3434 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 832760 T3434 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 832766 T3403 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 832813 T3439 oasc.ZkController.register We are http://127.0.0.1:55478/collection1/ and leader is http://127.0.0.1:55478/collection1/
   [junit4]   2> 832813 T3439 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:55478
   [junit4]   2> 832813 T3439 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 832813 T3439 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 832813 T3439 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 832818 T3403 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 832823 T3404 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:55478",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:55478_"} current state version: 5
   [junit4]   2> 832824 T3404 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:55478",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:55478_"}
   [junit4]   2> 832828 T3404 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 3
   [junit4]   2> 832831 T3434 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 832833 T3439 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 832836 T3434 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 834943 T3377 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FB4E028D228BD12D-001\shard-2-001\cores\collection1
   [junit4]   2> 834947 T3377 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 834949 T3377 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 834954 T3377 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:55489
   [junit4]   2> 834955 T3377 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@9ed5d6
   [junit4]   2> 834955 T3377 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 834955 T3377 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FB4E028D228BD12D-001\shard-2-001
   [junit4]   2> 834955 T3377 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FB4E028D228BD12D-001\shard-2-001\'
   [junit4]   2> 835011 T3377 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FB4E028D228BD12D-001\shard-2-001\solr.xml
   [junit4]   2> 835057 T3377 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FB4E028D228BD12D-001\shard-2-001\cores
   [junit4]   2> 835057 T3377 oasc.CoreContainer.<init> New CoreContainer 3833908
   [junit4]   2> 835057 

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

overTest, TestSchemaNameResource, ZkCLITest, TestRandomFaceting, ZkNodePropsTest, TestFaceting, RegexBoostProcessorTest, DirectSolrConnectionTest, StandardRequestHandlerTest, SpellingQueryConverterTest, ConnectionManagerTest, FastVectorHighlighterTest, MultiThreadedOCPTest, CacheHeaderTest, DirectUpdateHandlerTest, ShardRoutingCustomTest, TestReplicationHandler, TestCSVResponseWriter, SolrIndexSplitterTest, ResponseHeaderTest, TestPerFieldSimilarity, NotRequiredUniqueKeyTest, ZkSolrClientTest, TestRandomMergePolicy, HardAutoCommitTest, TestDefaultSimilarityFactory, TestCodecSupport, BlockDirectoryTest, TestBM25SimilarityFactory, HighlighterMaxOffsetTest, SuggestComponentTest, TestCollapseQParserPlugin, TestDocumentBuilder, TestQuerySenderNoQuery, DistributedFacetPivotLongTailTest, QueryElevationComponentTest, DistributedFacetPivotSmallAdvancedTest, ShowFileRequestHandlerTest, ReplicationFactorTest, BasicDistributedZkTest, SuggesterTSTTest, TestImplicitCoreProperties, TestMaxScoreQueryParser, TestManagedSchema, TestSimpleQParserPlugin, LukeRequestHandlerTest, InfoHandlerTest, UniqFieldsUpdateProcessorFactoryTest, TestPhraseSuggestions, TestBinaryField, TestCollectionAPI, TestStandardQParsers, TestIndexSearcher, TestExceedMaxTermLength, SharedFSAutoReplicaFailoverUtilsTest, TestExtendedDismaxParser, QueryEqualityTest, TestMergePolicyConfig, TestCustomSort, CircularListTest, TestRTGBase, XsltUpdateRequestHandlerTest, TestBlendedInfixSuggestions, AnalyticsMergeStrategyTest, CollectionsAPIAsyncDistributedZkTest, PingRequestHandlerTest, TestManagedResource, EnumFieldTest, TestExactStatsCache, CursorPagingTest, TestArbitraryIndexDir, TestSolrConfigHandlerCloud, SpellPossibilityIteratorTest, TestLFUCache, TestFieldCollectionResource, TestInitQParser, IndexSchemaRuntimeFieldTest, PreAnalyzedFieldTest, AutoCommitTest, TestManagedSchemaDynamicFieldResource, TestIBSimilarityFactory, MigrateRouteKeyTest, BinaryUpdateRequestHandlerTest, ParsingFieldUpdateProcessorsTest, TestAnalyzeInfixSuggestions, CollectionsAPIDistributedZkTest, AlternateDirectoryTest, OverriddenZkACLAndCredentialsProvidersTest, SpatialRPTFieldTypeTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestManagedStopFilterFactory, HdfsBasicDistributedZk2Test, TestReplicaProperties, TestCSVLoader, TestObjectReleaseTracker, OverseerRolesTest, DistanceFunctionTest, LoggingHandlerTest, TestIntervalFaceting, HdfsDirectoryFactoryTest, DistributedExpandComponentTest, HttpPartitionTest, CursorMarkTest, SimplePostToolTest, SystemInfoHandlerTest, DisMaxRequestHandlerTest, FieldMutatingUpdateProcessorTest, HdfsLockFactoryTest, RAMDirectoryFactoryTest, MinimalSchemaTest, TestElisionMultitermQuery, UpdateParamsTest, TestPivotHelperCode, CoreAdminHandlerTest, TestDistributedGrouping, ZkControllerTest, TestRequestStatusCollectionAPI, TestReloadAndDeleteDocs, DistributedQueryElevationComponentTest, TestLMJelinekMercerSimilarityFactory, ScriptEngineTest, TestReload, DeleteShardTest, TestReversedWildcardFilterFactory, TestConfigReload, TestUniqueKeyFieldResource, TestJmxMonitoredMap, RollingRestartTest, SpellCheckComponentTest, TestInitParams, CustomCollectionTest, SolrIndexConfigTest, TestSchemaResource, ClusterStateUpdateTest, TestLeaderElectionZkExpiry, TestQueryUtils, TestRebalanceLeaders, TestFuzzyAnalyzedSuggestions, DistributedFacetPivotLargeTest, SolrPluginUtilsTest, UUIDFieldTest, TestRawResponseWriter, SolrRequestParserTest, ShardSplitTest, TestMiniSolrCloudCluster, TriLevelCompositeIdRoutingTest, HdfsUnloadDistributedZkTest, TestClusterStateMutator, PeerSyncTest, TestFileDictionaryLookup, TestSolrQueryParserDefaultOperatorResource, DistribJoinFromCollectionTest, TestSort, TestSweetSpotSimilarityFactory, IndexSchemaTest, TestSerializedLuceneMatchVersion, CopyFieldTest, TestFieldResource, TestLazyCores, QueryResultKeyTest, SharedFSAutoReplicaFailoverTest, TestHighlightDedupGrouping, SimpleMLTQParserTest, PrimUtilsTest, TestSolrQueryParserResource, TestDefaultStatsCache, ZkStateWriterTest, AddSchemaFieldsUpdateProcessorFactoryTest, TestSolrJ, XmlUpdateRequestHandlerTest, TestFastWriter, AsyncMigrateRouteKeyTest, TestAnalyzedSuggestions, TestOverriddenPrefixQueryForCustomFieldType, RecoveryAfterSoftCommitTest, ChangedSchemaMergeTest, BadIndexSchemaTest, LeaderElectionIntegrationTest, OutOfBoxZkACLAndCredentialsProvidersTest, JsonLoaderTest, TestSchemaManager, TestValueSourceCache, AnalyticsQueryTest, TestCoreContainer, SignatureUpdateProcessorFactoryTest, HdfsWriteToMultipleCollectionsTest, TestReRankQParserPlugin, AddBlockUpdateTest, NumericFieldsTest, TestFiltering, TestCloudInspectUtil, TestStressRecovery, SaslZkACLProviderTest, DistributedSpellCheckComponentTest, TestOmitPositions, TestCharFilters, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest, SyncSliceTest, OpenCloseCoreStressTest, OverseerTest, ShardRoutingTest, BasicZkTest, LeaderElectionTest, TestZkChroot, TestRandomDVFaceting, TestRecovery, TestHashPartitioner, TermVectorComponentDistributedTest, TestRealTimeGet, TestStressReorder, TestJoin, TestStressVersions, DistributedTermsComponentTest, TestRangeQuery, SimpleFacetsTest, TestSolr4Spatial, SolrCoreTest, StatsComponentTest, TestGroupingSearch, SolrCmdDistributorTest, ConvertedLegacyTest, BasicFunctionalityTest, TestBadConfig, OverseerCollectionProcessorTest, HighlighterTest, SoftAutoCommitTest, CurrencyFieldOpenExchangeTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, SpellCheckCollatorTest, SuggesterFSTTest, TestFoldingMultitermQuery, DocValuesTest, SuggesterTest, TestStressLucene, TestTrie, SpatialFilterTest, SuggesterWFSTTest, PolyFieldTest, NoCacheHeaderTest, WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, TestPseudoReturnFields, TestUpdate, TestAtomicUpdateErrorCases, DirectUpdateHandlerOptimizeTest, DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, SortByFunctionTest, TestRemoteStreaming, DocValuesMultiTest, SolrInfoMBeanTest, DebugComponentTest, IndexBasedSpellCheckerTest, TestSurroundQueryParser, TestWriterPerf, DirectSolrSpellCheckerTest, DocumentAnalysisRequestHandlerTest, TestQueryTypes, PrimitiveFieldTypeTest, TermsComponentTest, RequestHandlersTest, DocumentBuilderTest, PathHierarchyTokenizerFactoryTest, TermVectorComponentTest, TestIndexingPerformance, MoreLikeThisHandlerTest, RequiredFieldsTest, FieldAnalysisRequestHandlerTest, TestSolrQueryParser, TestJmxIntegration, TestCollationField, UpdateRequestProcessorFactoryTest, JSONWriterTest, MBeansHandlerTest, QueryParsingTest, TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, CSVRequestHandlerTest, TestComponentsName, SearchHandlerTest, TestBinaryResponseWriter, HighlighterConfigTest, SOLR749Test, TestQuerySenderListener, TestSolrIndexConfig, ResponseLogComponentTest, TestSolrDeletionPolicy2, MultiTermTest, SampleTest, TestDocSet, TestSearchPerf, OutputWriterTest, ExternalFileFieldSortTest, TestSolrCoreProperties, TestPostingsSolrHighlighter, TestLuceneMatchVersion, SynonymTokenizerTest, TestXIncludeConfig, EchoParamsTest, TestDFRSimilarityFactory, TimeZoneUtilsTest, ResourceLoaderTest, OpenExchangeRatesOrgProviderTest, URLClassifyProcessorTest, PluginInfoTest, TestFastLRUCache, DateMathParserTest, ChaosMonkeyNothingIsSafeTest, TestSystemIdResolver, TestSuggestSpellingConverter, DateFieldTest, ClusterStateTest, TestLRUCache, TestUtils, SliceStateTest, FileUtilsTest, DistributedMLTComponentTest, SolrTestCaseJ4Test, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, TestTolerantSearch, AliasIntegrationTest, AssignTest, CloudExitableDirectoryReaderTest, DeleteInactiveReplicaTest, DeleteLastCustomShardedReplicaTest, DistribCursorPagingTest, DistribDocExpirationUpdateProcessorTest, DistributedQueueTest, LeaderFailoverAfterPartitionTest, LeaderInitiatedRecoveryOnCommitTest, OverseerStatusTest, RemoteQueryErrorTest, SSLMigrationTest, SimpleCollectionCreateDeleteTest, SolrXmlInZkTest, TestCloudPivotFacet, TestDistribDocBasedVersion, TestMiniSolrCloudClusterSSL, TestShortCircuitedRequests, HdfsBasicDistributedZkTest, HdfsChaosMonkeySafeLeaderTest, HdfsCollectionsAPIDistributedZkTest, HdfsRecoveryZkTest, HdfsSyncSliceTest, StressHdfsTest, CachingDirectoryFactoryTest, ExitableDirectoryReaderTest, TestConfigOverlay, TestConfigSets, TestDynamicLoading, TestInfoStreamLogging, TestSolrConfigHandler, TestSolrDynamicMBean, TestSolrXml, RequestLoggingTest, TestBlobHandler, TestReplicationHandlerBackup]
   [junit4] Completed in 6.58s, 2 tests, 2 errors <<< FAILURES!

[...truncated 213 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:512: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1368: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:975: There were test failures: 464 suites, 1856 tests, 1 suite-level error, 3 errors, 55 ignored (30 assumptions)

Total time: 136 minutes 13 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.7.0_76 -client -XX:+UseParallelGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (32bit/jdk1.7.0_76) - Build # 4367 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4367/
Java: 32bit/jdk1.7.0_76 -server -XX:+UseConcMarkSweepGC

6 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestSolrConfigHandler

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0ED94CA033591D8-001\tempDir-010\collection1\conf\params.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0ED94CA033591D8-001\tempDir-010\collection1\conf\params.json: The process cannot access the file because it is being used by another process.     C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0ED94CA033591D8-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0ED94CA033591D8-001\tempDir-010\collection1\conf    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0ED94CA033591D8-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0ED94CA033591D8-001\tempDir-010\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0ED94CA033591D8-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0ED94CA033591D8-001\tempDir-010    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0ED94CA033591D8-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0ED94CA033591D8-001\tempDir-010    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0ED94CA033591D8-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0ED94CA033591D8-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0ED94CA033591D8-001\tempDir-010\collection1\conf\params.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0ED94CA033591D8-001\tempDir-010\collection1\conf\params.json: The process cannot access the file because it is being used by another process.

   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0ED94CA033591D8-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0ED94CA033591D8-001\tempDir-010\collection1\conf
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0ED94CA033591D8-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0ED94CA033591D8-001\tempDir-010\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0ED94CA033591D8-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0ED94CA033591D8-001\tempDir-010
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0ED94CA033591D8-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0ED94CA033591D8-001\tempDir-010
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0ED94CA033591D8-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C0ED94CA033591D8-001

	at __randomizedtesting.SeedInfo.seed([C0ED94CA033591D8]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:170)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


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

Error Message:
Could not get expected value  'org.apache.solr.response.transform.ValueAugmenterFactory' for path 'config/transformer/mytrans/class' full output: {   "responseHeader":{     "status":0,     "QTime":0},   "config":{     "znodeVersion":0,     "luceneMatchVersion":"org.apache.lucene.util.Version:5.1.0",     "updateHandler":{       "class":"solr.DirectUpdateHandler2",       "autoCommmitMaxDocs":-1,       "indexWriterCloseWaitsForMerges":true,       "openSearcher":true,       "commitIntervalLowerBound":-1,       "commitWithinSoftCommit":true,       "autoCommit":{         "maxDocs":-1,         "maxTime":-1,         "commitIntervalLowerBound":-1},       "autoSoftCommit":{         "maxDocs":-1,         "maxTime":-1}},     "query":{       "useFilterForSortedQuery":false,       "queryResultWindowSize":1,       "queryResultMaxDocsCached":2147483647,       "enableLazyFieldLoading":false,       "maxBooleanClauses":1024,       "":{         "size":"10000",         "name":"fieldValueCache",         "showItems":"-1",         "initialSize":"10"}},     "requestHandler":{       "standard":{         "name":"standard",         "class":"solr.StandardRequestHandler"},       "/admin/file":{         "name":"/admin/file",         "class":"solr.admin.ShowFileRequestHandler",         "invariants":{"hidden":"bogus.txt"}},       "/update":{         "name":"/update",         "class":"org.apache.solr.handler.UpdateRequestHandler",         "defaults":{}},       "/update/json":{         "name":"/update/json",         "class":"org.apache.solr.handler.UpdateRequestHandler",         "defaults":{"update.contentType":"application/json"}},       "/update/csv":{         "name":"/update/csv",         "class":"org.apache.solr.handler.UpdateRequestHandler",         "defaults":{"update.contentType":"application/csv"}},       "/update/json/docs":{         "name":"/update/json/docs",         "class":"org.apache.solr.handler.UpdateRequestHandler",         "defaults":{           "update.contentType":"application/json",           "json.command":"false"}},       "/config":{         "name":"/config",         "class":"org.apache.solr.handler.SolrConfigHandler",         "defaults":{}},       "/schema":{         "name":"/schema",         "class":"org.apache.solr.handler.SchemaHandler",         "defaults":{}},       "/replication":{         "name":"/replication",         "class":"org.apache.solr.handler.ReplicationHandler",         "defaults":{}},       "/get":{         "name":"/get",         "class":"org.apache.solr.handler.RealTimeGetHandler",         "defaults":{           "omitHeader":"true",           "wt":"json",           "indent":"true"}},       "/admin/luke":{         "name":"/admin/luke",         "class":"org.apache.solr.handler.admin.LukeRequestHandler",         "defaults":{}},       "/admin/system":{         "name":"/admin/system",         "class":"org.apache.solr.handler.admin.SystemInfoHandler",         "defaults":{}},       "/admin/mbeans":{         "name":"/admin/mbeans",         "class":"org.apache.solr.handler.admin.SolrInfoMBeanHandler",         "defaults":{}},       "/admin/plugins":{         "name":"/admin/plugins",         "class":"org.apache.solr.handler.admin.PluginInfoHandler",         "defaults":{}},       "/admin/threads":{         "name":"/admin/threads",         "class":"org.apache.solr.handler.admin.ThreadDumpHandler",         "defaults":{}},       "/admin/properties":{         "name":"/admin/properties",         "class":"org.apache.solr.handler.admin.PropertiesRequestHandler",         "defaults":{}},       "/admin/logging":{         "name":"/admin/logging",         "class":"org.apache.solr.handler.admin.LoggingHandler",         "defaults":{}},       "/admin/ping":{         "name":"/admin/ping",         "class":"org.apache.solr.handler.PingRequestHandler",         "defaults":{},         "invariants":{           "echoParams":"all",           "q":"solrpingquery"}}},     "directoryFactory":{       "name":"DirectoryFactory",       "class":"org.apache.solr.core.MockDirectoryFactory",       "solr.hdfs.blockcache.enabled":true,       "solr.hdfs.blockcache.blocksperbank":1024,       "solr.hdfs.home":"",       "solr.hdfs.confdir":"",       "solr.hdfs.blockcache.global":"false"},     "updateRequestProcessorChain":[       {         "name":"nodistrib",         "":[           {"class":"solr.NoOpDistributingUpdateProcessorFactory"},           {"class":"solr.RunUpdateProcessorFactory"}]},       {         "name":"dedupe",         "":[           {             "class":"org.apache.solr.update.processor.SignatureUpdateProcessorFactory",             "enabled":true,             "overwriteDupes":true,             "fields":"v_t,t_field",             "signatureClass":"org.apache.solr.update.processor.TextProfileSignature"},           {"class":"solr.RunUpdateProcessorFactory"}]},       {         "name":"stored_sig",         "":[           {             "class":"org.apache.solr.update.processor.SignatureUpdateProcessorFactory",             "enabled":true,             "signatureField":"non_indexed_signature_sS",             "overwriteDupes":false,             "fields":"v_t,t_field",             "signatureClass":"org.apache.solr.update.processor.TextProfileSignature"},           {"class":"solr.RunUpdateProcessorFactory"}]},       {         "name":"distrib-dup-test-chain-explicit",         "":[           {"class":"solr.RegexReplaceProcessorFactory"},           {"class":"solr.DistributedUpdateProcessorFactory"},           {"class":"solr.RegexReplaceProcessorFactory"},           {"class":"solr.RunUpdateProcessorFactory"}]},       {         "name":"distrib-dup-test-chain-implicit",         "":[           {"class":"solr.RegexReplaceProcessorFactory"},           {"class":"solr.RegexReplaceProcessorFactory"},           {"class":"solr.RunUpdateProcessorFactory"}]}],     "updateHandlerupdateLog":{"dir":""},     "jmx":{       "agentId":null,       "serviceUrl":null,       "rootName":null},     "requestDispatcher":{       "handleSelect":true,       "httpCaching":{         "never304":false,         "etagSeed":"Solr",         "lastModFrom":"opentime",         "cacheControl":null},       "requestParsers":{         "multipartUploadLimitKB":2048,         "formUploadLimitKB":2048,         "addHttpRequestToContext":false}},     "indexConfig":{       "maxBufferedDocs":-1,       "maxMergeDocs":-1,       "maxIndexingThreads":2,       "mergeFactor":-1,       "ramBufferSizeMB":16.0,       "writeLockTimeout":1000,       "lockType":"single",       "mergeScheduler":{"class":"org.apache.solr.util.RandomMergePolicy"}}}}

Stack Trace:
java.lang.AssertionError: Could not get expected value  'org.apache.solr.response.transform.ValueAugmenterFactory' for path 'config/transformer/mytrans/class' full output: {
  "responseHeader":{
    "status":0,
    "QTime":0},
  "config":{
    "znodeVersion":0,
    "luceneMatchVersion":"org.apache.lucene.util.Version:5.1.0",
    "updateHandler":{
      "class":"solr.DirectUpdateHandler2",
      "autoCommmitMaxDocs":-1,
      "indexWriterCloseWaitsForMerges":true,
      "openSearcher":true,
      "commitIntervalLowerBound":-1,
      "commitWithinSoftCommit":true,
      "autoCommit":{
        "maxDocs":-1,
        "maxTime":-1,
        "commitIntervalLowerBound":-1},
      "autoSoftCommit":{
        "maxDocs":-1,
        "maxTime":-1}},
    "query":{
      "useFilterForSortedQuery":false,
      "queryResultWindowSize":1,
      "queryResultMaxDocsCached":2147483647,
      "enableLazyFieldLoading":false,
      "maxBooleanClauses":1024,
      "":{
        "size":"10000",
        "name":"fieldValueCache",
        "showItems":"-1",
        "initialSize":"10"}},
    "requestHandler":{
      "standard":{
        "name":"standard",
        "class":"solr.StandardRequestHandler"},
      "/admin/file":{
        "name":"/admin/file",
        "class":"solr.admin.ShowFileRequestHandler",
        "invariants":{"hidden":"bogus.txt"}},
      "/update":{
        "name":"/update",
        "class":"org.apache.solr.handler.UpdateRequestHandler",
        "defaults":{}},
      "/update/json":{
        "name":"/update/json",
        "class":"org.apache.solr.handler.UpdateRequestHandler",
        "defaults":{"update.contentType":"application/json"}},
      "/update/csv":{
        "name":"/update/csv",
        "class":"org.apache.solr.handler.UpdateRequestHandler",
        "defaults":{"update.contentType":"application/csv"}},
      "/update/json/docs":{
        "name":"/update/json/docs",
        "class":"org.apache.solr.handler.UpdateRequestHandler",
        "defaults":{
          "update.contentType":"application/json",
          "json.command":"false"}},
      "/config":{
        "name":"/config",
        "class":"org.apache.solr.handler.SolrConfigHandler",
        "defaults":{}},
      "/schema":{
        "name":"/schema",
        "class":"org.apache.solr.handler.SchemaHandler",
        "defaults":{}},
      "/replication":{
        "name":"/replication",
        "class":"org.apache.solr.handler.ReplicationHandler",
        "defaults":{}},
      "/get":{
        "name":"/get",
        "class":"org.apache.solr.handler.RealTimeGetHandler",
        "defaults":{
          "omitHeader":"true",
          "wt":"json",
          "indent":"true"}},
      "/admin/luke":{
        "name":"/admin/luke",
        "class":"org.apache.solr.handler.admin.LukeRequestHandler",
        "defaults":{}},
      "/admin/system":{
        "name":"/admin/system",
        "class":"org.apache.solr.handler.admin.SystemInfoHandler",
        "defaults":{}},
      "/admin/mbeans":{
        "name":"/admin/mbeans",
        "class":"org.apache.solr.handler.admin.SolrInfoMBeanHandler",
        "defaults":{}},
      "/admin/plugins":{
        "name":"/admin/plugins",
        "class":"org.apache.solr.handler.admin.PluginInfoHandler",
        "defaults":{}},
      "/admin/threads":{
        "name":"/admin/threads",
        "class":"org.apache.solr.handler.admin.ThreadDumpHandler",
        "defaults":{}},
      "/admin/properties":{
        "name":"/admin/properties",
        "class":"org.apache.solr.handler.admin.PropertiesRequestHandler",
        "defaults":{}},
      "/admin/logging":{
        "name":"/admin/logging",
        "class":"org.apache.solr.handler.admin.LoggingHandler",
        "defaults":{}},
      "/admin/ping":{
        "name":"/admin/ping",
        "class":"org.apache.solr.handler.PingRequestHandler",
        "defaults":{},
        "invariants":{
          "echoParams":"all",
          "q":"solrpingquery"}}},
    "directoryFactory":{
      "name":"DirectoryFactory",
      "class":"org.apache.solr.core.MockDirectoryFactory",
      "solr.hdfs.blockcache.enabled":true,
      "solr.hdfs.blockcache.blocksperbank":1024,
      "solr.hdfs.home":"",
      "solr.hdfs.confdir":"",
      "solr.hdfs.blockcache.global":"false"},
    "updateRequestProcessorChain":[
      {
        "name":"nodistrib",
        "":[
          {"class":"solr.NoOpDistributingUpdateProcessorFactory"},
          {"class":"solr.RunUpdateProcessorFactory"}]},
      {
        "name":"dedupe",
        "":[
          {
            "class":"org.apache.solr.update.processor.SignatureUpdateProcessorFactory",
            "enabled":true,
            "overwriteDupes":true,
            "fields":"v_t,t_field",
            "signatureClass":"org.apache.solr.update.processor.TextProfileSignature"},
          {"class":"solr.RunUpdateProcessorFactory"}]},
      {
        "name":"stored_sig",
        "":[
          {
            "class":"org.apache.solr.update.processor.SignatureUpdateProcessorFactory",
            "enabled":true,
            "signatureField":"non_indexed_signature_sS",
            "overwriteDupes":false,
            "fields":"v_t,t_field",
            "signatureClass":"org.apache.solr.update.processor.TextProfileSignature"},
          {"class":"solr.RunUpdateProcessorFactory"}]},
      {
        "name":"distrib-dup-test-chain-explicit",
        "":[
          {"class":"solr.RegexReplaceProcessorFactory"},
          {"class":"solr.DistributedUpdateProcessorFactory"},
          {"class":"solr.RegexReplaceProcessorFactory"},
          {"class":"solr.RunUpdateProcessorFactory"}]},
      {
        "name":"distrib-dup-test-chain-implicit",
        "":[
          {"class":"solr.RegexReplaceProcessorFactory"},
          {"class":"solr.RegexReplaceProcessorFactory"},
          {"class":"solr.RunUpdateProcessorFactory"}]}],
    "updateHandlerupdateLog":{"dir":""},
    "jmx":{
      "agentId":null,
      "serviceUrl":null,
      "rootName":null},
    "requestDispatcher":{
      "handleSelect":true,
      "httpCaching":{
        "never304":false,
        "etagSeed":"Solr",
        "lastModFrom":"opentime",
        "cacheControl":null},
      "requestParsers":{
        "multipartUploadLimitKB":2048,
        "formUploadLimitKB":2048,
        "addHttpRequestToContext":false}},
    "indexConfig":{
      "maxBufferedDocs":-1,
      "maxMergeDocs":-1,
      "maxIndexingThreads":2,
      "mergeFactor":-1,
      "ramBufferSizeMB":16.0,
      "writeLockTimeout":1000,
      "lockType":"single",
      "mergeScheduler":{"class":"org.apache.solr.util.RandomMergePolicy"}}}}
	at __randomizedtesting.SeedInfo.seed([C0ED94CA033591D8:48B9AB10ADC9FC20]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:399)
	at org.apache.solr.core.TestSolrConfigHandler.reqhandlertests(TestSolrConfigHandler.java:338)
	at org.apache.solr.handler.TestSolrConfigHandlerCloud.testReqHandlerAPIs(TestSolrConfigHandlerCloud.java:90)
	at org.apache.solr.handler.TestSolrConfigHandlerCloud.test(TestSolrConfigHandlerCloud.java:76)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:940)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:915)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.BasicDistributedZk2Test

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test C0ED94CA033591D8-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test C0ED94CA033591D8-001\tempDir-002    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test C0ED94CA033591D8-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test C0ED94CA033591D8-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test C0ED94CA033591D8-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test C0ED94CA033591D8-001\tempDir-002
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test C0ED94CA033591D8-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test C0ED94CA033591D8-001

	at __randomizedtesting.SeedInfo.seed([C0ED94CA033591D8]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:170)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.handler.TestReplicationHandlerBackup.doTestBackup

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup C0ED94CA033591D8-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup C0ED94CA033591D8-001\solr-instance-001\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup C0ED94CA033591D8-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup C0ED94CA033591D8-001\solr-instance-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup C0ED94CA033591D8-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup C0ED94CA033591D8-001\solr-instance-001\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup C0ED94CA033591D8-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup C0ED94CA033591D8-001\solr-instance-001

	at __randomizedtesting.SeedInfo.seed([C0ED94CA033591D8:8166B4AF248B6297]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.solr.handler.TestReplicationHandler$SolrInstance.tearDown(TestReplicationHandler.java:1509)
	at org.apache.solr.handler.TestReplicationHandlerBackup.tearDown(TestReplicationHandlerBackup.java:115)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:885)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.handler.TestReplicationHandlerBackup.testBackupOnCommit

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup C0ED94CA033591D8-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup C0ED94CA033591D8-001\solr-instance-002\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup C0ED94CA033591D8-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup C0ED94CA033591D8-001\solr-instance-002 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup C0ED94CA033591D8-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup C0ED94CA033591D8-001\solr-instance-002\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup C0ED94CA033591D8-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup C0ED94CA033591D8-001\solr-instance-002

	at __randomizedtesting.SeedInfo.seed([C0ED94CA033591D8:E9057A217CCD2DC1]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.solr.handler.TestReplicationHandler$SolrInstance.tearDown(TestReplicationHandler.java:1509)
	at org.apache.solr.handler.TestReplicationHandlerBackup.tearDown(TestReplicationHandlerBackup.java:115)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:885)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


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

Error Message:
org.apache.http.NoHttpResponseException: The target server failed to respond

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:865)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:730)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:283)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:940)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:915)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:546)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:543)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	... 1 more




Build Log:
[...truncated 9159 lines...]
   [junit4] Suite: org.apache.solr.handler.TestSolrConfigHandlerCloud
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud C0ED94CA033591D8-001\init-core-data-001
   [junit4]   2> 951270 T2547 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 951270 T2547 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /dv_ux/zc
   [junit4]   2> 951277 T2547 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 951278 T2548 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 951377 T2547 oasc.ZkTestServer.run start zk server on port:59428
   [junit4]   2> 951377 T2547 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 951379 T2547 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 951386 T2555 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7e06b0 name:ZooKeeperConnection Watcher:127.0.0.1:59428 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 951386 T2547 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 951386 T2547 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 951386 T2547 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 951392 T2547 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 951394 T2547 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 951396 T2558 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@32c400 name:ZooKeeperConnection Watcher:127.0.0.1:59428/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 951397 T2547 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 951397 T2547 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 951397 T2547 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 951409 T2547 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 951414 T2547 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 951418 T2547 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 951425 T2547 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 951426 T2547 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 951432 T2547 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 951432 T2547 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 951437 T2547 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 951437 T2547 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 951442 T2547 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 951442 T2547 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 951446 T2547 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 951446 T2547 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 951450 T2547 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 951450 T2547 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 951454 T2547 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 951455 T2547 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 951459 T2547 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 951459 T2547 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 951463 T2547 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 951463 T2547 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 951467 T2547 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 951467 T2547 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 951471 T2547 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 951471 T2547 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 951477 T2547 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 951479 T2547 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 951482 T2561 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1b834b6 name:ZooKeeperConnection Watcher:127.0.0.1:59428/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 951482 T2547 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 951482 T2547 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 953039 T2547 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud C0ED94CA033591D8-001\control-001\cores\collection1
   [junit4]   2> 953044 T2547 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 953058 T2547 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 953061 T2547 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:59438
   [junit4]   2> 953064 T2547 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1a21389
   [junit4]   2> 953065 T2547 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 953065 T2547 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud C0ED94CA033591D8-001\control-001
   [junit4]   2> 953065 T2547 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud C0ED94CA033591D8-001\control-001\'
   [junit4]   2> 953100 T2547 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud C0ED94CA033591D8-001\control-001\solr.xml
   [junit4]   2> 953144 T2547 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud C0ED94CA033591D8-001\control-001\cores
   [junit4]   2> 953144 T2547 oasc.CoreContainer.<init> New CoreContainer 6111306
   [junit4]   2> 953145 T2547 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud C0ED94CA033591D8-001\control-001\]
   [junit4]   2> 953146 T2547 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 953146 T2547 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 953146 T2547 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 953147 T2547 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 953147 T2547 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 953147 T2547 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 953147 T2547 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 953148 T2547 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 953148 T2547 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 953148 T2547 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 953148 T2547 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 953152 T2547 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 953156 T2547 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 953156 T2547 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 953156 T2547 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 953157 T2547 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:59428/solr
   [junit4]   2> 953157 T2547 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 953157 T2547 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 953158 T2547 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 953161 T2573 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@125149c name:ZooKeeperConnection Watcher:127.0.0.1:59428 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 953162 T2547 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 953163 T2547 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 953167 T2547 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 953169 T2576 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b9a387 name:ZooKeeperConnection Watcher:127.0.0.1:59428/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 953170 T2547 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 953183 T2547 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 953190 T2547 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 953195 T2547 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 953199 T2547 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 953203 T2547 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 953208 T2547 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 953211 T2547 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59438_dv_ux%2Fzc
   [junit4]   2> 953212 T2547 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:59438_dv_ux%2Fzc
   [junit4]   2> 953216 T2547 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 953218 T2547 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 953221 T2547 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 953224 T2547 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:59438_dv_ux%2Fzc
   [junit4]   2> 953224 T2547 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 953227 T2547 oasc.Overseer.start Overseer (id=93283178059857924-127.0.0.1:59438_dv_ux%2Fzc-n_0000000000) starting
   [junit4]   2> 953230 T2547 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 953243 T2547 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 953244 T2578 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 953246 T2547 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 953251 T2547 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 953254 T2547 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 953260 T2577 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 953262 T2547 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud C0ED94CA033591D8-001\control-001\cores
   [junit4]   2> 953262 T2547 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud C0ED94CA033591D8-001\control-001\cores\collection1\
   [junit4]   2> 953262 T2547 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 953268 T2580 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 953268 T2580 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 953269 T2580 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 953269 T2576 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 953276 T2577 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 0, message = {
   [junit4]   2> 	  "node_name":"127.0.0.1:59438_dv_ux%2Fzc",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:59438/dv_ux/zc",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1"} current state version: 0
   [junit4]   2> 953278 T2577 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "node_name":"127.0.0.1:59438_dv_ux%2Fzc",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:59438/dv_ux/zc",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 953278 T2577 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 953279 T2577 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 953281 T2576 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 954269 T2580 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 954269 T2580 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 954270 T2580 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 954270 T2580 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 954273 T2580 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 954273 T2580 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud C0ED94CA033591D8-001\control-001\cores\collection1\'
   [junit4]   2> 954293 T2580 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 954297 T2580 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 954313 T2580 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 954355 T2580 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 954429 T2580 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 954431 T2580 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 954439 T2580 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 955002 T2580 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 955010 T2580 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 955017 T2580 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 955038 T2580 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 955044 T2580 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 955049 T2580 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 955052 T2580 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 955052 T2580 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 955052 T2580 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 955054 T2580 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 955054 T2580 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 955054 T2580 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 955054 T2580 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 955055 T2580 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud C0ED94CA033591D8-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud C0ED94CA033591D8-001\tempDir-001/control/data\
   [junit4]   2> 955055 T2580 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3500d7
   [junit4]   2> 955056 T2580 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud C0ED94CA033591D8-001\tempDir-001/control/data\
   [junit4]   2> 955056 T2580 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud C0ED94CA033591D8-001\tempDir-001/control/data\index/
   [junit4]   2> 955056 T2580 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud C0ED94CA033591D8-001\tempDir-001\control\data\index' doesn't exist. Creating new index...
   [junit4]   2> 955057 T2580 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud C0ED94CA033591D8-001\tempDir-001/control/data\index
   [junit4]   2> 955058 T2580 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=38, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4559257422322899]
   [junit4]   2> 955059 T2580 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1b31c3b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2709e),segFN=segments_1,generation=1}
   [junit4]   2> 955059 T2580 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 955063 T2580 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 955063 T2580 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 955063 T2580 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 955064 T2580 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 955064 T2580 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 955064 T2580 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 955065 T2580 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 955065 T2580 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 955065 T2580 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 955066 T2580 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 955066 T2580 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 955066 T2580 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 955067 T2580 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 955067 T2580 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 955068 T2580 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 955068 T2580 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 955068 T2580 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 955069 T2580 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 955070 T2580 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 955070 T2580 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 955071 T2580 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 955071 T2580 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 955072 T2580 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 955072 T2580 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 955073 T2580 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 955073 T2580 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 955074 T2580 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 955082 T2580 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 955083 T2580 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 955085 T2580 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 955087 T2580 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 955096 T2580 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 955101 T2580 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 955101 T2580 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 955102 T2580 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=22, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=64.7236328125, floorSegmentMB=0.5986328125, forceMergeDeletesPctAllowed=8.582957219357173, segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 955102 T2580 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1b31c3b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2709e),segFN=segments_1,generation=1}
   [junit4]   2> 955102 T2580 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 955103 T2580 oass.SolrIndexSearcher.<init> Opening Searcher@e9e7d[collection1] main
   [junit4]   2> 955103 T2580 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 955106 T2580 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 955106 T2580 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 955107 T2580 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 955107 T2580 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 955107 T2580 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 955109 T2580 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 955109 T2580 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 955109 T2580 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 955109 T2580 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 955111 T2580 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 955111 T2581 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@e9e7d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 955112 T2584 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:59438/dv_ux/zc collection:control_collection shard:shard1
   [junit4]   2> 955113 T2547 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 955113 T2547 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 955114 T2584 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 955122 T2547 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 955125 T2547 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 955126 T2584 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 955127 T2587 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@18fb1b6 name:ZooKeeperConnection Watcher:127.0.0.1:59428/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 955127 T2547 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 955128 T2547 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 955130 T2576 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 955130 T2547 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 955131 T2584 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 955131 T2584 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C5817 name=collection1 org.apache.solr.core.SolrCore@1894120 url=https://127.0.0.1:59438/dv_ux/zc/collection1 node=127.0.0.1:59438_dv_ux%2Fzc C5817_STATE=coll:control_collection core:collection1 props:{node_name=127.0.0.1:59438_dv_ux%2Fzc, base_url=https://127.0.0.1:59438/dv_ux/zc, state=down, core=collection1}
   [junit4]   2> 955131 T2584 C5817 P59438 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:59438/dv_ux/zc/collection1/
   [junit4]   2> 955131 T2584 C5817 P59438 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 955132 T2584 C5817 P59438 oasc.SyncStrategy.syncToMe https://127.0.0.1:59438/dv_ux/zc/collection1/ has no replicas
   [junit4]   2> 955132 T2584 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:59438/dv_ux/zc/collection1/ shard1
   [junit4]   2> 955132 T2584 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 955135 T2577 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 955139 T2547 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 955139 T2547 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2
   [junit4]   2> 955139 T2547 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 955141 T2576 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 955141 T2547 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 955143 T2587 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 955146 T2590 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1fe1a7b name:ZooKeeperConnection Watcher:127.0.0.1:59428/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 955146 T2547 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 955147 T2547 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 955158 T2577 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 2, message = {
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "name":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "stateFormat":"2"} current state version: 2
   [junit4]   2> 955159 T2577 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 955167 T2591 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 955169 T2577 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 2, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:59438/dv_ux/zc",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 955171 T2577 oasco.ZkStateWriter.writePendingUpdates going to create_collection /collections/collection1/state.json
   [junit4]   2> 955173 T2587 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 955288 T2587 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 955311 T2584 oasc.ZkController.register We are https://127.0.0.1:59438/dv_ux/zc/collection1/ and leader is https://127.0.0.1:59438/dv_ux/zc/collection1/
   [junit4]   2> 955311 T2584 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:59438/dv_ux/zc
   [junit4]   2> 955311 T2584 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 955311 T2584 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 955311 T2584 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 955316 T2576 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 955322 T2577 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "node_name":"127.0.0.1:59438_dv_ux%2Fzc",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:59438/dv_ux/zc",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1"} current state version: 4
   [junit4]   2> 955324 T2577 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "node_name":"127.0.0.1:59438_dv_ux%2Fzc",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:59438/dv_ux/zc",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 955431 T2576 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 955431 T2587 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 956774 T2547 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud C0ED94CA033591D8-001\shard-1-001\cores\collection1
   [junit4]   2> 956777 T2547 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 956778 T2547 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 956789 T2547 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 956792 T2547 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:59453
   [junit4]   2> 956797 T2547 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1a21389
   [junit4]   2> 956797 T2547 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 956797 T2547 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud C0ED94CA033591D8-001\shard-1-001
   [junit4]   2> 956797 T2547 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud C0ED94CA033591D8-001\shard-1-001\'
   [junit4]   2> 956845 T2547 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud C0ED94CA033591D8-001\shard-1-001\solr.xml
   [junit4]   2> 956896 T2547 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud C0ED94CA033591D8-001\shard-1-001\cores
   [junit4]   2> 956897 T2547 oasc.CoreContainer.<init> New CoreContainer 11906028
   [junit4]   2> 956897 T2547 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud C0ED94CA033591D8-001\shard-1-001\]
   [junit4]   2> 956898 T2547 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 956899 T2547 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 956899 T2547 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 956899 T2547 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 956899 T2547 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 956900 T2547 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 956900 T2547 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 956900 T2547 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 956900 T2547 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 956901 T2547 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 956901 T2547 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 956905 T2547 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 956908 T2547 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 956908 T2547 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 956908 T2547 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 956908 T2547 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:59428/solr
   [junit4]   2> 956908 T2547 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 956909 T2547 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 956911 T2547 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 956913 T2603 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@eb4157 name:ZooKeeperConnection Watcher:127.0.0.1:59428 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 956914 T2547 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 956914 T2547 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 956920 T2547 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 956922 T2606 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@d0b00d name:ZooKeeperConnection Watcher:127.0.0.1:59428/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 956922 T2547 oascc.ConnectionManager.waitForConnected Client

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

erTest, DebugComponentTest, ChaosMonkeySafeLeaderTest, OpenCloseCoreStressTest, BasicZkTest, AutoCommitTest, EnumFieldTest, ScriptEngineTest, ChaosMonkeyNothingIsSafeTest, DeleteReplicaTest, DistributedSpellCheckComponentTest, TestReloadAndDeleteDocs, RollingRestartTest, DistributedQueryComponentCustomSortTest, DistributedQueryComponentOptimizationTest, HdfsCollectionsAPIDistributedZkTest, TestFreeTextSuggestions, TestRecovery, SpellCheckCollatorTest, TestFieldCollectionResource, TestLRUCache, RankQueryTest, PluginInfoTest, MinimalSchemaTest, SolrPluginUtilsTest, TestCloudSchemaless, ShowFileRequestHandlerTest, PeerSyncTest, ZkCLITest, TestDocBasedVersionConstraints, TestExtendedDismaxParser, DeleteShardTest, TestDocumentBuilder, TestCollectionAPI, TestStandardQParsers, TestFastLRUCache, NotRequiredUniqueKeyTest, TestArbitraryIndexDir, UniqFieldsUpdateProcessorFactoryTest, TestManagedStopFilterFactory, TestFieldTypeCollectionResource, FileUtilsTest, SyncSliceTest, HdfsDirectoryTest, TestCursorMarkWithoutUniqueKey, StressHdfsTest, TestFastWriter, OpenExchangeRatesOrgProviderTest, ZkNodePropsTest, BadComponentTest, CoreMergeIndexesAdminHandlerTest, TestStressReorder, TestSolrConfigHandlerCloud, TestCSVResponseWriter, DistribDocExpirationUpdateProcessorTest, TestWordDelimiterFilterFactory, SSLMigrationTest, CollectionsAPIAsyncDistributedZkTest, AssignTest, TestLMDirichletSimilarityFactory, TestAnalyzeInfixSuggestions, LeaderElectionTest, AddBlockUpdateTest, TestIndexingPerformance, TestElisionMultitermQuery, AnalysisAfterCoreReloadTest, CustomCollectionTest, FieldMutatingUpdateProcessorTest, SuggesterFSTTest, TestClusterStateMutator, TestSurroundQueryParser, TestRequestStatusCollectionAPI, TestNonDefinedSimilarityFactory, ExitableDirectoryReaderTest, RemoteQueryErrorTest, SuggesterTSTTest, OutOfBoxZkACLAndCredentialsProvidersTest, TriLevelCompositeIdRoutingTest, DistributedFacetPivotWhiteBoxTest, DateRangeFieldTest, TestManagedSchemaFieldTypeResource, TestCloudManagedSchemaConcurrent, DeleteLastCustomShardedReplicaTest, TestSolrDeletionPolicy1, SolrXmlInZkTest, TestManagedSynonymFilterFactory, DistributedTermsComponentTest, TestBulkSchemaConcurrent, DocValuesMissingTest, DistanceUnitsTest, HdfsDirectoryFactoryTest, CoreAdminHandlerTest, BinaryUpdateRequestHandlerTest, DirectSolrConnectionTest, TestCopyFieldCollectionResource, TestBulkSchemaAPI, TestComponentsName, TestJmxMonitoredMap, TestConfig, TestTolerantSearch, TestSweetSpotSimilarityFactory, ResponseHeaderTest, TestGroupingSearch, TestExactSharedStatsCache, TestCSVLoader, SharedFSAutoReplicaFailoverTest, TestDefaultSimilarityFactory, FullSolrCloudDistribCmdsTest, FastVectorHighlighterTest, TestFiltering, NumericFieldsTest, SolrIndexSplitterTest, TestFileDictionaryLookup, CurrencyFieldOpenExchangeTest, DateFieldTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, SampleTest, TestRandomMergePolicy, JSONWriterTest, TestShortCircuitedRequests, SolrCoreTest, TermVectorComponentTest, TestDefaultStatsCache, TestTrie, TestDynamicLoading, StandardRequestHandlerTest, TestRealTimeGet, TestSchemaNameResource, RequestLoggingTest, SuggesterWFSTTest, TestPerFieldSimilarity, TestFieldSortValues, SimpleFacetsTest, SolrInfoMBeanTest, SuggesterTest, TestStressRecovery, ClusterStateTest, FacetPivotSmallTest, UUIDFieldTest, RecoveryZkTest, BadCopyFieldTest, TestPseudoReturnFields, AliasIntegrationTest, TestNRTOpen, ConvertedLegacyTest, TestJmxIntegration, TestIntervalFaceting, ZkSolrClientTest, SchemaVersionSpecificBehaviorTest, TestManagedSchema, ZkControllerTest, TestExceedMaxTermLength, TestStressUserVersions, TestSolrConfigHandler, TestConfigReload, TestUpdate, ShardSplitTest, SynonymTokenizerTest, XsltUpdateRequestHandlerTest, TestSolrXml, TestReload, TestDistributedGrouping, TestChildDocTransformer, TestUtils, TestReplicationHandlerBackup, DocValuesMultiTest, SolrCmdDistributorTest, QueryEqualityTest, TestRTGBase, DefaultValueUpdateProcessorTest, TestCloudManagedSchema, TestDFRSimilarityFactory, PingRequestHandlerTest, TestSolr4Spatial, TestManagedSchemaFieldResource, TestManagedSchemaDynamicFieldResource, BJQParserTest, TestHighFrequencyDictionaryFactory, TestOmitPositions, JsonLoaderTest, TestMergePolicyConfig, StatsComponentTest, HdfsLockFactoryTest, MultiThreadedOCPTest, TestComplexPhraseQParserPlugin, TestSchemaManager, CurrencyFieldXmlFileTest, WordBreakSolrSpellCheckerTest, TestSort, PrimitiveFieldTypeTest, TestSortingResponseWriter, AnalysisErrorHandlingTest, TestFieldResource, CursorMarkTest, TimeZoneUtilsTest, DistanceFunctionTest, TestCustomSort, TestQueryTypes, TestFieldTypeResource, TestCodecSupport, DistributedExpandComponentTest, AsyncMigrateRouteKeyTest, TestHighlightDedupGrouping, SharedFSAutoReplicaFailoverUtilsTest, TestConfigOverlay, DirectUpdateHandlerOptimizeTest, TestOrdValues, DocExpirationUpdateProcessorFactoryTest, SpellingQueryConverterTest, TestBM25SimilarityFactory, MoreLikeThisHandlerTest, DirectUpdateHandlerTest, DisMaxRequestHandlerTest, SpellPossibilityIteratorTest, OverseerTest, UpdateRequestProcessorFactoryTest, TestManagedResource, PrimUtilsTest, SolrTestCaseJ4Test, TestClassNameShortening, LeaderInitiatedRecoveryOnCommitTest, ReturnFieldsTest, DocumentAnalysisRequestHandlerTest, MBeansHandlerTest, TestWriterPerf, AnalyticsMergeStrategyTest, BasicDistributedZkTest, BasicDistributedZk2Test, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, LeaderElectionIntegrationTest, ShardRoutingTest, TestReplicationHandler, ClusterStateUpdateTest, TestRandomFaceting, TestZkChroot, TestRandomDVFaceting, ShardRoutingCustomTest, TestDistributedSearch, TestFaceting, TestHashPartitioner, TermVectorComponentDistributedTest, TestJoin, TestStressVersions, HardAutoCommitTest, TestRangeQuery, TestCoreContainer, SpellCheckComponentTest, QueryElevationComponentTest, BadIndexSchemaTest, TestFunctionQuery, BasicFunctionalityTest, TestLazyCores, TestBadConfig, OverseerCollectionProcessorTest, TestIndexSearcher, HighlighterTest, SoftAutoCommitTest, DistributedQueryElevationComponentTest, SimplePostToolTest, TestCoreDiscovery, SignatureUpdateProcessorFactoryTest, SolrRequestParserTest, TestFoldingMultitermQuery, DocValuesTest, TestStressLucene, SpatialFilterTest, PolyFieldTest, NoCacheHeaderTest, SolrCoreCheckLockOnStartupTest, TestAtomicUpdateErrorCases, StatelessScriptUpdateProcessorFactoryTest, SortByFunctionTest, TestRemoteStreaming, CacheHeaderTest, IndexBasedSpellCheckerTest, LukeRequestHandlerTest, TestQueryUtils, DirectSolrSpellCheckerTest, TestReversedWildcardFilterFactory, FileBasedSpellCheckerTest, TermsComponentTest, XmlUpdateRequestHandlerTest, RequestHandlersTest, TestValueSourceCache, PathHierarchyTokenizerFactoryTest, RequiredFieldsTest, FieldAnalysisRequestHandlerTest, TestSolrQueryParser, IndexSchemaRuntimeFieldTest, LoggingHandlerTest, RegexBoostProcessorTest, IndexSchemaTest, TestCollationField, QueryParsingTest, TestAnalyzedSuggestions, TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, CSVRequestHandlerTest, SearchHandlerTest, TestBinaryResponseWriter, TestLFUCache, HighlighterConfigTest, SOLR749Test, TestQuerySenderListener, UpdateParamsTest, AlternateDirectoryTest, TestSolrIndexConfig, TestQuerySenderNoQuery, CopyFieldTest, ResponseLogComponentTest, SolrIndexConfigTest, TestSolrDeletionPolicy2, MultiTermTest, TestDocSet, TestBinaryField, TestSearchPerf, OutputWriterTest, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, TestSolrCoreProperties, TestPostingsSolrHighlighter, TestLuceneMatchVersion, TestPhraseSuggestions, TestCharFilters, TestXIncludeConfig, EchoParamsTest, TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory, ResourceLoaderTest, TestFastOutputStream, URLClassifyProcessorTest, DateMathParserTest, PreAnalyzedFieldTest, TestSystemIdResolver, TestSuggestSpellingConverter, DOMUtilTest, RAMDirectoryFactoryTest, TestSolrJ, SliceStateTest, SystemInfoHandlerTest, CircularListTest, DistributedMLTComponentTest, CursorPagingTest, DistributedIntervalFacetingTest, TestDistributedMissingSort, CloudExitableDirectoryReaderTest, ConnectionManagerTest, DeleteInactiveReplicaTest, DistribCursorPagingTest, DistribJoinFromCollectionTest, DistributedQueueTest, ExternalCollectionsTest, HttpPartitionTest, LeaderFailoverAfterPartitionTest, MigrateRouteKeyTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerRolesTest, OverseerStatusTest, RecoveryAfterSoftCommitTest, ReplicationFactorTest]
   [junit4] Completed in 102.88s, 1 test, 1 error <<< FAILURES!

[...truncated 298 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:512: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1368: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:975: There were test failures: 464 suites, 1856 tests, 2 suite-level errors, 3 errors, 1 failure, 55 ignored (30 assumptions)

Total time: 137 minutes 29 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.7.0_76 -server -XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (64bit/jdk1.8.0_31) - Build # 4366 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4366/
Java: 64bit/jdk1.8.0_31 -XX:-UseCompressedOops -XX:+UseSerialGC

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

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 64005C3486F50119-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 64005C3486F50119-001\tempDir-002    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 64005C3486F50119-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 64005C3486F50119-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 64005C3486F50119-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 64005C3486F50119-001\tempDir-002
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 64005C3486F50119-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 64005C3486F50119-001

	at __randomizedtesting.SeedInfo.seed([64005C3486F50119]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:170)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.handler.TestReplicationHandlerBackup.doTestBackup

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-001\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-001\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-001

	at __randomizedtesting.SeedInfo.seed([64005C3486F50119:258B7C51A14BF256]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.solr.handler.TestReplicationHandler$SolrInstance.tearDown(TestReplicationHandler.java:1509)
	at org.apache.solr.handler.TestReplicationHandlerBackup.tearDown(TestReplicationHandlerBackup.java:115)
	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:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:885)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.handler.TestReplicationHandlerBackup.testBackupOnCommit

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-002\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-002 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-002\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-002

	at __randomizedtesting.SeedInfo.seed([64005C3486F50119:4DE8B2DFF90DBD00]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.solr.handler.TestReplicationHandler$SolrInstance.tearDown(TestReplicationHandler.java:1509)
	at org.apache.solr.handler.TestReplicationHandlerBackup.tearDown(TestReplicationHandlerBackup.java:115)
	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:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:885)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


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

Error Message:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:57579/avm/repfacttest_c8n_1x3_shard1_replica2

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:57579/avm/repfacttest_c8n_1x3_shard1_replica2
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:575)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:884)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:787)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:730)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	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:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:940)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:915)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	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:57579/avm/repfacttest_c8n_1x3_shard1_replica2
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:573)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:572)
	... 47 more
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
	... 52 more




Build Log:
[...truncated 9297 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReplicationHandlerBackup
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\init-core-data-001
   [junit4]   2> 164326 T703 oas.SolrTestCaseJ4.setUp ###Starting doTestBackup
   [junit4]   2> 164329 T703 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-001\collection1
   [junit4]   2> 164353 T703 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 164372 T703 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:54404
   [junit4]   2> 164374 T703 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 164374 T703 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 164374 T703 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-001
   [junit4]   2> 164374 T703 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-001\'
   [junit4]   2> 164413 T703 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-001\solr.xml
   [junit4]   2> 164421 T703 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-001\.
   [junit4]   2> 164421 T703 oasc.CoreContainer.<init> New CoreContainer 1243580624
   [junit4]   2> 164424 T703 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-001\]
   [junit4]   2> 164425 T703 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 164425 T703 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 164425 T703 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 164425 T703 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 164425 T703 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 164425 T703 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 164426 T703 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 164426 T703 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 164426 T703 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 164426 T703 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 164426 T703 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 164429 T703 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 164429 T703 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 164429 T703 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 164429 T703 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 164433 T703 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-001\.
   [junit4]   2> 164436 T703 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-001\.\collection1\
   [junit4]   2> 164437 T703 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 164440 T713 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-001\.\collection1\'
   [junit4]   2> 164489 T713 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 164495 T713 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 164510 T713 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 164512 T713 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-001\.\collection1\conf\schema.xml
   [junit4]   2> 164517 T713 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 164524 T713 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 164525 T713 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-001\.\collection1\
   [junit4]   2> 164525 T713 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 164525 T713 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-001\.\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-001\collection1\data\
   [junit4]   2> 164525 T713 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 164526 T713 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-001\collection1\data\
   [junit4]   2> 164526 T713 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-001\collection1\data\index/
   [junit4]   2> 164526 T713 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-001\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 164528 T713 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-001\collection1\data\index
   [junit4]   2> 164528 T713 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=38, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=69.544921875, floorSegmentMB=0.25, forceMergeDeletesPctAllowed=19.343740840329833, segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.42147263729603934
   [junit4]   2> 164529 T713 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@3f043ec0 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@22b31277),segFN=segments_1,generation=1}
   [junit4]   2> 164529 T713 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 164530 T713 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 164530 T713 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 164532 T713 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 164532 T713 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 164532 T713 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 164532 T713 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 164532 T713 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 164555 T713 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 164555 T713 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 164556 T713 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 164557 T713 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 164557 T713 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 164557 T713 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 164557 T713 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 164559 T713 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 164559 T713 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 164559 T713 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 164559 T713 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 164560 T713 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 164567 T713 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 164568 T713 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 164578 T713 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 164580 T713 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 164580 T713 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 164582 T713 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 164582 T713 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 164583 T713 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=593542008, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 164583 T713 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@3f043ec0 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@22b31277),segFN=segments_1,generation=1}
   [junit4]   2> 164583 T713 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 164585 T713 oass.SolrIndexSearcher.<init> Opening Searcher@40602e39[collection1] main
   [junit4]   2> 164585 T713 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-001\.\collection1\conf
   [junit4]   2> 164585 T713 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-001\.\collection1\conf}
   [junit4]   2> 164585 T713 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-001\.\collection1\conf
   [junit4]   2> 164587 T713 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 164587 T713 oash.ReplicationHandler.inform Replication enabled for following config files: schema-replication2.xml:schema.xml
   [junit4]   2> 164587 T713 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 164587 T713 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 164587 T714 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@40602e39[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 164589 T703 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 164589 T703 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C215 name=collection1 org.apache.solr.core.SolrCore@6b57b2a3
   [junit4]   2> 164594 T707 C215 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 164595 T707 C215 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:*} 0 1
   [junit4]   2> 164602 T708 C215 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0]} 0 1
   [junit4]   2> 164606 T709 C215 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[1]} 0 0
   [junit4]   2> 164613 T710 C215 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[2]} 0 0
   [junit4]   2> 164618 T711 C215 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[3]} 0 0
   [junit4]   2> 164626 T712 C215 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[4]} 0 0
   [junit4]   2> 164629 T707 C215 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[5]} 0 0
   [junit4]   2> 164633 T708 C215 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[6]} 0 0
   [junit4]   2> 164637 T709 C215 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[7]} 0 0
   [junit4]   2> 164641 T710 C215 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[8]} 0 0
   [junit4]   2> 164645 T711 C215 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[9]} 0 0
   [junit4]   2> 164649 T712 C215 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[10]} 0 0
   [junit4]   2> 164653 T707 C215 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[11]} 0 0
   [junit4]   2> 164657 T708 C215 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[12]} 0 0
   [junit4]   2> 164663 T709 C215 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[13]} 0 0
   [junit4]   2> 164666 T710 C215 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[14]} 0 0
   [junit4]   2> 164670 T711 C215 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[15]} 0 0
   [junit4]   2> 164674 T712 C215 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[16]} 0 0
   [junit4]   2> 164678 T707 C215 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[17]} 0 0
   [junit4]   2> 164682 T708 C215 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[18]} 0 0
   [junit4]   2> 164686 T709 C215 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[19]} 0 0
   [junit4]   2> 164690 T710 C215 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[20]} 0 0
   [junit4]   2> 164697 T711 C215 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[21]} 0 2
   [junit4]   2> 164701 T712 C215 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[22]} 0 0
   [junit4]   2> 164705 T707 C215 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[23]} 0 0
   [junit4]   2> 164708 T708 C215 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[24]} 0 0
   [junit4]   2> 164713 T709 C215 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[25]} 0 0
   [junit4]   2> 164720 T710 C215 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[26]} 0 0
   [junit4]   2> 164726 T711 C215 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[27]} 0 1
   [junit4]   2> 164732 T712 C215 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[28]} 0 0
   [junit4]   2> 164736 T707 C215 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[29]} 0 0
   [junit4]   2> 164740 T708 C215 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[30]} 0 0
   [junit4]   2> 164744 T709 C215 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[31]} 0 0
   [junit4]   2> 164748 T710 C215 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[32]} 0 0
   [junit4]   2> 164752 T711 C215 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[33]} 0 0
   [junit4]   2> 164760 T712 C215 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[34]} 0 0
   [junit4]   2> 164766 T708 C215 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[35]} 0 0
   [junit4]   2> 164770 T709 C215 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[36]} 0 0
   [junit4]   2> 164776 T710 C215 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[37]} 0 0
   [junit4]   2> 164779 T711 C215 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[38]} 0 0
   [junit4]   2> 164785 T707 C215 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[39]} 0 0
   [junit4]   2> 164791 T712 C215 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[40]} 0 0
   [junit4]   2> 164797 T708 C215 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[41]} 0 0
   [junit4]   2> 164801 T709 C215 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[42]} 0 0
   [junit4]   2> 164805 T710 C215 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[43]} 0 0
   [junit4]   2> 164809 T711 C215 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[44]} 0 0
   [junit4]   2> 164813 T707 C215 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 164824 T707 C215 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@3f043ec0 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@22b31277),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@3f043ec0 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@22b31277),segFN=segments_2,generation=2}
   [junit4]   2> 164825 T707 C215 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 164844 T707 C215 oass.SolrIndexSearcher.<init> Opening Searcher@78e173ff[collection1] main
   [junit4]   2> 164844 T707 C215 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 164847 T714 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@78e173ff[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.1.0):C45)))}
   [junit4]   2> 164847 T707 C215 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 34
   [junit4]   2> 164853 T716 oash.SnapShooter.createSnapshot Creating backup snapshot...
   [junit4]   2> 164881 T716 oash.SnapShooter.createSnapshot Done creating backup snapshot: <not named>
   [junit4]   2> 164948 T708 C215 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=backup} status=0 QTime=22 
   [junit4]   2> 164955 T717 oash.SnapShooter.createSnapshot Creating backup snapshot...
   [junit4]   2> 164983 T717 oash.SnapShooter.createSnapshot Done creating backup snapshot: <not named>
   [junit4]   2> 165008 T709 C215 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 166424 T710 C215 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=backup} status=0 QTime=8 
   [junit4]   2> 166431 T710 C215 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 166436 T719 oash.SnapShooter.createSnapshot Creating backup snapshot...
   [junit4]   2> 166451 T719 oash.SnapShooter.createSnapshot Done creating backup snapshot: <not named>
   [junit4]   2> 167830 T703 oas.SolrTestCaseJ4.tearDown ###Ending doTestBackup
   [junit4]   2> 167849 T703 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1243580624
   [junit4]   2> 167850 T703 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@6b57b2a3
   [junit4]   2> 167850 T703 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=45,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0}
   [junit4]   2> 167851 T703 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 167851 T703 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 167851 T703 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 167854 T703 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 167854 T703 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 167854 T703 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-001\collection1\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-001\collection1\data\index;done=false>>]
   [junit4]   2> 167854 T703 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-001\collection1\data\index
   [junit4]   2> 167854 T703 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-001\collection1\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-001\collection1\data\;done=false>>]
   [junit4]   2> 167855 T703 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-001\collection1\data\
   [junit4]   2> 167857 T703 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestReplicationHandlerBackup -Dtests.method=doTestBackup -Dtests.seed=64005C3486F50119 -Dtests.slow=true -Dtests.locale=ar_OM -Dtests.timezone=America/Argentina/La_Rioja -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] ERROR   3.88s | TestReplicationHandlerBackup.doTestBackup <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the following files (in the order of attempts):
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-001\collection1
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-001
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([64005C3486F50119:258B7C51A14BF256]:0)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
   [junit4]    > 	at org.apache.solr.handler.TestReplicationHandler$SolrInstance.tearDown(TestReplicationHandler.java:1509)
   [junit4]    > 	at org.apache.solr.handler.TestReplicationHandlerBackup.tearDown(TestReplicationHandlerBackup.java:115)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 168214 T703 oas.SolrTestCaseJ4.setUp ###Starting testBackupOnCommit
   [junit4]   2> 168216 T703 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-002\collection1
   [junit4]   2> 168237 T703 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 168242 T703 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:54409
   [junit4]   2> 168243 T703 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 168243 T703 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 168243 T703 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-002
   [junit4]   2> 168245 T703 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-002\'
   [junit4]   2> 168293 T703 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-002\solr.xml
   [junit4]   2> 168319 T703 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-002\.
   [junit4]   2> 168319 T703 oasc.CoreContainer.<init> New CoreContainer 1785834964
   [junit4]   2> 168319 T703 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-002\]
   [junit4]   2> 168322 T703 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 168322 T703 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 168322 T703 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 168322 T703 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 168322 T703 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 168322 T703 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 168322 T703 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 168322 T703 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 168324 T703 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 168324 T703 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 168324 T703 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 168326 T703 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 168326 T703 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 168326 T703 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 168326 T703 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 168331 T703 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-002\.
   [junit4]   2> 168334 T703 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-002\.\collection1\
   [junit4]   2> 168337 T703 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 168339 T729 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-002\.\collection1\'
   [junit4]   2> 168387 T729 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 168396 T729 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 168426 T729 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 168426 T729 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-002\.\collection1\conf\schema.xml
   [junit4]   2> 168431 T729 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 168438 T729 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 168438 T729 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-002\.\collection1\
   [junit4]   2> 168438 T729 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 168442 T729 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-002\.\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-002\collection1\data\
   [junit4]   2> 168442 T729 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 168442 T729 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-002\collection1\data\
   [junit4]   2> 168442 T729 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-002\collection1\data\index/
   [junit4]   2> 168442 T729 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-002\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 168445 T729 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-002\collection1\data\index
   [junit4]   2> 168445 T729 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=38, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=69.544921875, floorSegmentMB=0.25, forceMergeDeletesPctAllowed=19.343740840329833, segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.42147263729603934
   [junit4]   2> 168446 T729 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@4812072a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1367d708),segFN=segments_1,generation=1}
   [junit4]   2> 168446 T729 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 168447 T729 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 168449 T729 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 168449 T729 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 168449 T729 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 168449 T729 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 168449 T729 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 168450 T729 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 168450 T729 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 168450 T729 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 168450 T729 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 168451 T729 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 168451 T729 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 168453 T729 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 168453 T729 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 168453 T729 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 168453 T729 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 168454 T729 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 168454 T729 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 168454 T729 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 168454 T729 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 168454 T729 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 168454 T729 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 168462 T729 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 168465 T729 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 168466 T729 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 168469 T729 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 168469 T729 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 168470 T729 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 168470 T729 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 168478 T729 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=593542008, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 168478 T729 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@4812072a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1367d708),segFN=segments_1,generation=1}
   [junit4]   2> 168478 T729 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 168480 T729 oass.SolrIndexSearcher.<init> Opening Searcher@69140efc[collection1] main
   [junit4]   2> 168480 T729 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-002\.\collection1\conf
   [junit4]   2> 168480 T729 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-002\.\collection1\conf}
   [junit4]   2> 168480 T729 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-002\.\collection1\conf
   [junit4]   2> 168481 T729 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 168481 T729 oash.ReplicationHandler.inform Replication enabled for following config files: schema-replication2.xml:schema.xml
   [junit4]   2> 168481 T729 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 168481 T729 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 168484 T703 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 168484 T703 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 168487 T730 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@69140efc[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> ASYNC  NEW_CORE C216 name=collection1 org.apache.solr.core.SolrCore@3193f478
   [junit4]   2> 168562 T724 C216 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 168564 T724 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:*} 0 3
   [junit4]   2> 168570 T723 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0]} 0 4
   [junit4]   2> 168574 T727 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[1]} 0 0
   [junit4]   2> 168581 T722 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[2]} 0 0
   [junit4]   2> 168585 T728 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[3]} 0 0
   [junit4]   2> 168589 T724 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[4]} 0 0
   [junit4]   2> 168593 T726 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[5]} 0 0
   [junit4]   2> 168597 T723 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[6]} 0 0
   [junit4]   2> 168601 T727 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[7]} 0 0
   [junit4]   2> 168608 T722 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[8]} 0 0
   [junit4]   2> 168612 T728 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[9]} 0 0
   [junit4]   2> 168616 T724 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[10]} 0 0
   [junit4]   2> 168620 T726 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[11]} 0 0
   [junit4]   2> 168626 T723 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[12]} 0 0
   [junit4]   2> 168630 T727 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[13]} 0 0
   [junit4]   2> 168634 T722 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[14]} 0 0
   [junit4]   2> 168638 T728 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[15]} 0 0
   [junit4]   2> 168642 T724 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[16]} 0 0
   [junit4]   2> 168649 T723 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[17]} 0 3
   [junit4]   2> 168653 T727 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[18]} 0 0
   [junit4]   2> 168657 T722 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[19]} 0 0
   [junit4]   2> 168661 T728 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[20]} 0 0
   [junit4]   2> 168665 T724 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[21]} 0 0
   [junit4]   2> 168669 T726 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[22]} 0 0
   [junit4]   2> 168674 T723 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[23]} 0 0
   [junit4]   2> 168679 T727 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[24]} 0 0
   [junit4]   2> 168683 T722 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[25]} 0 0
   [junit4]   2> 168687 T728 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[26]} 0 0
   [junit4]   2> 168691 T724 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[27]} 0 0
   [junit4]   2> 168696 T726 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[28]} 0 0
   [junit4]   2> 168700 T723 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[29]} 0 0
   [junit4]   2> 168704 T727 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[30]} 0 0
   [junit4]   2> 168708 T722 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[31]} 0 0
   [junit4]   2> 168712 T728 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[32]} 0 0
   [junit4]   2> 168716 T724 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[33]} 0 0
   [junit4]   2> 168719 T726 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[34]} 0 0
   [junit4]   2> 168723 T723 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[35]} 0 0
   [junit4]   2> 168726 T727 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[36]} 0 0
   [junit4]   2> 168730 T722 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[37]} 0 0
   [junit4]   2> 168734 T728 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[38]} 0 0
   [junit4]   2> 168738 T724 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[39]} 0 0
   [junit4]   2> 168742 T726 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[40]} 0 0
   [junit4]   2> 168746 T723 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[41]} 0 0
   [junit4]   2> 168750 T727 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[42]} 0 0
   [junit4]   2> 168754 T722 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[43]} 0 0
   [junit4]   2> 168758 T728 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[44]} 0 0
   [junit4]   2> 168762 T724 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[45]} 0 0
   [junit4]   2> 168766 T726 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[46]} 0 0
   [junit4]   2> 168774 T723 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[47]} 0 0
   [junit4]   2> 168779 T727 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[48]} 0 0
   [junit4]   2> 168784 T722 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[49]} 0 0
   [junit4]   2> 168788 T728 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[50]} 0 0
   [junit4]   2> 168793 T724 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[51]} 0 0
   [junit4]   2> 168797 T726 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[52]} 0 0
   [junit4]   2> 168810 T723 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[53]} 0 0
   [junit4]   2> 168814 T727 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[54]} 0 0
   [junit4]   2> 168818 T722 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[55]} 0 0
   [junit4]   2> 168823 T728 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[56]} 0 0
   [junit4]   2> 168827 T724 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[57]} 0 0
   [junit4]   2> 168833 T726 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[58]} 0 0
   [junit4]   2> 168837 T723 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[59]} 0 0
   [junit4]   2> 168841 T727 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[60]} 0 0
   [junit4]   2> 168845 T722 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[61]} 0 0
   [junit4]   2> 168850 T728 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[62]} 0 0
   [junit4]   2> 168858 T724 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[63]} 0 0
   [junit4]   2> 168864 T726 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[64]} 0 0
   [junit4]   2> 168869 T723 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[65]} 0 0
   [junit4]   2> 168877 T727 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[66]} 0 0
   [junit4]   2> 168881 T722 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[67]} 0 0
   [junit4]   2> 168887 T728 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[68]} 0 0
   [junit4]   2> 168891 T724 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[69]} 0 0
   [junit4]   2> 168895 T726 C216 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 168910 T726 C216 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@4812072a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1367d708),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@4812072a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1367d708),segFN=segments_2,generation=2}
   [junit4]   2> 168911 T726 C216 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 168922 T732 oash.SnapShooter.createSnapshot Creating backup snapshot...
   [junit4]   2> 168931 T726 C216 oass.SolrIndexSearcher.<init> Opening Searcher@3b000c61[collection1] main
   [junit4]   2> 168931 T726 C216 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 168950 T730 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3b000c61[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.1.0):C70)))}
   [junit4]   2> 168952 T726 C216 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 57
   [junit4]   2> 168953 T732 oash.SnapShooter.createSnapshot Done creating backup snapshot: <not named>
   [junit4]   2> 168968 T723 C216 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=11 
   [junit4]   2> 170367 T703 oas.SolrTestCaseJ4.tearDown ###Ending testBackupOnCommit
   [junit4]   2> 170386 T703 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1785834964
   [junit4]   2> 170387 T703 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3193f478
   [junit4]   2> 170387 T703 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=70,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0}
   [junit4]   2> 170390 T703 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 170390 T703 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 170390 T703 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 170392 T703 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 170392 T703 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 170392 T703 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-002\collection1\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-002\collection1\data\index;done=false>>]
   [junit4]   2> 170394 T703 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-002\collection1\data\index
   [junit4]   2> 170394 T703 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-002\collection1\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-002\collection1\data\;done=false>>]
   [junit4]   2> 170394 T703 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-002\collection1\data\
   [junit4]   2> 170394 T703 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestReplicationHandlerBackup -Dtests.method=testBackupOnCommit -Dtests.seed=64005C3486F50119 -Dtests.slow=true -Dtests.locale=ar_OM -Dtests.timezone=America/Argentina/La_Rioja -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] ERROR   2.46s | TestReplicationHandlerBackup.testBackupOnCommit <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the following files (in the order of attempts):
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-002\collection1
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001\solr-instance-002
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([64005C3486F50119:4DE8B2DFF90DBD00]:0)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
   [junit4]    > 	at org.apache.solr.handler.TestReplicationHandler$SolrInstance.tearDown(TestReplicationHandler.java:1509)
   [junit4]    > 	at org.apache.solr.handler.TestReplicationHandlerBackup.tearDown(TestReplicationHandlerBackup.java:115)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 170664 T703 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup 64005C3486F50119-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {name=PostingsFormat(name=LuceneVarGapDocFreqInterval), id=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, docValues:{}, sim=DefaultSimilarity, locale=ar_OM, timezone=America/Argentina/La_Rioja
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0_31 (64-bit)/cpus=2,threads=1,free=27432080,total=92033024
   [junit4]   2> NOTE: All tests run in this JVM: [DOMUtilTest, TestFreeTextSuggestions, CoreAdminHandlerTest, TestNoOpRegenerator, PrimitiveFieldTypeTest, MergeStrategyTest, RecoveryAfterSoftCommitTest, TestSolrConfigHandlerConcurrent, DocumentAnalysisRequestHandlerTest, ChangedSchemaMergeTest, PluginInfoTest, TestLMJelinekMercerSimilarityFactory, HighlighterConfigTest, TestBinaryResponseWriter, TestCSVLoader, BadIndexSchemaTest, DocumentBuilderTest, TestShortCircuitedRequests, WordBreakSolrSpellCheckerTest, TestConfigSets, DistributedFacetPivotLongTailTest, TestReplicationHandlerBackup]
   [junit4] Completed in 6.40s, 2 tests, 2 errors <<< FAILURES!

[...truncated 418 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 64005C3486F50119-001\init-core-data-001
   [junit4]   2> 1761037 T7529 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /avm/
   [junit4]   2> 1761040 T7529 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1761041 T7530 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1761114 T7529 oasc.ZkTestServer.run start zk server on port:57572
   [junit4]   2> 1761114 T7529 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1761115 T7529 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1761118 T7537 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6fbd71e0 name:ZooKeeperConnection Watcher:127.0.0.1:57572 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1761118 T7529 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1761118 T7529 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1761118 T7529 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1761123 T7529 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1761123 T7529 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1761125 T7540 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e59c202 name:ZooKeeperConnection Watcher:127.0.0.1:57572/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1761125 T7529 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1761125 T7529 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1761125 T7529 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1761130 T7529 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1761132 T7529 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1761133 T7529 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1761135 T7529 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1761135 T7529 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1761144 T7529 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1761144 T7529 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1761147 T7529 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1761147 T7529 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1761156 T7529 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1761156 T7529 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1761158 T7529 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1761158 T7529 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1761160 T7529 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1761160 T7529 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1761162 T7529 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1761162 T7529 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1761163 T7529 oasc.AbstractZkTestCase.pu

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


   [junit4]   2> 		13	/solr/aliases.json
   [junit4]   2> 		13	/solr/clusterstate.json
   [junit4]   2> 		7	/solr/collections/collection1/state.json
   [junit4]   2> 		7	/solr/configs/conf1
   [junit4]   2> 	
   [junit4]   2> 	Maximum concurrent data watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		3	/solr/overseer_elect/election/93280816292757511-127.0.0.1:59664_bsjg%2Fkc-n_0000000001
   [junit4]   2> 		3	/solr/collections/collection1/leader_elect/shard1/election/93280816292757517-core_node4-n_0000000001
   [junit4]   2> 		3	/solr/overseer_elect/election/93280816292757517-127.0.0.1:59692_bsjg%2Fkc-n_0000000004
   [junit4]   2> 	
   [junit4]   2> 	Maximum concurrent children watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		10	/solr/live_nodes
   [junit4]   2> 		3	/solr/overseer/queue
   [junit4]   2> 		3	/solr/overseer/collection-queue-work
   [junit4]   2> 	
   [junit4]   2> 2788585 T11856 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {other_tl1=PostingsFormat(name=LuceneVarGapFixedInterval), SubjectTerms_mfacet=PostingsFormat(name=LuceneVarGapFixedInterval), n_l1=PostingsFormat(name=LuceneVarGapFixedInterval), multiDefault=FST50, intDefault=PostingsFormat(name=LuceneVarGapFixedInterval), n_td1=FST50, n_d1=PostingsFormat(name=LuceneVarGapFixedInterval), range_facet_l=PostingsFormat(name=LuceneVarGapFixedInterval), n_f1=FST50, n_tl1=FST50, oddField_s=FSTOrd50, n_tf1=PostingsFormat(name=LuceneVarGapFixedInterval), a_t=PostingsFormat(name=LuceneVarGapFixedInterval), id=Lucene50(blocksize=128), text=FSTOrd50, timestamp=PostingsFormat(name=LuceneVarGapFixedInterval), n_dt1=FST50, a_i1=PostingsFormat(name=LuceneVarGapFixedInterval), n_ti1=Lucene50(blocksize=128), rnd_b=Lucene50(blocksize=128), _version_=PostingsFormat(name=LuceneVarGapFixedInterval), foo_b=FSTOrd50, n_tdt1=PostingsFormat(name=LuceneVarGapFixedInterval), foo_d=Lucene50(blocksize=128), foo_f=FSTOrd50}, docValues:{timestamp=DocValuesFormat(name=Asserting)}, sim=DefaultSimilarity, locale=en_MT, timezone=Africa/Accra
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0_31 (64-bit)/cpus=2,threads=1,free=78989224,total=293859328
   [junit4]   2> NOTE: All tests run in this JVM: [DOMUtilTest, TestFreeTextSuggestions, CoreAdminHandlerTest, TestNoOpRegenerator, PrimitiveFieldTypeTest, MergeStrategyTest, RecoveryAfterSoftCommitTest, TestSolrConfigHandlerConcurrent, DocumentAnalysisRequestHandlerTest, ChangedSchemaMergeTest, PluginInfoTest, TestLMJelinekMercerSimilarityFactory, HighlighterConfigTest, TestBinaryResponseWriter, TestCSVLoader, BadIndexSchemaTest, DocumentBuilderTest, TestShortCircuitedRequests, WordBreakSolrSpellCheckerTest, TestConfigSets, DistributedFacetPivotLongTailTest, TestReplicationHandlerBackup, TestCloudSchemaless, BinaryUpdateRequestHandlerTest, TestBulkSchemaConcurrent, CoreAdminCreateDiscoverTest, SOLR749Test, UpdateRequestProcessorFactoryTest, AlternateDirectoryTest, TestQuerySenderListener, TestHighlightDedupGrouping, TestFileDictionaryLookup, TermsComponentTest, AliasIntegrationTest, DefaultValueUpdateProcessorTest, TestRawResponseWriter, TestCloudManagedSchema, TestLRUCache, TestXIncludeConfig, TestCollapseQParserPlugin, TestBlobHandler, DistributedQueryComponentCustomSortTest, TestIntervalFaceting, QueryElevationComponentTest, TestSolrJ, TestSort, CSVRequestHandlerTest, DirectUpdateHandlerTest, TestMiniSolrCloudClusterSSL, SimplePostToolTest, TestSchemaNameResource, TestDefaultStatsCache, BadCopyFieldTest, TestBlendedInfixSuggestions, TestConfigReload, TestStressVersions, AnalysisErrorHandlingTest, QueryEqualityTest, ResponseLogComponentTest, ZkControllerTest, TestBinaryField, TestDefaultSearchFieldResource, AutoCommitTest, SolrCoreTest, DistributedSpellCheckComponentTest, SliceStateTest, BasicDistributedZkTest, DistributedFacetPivotWhiteBoxTest, TestSweetSpotSimilarityFactory, TestIBSimilarityFactory, BlockCacheTest, SolrInfoMBeanTest, TestSolr4Spatial, CopyFieldTest, TestDistributedMissingSort, LukeRequestHandlerTest, TestSolr4Spatial2, AnalyticsMergeStrategyTest, TestElisionMultitermQuery, ShardSplitTest, DistributedFacetPivotSmallAdvancedTest, OverseerCollectionProcessorTest, TestSystemIdResolver, MultiTermTest, TestFieldTypeCollectionResource, TestFieldResource, FieldAnalysisRequestHandlerTest, UUIDFieldTest, SolrRequestParserTest, TestRemoteStreaming, DeleteInactiveReplicaTest, TestUpdate, DistanceFunctionTest, ShowFileRequestHandlerTest, HdfsBasicDistributedZk2Test, MigrateRouteKeyTest, FullSolrCloudDistribCmdsTest, TestSortingResponseWriter, RequestHandlersTest, TestManagedSchemaFieldResource, IndexBasedSpellCheckerTest, SolrPluginUtilsTest, SpellCheckCollatorTest, TestSuggestSpellingConverter, SharedFSAutoReplicaFailoverUtilsTest, PeerSyncTest, TestObjectReleaseTracker, TestJoin, DeleteReplicaTest, IndexSchemaRuntimeFieldTest, TestLeaderElectionZkExpiry, HdfsUnloadDistributedZkTest, TestDFRSimilarityFactory, TestRebalanceLeaders, SyncSliceTest, TestReqParamsAPI, OverseerRolesTest, TestUtils, TestUniqueKeyFieldResource, TestExactSharedStatsCache, SolrIndexSplitterTest, DistributedFacetPivotLargeTest, TestStressLucene, TestRandomFaceting, DirectSolrConnectionTest, TestMaxScoreQueryParser, OpenExchangeRatesOrgProviderTest, DocExpirationUpdateProcessorFactoryTest, DistributedIntervalFacetingTest, TestSolrDynamicMBean, TestManagedStopFilterFactory, MoreLikeThisHandlerTest, DistribDocExpirationUpdateProcessorTest, ClusterStateUpdateTest, TestCollationField, HttpPartitionTest, TestLMDirichletSimilarityFactory, SuggesterWFSTTest, TestFieldTypeResource, DistributedQueryElevationComponentTest, JsonLoaderTest, TestJmxIntegration, TestPhraseSuggestions, DistributedSuggestComponentTest, TestSimpleQParserPlugin, RankQueryTest, TestConfigOverlay, TriLevelCompositeIdRoutingTest, TestDocSet, SynonymTokenizerTest, BJQParserTest, ReplicationFactorTest, ExternalCollectionsTest, TestReRankQParserPlugin, SystemInfoHandlerTest, PreAnalyzedFieldTest, TestNRTOpen, LeaderInitiatedRecoveryOnCommitTest, CollectionsAPIDistributedZkTest, XsltUpdateRequestHandlerTest, OverriddenZkACLAndCredentialsProvidersTest, ConnectionManagerTest, TestReloadAndDeleteDocs, TestZkChroot, CloudExitableDirectoryReaderTest, TestTrie, UUIDUpdateProcessorFallbackTest, AnalyticsQueryTest, TestSchemaSimilarityResource, TestSolrConfigHandler, TestGroupingSearch, TestMissingGroups, RequestLoggingTest, TestSearchPerf, UnloadDistributedZkTest, TestCoreContainer, CursorPagingTest, TestCloudManagedSchemaConcurrent, DateMathParserTest, TestDynamicFieldResource, CoreMergeIndexesAdminHandlerTest, TestInitParams, TestReplicaProperties, HdfsChaosMonkeySafeLeaderTest, TestFiltering, DistanceUnitsTest, PolyFieldTest, PreAnalyzedUpdateProcessorTest, TestQuerySenderNoQuery, URLClassifyProcessorTest, SuggesterTSTTest, SolrIndexConfigTest, TestFuzzyAnalyzedSuggestions, DirectSolrSpellCheckerTest, TestSurroundQueryParser, SpellCheckComponentTest, DisMaxRequestHandlerTest, TestExpandComponent, BasicDistributedZk2Test]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicDistributedZk2Test -Dtests.seed=64005C3486F50119 -Dtests.slow=true -Dtests.locale=en_MT -Dtests.timezone=Africa/Accra -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] ERROR   0.00s | BasicDistributedZk2Test (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the following files (in the order of attempts):
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 64005C3486F50119-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 64005C3486F50119-001\tempDir-002
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 64005C3486F50119-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test 64005C3486F50119-001
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([64005C3486F50119]:0)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed in 59.20s, 1 test, 1 error <<< FAILURES!

[...truncated 826 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:512: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1368: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:975: There were test failures: 464 suites, 1856 tests, 1 suite-level error, 3 errors, 55 ignored (30 assumptions)

Total time: 117 minutes 22 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.8.0_31 -XX:-UseCompressedOops -XX:+UseSerialGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any