Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4421/
Java: 64bit/jdk1.8.0_25 -XX:+UseCompressedOops -XX:+UseG1GC

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

Error Message:
ERROR: SolrIndexSearcher opens=59 closes=58

Stack Trace:
java.lang.AssertionError: ERROR: SolrIndexSearcher opens=59 closes=58
        at __randomizedtesting.SeedInfo.seed([2ACA7571B5833BA4]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:442)
        at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:188)
        at sun.reflect.GeneratedMethodAccessor31.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:  org.apache.solr.cloud.ReplicationFactorTest.testDistribSearch

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([2ACA7571B5833BA4:AB2CFB69C2DC5B98]:0)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:871)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:736)
        at 
org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:277)
        at 
org.apache.solr.cloud.ReplicationFactorTest.doTest(ReplicationFactorTest.java:123)
        at 
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:868)
        at sun.reflect.GeneratedMethodAccessor43.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$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)
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:552)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:549)
        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 9181 lines...]
   [junit4] Suite: org.apache.solr.core.TestLazyCores
   [junit4]   2> Creating dataDir: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\init-core-data-001
   [junit4]   2> 1734405 T8111 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl 
(false) and clientAuth (false)
   [junit4]   2> 1734406 T8111 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 1734406 T8111 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\'
   [junit4]   2> 1734408 T8111 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 1734409 T8111 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 1734410 T8111 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 1734456 T8111 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 1734458 T8111 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 6.0.0
   [junit4]   2> 1734462 T8111 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig-minimal.xml
   [junit4]   2> 1734465 T8111 oass.IndexSchema.readSchema Reading Solr Schema 
from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema-tiny.xml
   [junit4]   2> 1734467 T8111 oass.IndexSchema.readSchema [null] Schema 
name=tiny
   [junit4]   2> 1734471 T8111 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1734471 T8111 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 1734471 T8111 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr
   [junit4]   2> 1734471 T8111 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\'
   [junit4]   2> 1734493 T8111 oasc.CoreContainer.<init> New CoreContainer 
1521132511
   [junit4]   2> 1734495 T8111 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\]
   [junit4]   2> 1734496 T8111 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 600000
   [junit4]   2> 1734496 T8111 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: null
   [junit4]   2> 1734496 T8111 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 60000
   [junit4]   2> 1734496 T8111 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1734496 T8111 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 1734496 T8111 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 1734496 T8111 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1734496 T8111 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 1734496 T8111 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 1734496 T8111 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 1734496 T8111 oashc.HttpShardHandlerFactory.getParameter 
Setting useRetries to: false
   [junit4]   2> 1734496 T8111 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 1734496 T8111 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1734496 T8111 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1734496 T8111 oasc.CoreContainer.load Host Name: 
   [junit4]   2> 1734501 T8112 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\'
   [junit4]   2> 1734501 T8112 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 1734501 T8112 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 1734501 T8112 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 1734523 T8112 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 1734527 T8112 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 6.0.0
   [junit4]   2> 1734537 T8112 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig-minimal.xml
   [junit4]   2> 1734537 T8112 oass.IndexSchema.readSchema Reading Solr Schema 
from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema-tiny.xml
   [junit4]   2> 1734542 T8112 oass.IndexSchema.readSchema [collection1] Schema 
name=tiny
   [junit4]   2> 1734546 T8112 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1734546 T8112 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from instancedir 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\
   [junit4]   2> 1734546 T8112 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1734548 T8112 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\,
 
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\init-core-data-001\
   [junit4]   2> 1734548 T8112 oasc.SolrCore.<init> JMX monitoring not detected 
for core: collection1
   [junit4]   2> 1734548 T8112 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\init-core-data-001\
   [junit4]   2> 1734548 T8112 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\init-core-data-001\index/
   [junit4]   2> 1734548 T8112 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\init-core-data-001\index' doesn't exist. Creating new 
index...
   [junit4]   2> 1734549 T8112 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\init-core-data-001\index
   [junit4]   2> 1734549 T8112 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=28, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=47.9306640625, 
floorSegmentMB=1.5888671875, forceMergeDeletesPctAllowed=12.655285672506585, 
segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1734549 T8112 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@34dd5acf 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6448a7c8),segFN=segments_1,generation=1}
   [junit4]   2> 1734550 T8112 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 1734551 T8112 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1734551 T8112 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1734551 T8112 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1734551 T8112 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1734551 T8112 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1734551 T8112 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1734552 T8112 oasc.RequestHandlers.initHandlersFromConfig 
created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 1734553 T8112 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 1734553 T8112 oasc.RequestHandlers.initHandlersFromConfig 
created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 1734553 T8112 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 1734554 T8112 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 1734554 T8112 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 1734554 T8112 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 1734554 T8112 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 1734555 T8112 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/properties: 
org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 1734555 T8112 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 1734555 T8112 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 1734555 T8112 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 1734555 T8112 oasc.RequestHandlers.initHandlersFromConfig 
created /select: solr.SearchHandler
   [junit4]   2> 1734560 T8112 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1734563 T8112 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1734564 T8112 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1734565 T8112 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1734565 T8112 oasc.SolrCore.initStatsCache Using default 
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1734566 T8112 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 1734566 T8112 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 1734566 T8112 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=42, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=21.7890625, 
floorSegmentMB=0.6474609375, forceMergeDeletesPctAllowed=5.424206844341038, 
segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1734567 T8112 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@34dd5acf 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6448a7c8),segFN=segments_1,generation=1}
   [junit4]   2> 1734567 T8112 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 1734568 T8112 oass.SolrIndexSearcher.<init> Opening 
Searcher@4fba6d3b[collection1] main
   [junit4]   2> 1734568 T8112 oasr.ManagedResourceStorage.newStorageIO WARN 
Cannot write to config directory 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf;
 switching to use InMemory storage instead.
   [junit4]   2> 1734568 T8112 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 1734568 T8112 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using InMemoryStorage
   [junit4]   2> 1734568 T8112 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 1734568 T8112 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 1734569 T8112 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 1734569 T8113 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@4fba6d3b[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1734571 T8111 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 1734574 T8111 oas.SolrTestCaseJ4.setUp ###Starting testLazyLoad
   [junit4]   2> 1734623 T8111 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\'
   [junit4]   2> 1734644 T8111 oasc.ConfigSolr.fromFile Loading container 
configuration from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\solr.xml
   [junit4]   2> 1734651 T8111 oasc.CoreContainer.<init> New CoreContainer 
627945159
   [junit4]   2> 1734651 T8111 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\]
   [junit4]   2> 1734651 T8111 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 600000
   [junit4]   2> 1734651 T8111 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: null
   [junit4]   2> 1734651 T8111 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 60000
   [junit4]   2> 1734651 T8111 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1734651 T8111 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 1734651 T8111 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 1734651 T8111 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1734651 T8111 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 1734651 T8111 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 1734651 T8111 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 1734651 T8111 oashc.HttpShardHandlerFactory.getParameter 
Setting useRetries to: false
   [junit4]   2> 1734654 T8111 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 1734654 T8111 oasc.SolrCores.allocateLazyCores Allocating 
transient cache for 4 transient cores
   [junit4]   2> 1734658 T8111 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1734659 T8111 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1734659 T8111 oasc.CoreContainer.load Host Name: null
   [junit4]   2> 1734670 T8115 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection1\'
   [junit4]   2> 1734673 T8116 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection2\'
   [junit4]   2> 1734671 T8117 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection5\'
   [junit4]   2> 1734716 T8116 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 1734719 T8116 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 6.0.0
   [junit4]   2> 1734719 T8115 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 1734723 T8115 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 6.0.0
   [junit4]   2> 1734726 T8116 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 1734726 T8116 oass.IndexSchema.readSchema Reading Solr Schema 
from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection2\conf\schema.xml
   [junit4]   2> 1734728 T8115 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 1734728 T8115 oass.IndexSchema.readSchema Reading Solr Schema 
from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection1\conf\schema.xml
   [junit4]   2> 1734731 T8115 oass.IndexSchema.readSchema [collection1] Schema 
name=tiny
   [junit4]   2> 1734735 T8115 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1734735 T8115 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from instancedir 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection1\
   [junit4]   2> 1734736 T8115 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1734737 T8115 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection1\, 
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection1\data\
   [junit4]   2> 1734737 T8115 oasc.SolrCore.<init> JMX monitoring not detected 
for core: collection1
   [junit4]   2> 1734737 T8115 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection1\data\
   [junit4]   2> 1734737 T8115 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection1\data\index/
   [junit4]   2> 1734737 T8115 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection1\data\index' doesn't exist. 
Creating new index...
   [junit4]   2> 1734737 T8115 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection1\data\index
   [junit4]   2> 1734737 T8115 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=28, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=47.9306640625, 
floorSegmentMB=1.5888671875, forceMergeDeletesPctAllowed=12.655285672506585, 
segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1734737 T8115 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@6cc5a876 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3da5e65a),segFN=segments_1,generation=1}
   [junit4]   2> 1734737 T8115 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 1734739 T8115 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1734740 T8115 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1734740 T8115 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1734740 T8115 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1734740 T8115 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1734740 T8115 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1734741 T8115 oasc.RequestHandlers.initHandlersFromConfig 
created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 1734741 T8115 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 1734741 T8115 oasc.RequestHandlers.initHandlersFromConfig 
created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 1734741 T8115 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 1734731 T8116 oass.IndexSchema.readSchema [collectionLazy2] 
Schema name=tiny
   [junit4]   2> 1734741 T8115 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 1734742 T8115 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 1734742 T8115 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 1734743 T8115 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 1734743 T8115 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/properties: 
org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 1734743 T8115 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 1734743 T8115 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 1734744 T8115 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 1734745 T8115 oasc.RequestHandlers.initHandlersFromConfig 
created /select: solr.SearchHandler
   [junit4]   2> 1734749 T8115 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1734750 T8115 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1734750 T8115 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1734752 T8115 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1734752 T8115 oasc.SolrCore.initStatsCache Using default 
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1734753 T8115 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 1734753 T8115 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 1734753 T8115 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=42, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=21.7890625, 
floorSegmentMB=0.6474609375, forceMergeDeletesPctAllowed=5.424206844341038, 
segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1734759 T8117 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 1734760 T8115 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@6cc5a876 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3da5e65a),segFN=segments_1,generation=1}
   [junit4]   2> 1734760 T8115 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 1734760 T8115 oass.SolrIndexSearcher.<init> Opening 
Searcher@3df4a0fc[collection1] main
   [junit4]   2> 1734760 T8115 
oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage 
initialized to use dir: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection1\conf
   [junit4]   2> 1734760 T8115 oasr.RestManager.init Initializing RestManager 
with initArgs: 
{storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection1\conf}
   [junit4]   2> 1734760 T8115 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using 
file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection1\conf
   [junit4]   2> 1734762 T8115 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 1734762 T8115 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 1734763 T8115 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 1734773 T8117 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 6.0.0
   [junit4]   2> 1734777 T8117 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 1734780 T8117 oass.IndexSchema.readSchema Reading Solr Schema 
from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection5\conf\schema.xml
   [junit4]   2> 1734782 T8117 oass.IndexSchema.readSchema [collectionLazy5] 
Schema name=tiny
   [junit4]   2> 1734785 T8117 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1734785 T8117 oasc.CoreContainer.create Creating SolrCore 
'collectionLazy5' using configuration from instancedir 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection5\
   [junit4]   2> 1734785 T8117 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1734786 T8117 oasc.SolrCore.<init> [collectionLazy5] Opening 
new SolrCore at 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection5\, 
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection5\data\
   [junit4]   2> 1734786 T8117 oasc.SolrCore.<init> JMX monitoring not detected 
for core: collectionLazy5
   [junit4]   2> 1734786 T8117 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection5\data\
   [junit4]   2> 1734787 T8117 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection5\data\index/
   [junit4]   2> 1734787 T8117 oasc.SolrCore.initIndex WARN [collectionLazy5] 
Solr index directory 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection5\data\index' doesn't exist. 
Creating new index...
   [junit4]   2> 1734788 T8117 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection5\data\index
   [junit4]   2> 1734788 T8117 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=28, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=47.9306640625, 
floorSegmentMB=1.5888671875, forceMergeDeletesPctAllowed=12.655285672506585, 
segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1734789 T8117 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@5d9c5643 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@716aea9b),segFN=segments_1,generation=1}
   [junit4]   2> 1734789 T8117 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 1734790 T8117 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1734791 T8117 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1734791 T8117 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1734791 T8117 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1734791 T8117 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1734791 T8117 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1734791 T8117 oasc.RequestHandlers.initHandlersFromConfig 
created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 1734791 T8117 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 1734791 T8117 oasc.RequestHandlers.initHandlersFromConfig 
created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 1734792 T8117 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 1734792 T8117 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 1734793 T8117 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 1734793 T8117 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 1734793 T8117 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 1734793 T8117 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/properties: 
org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 1734794 T8117 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 1734794 T8117 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 1734794 T8117 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 1734794 T8117 oasc.RequestHandlers.initHandlersFromConfig 
created /select: solr.SearchHandler
   [junit4]   2> 1734796 T8117 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1734797 T8117 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1734798 T8117 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1734800 T8117 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1734800 T8117 oasc.SolrCore.initStatsCache Using default 
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1734800 T8117 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 1734800 T8117 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 1734800 T8117 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=42, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=21.7890625, 
floorSegmentMB=0.6474609375, forceMergeDeletesPctAllowed=5.424206844341038, 
segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1734801 T8117 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@5d9c5643 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@716aea9b),segFN=segments_1,generation=1}
   [junit4]   2> 1734801 T8117 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 1734802 T8117 oass.SolrIndexSearcher.<init> Opening 
Searcher@5ae61519[collectionLazy5] main
   [junit4]   2> 1734802 T8117 
oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage 
initialized to use dir: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection5\conf
   [junit4]   2> 1734802 T8117 oasr.RestManager.init Initializing RestManager 
with initArgs: 
{storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection5\conf}
   [junit4]   2> 1734802 T8117 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using 
file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection5\conf
   [junit4]   2> 1734803 T8117 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 1734803 T8117 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 1734804 T8119 oasc.SolrCore.registerSearcher [collectionLazy5] 
Registered new searcher Searcher@5ae61519[collectionLazy5] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1734804 T8117 oasc.CoreContainer.registerCore registering 
core: collectionLazy5
   [junit4]   2> 1734771 T8118 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@3df4a0fc[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1734805 T8116 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1734805 T8116 oasc.CoreContainer.create Creating SolrCore 
'collectionLazy2' using configuration from instancedir 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection2\
   [junit4]   2> 1734805 T8116 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1734807 T8116 oasc.SolrCore.<init> [collectionLazy2] Opening 
new SolrCore at 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection2\, 
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection2\data\
   [junit4]   2> 1734807 T8116 oasc.SolrCore.<init> JMX monitoring not detected 
for core: collectionLazy2
   [junit4]   2> 1734807 T8116 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection2\data\
   [junit4]   2> 1734812 T8116 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection2\data\index/
   [junit4]   2> 1734812 T8116 oasc.SolrCore.initIndex WARN [collectionLazy2] 
Solr index directory 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection2\data\index' doesn't exist. 
Creating new index...
   [junit4]   2> 1734813 T8116 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection2\data\index
   [junit4]   2> 1734813 T8116 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=28, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=47.9306640625, 
floorSegmentMB=1.5888671875, forceMergeDeletesPctAllowed=12.655285672506585, 
segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1734813 T8116 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@68a1f7a6 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6d12318),segFN=segments_1,generation=1}
   [junit4]   2> 1734813 T8116 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 1734814 T8116 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1734814 T8116 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1734815 T8116 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1734815 T8116 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1734815 T8116 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1734815 T8116 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1734815 T8116 oasc.RequestHandlers.initHandlersFromConfig 
created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 1734816 T8116 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 1734816 T8116 oasc.RequestHandlers.initHandlersFromConfig 
created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 1734816 T8116 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 1734817 T8116 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 1734817 T8116 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 1734818 T8116 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 1734818 T8116 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 1734818 T8116 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/properties: 
org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 1734818 T8116 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 1734818 T8116 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 1734818 T8116 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 1734818 T8116 oasc.RequestHandlers.initHandlersFromConfig 
created /select: solr.SearchHandler
   [junit4]   2> 1734820 T8116 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1734821 T8116 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1734822 T8116 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1734823 T8116 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1734823 T8116 oasc.SolrCore.initStatsCache Using default 
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1734824 T8116 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 1734824 T8116 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 1734824 T8116 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=42, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=21.7890625, 
floorSegmentMB=0.6474609375, forceMergeDeletesPctAllowed=5.424206844341038, 
segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1734825 T8116 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@68a1f7a6 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6d12318),segFN=segments_1,generation=1}
   [junit4]   2> 1734825 T8116 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 1734825 T8116 oass.SolrIndexSearcher.<init> Opening 
Searcher@4bdfbc8c[collectionLazy2] main
   [junit4]   2> 1734825 T8116 
oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage 
initialized to use dir: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection2\conf
   [junit4]   2> 1734825 T8116 oasr.RestManager.init Initializing RestManager 
with initArgs: 
{storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection2\conf}
   [junit4]   2> 1734827 T8116 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using 
file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection2\conf
   [junit4]   2> 1734828 T8116 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 1734828 T8116 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 1734828 T8116 oasc.SolrCores.putTransientCore Opening 
transient core collectionLazy2
   [junit4]   2> 1734828 T8116 oasc.CoreContainer.registerCore registering 
core: collectionLazy2
   [junit4]   2> 1734829 T8120 oasc.SolrCore.registerSearcher [collectionLazy2] 
Registered new searcher Searcher@4bdfbc8c[collectionLazy2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1734832 T8111 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection3\'
   [junit4]   2> 1734854 T8111 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 1734858 T8111 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 6.0.0
   [junit4]   2> 1734863 T8111 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 1734863 T8111 oass.IndexSchema.readSchema Reading Solr Schema 
from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection3\conf\schema.xml
   [junit4]   2> 1734868 T8111 oass.IndexSchema.readSchema [collectionLazy3] 
Schema name=tiny
   [junit4]   2> 1734871 T8111 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1734871 T8111 oasc.CoreContainer.create Creating SolrCore 
'collectionLazy3' using configuration from instancedir 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection3\
   [junit4]   2> 1734871 T8111 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1734872 T8111 oasc.SolrCore.<init> [collectionLazy3] Opening 
new SolrCore at 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection3\, 
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection3\data\
   [junit4]   2> 1734872 T8111 oasc.SolrCore.<init> JMX monitoring not detected 
for core: collectionLazy3
   [junit4]   2> 1734873 T8111 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection3\data\
   [junit4]   2> 1734873 T8111 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection3\data\index/
   [junit4]   2> 1734873 T8111 oasc.SolrCore.initIndex WARN [collectionLazy3] 
Solr index directory 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection3\data\index' doesn't exist. 
Creating new index...
   [junit4]   2> 1734873 T8111 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection3\data\index
   [junit4]   2> 1734874 T8111 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=33, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=6.8837890625, 
floorSegmentMB=2.021484375, forceMergeDeletesPctAllowed=10.769885474857757, 
segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3087320501425037
   [junit4]   2> 1734875 T8111 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@7fbe11bf 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@259cee47),segFN=segments_1,generation=1}
   [junit4]   2> 1734875 T8111 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 1734876 T8111 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1734877 T8111 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1734877 T8111 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1734877 T8111 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1734877 T8111 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1734877 T8111 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1734877 T8111 oasc.RequestHandlers.initHandlersFromConfig 
created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 1734878 T8111 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 1734878 T8111 oasc.RequestHandlers.initHandlersFromConfig 
created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 1734878 T8111 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 1734886 T8111 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 1734886 T8111 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 1734887 T8111 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 1734887 T8111 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 1734887 T8111 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/properties: 
org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 1734888 T8111 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 1734888 T8111 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 1734889 T8111 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 1734889 T8111 oasc.RequestHandlers.initHandlersFromConfig 
created /select: solr.SearchHandler
   [junit4]   2> 1734891 T8111 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1734892 T8111 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1734894 T8111 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1734895 T8111 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1734895 T8111 oasc.SolrCore.initStatsCache Using default 
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1734896 T8111 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 1734896 T8111 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 1734897 T8111 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: 
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=47, 
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, 
calibrateSizeByDeletes=true, maxMergeDocs=2147483647, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.12608005937906708]
   [junit4]   2> 1734899 T8111 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@7fbe11bf 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@259cee47),segFN=segments_1,generation=1}
   [junit4]   2> 1734899 T8111 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 1734899 T8111 oass.SolrIndexSearcher.<init> Opening 
Searcher@7f8fcd37[collectionLazy3] main
   [junit4]   2> 1734899 T8111 
oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage 
initialized to use dir: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection3\conf
   [junit4]   2> 1734899 T8111 oasr.RestManager.init Initializing RestManager 
with initArgs: 
{storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection3\conf}
   [junit4]   2> 1734899 T8111 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using 
file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection3\conf
   [junit4]   2> 1734901 T8111 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 1734901 T8111 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 1734901 T8111 oasc.SolrCores.putTransientCore Opening 
transient core collectionLazy3
   [junit4]   2> 1734901 T8111 oasc.CoreContainer.registerCore registering 
core: collectionLazy3
   [junit4]   2> 1734902 T8111 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection4\'
   [junit4]   2> 1734923 T8111 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 1734926 T8111 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 6.0.0
   [junit4]   2> 1734931 T8111 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 1734931 T8111 oass.IndexSchema.readSchema Reading Solr Schema 
from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection4\conf\schema.xml
   [junit4]   2> 1734935 T8111 oass.IndexSchema.readSchema [collectionLazy4] 
Schema name=tiny
   [junit4]   2> 1734937 T8111 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1734937 T8111 oasc.CoreContainer.create Creating SolrCore 
'collectionLazy4' using configuration from instancedir 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection4\
   [junit4]   2> 1734937 T8111 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1734938 T8111 oasc.SolrCore.<init> [collectionLazy4] Opening 
new SolrCore at 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection4\, 
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection4\data\
   [junit4]   2> 1734938 T8111 oasc.SolrCore.<init> JMX monitoring not detected 
for core: collectionLazy4
   [junit4]   2> 1734939 T8111 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection4\data\
   [junit4]   2> 1734940 T8111 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection4\data\index/
   [junit4]   2> 1734940 T8111 oasc.SolrCore.initIndex WARN [collectionLazy4] 
Solr index directory 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection4\data\index' doesn't exist. 
Creating new index...
   [junit4]   2> 1734940 T8111 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection4\data\index
   [junit4]   2> 1734940 T8111 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=50, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.43901460246392643]
   [junit4]   2> 1734941 T8111 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@1bee5eff 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@45d5d576),segFN=segments_1,generation=1}
   [junit4]   2> 1734941 T8111 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 1734942 T8111 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1734943 T8111 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1734944 T8111 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1734944 T8111 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1734944 T8111 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1734945 T8111 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1734945 T8111 oasc.RequestHandlers.initHandlersFromConfig 
created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 1734945 T8111 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 1734945 T8111 oasc.RequestHandlers.initHandlersFromConfig 
created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 1734945 T8111 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 1734946 T8111 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 1734946 T8111 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 1734946 T8111 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 1734947 T8111 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 1734947 T8111 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/properties: 
org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 1734948 T8111 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 1734948 T8111 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 1734948 T8111 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 1734949 T8111 oasc.RequestHandlers.initHandlersFromConfig 
created /select: solr.SearchHandler
   [junit4]   2> 1734950 T8111 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1734951 T8111 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1734953 T8111 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1734954 T8111 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1734954 T8111 oasc.SolrCore.initStatsCache Using default 
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1734955 T8111 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 1734955 T8111 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 1734955 T8111 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.AlcoholicMergePolicy: 
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1627956915, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1734956 T8111 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@1bee5eff 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@45d5d576),segFN=segments_1,generation=1}
   [junit4]   2> 1734956 T8111 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 1734957 T8111 oass.SolrIndexSearcher.<init> Opening 
Searcher@1b05ea16[collectionLazy4] main
   [junit4]   2> 1734958 T8111 
oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage 
initialized to use dir: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection4\conf
   [junit4]   2> 1734958 T8111 oasr.RestManager.init Initializing RestManager 
with initArgs: 
{storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection4\conf}
   [junit4]   2> 1734958 T8111 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using 
file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection4\conf
   [junit4]   2> 1734959 T8111 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 1734959 T8111 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 1734959 T8124 oasc.SolrCore.registerSearcher [collectionLazy4] 
Registered new searcher Searcher@1b05ea16[collectionLazy4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1734959 T8111 oasc.CoreContainer.registerCore registering 
core: collectionLazy4
   [junit4]   2> 1734959 T8111 oasc.CoreContainer.shutdown Shutting down 
CoreContainer instance=627945159
   [junit4]   2> 1734960 T8111 oasc.SolrCore.close [collection1]  CLOSING 
SolrCore org.apache.solr.core.SolrCore@56fb6ca3
   [junit4]   2> 1734960 T8111 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> 1734960 T8111 oasu.SolrCoreState.decrefSolrCoreState Closing 
SolrCoreState
   [junit4]   2> 1734960 T8111 oasu.DefaultSolrCoreState.closeIndexWriter 
SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1734960 T8111 oasu.DefaultSolrCoreState.closeIndexWriter 
closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1734962 T8111 oasc.SolrCore.closeSearcher [collection1] 
Closing main searcher on request.
   [junit4]   2> 1734962 T8111 oasc.CachingDirectoryFactory.close Closing 
MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1734962 T8111 oasc.CachingDirectoryFactory.closeCacheValue 
looking to close 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection1\data\index 
[CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection1\data\index;done=false>>]
   [junit4]   2> 1734962 T8111 oasc.CachingDirectoryFactory.close Closing 
directory: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection1\data\index
   [junit4]   2> 1734963 T8111 oasc.CachingDirectoryFactory.closeCacheValue 
looking to close 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection1\data\ 
[CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection1\data\;done=false>>]
   [junit4]   2> 1734963 T8111 oasc.CachingDirectoryFactory.close Closing 
directory: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection1\data\
   [junit4]   2> 1734963 T8111 oasc.SolrCore.close [collectionLazy5]  CLOSING 
SolrCore org.apache.solr.core.SolrCore@443132f2
   [junit4]   2> 1734963 T8111 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> 1734963 T8111 oasu.SolrCoreState.decrefSolrCoreState Closing 
SolrCoreState
   [junit4]   2> 1734963 T8111 oasu.DefaultSolrCoreState.closeIndexWriter 
SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1734963 T8111 oasu.DefaultSolrCoreState.closeIndexWriter 
closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1734965 T8111 oasc.SolrCore.closeSearcher [collectionLazy5] 
Closing main searcher on request.
   [junit4]   2> 1734965 T8111 oasc.CachingDirectoryFactory.close Closing 
MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1734965 T8111 oasc.CachingDirectoryFactory.closeCacheValue 
looking to close 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection5\data\index 
[CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection5\data\index;done=false>>]
   [junit4]   2> 1734965 T8111 oasc.CachingDirectoryFactory.close Closing 
directory: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection5\data\index
   [junit4]   2> 1734966 T8111 oasc.CachingDirectoryFactory.closeCacheValue 
looking to close 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection5\data\ 
[CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection5\data\;done=false>>]
   [junit4]   2> 1734966 T8111 oasc.CachingDirectoryFactory.close Closing 
directory: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection5\data\
   [junit4]   2> 1734966 T8111 oasc.SolrCore.close [collectionLazy4]  CLOSING 
SolrCore org.apache.solr.core.SolrCore@375bacaf
   [junit4]   2> 1734966 T8111 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> 1734966 T8111 oasu.SolrCoreState.decrefSolrCoreState Closing 
SolrCoreState
   [junit4]   2> 1734966 T8111 oasu.DefaultSolrCoreState.closeIndexWriter 
SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1734966 T8111 oasu.DefaultSolrCoreState.closeIndexWriter 
closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1734968 T8111 oasc.SolrCore.closeSearcher [collectionLazy4] 
Closing main searcher on request.
   [junit4]   2> 1734968 T8111 oasc.CachingDirectoryFactory.close Closing 
MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1734968 T8111 oasc.CachingDirectoryFactory.closeCacheValue 
looking to close 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection4\data\ 
[CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection4\data\;done=false>>]
   [junit4]   2> 1734968 T8111 oasc.CachingDirectoryFactory.close Closing 
directory: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection4\data\
   [junit4]   2> 1734969 T8111 oasc.CachingDirectoryFactory.closeCacheValue 
looking to close 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection4\data\index 
[CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection4\data\index;done=false>>]
   [junit4]   2> 1734969 T8111 oasc.CachingDirectoryFactory.close Closing 
directory: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection4\data\index
   [junit4]   2> 1734969 T8111 oasc.SolrCore.close [collectionLazy2]  CLOSING 
SolrCore org.apache.solr.core.SolrCore@2c28ee3a
   [junit4]   2> 1734969 T8111 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> 1734969 T8111 oasu.SolrCoreState.decrefSolrCoreState Closing 
SolrCoreState
   [junit4]   2> 1734969 T8111 oasu.DefaultSolrCoreState.closeIndexWriter 
SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1734969 T8111 oasu.DefaultSolrCoreState.closeIndexWriter 
closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1734971 T8111 oasc.SolrCore.closeSearcher [collectionLazy2] 
Closing main searcher on request.
   [junit4]   2> 1734971 T8111 oasc.CachingDirectoryFactory.close Closing 
MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1734971 T8111 oasc.CachingDirectoryFactory.closeCacheValue 
looking to close 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection2\data\ 
[CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection2\data\;done=false>>]
   [junit4]   2> 1734971 T8111 oasc.CachingDirectoryFactory.close Closing 
directory: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection2\data\
   [junit4]   2> 1734971 T8111 oasc.CachingDirectoryFactory.closeCacheValue 
looking to close 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection2\data\index 
[CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection2\data\index;done=false>>]
   [junit4]   2> 1734971 T8111 oasc.CachingDirectoryFactory.close Closing 
directory: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection2\data\index
   [junit4]   2> 1734972 T8111 oasc.SolrCore.close [collectionLazy3]  CLOSING 
SolrCore org.apache.solr.core.SolrCore@21bb1168
   [junit4]   2> 1734972 T8111 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> 1734972 T8111 oasu.SolrCoreState.decrefSolrCoreState Closing 
SolrCoreState
   [junit4]   2> 1734972 T8111 oasu.DefaultSolrCoreState.closeIndexWriter 
SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1734972 T8111 oasu.DefaultSolrCoreState.closeIndexWriter 
closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1734973 T8122 oasc.SolrCore.registerSearcher [collectionLazy3] 
Registered new searcher Searcher@7f8fcd37[collectionLazy3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1734973 T8111 oasc.SolrCore.closeSearcher [collectionLazy3] 
Closing main searcher on request.
   [junit4]   2> 1734973 T8111 oasc.CachingDirectoryFactory.close Closing 
MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1734974 T8111 oasc.CachingDirectoryFactory.closeCacheValue 
looking to close 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection3\data\index 
[CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection3\data\index;done=false>>]
   [junit4]   2> 1734974 T8111 oasc.CachingDirectoryFactory.close Closing 
directory: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection3\data\index
   [junit4]   2> 1734974 T8111 oasc.CachingDirectoryFactory.closeCacheValue 
looking to close 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection3\data\ 
[CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection3\data\;done=false>>]
   [junit4]   2> 1734975 T8111 oasc.CachingDirectoryFactory.close Closing 
directory: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-001\collection3\data\
   [junit4]   2> 1734976 T8111 oas.SolrTestCaseJ4.tearDown ###Ending 
testLazyLoad
   [junit4]   2> 1734980 T8111 oas.SolrTestCaseJ4.setUp ###Starting 
testPersistence
   [junit4]   2> 1735024 T8111 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-002\'
   [junit4]   2> 1735053 T8111 oasc.ConfigSolr.fromFile Loading container 
configuration from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-002\solr.xml
   [junit4]   2> 1735062 T8111 oasc.CoreContainer.<init> New CoreContainer 
1256495027
   [junit4]   2> 1735063 T8111 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-002\]
   [junit4]   2> 1735064 T8111 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 600000
   [junit4]   2> 1735064 T8111 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: null
   [junit4]   2> 1735064 T8111 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 60000
   [junit4]   2> 1735064 T8111 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1735064 T8111 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 1735064 T8111 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 1735064 T8111 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1735064 T8111 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 1735066 T8111 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 1735066 T8111 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 1735066 T8111 oashc.HttpShardHandlerFactory.getParameter 
Setting useRetries to: false
   [junit4]   2> 1735066 T8111 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 1735066 T8111 oasc.SolrCores.allocateLazyCores Allocating 
transient cache for 4 transient cores
   [junit4]   2> 1735066 T8111 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1735066 T8111 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1735067 T8111 oasc.CoreContainer.load Host Name: null
   [junit4]   2> 1735083 T8126 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-002\collection1\'
   [junit4]   2> 1735113 T8126 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 1735116 T8126 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 6.0.0
   [junit4]   2> 1735121 T8126 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 1735123 T8126 oass.IndexSchema.readSchema Reading Solr Schema 
from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA7571B5833BA4-001\tempDir-002\collection1\conf\schema.xml
   [junit4]   2> 1735126 T8126 oass.IndexSchema.readSchema [collection1] Schema 
name=tiny
   [junit4]   2> 1735132 T8126 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1735132 T8126 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from instancedir 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 2ACA

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

ne=Israel
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0_25 
(64-bit)/cpus=2,threads=1,free=117874120,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestFuzzyAnalyzedSuggestions, DistributedQueryComponentOptimizationTest, 
ResponseLogComponentTest, TestCollapseQParserPlugin, BasicDistributedZkTest, 
ZkNodePropsTest, IndexSchemaTest, OpenCloseCoreStressTest, 
UnloadDistributedZkTest, SuggesterFSTTest, BlockCacheTest, 
QueryElevationComponentTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, 
JSONWriterTest, TestReplicationHandlerBackup, DistributedFacetPivotLargeTest, 
TestCharFilters, TestUtils, BasicZkTest, TestSolrDeletionPolicy1, 
TestSolrDynamicMBean, QueryEqualityTest, ChangedSchemaMergeTest, 
HighlighterMaxOffsetTest, RequestHandlersTest, TestMiniSolrCloudCluster, 
URLClassifyProcessorTest, HighlighterTest, SaslZkACLProviderTest, 
TestIndexSearcher, TestDocumentBuilder, ConvertedLegacyTest, SuggesterWFSTTest, 
TestCollationField, DistributedFacetPivotLongTailTest, 
HdfsBasicDistributedZkTest, TestArbitraryIndexDir, 
OverriddenZkACLAndCredentialsProvidersTest, AnalyticsQueryTest, 
TestAnalyzeInfixSuggestions, AnalysisErrorHandlingTest, 
TestLMDirichletSimilarityFactory, OverseerTest, DateFieldTest, 
TestDFRSimilarityFactory, TestLeaderElectionZkExpiry, CacheHeaderTest, 
IndexBasedSpellCheckerTest, ParsingFieldUpdateProcessorsTest, ClusterStateTest, 
SolrXmlInZkTest, PrimUtilsTest, TestSurroundQueryParser, 
HdfsUnloadDistributedZkTest, TestInitParams, ResourceLoaderTest, 
AsyncMigrateRouteKeyTest, PluginInfoTest, OverseerRolesTest, 
TestRandomDVFaceting, ZkControllerTest, PolyFieldTest, 
TestManagedResourceStorage, TestNonDefinedSimilarityFactory, 
DirectUpdateHandlerOptimizeTest, UpdateParamsTest, TestCSVResponseWriter, 
TestDefaultSearchFieldResource, DistributedExpandComponentTest, ZkCLITest, 
EchoParamsTest, TestTrie, TestJmxMonitoredMap, MultiTermTest, 
TestManagedStopFilterFactory, SOLR749Test, TestSchemaVersionResource, 
ShardRoutingCustomTest, DocExpirationUpdateProcessorFactoryTest, 
PreAnalyzedFieldTest, DirectSolrSpellCheckerTest, PeerSyncTest, TestConfigSets, 
DocValuesTest, UUIDFieldTest, TestFreeTextSuggestions, TestRealTimeGet, 
UpdateRequestProcessorFactoryTest, HdfsDirectoryFactoryTest, 
RAMDirectoryFactoryTest, OutputWriterTest, HttpPartitionTest, 
DistribDocExpirationUpdateProcessorTest, DocumentBuilderTest, 
MigrateRouteKeyTest, TestMaxScoreQueryParser, TestNoOpRegenerator, 
TestSolrXmlPersistor, CoreAdminRequestStatusTest, 
TestManagedSchemaFieldResource, TestRawResponseWriter, CircularListTest, 
TestRangeQuery, DistributedFacetPivotWhiteBoxTest, TestLuceneMatchVersion, 
StressHdfsTest, SolrInfoMBeanTest, TestPartialUpdateDeduplication, 
NotRequiredUniqueKeyTest, OpenExchangeRatesOrgProviderTest, 
FastVectorHighlighterTest, CollectionsAPIAsyncDistributedZkTest, 
TestAddFieldRealTimeGet, TestWordDelimiterFilterFactory, 
TestDistributedGrouping, TestManagedSchemaFieldTypeResource, 
LukeRequestHandlerTest, DefaultValueUpdateProcessorTest, SuggesterTSTTest, 
SimpleMLTQParserTest, TestPostingsSolrHighlighter, LeaderElectionTest, 
StandardRequestHandlerTest, DistributedSuggestComponentTest, 
TestClassNameShortening, BadCopyFieldTest, TestStandardQParsers, 
DocumentAnalysisRequestHandlerTest, JsonLoaderTest, TestRandomFaceting, 
TestFieldCollectionResource, ZkSolrClientTest, InfoHandlerTest, 
LeaderInitiatedRecoveryOnCommitTest, SpatialFilterTest, TestFiltering, 
TestCollationFieldDocValues, ExternalFileFieldSortTest, 
TriLevelCompositeIdRoutingTest, DistributedFacetPivotSmallAdvancedTest, 
TestSchemaNameResource, TestFieldTypeResource, PreAnalyzedUpdateProcessorTest, 
CloudExitableDirectoryReaderTest, CustomCollectionTest, 
SolrCoreCheckLockOnStartupTest, TestZkChroot, TestRemoteStreaming, 
StatelessScriptUpdateProcessorFactoryTest, ExitableDirectoryReaderTest, 
CurrencyFieldOpenExchangeTest, CurrencyFieldXmlFileTest, TestCloudInspectUtil, 
MultiThreadedOCPTest, TestCodecSupport, SimpleCollectionCreateDeleteTest, 
TestDefaultStatsCache, SynonymTokenizerTest, TestSolrConfigHandlerCloud, 
OverseerCollectionProcessorTest, TestRTGBase, RollingRestartTest, 
TestConfigReload, TestSolrConfigHandlerConcurrent, SimplePostToolTest, 
TestLazyCores, ShowFileRequestHandlerTest, TestConfig, DateRangeFieldTest, 
TestExactStatsCache, TestReversedWildcardFilterFactory, TestSolrIndexConfig, 
DistributedQueryElevationComponentTest, TestLRUCache, 
CollectionsAPIDistributedZkTest, TestWriterPerf, TestFileDictionaryLookup, 
DistanceUnitsTest, TestSerializedLuceneMatchVersion, TestReplicationHandler, 
CSVRequestHandlerTest, AddBlockUpdateTest, TestCoreDiscovery, 
TestIBSimilarityFactory, DebugComponentTest, TestPseudoReturnFields, 
LoggingHandlerTest, TestComponentsName, DirectUpdateHandlerTest, 
TestPHPSerializedResponseWriter, TestCopyFieldCollectionResource, DOMUtilTest, 
DistributedIntervalFacetingTest, TestFunctionQuery, TestAnalyzedSuggestions, 
SolrCmdDistributorTest, FileBasedSpellCheckerTest, BadIndexSchemaTest, 
SliceStateTest, DistanceFunctionTest, FieldAnalysisRequestHandlerTest, 
QueryParsingTest, HdfsLockFactoryTest, TestSweetSpotSimilarityFactory, 
SolrIndexConfigTest, TestBinaryField, TestDistributedSearch, 
BasicDistributedZk2Test, TestOverriddenPrefixQueryForCustomFieldType, 
RegexBoostProcessorTest, TestStressReorder, AssignTest, 
CoreContainerCoreInitFailuresTest, TestDocBasedVersionConstraints, 
TestStressVersions, PrimitiveFieldTypeTest, TestSchemaSimilarityResource, 
DistributedFacetPivotSmallTest, TestOmitPositions, SpellCheckCollatorTest, 
TestRecoveryHdfs, TestSolrCoreProperties, ChaosMonkeySafeLeaderTest, 
SyncSliceTest, LeaderElectionIntegrationTest, ShardRoutingTest, RecoveryZkTest, 
FullSolrCloudDistribCmdsTest, ClusterStateUpdateTest, AutoCommitTest, 
TestFaceting, TestRecovery, TestHashPartitioner, 
DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, 
TestJoin, TestReload, HardAutoCommitTest, DistributedTermsComponentTest, 
TestCoreContainer, SimpleFacetsTest, TestSolr4Spatial, SolrCoreTest, 
StatsComponentTest, SpellCheckComponentTest, TestGroupingSearch, TestSort, 
BasicFunctionalityTest, TestBadConfig, SoftAutoCommitTest, 
SolrIndexSplitterTest, AnalysisAfterCoreReloadTest, 
SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser, 
CoreAdminHandlerTest, SolrRequestParserTest, TestFoldingMultitermQuery, 
SuggesterTest, TestStressLucene, TestCSVLoader, NoCacheHeaderTest, 
WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, TestUpdate, 
FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, 
SortByFunctionTest, DocValuesMultiTest, XsltUpdateRequestHandlerTest, 
DisMaxRequestHandlerTest, TestQueryUtils, TestQueryTypes, TermsComponentTest, 
XmlUpdateRequestHandlerTest, TestValueSourceCache, 
PathHierarchyTokenizerFactoryTest, TermVectorComponentTest, 
TestIndexingPerformance, MoreLikeThisHandlerTest, RequiredFieldsTest, 
TestSolrQueryParser, IndexSchemaRuntimeFieldTest, SolrPluginUtilsTest, 
TestJmxIntegration, ReturnFieldsTest, MBeansHandlerTest, 
UniqFieldsUpdateProcessorFactoryTest, BinaryUpdateRequestHandlerTest, 
PingRequestHandlerTest, SearchHandlerTest, TestBinaryResponseWriter, 
TestLFUCache, HighlighterConfigTest, TestQuerySenderListener, 
AlternateDirectoryTest, TestQuerySenderNoQuery, CopyFieldTest, 
BadComponentTest, TestStressRecovery, TestMergePolicyConfig, 
TestSolrDeletionPolicy2, SampleTest, TestDocSet, TestSearchPerf, 
NumericFieldsTest, MinimalSchemaTest, TestElisionMultitermQuery, 
DirectSolrConnectionTest, TestPhraseSuggestions, SpellPossibilityIteratorTest, 
TestXIncludeConfig, TestPerFieldSimilarity, 
TestLMJelinekMercerSimilarityFactory, TestBM25SimilarityFactory, 
TestDefaultSimilarityFactory, TestFastWriter, LegacyHTMLStripCharFilterTest, 
TimeZoneUtilsTest, TestFastOutputStream, ScriptEngineTest, TestFastLRUCache, 
DateMathParserTest, ChaosMonkeyNothingIsSafeTest, TestSystemIdResolver, 
TestSuggestSpellingConverter, SpellingQueryConverterTest, TestSolrJ, 
SystemInfoHandlerTest, FileUtilsTest, CursorPagingTest, SolrTestCaseJ4Test, 
TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, 
TestHighlightDedupGrouping, TestTolerantSearch, AliasIntegrationTest, 
ConnectionManagerTest, DeleteInactiveReplicaTest, DeleteReplicaTest, 
DeleteShardTest, DistribCursorPagingTest, DistributedQueueTest, 
ExternalCollectionsTest, LeaderFailoverAfterPartitionTest, 
OutOfBoxZkACLAndCredentialsProvidersTest, OverseerStatusTest, 
RemoteQueryErrorTest, ReplicationFactorTest]
   [junit4] Completed in 45.80s, 1 test, 1 error <<< FAILURES!

[...truncated 330 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:519: The 
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:467: The 
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:61: The 
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:39: 
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:187: 
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:510:
 The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1348:
 The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:956:
 There were test failures: 463 suites, 1871 tests, 1 suite-level error, 1 
error, 56 ignored (30 assumptions)

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


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

Reply via email to