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/15 05:06:08 UTC

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

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 # 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