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

[JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.8.0_66) - Build # 5391 - Failure!

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

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

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

Stack Trace:
java.lang.AssertionError: ERROR: SolrIndexSearcher opens=51 closes=50
	at __randomizedtesting.SeedInfo.seed([14A9DFDD0DFB5022]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:468)
	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:234)
	at sun.reflect.GeneratedMethodAccessor21.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1660)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java: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:367)
	at java.lang.Thread.run(Thread.java:745)


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

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

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


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

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

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




Build Log:
[...truncated 10758 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_14A9DFDD0DFB5022-001\init-core-data-001
   [junit4]   2> 1980388 INFO  (SUITE-TestLazyCores-seed#[14A9DFDD0DFB5022]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 1980392 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBadConfigsGenerateErrors
   [junit4]   2> 1980429 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\'
   [junit4]   2> 1980429 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1980429 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1980455 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\solr.xml
   [junit4]   2> 1980463 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    ] o.a.s.c.CoresLocator Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001
   [junit4]   2> 1980463 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    ] o.a.s.c.CoreContainer New CoreContainer 874525391
   [junit4]   2> 1980463 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\]
   [junit4]   2> 1980463 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    ] o.a.s.c.CoreContainer loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\lib
   [junit4]   2> 1980463 WARN  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\lib).
   [junit4]   2> 1980470 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1980472 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 1980472 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1980472 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1980472 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1980472 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1980472 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    ] o.a.s.c.CoresLocator Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001
   [junit4]   2> 1980473 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=badConfig1, config=solrconfig.xml, transient=true, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\badConfig1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\badConfig1\, dataDir=data\}
   [junit4]   2> 1980474 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    ] o.a.s.c.CoresLocator Found core badConfig1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\badConfig1\
   [junit4]   2> 1980474 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=badConfig2, config=solrconfig.xml, transient=true, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\badConfig2, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\badConfig2\, dataDir=data\}
   [junit4]   2> 1980474 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    ] o.a.s.c.CoresLocator Found core badConfig2 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\badConfig2\
   [junit4]   2> 1980475 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=badSchema1, config=solrconfig.xml, transient=true, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\badSchema1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\badSchema1\, dataDir=data\}
   [junit4]   2> 1980475 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    ] o.a.s.c.CoresLocator Found core badSchema1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\badSchema1\
   [junit4]   2> 1980481 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=badSchema2, config=solrconfig.xml, transient=true, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\badSchema2, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\badSchema2\, dataDir=data\}
   [junit4]   2> 1980481 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    ] o.a.s.c.CoresLocator Found core badSchema2 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\badSchema2\
   [junit4]   2> 1980482 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=core1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\core1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\core1\, dataDir=data\}
   [junit4]   2> 1980482 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    ] o.a.s.c.CoresLocator Found core core1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\core1\
   [junit4]   2> 1980483 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=core2, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\core2, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\core2\, dataDir=data\}
   [junit4]   2> 1980483 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    ] o.a.s.c.CoresLocator Found core core2 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\core2\
   [junit4]   2> 1980483 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    ] o.a.s.c.CoresLocator Found 6 core definitions
   [junit4]   2> 1980486 INFO  (coreLoadExecutor-5751-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\badConfig1\'
   [junit4]   2> 1980486 INFO  (coreLoadExecutor-5751-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1980486 INFO  (coreLoadExecutor-5751-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1980502 INFO  (coreLoadExecutor-5751-thread-1) [    ] o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
   [junit4]   2> 1980502 ERROR (coreLoadExecutor-5751-thread-1) [    ] o.a.s.c.CoreContainer Error creating core [badConfig1]: Could not load conf for core badConfig1: Error loading solr config from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\badConfig1\conf\solrconfig.xml
   [junit4]   2> org.apache.solr.common.SolrException: Could not load conf for core badConfig1: Error loading solr config from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\badConfig1\conf\solrconfig.xml
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:82)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:733)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:455)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:446)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:231)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Error loading solr config from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\badConfig1\conf\solrconfig.xml
   [junit4]   2> 	at org.apache.solr.core.SolrConfig.readFromResourceLoader(SolrConfig.java:184)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.createSolrConfig(ConfigSetService.java:94)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:74)
   [junit4]   2> 	... 8 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: org.xml.sax.SAXParseException; systemId: solrres:/solrconfig.xml; lineNumber: 55; columnNumber: 5; The element type "reqsthalr" must be terminated by the matching end-tag "</reqsthalr>".
   [junit4]   2> 	at org.apache.solr.core.Config.<init>(Config.java:156)
   [junit4]   2> 	at org.apache.solr.core.Config.<init>(Config.java:92)
   [junit4]   2> 	at org.apache.solr.core.SolrConfig.<init>(SolrConfig.java:199)
   [junit4]   2> 	at org.apache.solr.core.SolrConfig.readFromResourceLoader(SolrConfig.java:176)
   [junit4]   2> 	... 10 more
   [junit4]   2> Caused by: org.xml.sax.SAXParseException; systemId: solrres:/solrconfig.xml; lineNumber: 55; columnNumber: 5; The element type "reqsthalr" must be terminated by the matching end-tag "</reqsthalr>".
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:203)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:177)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:400)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:327)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(XMLScanner.java:1437)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(XMLDocumentFragmentScannerImpl.java:1750)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2970)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:606)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:118)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:510)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:848)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:777)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:243)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339)
   [junit4]   2> 	at org.apache.solr.core.Config.<init>(Config.java:145)
   [junit4]   2> 	... 13 more
   [junit4]   2> 1980503 INFO  (coreLoadExecutor-5751-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\badConfig2\'
   [junit4]   2> 1980503 INFO  (coreLoadExecutor-5751-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1980503 INFO  (coreLoadExecutor-5751-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1980528 INFO  (coreLoadExecutor-5751-thread-2) [    ] o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
   [junit4]   2> 1980528 ERROR (coreLoadExecutor-5751-thread-2) [    ] o.a.s.c.CoreContainer Error creating core [badConfig2]: Could not load conf for core badConfig2: Error loading solr config from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\badConfig2\conf\solrconfig.xml
   [junit4]   2> org.apache.solr.common.SolrException: Could not load conf for core badConfig2: Error loading solr config from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\badConfig2\conf\solrconfig.xml
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:82)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:733)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:455)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:446)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:231)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Error loading solr config from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\badConfig2\conf\solrconfig.xml
   [junit4]   2> 	at org.apache.solr.core.SolrConfig.readFromResourceLoader(SolrConfig.java:184)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.createSolrConfig(ConfigSetService.java:94)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:74)
   [junit4]   2> 	... 8 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: org.xml.sax.SAXParseException; systemId: solrres:/solrconfig.xml; lineNumber: 55; columnNumber: 5; The element type "reqsthalr" must be terminated by the matching end-tag "</reqsthalr>".
   [junit4]   2> 	at org.apache.solr.core.Config.<init>(Config.java:156)
   [junit4]   2> 	at org.apache.solr.core.Config.<init>(Config.java:92)
   [junit4]   2> 	at org.apache.solr.core.SolrConfig.<init>(SolrConfig.java:199)
   [junit4]   2> 	at org.apache.solr.core.SolrConfig.readFromResourceLoader(SolrConfig.java:176)
   [junit4]   2> 	... 10 more
   [junit4]   2> Caused by: org.xml.sax.SAXParseException; systemId: solrres:/solrconfig.xml; lineNumber: 55; columnNumber: 5; The element type "reqsthalr" must be terminated by the matching end-tag "</reqsthalr>".
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:203)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:177)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:400)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:327)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(XMLScanner.java:1437)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(XMLDocumentFragmentScannerImpl.java:1750)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2970)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:606)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:118)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:510)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:848)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:777)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:243)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339)
   [junit4]   2> 	at org.apache.solr.core.Config.<init>(Config.java:145)
   [junit4]   2> 	... 13 more
   [junit4]   2> 1980531 INFO  (coreLoadExecutor-5751-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\core1\'
   [junit4]   2> 1980531 INFO  (coreLoadExecutor-5751-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1980531 INFO  (coreLoadExecutor-5751-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1980547 INFO  (coreLoadExecutor-5751-thread-2) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1980549 INFO  (coreLoadExecutor-5751-thread-2) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1980553 INFO  (coreLoadExecutor-5751-thread-2) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1980553 INFO  (coreLoadExecutor-5751-thread-2) [    ] o.a.s.s.IndexSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\core1\conf\schema.xml
   [junit4]   2> 1980555 INFO  (coreLoadExecutor-5751-thread-2) [    ] o.a.s.s.IndexSchema [core1] Schema name=tiny
   [junit4]   2> 1980559 INFO  (coreLoadExecutor-5751-thread-2) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1980562 INFO  (coreLoadExecutor-5751-thread-2) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\core1\conf'
   [junit4]   2> 1980562 INFO  (coreLoadExecutor-5751-thread-2) [    ] o.a.s.c.CoreContainer Creating SolrCore 'core1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\core1\
   [junit4]   2> 1980562 INFO  (coreLoadExecutor-5751-thread-2) [    x:core1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1980562 INFO  (coreLoadExecutor-5751-thread-2) [    x:core1] o.a.s.c.SolrCore [[core1] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\core1\], dataDir=[null]
   [junit4]   2> 1980562 INFO  (coreLoadExecutor-5751-thread-2) [    x:core1] o.a.s.c.SolrCore JMX monitoring not detected for core: core1
   [junit4]   2> 1980563 INFO  (coreLoadExecutor-5751-thread-2) [    x:core1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\core1\data\
   [junit4]   2> 1980563 INFO  (coreLoadExecutor-5751-thread-2) [    x:core1] o.a.s.c.SolrCore 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_14A9DFDD0DFB5022-001\tempDir-001\core1\data\index/
   [junit4]   2> 1980563 WARN  (coreLoadExecutor-5751-thread-2) [    x:core1] o.a.s.c.SolrCore [core1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\core1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1980563 INFO  (coreLoadExecutor-5751-thread-2) [    x:core1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\core1\data\index
   [junit4]   2> 1980563 INFO  (coreLoadExecutor-5751-thread-2) [    x:core1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=21, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=42.353515625, floorSegmentMB=1.1064453125, forceMergeDeletesPctAllowed=16.910596351068044, segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.46798015592594444
   [junit4]   2> 1980564 INFO  (coreLoadExecutor-5751-thread-2) [    x:core1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@4e5d5cd0 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4f5f2423),segFN=segments_1,generation=1}
   [junit4]   2> 1980564 INFO  (coreLoadExecutor-5751-thread-2) [    x:core1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1980566 INFO  (coreLoadExecutor-5751-thread-2) [    x:core1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1980569 INFO  (coreLoadExecutor-5751-thread-2) [    x:core1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1980570 INFO  (coreLoadExecutor-5751-thread-2) [    x:core1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1980571 INFO  (coreLoadExecutor-5751-thread-2) [    x:core1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1980572 INFO  (coreLoadExecutor-5751-thread-2) [    x:core1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1980573 INFO  (OldIndexDirectoryCleanupThreadForCore-core1) [    x:core1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core core1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\core1\data\
   [junit4]   2> 1980573 INFO  (coreLoadExecutor-5751-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\badSchema2\'
   [junit4]   2> 1980573 INFO  (coreLoadExecutor-5751-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1980573 INFO  (coreLoadExecutor-5751-thread-2) [    x:core1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/update/json/docs,/admin/luke,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1980573 INFO  (coreLoadExecutor-5751-thread-2) [    x:core1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1980574 WARN  (OldIndexDirectoryCleanupThreadForCore-core1) [    x:core1] o.a.s.c.DirectoryFactory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\core1\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1980574 INFO  (coreLoadExecutor-5751-thread-2) [    x:core1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 1980574 INFO  (coreLoadExecutor-5751-thread-2) [    x:core1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 1980574 INFO  (coreLoadExecutor-5751-thread-2) [    x:core1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=13, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=41.59375, floorSegmentMB=2.1630859375, forceMergeDeletesPctAllowed=6.613858639389207, segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4654584674351694
   [junit4]   2> 1980575 INFO  (coreLoadExecutor-5751-thread-2) [    x:core1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@4e5d5cd0 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4f5f2423),segFN=segments_1,generation=1}
   [junit4]   2> 1980575 INFO  (coreLoadExecutor-5751-thread-2) [    x:core1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1980575 INFO  (coreLoadExecutor-5751-thread-2) [    x:core1] o.a.s.s.SolrIndexSearcher Opening Searcher@76b1dbe5[core1] main
   [junit4]   2> 1980575 INFO  (coreLoadExecutor-5751-thread-2) [    x:core1] o.a.s.r.ManagedResourceStorage 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_14A9DFDD0DFB5022-001\tempDir-001\core1\conf
   [junit4]   2> 1980575 INFO  (coreLoadExecutor-5751-thread-2) [    x:core1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\core1\conf}
   [junit4]   2> 1980575 INFO  (coreLoadExecutor-5751-thread-2) [    x:core1] o.a.s.r.ManagedResourceStorage 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_14A9DFDD0DFB5022-001\tempDir-001\core1\conf
   [junit4]   2> 1980576 INFO  (coreLoadExecutor-5751-thread-2) [    x:core1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1980576 INFO  (coreLoadExecutor-5751-thread-2) [    x:core1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1980576 INFO  (coreLoadExecutor-5751-thread-2) [    x:core1] o.a.s.c.CoreContainer registering core: core1
   [junit4]   2> 1980576 INFO  (coreLoadExecutor-5751-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\core2\'
   [junit4]   2> 1980576 INFO  (coreLoadExecutor-5751-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1980576 INFO  (coreLoadExecutor-5751-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1980588 INFO  (coreLoadExecutor-5751-thread-2) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1980590 INFO  (coreLoadExecutor-5751-thread-2) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1980593 INFO  (coreLoadExecutor-5751-thread-2) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1980595 INFO  (coreLoadExecutor-5751-thread-2) [    ] o.a.s.s.IndexSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\core2\conf\schema.xml
   [junit4]   2> 1980597 INFO  (coreLoadExecutor-5751-thread-2) [    ] o.a.s.s.IndexSchema [core2] Schema name=tiny
   [junit4]   2> 1980599 INFO  (coreLoadExecutor-5751-thread-2) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1980600 INFO  (coreLoadExecutor-5751-thread-2) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\core2\conf'
   [junit4]   2> 1980600 INFO  (coreLoadExecutor-5751-thread-2) [    ] o.a.s.c.CoreContainer Creating SolrCore 'core2' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\core2\
   [junit4]   2> 1980600 INFO  (coreLoadExecutor-5751-thread-2) [    x:core2] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1980600 INFO  (coreLoadExecutor-5751-thread-2) [    x:core2] o.a.s.c.SolrCore [[core2] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\core2\], dataDir=[null]
   [junit4]   2> 1980600 INFO  (coreLoadExecutor-5751-thread-2) [    x:core2] o.a.s.c.SolrCore JMX monitoring not detected for core: core2
   [junit4]   2> 1980600 INFO  (coreLoadExecutor-5751-thread-2) [    x:core2] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\core2\data\
   [junit4]   2> 1980600 INFO  (coreLoadExecutor-5751-thread-2) [    x:core2] o.a.s.c.SolrCore 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_14A9DFDD0DFB5022-001\tempDir-001\core2\data\index/
   [junit4]   2> 1980600 WARN  (coreLoadExecutor-5751-thread-2) [    x:core2] o.a.s.c.SolrCore [core2] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\core2\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1980600 INFO  (coreLoadExecutor-5751-thread-2) [    x:core2] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\core2\data\index
   [junit4]   2> 1980600 INFO  (coreLoadExecutor-5751-thread-2) [    x:core2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=43, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=41.21875, floorSegmentMB=0.8212890625, forceMergeDeletesPctAllowed=2.459876023483173, segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1980601 INFO  (coreLoadExecutor-5751-thread-2) [    x:core2] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@729a7a8a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4adc9844),segFN=segments_1,generation=1}
   [junit4]   2> 1980601 INFO  (coreLoadExecutor-5751-thread-2) [    x:core2] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1980602 INFO  (coreLoadExecutor-5751-thread-2) [    x:core2] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1980604 INFO  (coreLoadExecutor-5751-thread-2) [    x:core2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1980604 INFO  (coreLoadExecutor-5751-thread-2) [    x:core2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1980605 INFO  (coreLoadExecutor-5751-thread-2) [    x:core2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1980606 INFO  (coreLoadExecutor-5751-thread-2) [    x:core2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1980606 INFO  (OldIndexDirectoryCleanupThreadForCore-core2) [    x:core2] o.a.s.c.SolrCore Looking for old index directories to cleanup for core core2 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\core2\data\
   [junit4]   2> 1980608 INFO  (coreLoadExecutor-5751-thread-2) [    x:core2] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/update/json/docs,/admin/luke,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1980609 INFO  (coreLoadExecutor-5751-thread-2) [    x:core2] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1980609 INFO  (coreLoadExecutor-5751-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1980621 INFO  (coreLoadExecutor-5751-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1980623 INFO  (coreLoadExecutor-5751-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1980626 INFO  (coreLoadExecutor-5751-thread-1) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1980627 INFO  (coreLoadExecutor-5751-thread-1) [    ] o.a.s.s.IndexSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\badSchema2\conf\schema.xml
   [junit4]   2> 1980628 INFO  (coreLoadExecutor-5751-thread-1) [    ] o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
   [junit4]   2> 1980628 ERROR (coreLoadExecutor-5751-thread-1) [    ] o.a.s.c.CoreContainer Error creating core [badSchema2]: Could not load conf for core badSchema2: org.xml.sax.SAXParseException; systemId: solrres:/schema.xml; lineNumber: 35; columnNumber: 7; The element type "filedType" must be terminated by the matching end-tag "</filedType>".. Schema file is C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\badSchema2\conf\schema.xml
   [junit4]   2> org.apache.solr.common.SolrException: Could not load conf for core badSchema2: org.xml.sax.SAXParseException; systemId: solrres:/schema.xml; lineNumber: 35; columnNumber: 7; The element type "filedType" must be terminated by the matching end-tag "</filedType>".. Schema file is C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\badSchema2\conf\schema.xml
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:82)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:733)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:455)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:446)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:231)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: org.xml.sax.SAXParseException; systemId: solrres:/schema.xml; lineNumber: 35; columnNumber: 7; The element type "filedType" must be terminated by the matching end-tag "</filedType>".. Schema file is C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\badSchema2\conf\schema.xml
   [junit4]   2> 	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:595)
   [junit4]   2> 	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:177)
   [junit4]   2> 	at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:55)
   [junit4]   2> 	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:69)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.createIndexSchema(ConfigSetService.java:104)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:75)
   [junit4]   2> 	... 8 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: org.xml.sax.SAXParseException; systemId: solrres:/schema.xml; lineNumber: 35; columnNumber: 7; The element type "filedType" must be terminated by the matching end-tag "</filedType>".
   [junit4]   2> 	at org.apache.solr.core.Config.<init>(Config.java:156)
   [junit4]   2> 	at org.apache.solr.core.Config.<init>(Config.java:92)
   [junit4]   2> 	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:457)
   [junit4]   2> 	... 13 more
   [junit4]   2> Caused by: org.xml.sax.SAXParseException; systemId: solrres:/schema.xml; lineNumber: 35; columnNumber: 7; The element type "filedType" must be terminated by the matching end-tag "</filedType>".
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:203)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:177)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:400)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:327)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(XMLScanner.java:1437)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(XMLDocumentFragmentScannerImpl.java:1750)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2970)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:606)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:118)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:510)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:848)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:777)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:243)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339)
   [junit4]   2> 	at org.apache.solr.core.Config.<init>(Config.java:145)
   [junit4]   2> 	... 15 more
   [junit4]   2> 1980629 INFO  (coreLoadExecutor-5751-thread-2) [    x:core2] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 1980629 INFO  (coreLoadExecutor-5751-thread-2) [    x:core2] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 1980629 INFO  (coreLoadExecutor-5751-thread-2) [    x:core2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=44, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.15469090400828167]
   [junit4]   2> 1980629 INFO  (coreLoadExecutor-5751-thread-2) [    x:core2] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@729a7a8a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4adc9844),segFN=segments_1,generation=1}
   [junit4]   2> 1980630 INFO  (coreLoadExecutor-5751-thread-2) [    x:core2] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1980630 INFO  (coreLoadExecutor-5751-thread-2) [    x:core2] o.a.s.s.SolrIndexSearcher Opening Searcher@6bea12f8[core2] main
   [junit4]   2> 1980630 INFO  (coreLoadExecutor-5751-thread-2) [    x:core2] o.a.s.r.ManagedResourceStorage 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_14A9DFDD0DFB5022-001\tempDir-001\core2\conf
   [junit4]   2> 1980631 INFO  (coreLoadExecutor-5751-thread-2) [    x:core2] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\core2\conf}
   [junit4]   2> 1980631 INFO  (coreLoadExecutor-5751-thread-2) [    x:core2] o.a.s.r.ManagedResourceStorage 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_14A9DFDD0DFB5022-001\tempDir-001\core2\conf
   [junit4]   2> 1980631 INFO  (coreLoadExecutor-5751-thread-2) [    x:core2] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1980631 INFO  (coreLoadExecutor-5751-thread-2) [    x:core2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1980631 INFO  (searcherExecutor-5756-thread-1-processing-x:core2) [    x:core2] o.a.s.c.SolrCore [core2] Registered new searcher Searcher@6bea12f8[core2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1980632 INFO  (coreLoadExecutor-5751-thread-2) [    x:core2] o.a.s.c.CoreContainer registering core: core2
   [junit4]   2> 1980632 WARN  (OldIndexDirectoryCleanupThreadForCore-core2) [    x:core2] o.a.s.c.DirectoryFactory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\core2\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1980635 INFO  (coreLoadExecutor-5751-thread-3) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\badSchema1\'
   [junit4]   2> 1980635 INFO  (coreLoadExecutor-5751-thread-3) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1980635 INFO  (coreLoadExecutor-5751-thread-3) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1980659 INFO  (coreLoadExecutor-5751-thread-3) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1980660 INFO  (coreLoadExecutor-5751-thread-3) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1980663 INFO  (coreLoadExecutor-5751-thread-3) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1980664 INFO  (coreLoadExecutor-5751-thread-3) [    ] o.a.s.s.IndexSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\badSchema1\conf\schema.xml
   [junit4]   2> 1980665 INFO  (coreLoadExecutor-5751-thread-3) [    ] o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
   [junit4]   2> 1980665 ERROR (coreLoadExecutor-5751-thread-3) [    ] o.a.s.c.CoreContainer Error creating core [badSchema1]: Could not load conf for core badSchema1: org.xml.sax.SAXParseException; systemId: solrres:/schema.xml; lineNumber: 35; columnNumber: 7; The element type "filedType" must be terminated by the matching end-tag "</filedType>".. Schema file is C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\badSchema1\conf\schema.xml
   [junit4]   2> org.apache.solr.common.SolrException: Could not load conf for core badSchema1: org.xml.sax.SAXParseException; systemId: solrres:/schema.xml; lineNumber: 35; columnNumber: 7; The element type "filedType" must be terminated by the matching end-tag "</filedType>".. Schema file is C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\badSchema1\conf\schema.xml
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:82)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:733)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:455)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:446)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:231)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: org.xml.sax.SAXParseException; systemId: solrres:/schema.xml; lineNumber: 35; columnNumber: 7; The element type "filedType" must be terminated by the matching end-tag "</filedType>".. Schema file is C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\badSchema1\conf\schema.xml
   [junit4]   2> 	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:595)
   [junit4]   2> 	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:177)
   [junit4]   2> 	at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:55)
   [junit4]   2> 	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:69)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.createIndexSchema(ConfigSetService.java:104)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:75)
   [junit4]   2> 	... 8 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: org.xml.sax.SAXParseException; systemId: solrres:/schema.xml; lineNumber: 35; columnNumber: 7; The element type "filedType" must be terminated by the matching end-tag "</filedType>".
   [junit4]   2> 	at org.apache.solr.core.Config.<init>(Config.java:156)
   [junit4]   2> 	at org.apache.solr.core.Config.<init>(Config.java:92)
   [junit4]   2> 	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:457)
   [junit4]   2> 	... 13 more
   [junit4]   2> Caused by: org.xml.sax.SAXParseException; systemId: solrres:/schema.xml; lineNumber: 35; columnNumber: 7; The element type "filedType" must be terminated by the matching end-tag "</filedType>".
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:203)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:177)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:400)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:327)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(XMLScanner.java:1437)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(XMLDocumentFragmentScannerImpl.java:1750)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2970)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:606)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:118)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:510)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:848)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:777)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:243)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339)
   [junit4]   2> 	at org.apache.solr.core.Config.<init>(Config.java:145)
   [junit4]   2> 	... 15 more
   [junit4]   2> 1980670 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    ] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1980671 INFO  (searcherExecutor-5752-thread-1-processing-x:core1) [    x:core1] o.a.s.c.SolrCore [core1] Registered new searcher Searcher@76b1dbe5[core1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1980672 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    ] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@4e5d5cd0 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4f5f2423),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@4e5d5cd0 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4f5f2423),segFN=segments_2,generation=2}
   [junit4]   2> 1980673 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    ] o.a.s.c.SolrCore newest commit generation = 2
   [junit4]   2> 1980673 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@2ffd8cbd[core1] main
   [junit4]   2> 1980673 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    ] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 1980673 INFO  (searcherExecutor-5752-thread-1) [    ] o.a.s.c.SolrCore [core1] Registered new searcher Searcher@2ffd8cbd[core1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):c7)))}
   [junit4]   2> 1980673 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    ] o.a.s.c.S.Request [core1] webapp=null path=null params={q={!prefix+f%3Dv_t}hel&wt=xml} hits=2 status=0 QTime=0 
   [junit4]   2> 1980675 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    ] o.a.s.c.S.Request [core1] webapp=null path=null params={q={!raw+f%3Dv_t}hello&wt=xml} hits=2 status=0 QTime=0 
   [junit4]   2> 1980676 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    ] o.a.s.c.S.Request [core1] webapp=null path=null params={q={!raw+f%3Dv_t}Hello&wt=xml} hits=0 status=0 QTime=0 
   [junit4]   2> 1980676 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    ] o.a.s.c.S.Request [core1] webapp=null path=null params={q={!raw+f%3Dv_f}1.5&wt=xml} hits=0 status=0 QTime=0 
   [junit4]   2> 1980687 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\badConfig1\'
   [junit4]   2> 1980687 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1980687 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1980700 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1980702 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1980706 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1980707 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    ] o.a.s.s.IndexSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\badConfig1\conf\schema.xml
   [junit4]   2> 1980708 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    ] o.a.s.s.IndexSchema [badConfig1] Schema name=tiny
   [junit4]   2> 1980710 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1980711 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\badConfig1\conf'
   [junit4]   2> 1980711 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    ] o.a.s.c.CoreContainer Creating SolrCore 'badConfig1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\badConfig1\
   [junit4]   2> 1980711 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1980712 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig1] o.a.s.c.SolrCore [[badConfig1] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\badConfig1\], dataDir=[null]
   [junit4]   2> 1980712 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig1] o.a.s.c.SolrCore JMX monitoring not detected for core: badConfig1
   [junit4]   2> 1980712 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\badConfig1\data\
   [junit4]   2> 1980712 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig1] o.a.s.c.SolrCore 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_14A9DFDD0DFB5022-001\tempDir-001\badConfig1\data\index/
   [junit4]   2> 1980712 WARN  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig1] o.a.s.c.SolrCore [badConfig1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\badConfig1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1980712 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\badConfig1\data\index
   [junit4]   2> 1980713 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1622396879, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1980713 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@b650f58 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@70205c20),segFN=segments_1,generation=1}
   [junit4]   2> 1980713 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1980714 INFO  (OldIndexDirectoryCleanupThreadForCore-badConfig1) [    x:badConfig1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core badConfig1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\badConfig1\data\
   [junit4]   2> 1980714 WARN  (OldIndexDirectoryCleanupThreadForCore-badConfig1) [    x:badConfig1] o.a.s.c.DirectoryFactory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\badConfig1\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1980714 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1980715 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1980716 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1980717 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1980718 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1980719 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/update/json/docs,/admin/luke,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1980719 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1980720 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 1980720 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 1980720 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=39, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=96.71484375, floorSegmentMB=2.125, forceMergeDeletesPctAllowed=27.608436550236462, segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.217526212850653
   [junit4]   2> 1980720 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@b650f58 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@70205c20),segFN=segments_1,generation=1}
   [junit4]   2> 1980720 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1980720 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig1] o.a.s.s.SolrIndexSearcher Opening Searcher@49079e9d[badConfig1] main
   [junit4]   2> 1980720 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig1] o.a.s.r.ManagedResourceStorage 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_14A9DFDD0DFB5022-001\tempDir-001\badConfig1\conf
   [junit4]   2> 1980720 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\badConfig1\conf}
   [junit4]   2> 1980720 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig1] o.a.s.r.ManagedResourceStorage 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_14A9DFDD0DFB5022-001\tempDir-001\badConfig1\conf
   [junit4]   2> 1980720 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1980720 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1980720 INFO  (searcherExecutor-5766-thread-1-processing-x:badConfig1) [    x:badConfig1] o.a.s.c.SolrCore [badConfig1] Registered new searcher Searcher@49079e9d[badConfig1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1980720 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig1] o.a.s.c.CoreContainer Opening transient core badConfig1
   [junit4]   2> 1980720 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig1] o.a.s.c.CoreContainer registering core: badConfig1
   [junit4]   2> 1980720 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\badConfig2\'
   [junit4]   2> 1980720 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1980721 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1980742 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1980745 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1980758 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig1] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1980759 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig1] o.a.s.s.IndexSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\badConfig2\conf\schema.xml
   [junit4]   2> 1980760 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig1] o.a.s.s.IndexSchema [badConfig2] Schema name=tiny
   [junit4]   2> 1980764 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1980767 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\badConfig2\conf'
   [junit4]   2> 1980767 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig1] o.a.s.c.CoreContainer Creating SolrCore 'badConfig2' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\badConfig2\
   [junit4]   2> 1980767 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig2] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1980767 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig2] o.a.s.c.SolrCore [[badConfig2] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\badConfig2\], dataDir=[null]
   [junit4]   2> 1980767 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig2] o.a.s.c.SolrCore JMX monitoring not detected for core: badConfig2
   [junit4]   2> 1980767 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig2] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\badConfig2\data\
   [junit4]   2> 1980767 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig2] o.a.s.c.SolrCore 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_14A9DFDD0DFB5022-001\tempDir-001\badConfig2\data\index/
   [junit4]   2> 1980767 WARN  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig2] o.a.s.c.SolrCore [badConfig2] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\badConfig2\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1980767 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig2] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\badConfig2\data\index
   [junit4]   2> 1980767 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=33, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1980767 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig2] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@4e95fda2 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@50fda523),segFN=segments_1,generation=1}
   [junit4]   2> 1980767 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig2] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1980769 INFO  (OldIndexDirectoryCleanupThreadForCore-badConfig2) [    x:badConfig2] o.a.s.c.SolrCore Looking for old index directories to cleanup for core badConfig2 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\badConfig2\data\
   [junit4]   2> 1980769 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig2] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1980770 WARN  (OldIndexDirectoryCleanupThreadForCore-badConfig2) [    x:badConfig2] o.a.s.c.DirectoryFactory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\badConfig2\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1980773 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1980774 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1980774 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1980775 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1980776 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig2] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/update/json/docs,/admin/luke,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1980777 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig2] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1980778 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig2] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 1980778 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig2] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 1980778 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=49, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1980778 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig2] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@4e95fda2 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@50fda523),segFN=segments_1,generation=1}
   [junit4]   2> 1980778 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig2] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1980778 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig2] o.a.s.s.SolrIndexSearcher Opening Searcher@9ee63eb[badConfig2] main
   [junit4]   2> 1980778 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig2] o.a.s.r.ManagedResourceStorage 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_14A9DFDD0DFB5022-001\tempDir-001\badConfig2\conf
   [junit4]   2> 1980779 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig2] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\badConfig2\conf}
   [junit4]   2> 1980779 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig2] o.a.s.r.ManagedResourceStorage 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_14A9DFDD0DFB5022-001\tempDir-001\badConfig2\conf
   [junit4]   2> 1980779 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig2] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1980779 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1980779 INFO  (searcherExecutor-5770-thread-1-processing-x:badConfig2) [    x:badConfig2] o.a.s.c.SolrCore [badConfig2] Registered new searcher Searcher@9ee63eb[badConfig2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1980779 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig2] o.a.s.c.CoreContainer Opening transient core badConfig2
   [junit4]   2> 1980779 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig2] o.a.s.c.CoreContainer registering core: badConfig2
   [junit4]   2> 1980779 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig2] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\badSchema1\'
   [junit4]   2> 1980779 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig2] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1980780 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig2] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1980794 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig2] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1980795 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1980800 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig2] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1980800 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig2] o.a.s.s.IndexSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_14A9DFDD0DFB5022-001\tempDir-001\badSchema1\conf\schema.xml
   [junit4]   2> 1980802 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A9DFDD0DFB5022]) [    x:badConfig2] o.a.s.s.IndexSchema [badSchema1] Schema name=tiny
   [junit4]   2> 1980804 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[14A

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

  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Nov 11, 2015 9:37:16 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=13326, name=searcherExecutor-5941-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2> Nov 11, 2015 9:37:19 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=13326, name=searcherExecutor-5941-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {v_t=Lucene50(blocksize=128), id=Lucene50(blocksize=128), v_s=PostingsFormat(name=Asserting), v_f=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))}, docValues:{}, sim=ClassicSimilarity, locale=th, timezone=US/Alaska
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0_66 (64-bit)/cpus=3,threads=2,free=285561792,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [QueryElevationComponentTest, TestLRUCache, TestTrackingShardHandlerFactory, TestReplicaProperties, TestManagedResourceStorage, TestImplicitCoreProperties, TestLuceneMatchVersion, AnalysisAfterCoreReloadTest, TestCloudInspectUtil, RuleEngineTest, RollingRestartTest, StatelessScriptUpdateProcessorFactoryTest, TestPostingsSolrHighlighter, PathHierarchyTokenizerFactoryTest, RegexBoostProcessorTest, RemoteQueryErrorTest, SliceStateTest, TestMiniSolrCloudClusterBase, TestBlendedInfixSuggestions, DistributedSuggestComponentTest, TestReloadDeadlock, PrimUtilsTest, TestSchemaManager, HLLUtilTest, IndexSchemaTest, TestSolrXml, TestCollationFieldDocValues, CurrencyFieldXmlFileTest, DistributedFacetPivotWhiteBoxTest, DisMaxRequestHandlerTest, HighlighterTest, TestInitParams, TestSort, TestJettySolrRunner, SmileWriterTest, JsonLoaderTest, TestMergePolicyConfig, DistributedFacetPivotLongTailTest, TestDocumentBuilder, SpatialHeatmapFacetsTest, TestIntervalFaceting, ExplicitHLLTest, ChaosMonkeyNothingIsSafeTest, LeaderElectionTest, TestDistribIDF, TestSerializedLuceneMatchVersion, VMParamsZkACLAndCredentialsProvidersTest, TestDownShardTolerantSearch, TestStressLucene, TestSQLHandler, TestPhraseSuggestions, TestHashPartitioner, ExitableDirectoryReaderTest, SparseHLLTest, PrimitiveFieldTypeTest, DocValuesMultiTest, TestJmxMonitoredMap, TestSearchPerf, IgnoreCommitOptimizeUpdateProcessorFactoryTest, ReturnFieldsTest, TestSolrDeletionPolicy1, DistributedExpandComponentTest, DistributedVersionInfoTest, TestPseudoReturnFields, TermsComponentTest, TestAuthenticationFramework, TestStressReorder, TestRTimerTree, UUIDFieldTest, DocValuesMissingTest, HLLSerializationTest, TestConfigSetProperties, DirectSolrSpellCheckerTest, TestIBSimilarityFactory, TestExclusionRuleCollectionAccess, ExternalFileFieldSortTest, DeleteInactiveReplicaTest, ZkCLITest, FullHLLTest, TestManagedSchema, CustomCollectionTest, TestSolrCLIRunExample, TestBulkSchemaConcurrent, SegmentsInfoRequestHandlerTest, SimpleCollectionCreateDeleteTest, SecurityConfHandlerTest, DistributedFacetPivotSmallTest, TestHashQParserPlugin, TestFaceting, DistributedIntervalFacetingTest, UpdateParamsTest, CollectionReloadTest, HttpPartitionTest, TestDistributedMissingSort, TestShardHandlerFactory, TestReplicationHandler, TestSchemaVersionResource, TestAnalyzeInfixSuggestions, BadComponentTest, TestConfig, HdfsSyncSliceTest, PingRequestHandlerTest, SchemaVersionSpecificBehaviorTest, BJQParserTest, OverseerCollectionConfigSetProcessorTest, CoreAdminRequestStatusTest, TestRebalanceLeaders, RequiredFieldsTest, SoftAutoCommitTest, TestRemoteStreaming, SystemInfoHandlerTest, ForceLeaderTest, TestCollapseQParserPlugin, CollectionsAPIAsyncDistributedZkTest, BufferStoreTest, DistributedQueryElevationComponentTest, TestSearcherReuse, TestFieldTypeCollectionResource, TestJsonRequest, CursorPagingTest, HdfsBasicDistributedZkTest, TestClassicSimilarityFactory, HdfsDirectoryFactoryTest, SolrRequestParserTest, HdfsRecoveryZkTest, TestXIncludeConfig, SuggestComponentTest, OverseerRolesTest, CachingDirectoryFactoryTest, HardAutoCommitTest, DistributedDebugComponentTest, DistribDocExpirationUpdateProcessorTest, SharedFSAutoReplicaFailoverTest, TestMissingGroups, AutoCommitTest, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, ZkControllerTest, TestRealTimeGet, TestReload, TestStressVersions, TestCoreContainer, SimpleFacetsTest, TestSolr4Spatial, SolrCoreTest, StatsComponentTest, BadIndexSchemaTest, TestFunctionQuery, TestLazyCores]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores -Dtests.seed=14A9DFDD0DFB5022 -Dtests.slow=true -Dtests.locale=th -Dtests.timezone=US/Alaska -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J0 | TestLazyCores (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ERROR: SolrIndexSearcher opens=51 closes=50
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([14A9DFDD0DFB5022]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:468)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:234)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 
   [junit4]    >    1) Thread[id=13326, name=searcherExecutor-5941-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([14A9DFDD0DFB5022]:0)Throwable #3: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=13326, name=searcherExecutor-5941-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([14A9DFDD0DFB5022]:0)
   [junit4] Completed [418/556] on J0 in 147.95s, 7 tests, 1 failure, 2 errors <<< FAILURES!

[...truncated 466 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:775: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:719: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:59: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:233: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:516: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1432: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:987: There were test failures: 556 suites (8 ignored), 2207 tests, 3 suite-level errors, 432 ignored (76 assumptions) [seed: 14A9DFDD0DFB5022]

Total time: 57 minutes 15 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.8.0_66) - Build # 5392 - Still Failing!

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

1 tests failed.
FAILED:  org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader

Error Message:
There are still nodes recoverying - waited for 330 seconds

Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 330 seconds
	at __randomizedtesting.SeedInfo.seed([8AF5417FD17E023:EE3860D7C4951942]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:170)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:131)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:126)
	at org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader(ForceLeaderTest.java:115)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1660)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:866)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:902)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:916)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:963)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:938)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	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:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:875)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:777)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:811)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:822)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java: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:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 9680 lines...]
   [junit4] Suite: org.apache.solr.cloud.ForceLeaderTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_8AF5417FD17E023-001\init-core-data-001
   [junit4]   2> 497940 INFO  (SUITE-ForceLeaderTest-seed#[8AF5417FD17E023]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 497943 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 497960 INFO  (Thread-1167) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 497960 INFO  (Thread-1167) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 498061 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.ZkTestServer start zk server on port:60561
   [junit4]   2> 498061 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 498062 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 498067 INFO  (zkCallback-525-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5f1a6875 name:ZooKeeperConnection Watcher:127.0.0.1:60561 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 498068 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 498068 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 498068 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 498080 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 498080 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 498083 INFO  (zkCallback-526-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@51b8bd78 name:ZooKeeperConnection Watcher:127.0.0.1:60561/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 498083 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 498083 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 498083 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 498084 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 498084 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 498108 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 498112 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 498113 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 498114 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 498114 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 498116 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 498116 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 498136 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 498136 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 498139 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 498139 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 498143 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 498143 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 498145 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 498145 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 498149 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 498149 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 498159 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 498159 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 498164 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 498164 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 498167 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 498167 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 498551 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_8AF5417FD17E023-001\control-001\cores\collection1
   [junit4]   2> 498554 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 498557 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@d39d26{/,null,AVAILABLE}
   [junit4]   2> 498558 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.e.j.s.ServerConnector Started ServerConnector@dbc2bc{HTTP/1.1}{127.0.0.1:60569}
   [junit4]   2> 498558 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.e.j.s.Server Started @502336ms
   [junit4]   2> 498558 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_8AF5417FD17E023-001\tempDir-001/control/data, hostContext=/, hostPort=60568, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_8AF5417FD17E023-001\control-001\cores}
   [junit4]   2> 498558 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@4e0e2f2a
   [junit4]   2> 498558 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_8AF5417FD17E023-001\control-001\'
   [junit4]   2> 498559 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 498559 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 498579 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 498579 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 498580 INFO  (zkCallback-527-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2462c3f name:ZooKeeperConnection Watcher:127.0.0.1:60561/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 498580 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 498580 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 498582 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 498582 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_8AF5417FD17E023-001\control-001\solr.xml
   [junit4]   2> 498588 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.CoresLocator Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_8AF5417FD17E023-001\control-001\cores
   [junit4]   2> 498588 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.CoreContainer New CoreContainer 109354671
   [junit4]   2> 498588 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_8AF5417FD17E023-001\control-001\]
   [junit4]   2> 498588 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.CoreContainer loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_8AF5417FD17E023-001\control-001\lib
   [junit4]   2> 498589 WARN  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_8AF5417FD17E023-001\control-001\lib).
   [junit4]   2> 498597 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 498600 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 498600 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 498600 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 498600 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60561/solr
   [junit4]   2> 498600 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 498600 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 498601 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 498602 INFO  (zkCallback-529-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2ffac974 name:ZooKeeperConnection Watcher:127.0.0.1:60561 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 498603 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 498603 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 498605 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [n:127.0.0.1:60568_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 498608 INFO  (zkCallback-530-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@236cd46f name:ZooKeeperConnection Watcher:127.0.0.1:60561/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 498608 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [n:127.0.0.1:60568_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 498608 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [n:127.0.0.1:60568_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 498609 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [n:127.0.0.1:60568_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 498611 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [n:127.0.0.1:60568_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 498611 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [n:127.0.0.1:60568_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 498613 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [n:127.0.0.1:60568_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 498613 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [n:127.0.0.1:60568_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 498614 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [n:127.0.0.1:60568_    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 498615 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [n:127.0.0.1:60568_    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 498615 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [n:127.0.0.1:60568_    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 498616 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [n:127.0.0.1:60568_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60568_
   [junit4]   2> 498616 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [n:127.0.0.1:60568_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:60568_
   [junit4]   2> 498617 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [n:127.0.0.1:60568_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 498617 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [n:127.0.0.1:60568_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 498618 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [n:127.0.0.1:60568_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 498618 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [n:127.0.0.1:60568_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/94847746242052100-127.0.0.1:60568_-n_0000000000
   [junit4]   2> 498618 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [n:127.0.0.1:60568_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:60568_
   [junit4]   2> 498618 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [n:127.0.0.1:60568_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 498619 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [n:127.0.0.1:60568_    ] o.a.s.c.Overseer Overseer (id=94847746242052100-127.0.0.1:60568_-n_0000000000) starting
   [junit4]   2> 498620 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [n:127.0.0.1:60568_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 498622 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [n:127.0.0.1:60568_    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 498622 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [n:127.0.0.1:60568_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 498622 INFO  (OverseerCollectionConfigSetProcessor-94847746242052100-127.0.0.1:60568_-n_0000000000) [n:127.0.0.1:60568_    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 498637 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [n:127.0.0.1:60568_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 498637 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [n:127.0.0.1:60568_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 498639 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [n:127.0.0.1:60568_    ] o.a.s.c.CoresLocator Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_8AF5417FD17E023-001\control-001\cores
   [junit4]   2> 498640 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [n:127.0.0.1:60568_    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_8AF5417FD17E023-001\control-001\cores\collection1, collection=control_collection, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_8AF5417FD17E023-001\control-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 498640 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [n:127.0.0.1:60568_    ] o.a.s.c.CoresLocator Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_8AF5417FD17E023-001\control-001\cores\collection1\
   [junit4]   2> 498640 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [n:127.0.0.1:60568_    ] o.a.s.c.CoresLocator Found 1 core definitions
   [junit4]   2> 498641 INFO  (OverseerStateUpdate-94847746242052100-127.0.0.1:60568_-n_0000000000) [n:127.0.0.1:60568_    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 498643 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 498643 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 498645 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 498652 INFO  (OverseerStateUpdate-94847746242052100-127.0.0.1:60568_-n_0000000000) [n:127.0.0.1:60568_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:60568",
   [junit4]   2>   "node_name":"127.0.0.1:60568_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 498652 INFO  (OverseerStateUpdate-94847746242052100-127.0.0.1:60568_-n_0000000000) [n:127.0.0.1:60568_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:60568",
   [junit4]   2>   "node_name":"127.0.0.1:60568_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 498652 INFO  (OverseerStateUpdate-94847746242052100-127.0.0.1:60568_-n_0000000000) [n:127.0.0.1:60568_    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 498653 INFO  (OverseerStateUpdate-94847746242052100-127.0.0.1:60568_-n_0000000000) [n:127.0.0.1:60568_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 498656 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [n:127.0.0.1:60568_    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 498656 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [n:127.0.0.1:60568_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 498656 INFO  (zkCallback-530-thread-2-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_    ] o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 499646 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 499646 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 499646 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 499647 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from:/collections/control_collection
   [junit4]   2> 499647 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 499647 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_8AF5417FD17E023-001\control-001\cores\collection1\'
   [junit4]   2> 499647 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 499648 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 499694 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 499699 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 499702 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 499707 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection   x:collection1] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 499776 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection   x:collection1] o.a.s.s.IndexSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 499780 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 499856 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 499869 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 499870 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 499929 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 499947 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 499954 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 499959 WARN  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 499959 WARN  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 499960 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 499966 WARN  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 499966 WARN  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 499971 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection   x:collection1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf1', cwd=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 499971 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 499971 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 499972 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_8AF5417FD17E023-001\control-001\cores\collection1\], dataDir=[null]
   [junit4]   2> 499972 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@450b16d4
   [junit4]   2> 499972 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_8AF5417FD17E023-001\control-001\cores\collection1\data\
   [junit4]   2> 499972 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_8AF5417FD17E023-001\control-001\cores\collection1\data\index/
   [junit4]   2> 499972 WARN  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_8AF5417FD17E023-001\control-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 499972 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_8AF5417FD17E023-001\control-001\cores\collection1\data\index
   [junit4]   2> 499972 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=50, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7356769791559886]
   [junit4]   2> 499973 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@7ae44fb4 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5251bed0),segFN=segments_1,generation=1}
   [junit4]   2> 499973 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 499978 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 499978 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 499978 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 499978 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 499978 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 499978 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 499978 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 499979 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 499979 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 499979 WARN  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 499983 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 499984 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 499985 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 499986 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 499990 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_8AF5417FD17E023-001\control-001\cores\collection1\data\
   [junit4]   2> 499992 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_8AF5417FD17E023-001\control-001\cores\collection1\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 500002 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,/dump,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 500003 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 500004 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 500004 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 500005 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 500005 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 500005 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=21, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=64.09765625, floorSegmentMB=0.97265625, forceMergeDeletesPctAllowed=29.598590227001168, segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6148683062619316
   [junit4]   2> 500006 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@7ae44fb4 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5251bed0),segFN=segments_1,generation=1}
   [junit4]   2> 500006 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 500006 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@2d04f9d0[collection1] main
   [junit4]   2> 500006 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader Load collection config from:/collections/control_collection
   [junit4]   2> 500012 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 500012 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 500015 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 500015 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 500015 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 500018 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 500018 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 500018 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 500018 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 500018 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 500018 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 500018 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 500019 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1517563942023462912
   [junit4]   2> 500020 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1517563942023462912
   [junit4]   2> 500020 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 500021 INFO  (searcherExecutor-1480-thread-1-processing-n:127.0.0.1:60568_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2d04f9d0[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 500024 INFO  (coreLoadExecutor-1479-thread-1-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 500029 INFO  (coreZkRegister-1473-thread-1-processing-n:127.0.0.1:60568_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController Register replica - core:collection1 address:http://127.0.0.1:60568 collection:control_collection shard:shard1
   [junit4]   2> 500034 INFO  (coreZkRegister-1473-thread-1-processing-n:127.0.0.1:60568_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 500048 INFO  (coreZkRegister-1473-thread-1-processing-n:127.0.0.1:60568_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.LeaderElector Joined leadership election with path: /collections/control_collection/leader_elect/shard1/election/94847746242052100-core_node1-n_0000000000
   [junit4]   2> 500050 INFO  (coreZkRegister-1473-thread-1-processing-n:127.0.0.1:60568_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard shard1
   [junit4]   2> 500059 INFO  (coreZkRegister-1473-thread-1-processing-n:127.0.0.1:60568_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 500060 INFO  (coreZkRegister-1473-thread-1-processing-n:127.0.0.1:60568_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 500060 INFO  (coreZkRegister-1473-thread-1-processing-n:127.0.0.1:60568_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:60568/collection1/
   [junit4]   2> 500060 INFO  (coreZkRegister-1473-thread-1-processing-n:127.0.0.1:60568_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 500060 INFO  (coreZkRegister-1473-thread-1-processing-n:127.0.0.1:60568_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:60568/collection1/ has no replicas
   [junit4]   2> 500060 INFO  (coreZkRegister-1473-thread-1-processing-n:127.0.0.1:60568_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:60568/collection1/ shard1
   [junit4]   2> 500060 INFO  (coreZkRegister-1473-thread-1-processing-n:127.0.0.1:60568_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 500062 INFO  (coreZkRegister-1473-thread-1-processing-n:127.0.0.1:60568_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
   [junit4]   2> 500064 INFO  (OverseerStateUpdate-94847746242052100-127.0.0.1:60568_-n_0000000000) [n:127.0.0.1:60568_    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection"} current state version: 1
   [junit4]   2> 500066 INFO  (OverseerStateUpdate-94847746242052100-127.0.0.1:60568_-n_0000000000) [n:127.0.0.1:60568_    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "base_url":"http://127.0.0.1:60568",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 500178 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 500198 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 500199 INFO  (zkCallback-530-thread-2-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_    ] o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 500199 INFO  (zkCallback-532-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6ed097 name:ZooKeeperConnection Watcher:127.0.0.1:60561/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 500200 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 500200 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 500200 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 500202 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 500202 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 500202 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 500204 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 500232 INFO  (zkCallback-533-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@284b677b name:ZooKeeperConnection Watcher:127.0.0.1:60561/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 500232 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 500233 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 500271 INFO  (OverseerStateUpdate-94847746242052100-127.0.0.1:60568_-n_0000000000) [n:127.0.0.1:60568_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"create",
   [junit4]   2>   "name":"collection1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "stateFormat":"2"} current state version: 2
   [junit4]   2> 500271 INFO  (OverseerStateUpdate-94847746242052100-127.0.0.1:60568_-n_0000000000) [n:127.0.0.1:60568_    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 500272 INFO  (coreZkRegister-1473-thread-1-processing-n:127.0.0.1:60568_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController We are http://127.0.0.1:60568/collection1/ and leader is http://127.0.0.1:60568/collection1/
   [junit4]   2> 500272 INFO  (coreZkRegister-1473-thread-1-processing-n:127.0.0.1:60568_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:60568
   [junit4]   2> 500272 INFO  (coreZkRegister-1473-thread-1-processing-n:127.0.0.1:60568_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 500272 INFO  (coreZkRegister-1473-thread-1-processing-n:127.0.0.1:60568_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 500272 INFO  (coreZkRegister-1473-thread-1-processing-n:127.0.0.1:60568_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:60568_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 500273 INFO  (OverseerStateUpdate-94847746242052100-127.0.0.1:60568_-n_0000000000) [n:127.0.0.1:60568_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:60568",
   [junit4]   2>   "node_name":"127.0.0.1:60568_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 2
   [junit4]   2> 500274 INFO  (OverseerStateUpdate-94847746242052100-127.0.0.1:60568_-n_0000000000) [n:127.0.0.1:60568_    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:60568",
   [junit4]   2>   "node_name":"127.0.0.1:60568_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 500274 INFO  (OverseerStateUpdate-94847746242052100-127.0.0.1:60568_-n_0000000000) [n:127.0.0.1:60568_    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/collection1/state.json
   [junit4]   2> 500377 INFO  (zkCallback-532-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 500377 INFO  (zkCallback-530-thread-2-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_    ] o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 500613 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_8AF5417FD17E023-001\shard-1-001\cores\collection1
   [junit4]   2> 500615 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_8AF5417FD17E023-001\shard-1-001
   [junit4]   2> 500617 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 500619 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4bda5fcc{/,null,AVAILABLE}
   [junit4]   2> 500620 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.e.j.s.ServerConnector Started ServerConnector@5c2f6a84{HTTP/1.1}{127.0.0.1:60588}
   [junit4]   2> 500620 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.e.j.s.Server Started @504398ms
   [junit4]   2> 500620 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_8AF5417FD17E023-001\tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=60587, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_8AF5417FD17E023-001\shard-1-001\cores}
   [junit4]   2> 500621 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@4e0e2f2a
   [junit4]   2> 500621 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_8AF5417FD17E023-001\shard-1-001\'
   [junit4]   2> 500621 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 500621 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 500642 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 500647 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 500653 INFO  (zkCallback-534-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@70988871 name:ZooKeeperConnection Watcher:127.0.0.1:60561/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 500653 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 500653 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 500655 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 500655 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_8AF5417FD17E023-001\shard-1-001\solr.xml
   [junit4]   2> 500660 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.CoresLocator Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_8AF5417FD17E023-001\shard-1-001\cores
   [junit4]   2> 500660 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.CoreContainer New CoreContainer 830159845
   [junit4]   2> 500661 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_8AF5417FD17E023-001\shard-1-001\]
   [junit4]   2> 500661 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.CoreContainer loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_8AF5417FD17E023-001\shard-1-001\lib
   [junit4]   2> 500661 WARN  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_8AF5417FD17E023-001\shard-1-001\lib).
   [junit4]   2> 500667 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 500670 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 500670 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 500670 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 500670 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60561/solr
   [junit4]   2> 500670 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 500670 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 500679 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 500695 INFO  (zkCallback-536-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7d8489b0 name:ZooKeeperConnection Watcher:127.0.0.1:60561 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 500696 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 500696 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 500703 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [n:127.0.0.1:60587_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 500704 INFO  (zkCallback-537-thread-1-processing-n:127.0.0.1:60587_) [n:127.0.0.1:60587_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@ee4d547 name:ZooKeeperConnection Watcher:127.0.0.1:60561/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 500704 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [n:127.0.0.1:60587_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 500731 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [n:127.0.0.1:60587_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 501744 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [n:127.0.0.1:60587_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60587_
   [junit4]   2> 501745 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [n:127.0.0.1:60587_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:60587_
   [junit4]   2> 501746 INFO  (zkCallback-537-thread-1-processing-n:127.0.0.1:60587_) [n:127.0.0.1:60587_    ] o.a.s.c.c.ZkStateReader A live node change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 501746 INFO  (zkCallback-532-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 501746 INFO  (zkCallback-530-thread-2-processing-n:127.0.0.1:60568_) [n:127.0.0.1:60568_    ] o.a.s.c.c.ZkStateReader A live node change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 501747 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [n:127.0.0.1:60587_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 501747 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [n:127.0.0.1:60587_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/94847746242052105-127.0.0.1:60587_-n_0000000001
   [junit4]   2> 501748 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [n:127.0.0.1:60587_    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/94847746242052100-127.0.0.1:60568_-n_0000000000 to know if I could be the leader
   [junit4]   2> 501758 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [n:127.0.0.1:60587_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 501758 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [n:127.0.0.1:60587_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 501764 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [n:127.0.0.1:60587_    ] o.a.s.c.CoresLocator Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_8AF5417FD17E023-001\shard-1-001\cores
   [junit4]   2> 501768 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [n:127.0.0.1:60587_    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_8AF5417FD17E023-001\shard-1-001\cores\collection1, collection=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_8AF5417FD17E023-001\shard-1-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 501768 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [n:127.0.0.1:60587_    ] o.a.s.c.CoresLocator Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_8AF5417FD17E023-001\shard-1-001\cores\collection1\
   [junit4]   2> 501768 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [n:127.0.0.1:60587_    ] o.a.s.c.CoresLocator Found 1 core definitions
   [junit4]   2> 501770 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [n:127.0.0.1:60587_    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 501770 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8AF5417FD17E023]) [n:127.0.0.1:60587_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 501770 INFO  (coreLoadExecutor-1490-thread-1-processing-n:127.0.0.1:60587_) [n:127.0.0.1:60587_ c:collection1   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 501770 INFO  (coreLoadExecutor-1490-thread-1-processing-n:127.0.0.1:60587_) [n:127.0.0.1:60587_ c:collection1   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 501771 INFO  (coreLoadExecutor-1490-thread-1-processing-n:127.0.0.1:60587_) [n:127.0.0.1:60587_ c:collection1   x:collection1] o.a.s.c.ZkController Registering watch for collection collection1
   [junit4]   2> 501771 INFO  (coreLoadExecutor-1490-thread-1-processing-n:127.0.0.1:60587_) [n:127.0.0.1:60587_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader addZkWatch collection1
   [junit4]   2> 501772 INFO  (coreLoadExecutor-1490-thread-1-processing-n:127.0.0.1:60587_) [n:127.0.0.1:60587_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Add data for collection1 ver 0 
   [junit4]   2> 501772 INFO  (coreLoadExecutor-1490-thread-1-processing-n:127.0.0.1:60587_) [n:127.0.0.1:60587_ c:collection1   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 501772 INFO  (OverseerStateUpdate-94847746242052100-127.0.0.1:60568_-n_0000000000) [n:127.0.0.1:60568_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:60587",
   [junit4]   2>   "node_name":"127.0.0.1:60587_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"} current state version: 3
   [junit4]   2> 501772 INFO  (OverseerStateUpdate-94847746242052100-127.0.0.1:60568_-n_0000000000) [n:127.0.0.1:60568_    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:60587",
   [junit4]   2>   "node_name":"127.0.0.1:60587_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 501772 INFO  (OverseerStateUpdate-94847746242052100-127.0.0.1:60568_-n_0000000000) [n:127.0.0.1:60568_    ] o.a.s.c.o.ReplicaMutator Collection already exists with numShards=2
   [junit4]   2> 501772 INFO  (OverseerStateUpdate-94847746242052100-127.0.0.1:60568_-n_0000000000) [n:127.0.0.1:60568_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 501879 INFO  (OverseerStateUpdate-94847746242052100-127.0.0.1:60568_-n_0000000000) [n:127.0.0.1:60568_    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 501879 INFO  (zkCallback-537-thread-1-processing-n:127.0.0.1:60587_) [n:127.0.0.1:60587_    ] o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 501880 INFO  (zkCallback-537-thread-1-processing-n:127.0.0.1:60587_) [n:127.0.0.1:60587_    ] o.a.s.c.c.ZkStateReader Updating data for collection1 from 0 to 1 
   [junit4]   2> 502772 INFO  (coreLoadExecutor-1490-thread-1-processing-n:127.0.0.1:60587_) [n:127.0.0.1:60587_ c:collection1   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 502772 INFO  (coreLoadExecutor-1490-thread-1-processing-n:127.0.0.1:60587_) [n:127.0.0.1:60587_ c:collection1   x:collection1] o.a.s.c.ZkController Check for collection zkNode:collection1
   [junit4]   2> 502773 INFO  (coreLoadExecutor-1490-thread-1-processing-n:127.0.0.1:60587_) [n:127.0.0.1:60587_ c:collection1   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 502773 INFO  (coreLoadExecutor-1490-thread-1-processing-n:127.0.0.1:60587_) [n:127.0.0.1:60587_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from:/collections/collection1
   [junit4]   2> 502788 INFO  (coreLoadExecutor-1490-thread-1-processing-n:127.0.0.1:60587_) [n:127.0.0.1:60587_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 502788 INFO  (coreLoadExecutor-1490-thread-1-processing-n:127.0.0.1:60587_) [n:127.0.0.1:60587_ c:collection1   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_8AF5417FD17E023-001\shard-1-001\cores\collection1\'
   [junit4]   2> 502788 INFO  (coreLoadExecutor-1490-thread-1-processing-n:127.0.0.1:60587_) [n:127.0.0.1:60587_ c:collection1   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 502788 INFO  (coreLoadExecutor-1490-thread-1-processing-n:127.0.0.1:60587_) [n:127.0.0.1:60587_ c:collection1   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 502800 INFO  (coreLoadExecutor-1490-thread-1-processing-n:127.0.0.1:60587_) [n:127.0.0.1:60587_ c:collection1   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 502824 INFO  (coreLoadExecutor-1490-thread-1-processing-n:127.0.0.1:60587_) [n:127.0.0.1:60587_ c:collection1   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 502840 INFO  (coreLoadExecutor-1490-thread-1-processing-n:127.0.0.1:60587_) [n:127.0.0.1:60587_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 502844 INFO  (coreLoadExecutor-1490-thread-1-processing-n:127.0.0.1:60587_) [n:127.0.0.1:60587_ c:collection1   x:collection1] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 502846 INFO  (coreLoadExecutor-1490-thread-1-processing-n:127.0.0.1:60587_) [n:127.0.0.1:60587_ c:collection1   x:collection1] o.a.s.s.IndexSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 502849 INFO  (coreLoadExecutor-1490-thread-1-processing-n:127.0.0.1:60587_) [n:127.0.0.1:60587_ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 502945 INFO  (coreLoadExecutor-1490-thread-1-processing-n:127.0.0.1:60587_) [n:127.0.0.1:60587_ c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 502970 INFO  (coreLoadExecutor-1490-thread-1-processing-n:127.0.0.1:60587_) [n:127.0.0.1:60587_ c:collection1   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 502971 INFO  (coreLoadExecutor-1490-thread-1-processing-n:127.0.0.1:60587_) [n:127.0.0.1:60587_ c:collection1   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 502977 INFO  (coreLoadExecutor-1490-thread-1-processing-n:127.0.0.1:60587_) [n:127.0.0.1:60587_ c:collection1   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 502984 INFO  (coreLoadExecutor-1490-thread-1-processing-n:127.0.0.1:60587_) [n:127.0.0.1:60587_ c:collection1   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 502997 INFO  (coreLoadExecutor-1490-thread-1-processing-n:127.0.0.1:60587_) [n:127.0.0.1:60587_ c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 502998 WARN  (coreLoadExecutor-1490-thread-1-processing-n:127.0.0.1:60587_) [n:127.0.0.1:60587_ c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 502999 WARN  (coreLoadExecutor-1490-thread-1-processing-n:127.0.0.1:60587_) [n:127.0.0.1:60587_ c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 502999 INFO  (coreLoadExecutor-1490-thread-1-processing-n:127.0.0.1:60587_) [n:127.0.0.1:60587_ c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 503008 WARN  (coreLoadExecutor-1490-thread-1-processing-n:127.0.0.1:60587_) [n:127.0.0.1:60587_ c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 503008 WARN  (coreLoadExecutor-1490-thread-1-processing-n:127.0.0.1:60587_) [n:127.0.0.1:60587_ c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 503011 INFO  (coreLoadExecutor-1490-thread-1-processing-n:127.0.0.1:60587_) [n:127.0.0.1:60587_ c:collection1   x:collection1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf1', cwd=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 503011 INFO  (coreLoadExecutor-1490-thread-1-processing-

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

collections/collection1/leader_elect/shard2/election/94847751310802958-core_node3-n_0000000001
   [junit4]   2> 988183 WARN  (zkCallback-568-thread-4-processing-n:127.0.0.1:60948_) [n:127.0.0.1:60948_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.LeaderElector 
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection1/leader_elect/shard2/election/94847751310802958-core_node3-n_0000000001
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.delete(ZooKeeper.java:873)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$2.execute(SolrZkClient.java:244)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$2.execute(SolrZkClient.java:241)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:61)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.delete(SolrZkClient.java:241)
   [junit4]   2> 	at org.apache.solr.cloud.ElectionContext.cancelElection(ElectionContext.java:85)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContextBase.cancelElection(ElectionContext.java:166)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.cancelElection(ElectionContext.java:267)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:449)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:197)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:157)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:58)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:388)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3$1.run(SolrZkClient.java:269)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:231)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 988679 WARN  (zkCallback-568-thread-6-processing-n:127.0.0.1:60948_) [n:127.0.0.1:60948_    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 988680 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[8AF5417FD17E023]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@3e50c033{HTTP/1.1}{127.0.0.1:0}
   [junit4]   2> 988680 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[8AF5417FD17E023]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4d1b5a62{/,null,UNAVAILABLE}
   [junit4]   2> 988682 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[8AF5417FD17E023]) [n:127.0.0.1:60948_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.ZkTestServer connecting to 127.0.0.1:60857 60857
   [junit4]   2> 990932 INFO  (Thread-1233) [n:127.0.0.1:60621_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.ZkTestServer connecting to 127.0.0.1:60857 60857
   [junit4]   2> 990934 WARN  (Thread-1233) [n:127.0.0.1:60621_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	4	/solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/overseer_elect/election/94847751310802952-127.0.0.1:60898_-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/live_nodes
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 	3	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/overseer/queue
   [junit4]   2> 
   [junit4]   2> 990934 WARN  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[8AF5417FD17E023]) [n:127.0.0.1:60948_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:60923/, target: http://127.0.0.1:60924/
   [junit4]   2> 990934 WARN  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[8AF5417FD17E023]) [n:127.0.0.1:60948_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.SocketProxy Closing 4 connections to: http://127.0.0.1:60948/, target: http://127.0.0.1:60949/
   [junit4]   2> 990934 WARN  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[8AF5417FD17E023]) [n:127.0.0.1:60948_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:60864/, target: http://127.0.0.1:60865/
   [junit4]   2> 990934 WARN  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[8AF5417FD17E023]) [n:127.0.0.1:60948_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.SocketProxy Closing 6 connections to: http://127.0.0.1:60898/, target: http://127.0.0.1:60899/
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ForceLeaderTest -Dtests.method=testReplicasInLIRNoLeader -Dtests.seed=8AF5417FD17E023 -Dtests.slow=true -Dtests.locale=fi -Dtests.timezone=Australia/ACT -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] FAILURE  416s J0 | ForceLeaderTest.testReplicasInLIRNoLeader <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: There are still nodes recoverying - waited for 330 seconds
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([8AF5417FD17E023:EE3860D7C4951942]:0)
   [junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:170)
   [junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:131)
   [junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:126)
   [junit4]    > 	at org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader(ForceLeaderTest.java:115)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:963)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:938)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 990936 INFO  (SUITE-ForceLeaderTest-seed#[8AF5417FD17E023]-worker) [n:127.0.0.1:60948_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_8AF5417FD17E023-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60), sim=ClassicSimilarity, locale=fi, timezone=Australia/ACT
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0_66 (64-bit)/cpus=3,threads=1,free=377953592,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [UUIDFieldTest, AsyncMigrateRouteKeyTest, TestRTimerTree, TestRemoteStreaming, DistributedExpandComponentTest, XsltUpdateRequestHandlerTest, TestJettySolrRunner, TestFastLRUCache, TestDocumentBuilder, OverriddenZkACLAndCredentialsProvidersTest, TestDynamicFieldResource, JsonLoaderTest, OverseerRolesTest, TestSolrDeletionPolicy1, TestArbitraryIndexDir, TestStressVersions, TestBulkSchemaConcurrent, CustomCollectionTest, DeleteInactiveReplicaTest, HdfsDirectoryFactoryTest, DisMaxRequestHandlerTest, CollectionTooManyReplicasTest, CursorPagingTest, ZkControllerTest, SampleTest, LeaderInitiatedRecoveryOnShardRestartTest, HdfsBasicDistributedZk2Test, AssignTest, TestCryptoKeys, TestHashQParserPlugin, TestExclusionRuleCollectionAccess, TestQuerySenderNoQuery, TestSort, ForceLeaderTest]
   [junit4] Completed [131/556] on J0 in 493.03s, 3 tests, 1 failure, 1 skipped <<< FAILURES!

[...truncated 1403 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:775: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:719: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:59: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:233: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:516: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1432: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:987: There were test failures: 556 suites (8 ignored), 2207 tests, 1 failure, 115 ignored (77 assumptions) [seed: 8AF5417FD17E023]

Total time: 72 minutes 20 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any